gsd-validate-phase

Audit Nyquist phase validation coverage and generate test files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Retroactively audit and fill Nyquist validation gaps for a completed phase.

Core Features & Use Cases

  • Audit a completed phase to identify missing or outdated VALIDATION.md and related validation artifacts.
  • Reconstruct or patch VALIDATION.md from available artifacts (e.g., SUMMARY.md, phase outputs) when needed.
  • Generate accompanying test files to validate the reconstructed or updated phase validation workflow.

Quick Start

Use the gsd-validate-phase skill to audit and reconstruct the phase validation artifacts.

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

To audit validation coverage for a completed phase, use this skill to identify missing or outdated validation artifacts. It reviews available phase outputs and reconstructs validation gaps to ensure complete workflow coverage.

What is Nyquist phase validation and when do I need to fill gaps?

Nyquist phase validation is a workflow gate process ensuring completed phases meet testing standards. You need to fill gaps when a phase lacks a VALIDATION.md or has outdated artifact coverage that needs reconstruction.

Can I reconstruct VALIDATION.md from SUMMARY.md artifacts when the original is missing?

Yes, you can reconstruct VALIDATION.md from SUMMARY.md artifacts. When the original validation file is missing, the skill patches and rebuilds the validation workflow using available phase outputs and summaries.

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

Yes, phase validation generation works for unexecuted phases by providing guidance. When a phase has not been executed, the skill outputs validation direction and generates accompanying test files to prepare the workflow.

What happens to workflow gates during phase validation reconstruction?

Workflow gates are preserved during phase validation reconstruction. The skill audits and fills validation gaps while maintaining existing workflow gates, ensuring no phase progression rules are bypassed during the update.