What problem does it solve?
It keeps the spec-driven workflow tidy by ensuring finished work is verified, merged, and removed from active change buckets so nothing lingers unresolved.
Core Features & Use Cases
- Completion Verification: Review tasks.md to confirm each TDD task is marked complete before proceeding.
- Delta Spec Merging: Apply ADDED/MODIFIED/REMOVED changes from specs/changes/<name>/specs into the main specs/specs entries, creating new specs when needed.
- Archival Move & Reporting: Move the change folder into specs/changes/archive with a date prefix while preserving all artifacts and then report the merged spec summary to the user.
- Use Case: After finishing a feature like a dark-mode spec, run this skill to merge the delta requirements into the core specs and archive the change for auditability.
Quick Start
Archive the current change by confirming all tasks are complete, merging its delta specs into the main specifications, and moving the folder to specs/changes/archive with today's date.