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, performing intelligent merging instead of blind overwriting. ## Core Features & Use Cases - Intelligent Requirement Merging: Adds new requirements, updates modified ones, removes deprecated ones, and renames requirements while preserving untouched content and ordering. - Store-Aware Operation: Supports OpenSpec stores via --store <id> flags so specs in registered standalone repos can be synced, not just the local repository. - Safe Capability Retirement: Deletes a spec.md only when strict conditions hold (empty requirements, valid Purpose, retire_capabilities: true marker), preventing accidental spec loss. - Use Case: After finishing a change that adds two requirements and modifies one in the billing/invoices capability, run the sync to update the main spec, validate it with openspec validate --specs, and keep the change active for later archiving. ## Quick Start Ask the agent to sync the delta specs from change "add-billing-invoices" into the main specs without archiving the change.