What problem does it solve? Keeping main specification files 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 specs with intelligent merging. ## Core Features & Use Cases - Delta Spec Discovery: Locates delta spec files under openspec/changes/<name>/specs/ and parses ADDED, MODIFIED, REMOVED, and RENAMED requirement sections. - Intelligent Merging: Applies partial updates such as adding a single scenario without copying existing ones, preserving content not mentioned in the delta. - New Spec Creation: Creates a new main spec file with Purpose and Requirements sections when a capability does not exist yet. - Use Case: After finishing a change like add-webhook-support, run the sync to merge its three new webhook requirements into openspec/specs/webhooks/spec.md, then archive the change. ## Quick Start Ask the assistant to sync the delta specs from a specific change into the main specs, for example by saying: sync the specs for the add-webhook-support change.