What problem does it solve? Keeping main 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 content the delta does not mention. - Change Selection & Validation: Resolves the target change via openspec status, validates the result with openspec validate --specs, and supports store-scoped operations with --store <id>. - Capability Lifecycle Handling: Creates new main specs for new capabilities and safely retires capabilities by deleting emptied spec files when retirement conditions are met. - Use Case: After finishing a change that adds scenarios to the user-auth capability, run the sync to update openspec/specs/user-auth/spec.md while keeping the change active for continued work. ## Quick Start Ask the assistant to sync the delta specs from a named OpenSpec change into the main specs without archiving the change.