What problem does it solve? Keeping main specifications aligned with in-progress 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 partial merging instead of wholesale replacement. ## Core Features & Use Cases - Intelligent Delta Merging: Reads delta specs and applies only the stated changes to main specs, preserving existing scenarios and content not mentioned in the delta. - CodeGraph-Grounded Updates: Explores the codebase with CodeGraph before editing so spec changes align with actual code symbols and architecture. - Interactive Change Selection: Lists available changes via openspec list --json and prompts the user to pick one, never guessing or auto-selecting. - Use Case: A developer finished drafting a change with delta specs for two capabilities but is not ready to archive it. They run this Skill to update openspec/specs/<capability>/spec.md files in place while the change remains active. ## Quick Start Ask the AI to sync the delta specs from a specific OpenSpec change into the main specs without archiving the change.