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 with intelligent merging, without archiving the change. ## Core Features & Use Cases - Intelligent requirement merging: Adds new requirements, updates modified ones, removes deprecated ones, and applies renames while preserving content the delta does not mention. - Store-aware operation: Supports registered OpenSpec stores via --store <id> so specs in standalone repositories can be synced from anywhere. - Safe capability retirement: Deletes a spec file only when strict conditions hold (empty requirements, valid Purpose, retire_capabilities: true marker), and validates results with openspec validate --specs. - Use Case: After finishing a change that adds scenarios to the user-auth capability, run the sync to fold those delta requirements into openspec/specs/user-auth/spec.md while keeping the change active for implementation. ## Quick Start Ask the assistant to sync the delta specs from a named change into the main specs, for example: sync the specs from my add-billing-invoices change without archiving it.