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 to the main specs, with intelligent merging instead of wholesale replacement. ## Core Features & Use Cases - Intelligent Delta Merging: Applies partial updates such as adding a single scenario to an existing requirement without copying unchanged content. - CLI-Driven Context Resolution: Uses openspec list and openspec status --json to discover changes and locate delta spec files, prompting the user when the change name is ambiguous. - New Capability Creation: Creates openspec/specs/<capability>/spec.md with Purpose and Requirements sections when a capability does not yet exist. - Use Case: After drafting a change proposal for a new checkout flow, run the sync to merge its delta requirements into the main specs while keeping the change active until implementation is archived. ## Quick Start Ask the assistant to sync the delta specs from a specific OpenSpec change into the main specs without archiving the change.