gsd-validate-phase

Audit Nyquist validation coverage and update VALIDATION.md with test files.

264|11|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/rkz91/coco --skill gsd-validate-phase-rkz91
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-validate-phase
Source: https://github.com/rkz91/coco/tree/main/systems/gsd/skills/gsd-validate-phase
Command: npx skills add https://github.com/rkz91/coco --skill gsd-validate-phase-rkz91

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audit Nyquist validation coverage for a completed phase.

Core Features & Use Cases

  • Audit existing validation artifacts and fill gaps for completed phases.
  • Reconstruct validation artifacts from available phase artifacts when needed.
  • Provide guidance or exit paths when a phase has not yet executed.

Quick Start

Audit Nyquist validation coverage for a completed phase.

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?

To audit Nyquist validation coverage, the skill checks for an existing VALIDATION.md to review and fill gaps, or reconstructs one from SUMMARY.md artifacts. It then generates test files verifying the audit results for the completed phase.

What happens if there is no VALIDATION.md for phase validation?

If no VALIDATION.md exists but a SUMMARY.md is present, validation artifacts are reconstructed from available phase artifacts. If the phase has not been executed at all, the process exits with guidance on required steps.

Can I generate test files from an existing validation audit?

Yes, test files are generated automatically as an output of the validation audit. These tests verify the audit results captured in the updated VALIDATION.md for the completed phase.

Do I need a SUMMARY.md to reconstruct missing validation artifacts?

Yes, a SUMMARY.md and its associated phase artifacts are required to reconstruct missing validation artifacts. Without these artifacts, the skill exits with guidance since the phase lacks execution evidence.

When should I not run a Nyquist validation audit?

You should not run a Nyquist validation audit if the target phase has not yet been executed. The process will detect the missing execution evidence and exit with guidance rather than producing an audit.