Skip to main content
ClaudeWave
Skill0 repo starsupdated yesterday

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.

Install in Claude Code
Copy
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-gaps
Then start a new Claude Code session; the skill loads automatically.

SKILL.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>