mindforge-validate-phase
The mindforge-validate-phase skill audits Nyquist validation coverage for a completed project phase, identifying and filling coverage gaps by examining existing VALIDATION.md files, reconstructing missing documentation from artifacts, or providing exit guidance for unexecuted phases. Use this when completing a development phase to ensure comprehensive validation documentation and generate any missing test files required to meet validation standards.
git clone --depth 1 https://github.com/sairam0424/MindForge /tmp/mindforge-validate-phase && cp -r /tmp/mindforge-validate-phase/.agent/skills/mindforge-validate-phase ~/.claude/skills/mindforge-validate-phaseSKILL.md
<objective> Audit Nyquist validation coverage for a completed phase. Three states: - (A) VALIDATION.md exists — audit and fill gaps - (B) No VALIDATION.md, SUMMARY.md exists — reconstruct from artifacts - (C) Phase not executed — exit with guidance Output: updated VALIDATION.md + generated test files. </objective> <execution_context> @.agent/workflows/mindforge-validate-phase.md </execution_context> <context> Phase: $ARGUMENTS — optional, defaults to last completed phase. </context> <process> Execute @.agent/workflows/mindforge-validate-phase.md. Preserve all workflow gates. </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