What problem does it solve? After implementing a change, delta specs in an OpenSpec change folder must be reflected in the main specs; doing this by hand is error-prone and tedious. This Skill applies ADDED, MODIFIED, REMOVED, and RENAMED requirement sections from delta specs to the main spec files with intelligent partial merging, without archiving the change. ## Core Features & Use Cases - Intelligent requirement merging: Adds new requirements, applies partial scenario updates, removes deprecated requirements, and renames requirements while preserving untouched content. - Change selection workflow: Infers the change from context, auto-selects when only one active change exists, or prompts the user to pick from changes that contain delta specs. - Report generation: Writes a sync report to openspec/changes/<name>/reports/spec-sync-<name>-YYYY-MM-DD.md and keeps chat output to a single summary line. - Use Case: After finishing implementation of a change, run the sync so openspec/specs/<capability>/spec.md reflects the delta, then proceed to /opsx:verify or /opsx:archive. ## Quick Start Ask the assistant to sync the delta specs of the current change into the main specs, optionally naming the change explicitly.