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 scenarios and content the delta does not mention. - Change Selection & Validation: Resolves the target change via the openspec CLI, validates updated specs with openspec validate --specs, and reports a structured summary of what changed. - Capability Lifecycle Handling: Creates new main spec files for new capabilities and safely retires capabilities whose requirements were fully removed, with strict guardrails. - Use Case: After drafting a change with delta specs for a billing feature, 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 your current OpenSpec change into the main specs without archiving the change.