mindforge-audit-milestone
The mindforge-audit-milestone skill orchestrates a comprehensive verification process that aggregates phase completion data from VERIFICATION.md files, identifies technical debt and deferred work, and triggers cross-phase integration checks to confirm a milestone satisfies its definition of done before archiving. Use this skill after all phases within a milestone have been executed to validate requirements coverage, end-to-end flows, and systemic integration across the entire milestone scope.
git clone --depth 1 https://github.com/sairam0424/MindForge /tmp/mindforge-audit-milestone && cp -r /tmp/mindforge-audit-milestone/.agent/skills/mindforge-audit-milestone ~/.claude/skills/mindforge-audit-milestoneSKILL.md
<objective> Verify milestone achieved its definition of done. Check requirements coverage, cross-phase integration, and end-to-end flows. **This command IS the orchestrator.** Reads existing VERIFICATION.md files (phases already verified during execute-phase), aggregates tech debt and deferred gaps, then spawns integration checker for cross-phase wiring. </objective> <execution_context> @.agent/workflows/mindforge-audit-milestone.md </execution_context> <context> Version: $ARGUMENTS (optional — defaults to current milestone) Core planning files are resolved in-workflow (`init milestone-op`) and loaded only as needed. **Completed Work:** Glob: .planning/phases/*/*-SUMMARY.md Glob: .planning/phases/*/*-VERIFICATION.md </context> <process> Execute the audit-milestone workflow from @.agent/workflows/mindforge-audit-milestone.md end-to-end. Preserve all workflow gates (scope determination, verification reading, integration check, requirements coverage, routing). </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
Cross-phase audit of all outstanding UAT and verification items
Run all remaining phases autonomously — discuss→plan→execute per phase
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.