What problem does it solve?
This Skill archives accumulated phase directories left in .planning/phases by identifying which directories belong to completed milestones and moving them into organized, versioned milestone archives under .planning/milestones/v{X.Y}-phases/, reducing clutter and preserving project history.
Core Features & Use Cases
- Identify Completed Milestones: Scan .planning/phases to detect phase folders tied to milestones that are finished.
- Dry-Run and Confirmation: Produce a clear dry-run summary of proposed moves and require explicit user confirmation before any changes.
- Archive into Versioned Folders: Create and populate .planning/milestones/v{X.Y}-phases/ directories to keep phase history organized per milestone.
- Use Case: After a milestone closes, consolidate its phase folders into the corresponding v{X.Y}-phases archive to declutter the active planning tree while preserving historical phases.
Quick Start
Archive completed phase directories from .planning/phases into .planning/milestones as a dry-run, review the proposed moves, and confirm to execute the archival process.