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 - Delta-driven spec updates: Reads delta spec files under openspec/changes/<name>/specs/ and applies each section to the corresponding main spec. - Intelligent merging: Adds single scenarios to existing requirements, updates descriptions, removes deprecated requirements, and renames requirements while preserving untouched content. - New capability creation: Creates a new main spec file with Purpose and Requirements sections when a capability does not exist yet. - Use Case: After drafting a change proposal for a new API capability, sync its delta specs into the main specs so the canonical documentation reflects the planned behavior while the change stays 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 so you can pick one.