What problem does it solve? Keeping main capability specifications in sync with change proposals is tedious and error-prone when done by hand. This Skill applies delta specs (ADDED, MODIFIED, REMOVED, RENAMED requirements) from an OpenSpec change directly into the main specs, without archiving the change. ## Core Features & Use Cases - Intelligent Merging: Reads each delta spec and merges requirements into main specs while preserving existing scenarios and content not mentioned in the delta. - Change Selection & Validation: Resolves the target change via openspec status and openspec list, then validates the result with openspec validate --specs. - Capability Retirement & Creation: Creates new main spec files for new capabilities and safely retires specs when all requirements are removed under strict guardrails. - Use Case: After finishing a change that adds scenarios to a user-auth delta spec, run the sync to update specs/user-auth/spec.md while keeping the change active for continued work. ## Quick Start Ask the agent to sync the delta specs from a named OpenSpec change into the main specs without archiving the change.