# Gsdvalidate Phase

> Retroactively audit and fill Nyquist validation gaps for a completed phase

- Skill: `thedixitjain/gsdvalidate-phase` (Agent Skill)
- Install (CLI): `npx skillmds add thedixitjain/gsdvalidate-phase`
- Raw SKILL.md: https://api.skillmd.com/api/skills/thedixitjain/gsdvalidate-phase/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: thedixitjain (https://skillmd.com/u/thedixitjain)
- Updated: 2026-09-08
- Page: https://skillmd.com/skills/thedixitjain/gsdvalidate-phase

---


<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>
@${CLAUDE_PLUGIN_ROOT}/workflows/validate-phase.md
</execution_context>

<context>
Phase: $ARGUMENTS — optional, defaults to last completed phase.
</context>

<process>
Execute @${CLAUDE_PLUGIN_ROOT}/workflows/validate-phase.md.
Preserve all workflow gates.
</process>

---

**Source:** [`davepoon/buildwithclaude`](https://github.com/davepoon/buildwithclaude) → `plugins/gsd/skills/validate-phase/SKILL.md`

