What problem does it solve? Incremental feature changes to an existing product often lack documented scope, verification evidence, and a clean merge back into the product specification, leading to scope creep and orphaned change folders. ## Core Features & Use Cases - Four-Phase Workflow: Runs propose, apply, verify, and archive phases for one named change under changes/<change-name>/, aligned with OpenSpec-style spec-driven development. - Delta Specs & Templates: Generates proposal.md, specs.md (ADDED/MODIFIED/REMOVED deltas), design.md, tasks.md, and verify.md from templates, then merges deltas into Product-Spec.md at archive time. - Scoped Delegation & Rollback: Delegates implementation to dev-builder with change-scoped tasks only, snapshots files before apply, and auto-restores from snapshot when verification fails. - Use Case: A user wants to add dark mode to an existing product that already has Product-Spec.md. The Skill creates changes/add-dark-mode/ with an IN/OUT scope proposal, coordinates implementation, verifies each acceptance criterion with test evidence, then archives the change and updates the Spec and CHANGELOG. ## Quick Start Ask the assistant to run /change-manager propose add-dark-mode to scaffold a scoped change proposal for your existing product.