mindforge-cleanup
mindforge-cleanup archives accumulated phase directories from completed milestones into versioned subdirectories within `.planning/milestones/`. Use this skill when `.planning/phases/` contains directories from past milestones that should be organized by version. The tool identifies completed milestones, displays a dry-run summary of proposed changes, and executes the archival upon user confirmation following the cleanup workflow specification.
git clone --depth 1 https://github.com/sairam0424/MindForge /tmp/mindforge-cleanup && cp -r /tmp/mindforge-cleanup/.agent/skills/mindforge-cleanup ~/.claude/skills/mindforge-cleanupSKILL.md
<objective>
Archive phase directories from completed milestones into `.planning/milestones/v{X.Y}-phases/`.
Use when `.planning/phases/` has accumulated directories from past milestones.
</objective>
<execution_context>
@.agent/workflows/mindforge-cleanup.md
</execution_context>
<process>
Follow the cleanup workflow at @.agent/workflows/mindforge-cleanup.md.
Identify completed milestones, show a dry-run summary, and archive on confirmation.
</process>Publish a skill to the npm registry (or private registry).
Add an idea to the backlog parking lot (999.x numbering)
Add phase to end of current milestone in roadmap
Generate tests for a completed phase based on UAT criteria and implementation
Capture idea or task as todo from current conversation context
Audit milestone completion against original intent before archiving
Cross-phase audit of all outstanding UAT and verification items
Run all remaining phases autonomously — discuss→plan→execute per phase