What problem does it solve?
Archive old or completed planning documents to keep active docs/ clean while preserving history. This skill scans planning directories, groups artifacts into chains, and moves them to docs/archive/ only after user confirmation, ensuring traceability and recoverability.
Core Features & Use Cases
- Scan planning directories (docs/plans, docs/specifications, docs/epics, docs/retros) to discover artifact candidates while excluding library directories.
- Group related documents into artifact chains by slug and, when applicable, associate epics with their source specifications to reflect multi-doc relationships.
- Archive non-destructively by moving files to docs/archive/ while preserving the original directory structure, and require explicit user confirmation before any move.
- Maintain a CPM session state during the operation to enable safe resumption if context is interrupted.
Quick Start
Review and select artifact chains to archive; the tool will move matched files to docs/archive while preserving history.