gsd-validate-phase

Audit Nyquist validation coverage and regenerate VALIDATION.md files for completed phases.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audit Nyquist validation coverage for a completed phase and retroactively fill gaps.

Core Features & Use Cases

  • Audit and repair phase validation coverage across Nyquist criteria to ensure documentation aligns with executed work.
  • Reconstruct or validate VALIDATION.md and, if applicable, SUMMARY.md to reflect artifacts from the phase.
  • Provide clear guidance for restoring validation integrity and generating tests to prevent regressions.

Quick Start

Run the validate-phase workflow for the target phase to generate or update VALIDATION.md and tests.

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 and repair Nyquist validation coverage after completing a project phase?

Use the validate-phase workflow to audit completed phase execution and reconstruct VALIDATION.md and SUMMARY.md files, ensuring all documentation accurately reflects the generated artifacts while preserving existing workflow gates.

What is retroactive validation gap filling in a software workflow?

Retroactive validation gap filling audits a completed phase to identify missing test coverage, then generates the necessary test files and updates VALIDATION.md to restore documentation integrity and prevent regressions.

How do I generate missing test files when VALIDATION.md is out of sync with my codebase?

Run the validate-phase workflow to compare completed phase artifacts against existing documentation, automatically generating missing test files and updating VALIDATION.md to align records with the actual executed work.

Can I update SUMMARY.md and VALIDATION.md without breaking existing workflow gates?

Yes, the validate-phase workflow retroactively reconstructs and validates SUMMARY.md and VALIDATION.md while strictly preserving all existing workflow gates, ensuring no phase progression rules are bypassed during the documentation update.

When should I run a phase validation audit in my development cycle?

Run a phase validation audit immediately after a phase has completed execution but before moving to the next stage, allowing you to detect coverage gaps and retroactively fill them before they cause downstream regressions.

What is the best way to close validation gaps in a Nyquist workflow?

The best way to close Nyquist validation gaps is to audit the completed phase artifacts, validate the existing documentation, and retroactively generate tests to fill any identified coverage holes while maintaining workflow gate integrity.