gsd-validate-phase

Audit Nyquist validation coverage and reconstruct VALIDATION.md and test files.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/ev3rlit/magam-canonical-archive --skill gsd-validate-phase-ev3rlit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-validate-phase
Source: https://github.com/ev3rlit/magam-canonical-archive/tree/main/.codex/skills/gsd-validate-phase
Command: npx skills add https://github.com/ev3rlit/magam-canonical-archive --skill gsd-validate-phase-ev3rlit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Retroactively audit Nyquist validation coverage for a completed phase, identify gaps, and fill or reconstruct missing validation artifacts to ensure a robust quality record.

Core Features & Use Cases

  • Phase coverage audit: Verify that all Nyquist validation requirements for a phase are present and complete.
  • Artifact reconstruction: When VALIDATION.md is missing or partial, reconstruct it from available artifacts and logs.
  • Test generation: Produce or update test files that codify the validated coverage for regression.
  • Guided exit for unexecuted phases: If a phase has not been executed, provide actionable guidance on next steps.

Quick Start

Run the validation workflow on the target phase to audit Nyquist coverage and generate the 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?

To audit Nyquist validation coverage for a completed phase, run the validation workflow to identify gaps, fill or reconstruct missing artifacts, and generate an updated VALIDATION.md with accompanying test files.

Can I reconstruct a missing VALIDATION.md from existing phase logs?

Yes, you can reconstruct a missing VALIDATION.md from available artifacts and logs. The process retroactively rebuilds the validation record to ensure a robust quality history for the completed phase.

What is the best way to generate tests for unexecuted phases?

For unexecuted phases, the best way to generate tests is to use a guided workflow that provides actionable next steps, ensuring validation artifacts are properly planned before execution begins.

Does phase validation preserve existing workflow gates?

Yes, phase validation preserves existing workflow gates. It enforces the generation of updated validation artifacts and test files while maintaining your established workflow gate constraints.

Why does my phase audit fail to find validation gaps?

A phase audit may not find validation gaps if the VALIDATION.md is complete and matches all Nyquist requirements. The audit specifically targets phases with missing or partial validation artifacts to identify coverage issues.