mindforge-plan-milestone-gaps
The mindforge-plan-milestone-gaps skill automates the creation of remediation phases by reading gap analysis results from a milestone audit file, grouping identified issues into logical phases, and inserting those phases into the project roadmap. Use this when a milestone audit has uncovered gaps and you need to systematically plan closure work without manually adding individual phases.
git clone --depth 1 https://github.com/sairam0424/MindForge /tmp/mindforge-plan-milestone-gaps && cp -r /tmp/mindforge-plan-milestone-gaps/.agent/skills/mindforge-plan-milestone-gaps ~/.claude/skills/mindforge-plan-milestone-gapsSKILL.md
<objective> Create all phases necessary to close gaps identified by `/mindforge-audit-milestone`. Reads MILESTONE-AUDIT.md, groups gaps into logical phases, creates phase entries in ROADMAP.md, and offers to plan each phase. One command creates all fix phases — no manual `/mindforge-add-phase` per gap. </objective> <execution_context> @.agent/workflows/mindforge-plan-milestone-gaps.md </execution_context> <context> **Audit results:** Glob: .planning/v*-MILESTONE-AUDIT.md (use most recent) Original intent and current planning state are loaded on demand inside the workflow. </context> <process> Execute the plan-milestone-gaps workflow from @.agent/workflows/mindforge-plan-milestone-gaps.md end-to-end. Preserve all workflow gates (audit loading, prioritization, phase grouping, user confirmation, roadmap updates). </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