gsd-validate-phase

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

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/Poom5741/eggo-world-pb --skill gsd-validate-phase-poom5741
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-validate-phase
Source: https://github.com/Poom5741/eggo-world-pb/tree/main/.qwen/skills/gsd-validate-phase
Command: npx skills add https://github.com/Poom5741/eggo-world-pb --skill gsd-validate-phase-poom5741

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audits Nyquist validation coverage for a completed phase to ensure all validation gates are satisfied and gaps are closed.

Core Features & Use Cases

  • Audit coverage: detects whether a VALIDATION.md exists and whether it fully covers the phase.
  • Reconstruction from artifacts: if VALIDATION.md is missing but artifacts like SUMMARY.md exist, reconstruct validation artifacts.
  • Test generation: updates or creates test files to enforce the validated phase.

Quick Start

Run the phase validation workflow for the target phase to generate an updated VALIDATION.md and 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?

Reconstruct validation artifacts by utilizing existing SUMMARY.md files to rebuild missing VALIDATION.md coverage, ensuring the completed phase retains its validation history and audit trail.

How do I generate test files to enforce a validated phase?

Use the phase validation workflow to remediate gaps by detecting missing coverage, updating VALIDATION.md with satisfied validation gates, and generating test files to enforce the validated phase.

What happens if VALIDATION.md is missing but SUMMARY.md exists?

If VALIDATION.md is missing, the validation workflow reconstructs the validation artifacts from existing SUMMARY.md files, allowing you to recover and audit phase validation without starting from scratch.

Can I run phase validation if the phase was not executed?

Yes, phase validation can be applied when the phase was not executed, guiding remediation steps to close validation gaps and updating VALIDATION.md to reflect the required quality gates.