gsd-validate-phase

Audit Nyquist validation coverage and generate test files for completed phases.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/hadpadrahul/school-erp --skill gsd-validate-phase-hadpadrahul
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-validate-phase
Source: https://github.com/hadpadrahul/school-erp/tree/main/.codex/skills/gsd-validate-phase
Command: npx skills add https://github.com/hadpadrahul/school-erp --skill gsd-validate-phase-hadpadrahul

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audits Nyquist validation coverage for a completed phase and ensures all required validation checks are documented or reconstructed.

Core Features & Use Cases

  • Audits an existing VALIDATION.md to identify and fill missing validation checks.
  • Reconstructs validation narratives from artifacts when SUMMARY.md exists but VALIDATION.md is absent.
  • Produces an updated VALIDATION.md and generates test files to verify the phase after audit.

Quick Start

Run the skill on the target phase to generate a validated VALIDATION.md and accompanying test files.

Frequently Asked Questions about gsd-validate-phase

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit Nyquist validation coverage for a completed phase?

Audit Nyquist validation coverage by applying the skill to a completed phase to identify missing validation checks, fill gaps in an existing VALIDATION.md, and generate test files to verify the audit results.

Can I reconstruct validation documentation if only a SUMMARY.md exists?

Reconstruct validation narratives from existing artifacts when SUMMARY.md is present but VALIDATION.md is absent, producing an updated VALIDATION.md and generating test files to formalize the reconstructed phase audit.

What is the best way to fill gaps in an existing VALIDATION.md file?

Fill gaps in an existing VALIDATION.md by running an audit against the completed phase artifacts, identifying missing checks, and generating corresponding test files to verify and formalize the validation coverage.

How do I generate test files to verify phase validation coverage?

Generate test files to verify phase validation coverage by auditing the completed phase documentation, identifying missing checks in VALIDATION.md, and outputting automated test files to formalize the audit results.

Does this phase validation audit work for phases that have not been executed yet?

For phases not yet executed, the audit provides guided exit instructions rather than reconstructing validation, ensuring you know the validation requirements before completing the phase.

What do I need to run a Nyquist phase validation audit?

Run a Nyquist phase validation audit by targeting a phase directory where VALIDATION.md exists for gap filling, SUMMARY.md exists for artifact reconstruction, or no execution has occurred for guided exit instructions.