Skip to main content
Generaldavepoon

gsd:validate-phase

Retroactively audit and fill Nyquist validation gaps for a completed phase

Stars
2,987
Source
davepoon/buildwithclaude
Updated
2026-05-26
Slug
davepoon--buildwithclaude--validate-phase
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/davepoon/buildwithclaude/HEAD/plugins/gsd/skills/validate-phase/SKILL.md -o .claude/skills/validate-phase.md

Drops the SKILL.md into .claude/skills/validate-phase.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

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.

@${CLAUDE_PLUGIN_ROOT}/workflows/validate-phase.md Phase: $ARGUMENTS — optional, defaults to last completed phase. Execute @${CLAUDE_PLUGIN_ROOT}/workflows/validate-phase.md. Preserve all workflow gates.