Skip to main content
ClaudeWave
Skill0 repo starsupdated yesterday

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.

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

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