gsd-validate-phase

Audit Nyquist validation gaps and update VALIDATION.md files for completed phases.

Updated May 28, 2026
One-click install
npx skills add https://github.com/SensLiao/Claude-code-setting --skill gsd-validate-phase-sensliao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-validate-phase
Source: https://github.com/SensLiao/Claude-code-setting/tree/main/skills/gsd-validate-phase
Command: npx skills add https://github.com/SensLiao/Claude-code-setting --skill gsd-validate-phase-sensliao

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The gsd-validate-phase Skill retroactively audits and fills Nyquist validation gaps for completed phases, ensuring thorough validation coverage.

Core Features & Use Cases

  • Retroactive Auditing: Automatically audits Nyquist validation for completed phases.
  • Gap Filling: Identifies and fills validation gaps in existing VALIDATION.md files.
  • Reconstruction from Artifacts: Reconstructs VALIDATION.md from SUMMARY.md artifacts when no VALIDATION.md exists.
  • Phase Not Executed: Provides guidance if the phase has not been executed.
  • Output: Updates VALIDATION.md and generates test files.

Quick Start

To audit and fill Nyquist validation gaps for a completed phase, use the gsd-validate-phase skill with the phase number as an argument: gsd-validate-phase [phase number].

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 for a completed development phase?

To audit Nyquist validation for a completed phase, you can retroactively identify and fill coverage gaps in existing VALIDATION.md files by running an automated validation audit script with the target phase number.

What happens if my VALIDATION.md file is missing for a completed phase?

When VALIDATION.md is missing, the validation gap filling process reconstructs the validation documentation by extracting and compiling relevant artifacts from the phase's existing SUMMARY.md file.

How do I fill validation gaps in existing VALIDATION.md files automatically?

You can automatically fill validation gaps in VALIDATION.md files by executing a retroactive Nyquist validation audit that targets completed phases and updates the documentation with missing entries.

Can I run a Nyquist validation audit on a phase that has not been executed yet?

Nyquist validation auditing targets completed phases, so if the specified phase has not been executed, the process will halt and provide specific guidance on required execution steps.

What outputs are generated when reconstructing missing validation documentation from SUMMARY.md artifacts?

Reconstructing validation documentation from SUMMARY.md artifacts updates the VALIDATION.md file with missing validation entries and generates corresponding test files to ensure complete Nyquist validation coverage.