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 spec files, without archiving the change. ## Core Features & Use Cases - Intelligent Merging: Applies partial updates such as adding a single scenario to an existing requirement without copying unchanged content. - Delta Spec Parsing: Reads delta spec files under openspec/changes/<name>/specs/ and interprets ADDED, MODIFIED, REMOVED, and RENAMED sections. - New Spec Creation: Creates a new main spec file when a capability does not yet exist in openspec/specs/. - Use Case: After drafting a change proposal with delta specs, run this Skill to update the main specs so they reflect the intended behavior while the change remains active for implementation. ## Quick Start Ask the assistant to sync the delta specs from a specific OpenSpec change into the main specs, or let it list available changes for you to pick one.