← ClaudeAtlas

mindforge-complete-milestonelisted

Archive completed milestone and prepare for next version
sairam0424/MindForge · ★ 0 · AI & Automation · score 66
Install: claude install-skill sairam0424/MindForge
<objective> Mark milestone {{version}} complete, archive to milestones/, and update ROADMAP.md and REQUIREMENTS.md. Purpose: Create historical record of shipped version, archive milestone artifacts (roadmap + requirements), and prepare for next milestone. Output: Milestone archived (roadmap + requirements), PROJECT.md evolved, git tagged. </objective> <execution_context> **Load these files NOW (before proceeding):** - @.agent/workflows/mindforge-complete-milestone.md (main workflow) - @.agent/templates/milestone-archive.md (archive template) </execution_context> <context> **Project files:** - `.planning/ROADMAP.md` - `.planning/REQUIREMENTS.md` - `.planning/STATE.md` - `.planning/PROJECT.md` **User input:** - Version: {{version}} (e.g., "1.0", "1.1", "2.0") </context> <process> **Follow complete-milestone.md workflow:** 0. **Check for audit:** - Look for `.planning/v{{version}}-MILESTONE-AUDIT.md` - If missing or stale: recommend `/mindforge-audit-milestone` first - If audit status is `gaps_found`: recommend `/mindforge-plan-milestone-gaps` first - If audit status is `passed`: proceed to step 1 ```markdown ## Pre-flight Check {If no v{{version}}-MILESTONE-AUDIT.md:} ⚠ No milestone audit found. Run `/mindforge-audit-milestone` first to verify requirements coverage, cross-phase integration, and E2E flows. {If audit has gaps:} ⚠ Milestone audit found gaps. Run `/mindforge-plan-milestone-gaps` to create phases that close the ga