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 renames requirements while preserving untouched content and ordering. - Store-Aware Operation: Discovers registered OpenSpec stores and scopes all CLI commands to the correct specs root via --store flags. - Safe Capability Retirement: Deletes a capability's spec.md only when strict conditions hold, including the retire_capabilities: true marker, and reports recovery guidance. - Validation & Summary: Runs openspec validate --specs after syncing and reports exactly which capabilities and requirements changed. - Use Case: After drafting a change with delta specs for a billing capability, ask the agent to sync those deltas into the main specs so the canonical documentation reflects the proposed behavior while the change stays active. ## Quick Start Ask the agent to sync the delta specs from a named change into the main specs, for example by saying "sync the specs from the add-billing-invoices change".