What problem does it solve?
This skill automates the routine and error-prone process of closing a completed feature and moving its folder from backlog/plans to backlog/plans/_completed, ensuring documentation and references stay consistent.
Core Features & Use Cases
- Validation & Safety: checks backlog/plans/{NNN}-{slug}/tasks.md for incomplete tasks and prevents closures until resolved or confirms user intent to close anyway.
- Folder Reorganization: moves the feature folder to backlog/plans/_completed/{NNN}-{slug} and ensures the completed state is preserved.
- Documentation Hygiene: scans and updates references to the old path in relevant docs.
- Audit Trail: commits changes with a descriptive message for traceability.
Quick Start
Close a feature by providing its identifier (e.g., 003 or 003-my-feature). The skill will locate the feature, verify completion, move it to the completed directory, and update references automatically.