What problem does it solve? Keeping main specifications in sync with change proposals is tedious and error-prone when done manually. This Skill applies delta specs from an OpenSpec change directly to the main specs, handling added, modified, removed, and renamed requirements intelligently. ## Core Features & Use Cases - Delta Spec Synchronization: Reads delta specs from a change and edits main specs to apply ADDED, MODIFIED, REMOVED, and RENAMED requirements. - Context-Aware Resolution: Uses openspec status --change JSON output and CodeGraph exploration to resolve the right change and capability context before editing. - Use Case: After finishing an implementation change, run /opsx:sync to merge the change's delta specs into the main spec files so the canonical documentation reflects the shipped behavior. ## Quick Start Ask the agent to run /opsx:sync for a specific change name to merge its delta specs into the main specifications.