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, 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 openspec status, discovers delta specs from artifactPaths.specs.existingOutputPaths, and validates results with openspec validate --specs. - Capability Retirement: Safely deletes a main spec only when all retirement conditions hold, including the retire_capabilities: true marker in .openspec.yaml. - Use Case: After drafting a change that adds two requirements and modifies one in the billing capability, run this Skill to update openspec/specs/billing/spec.md while keeping the change active for implementation. ## Quick Start Ask the assistant to sync the delta specs from your current OpenSpec change into the main specs without archiving the change.