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. - Store-Aware Operation: Supports registered OpenSpec stores via --store <id> so specs in standalone repos can be synced too. - Safe Capability Retirement: Deletes a capability's spec.md only when strict conditions hold, and validates the result with openspec validate --specs. - Use Case: After drafting 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 implementation. ## Quick Start Ask the agent to sync the delta specs from change "add-user-auth" into the main specs without archiving the change.