gsd-validate-phase

Audit Nyquist phase artifacts and generate missing VALIDATION.md and test files.

1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/TruCol270/salty-pickle --skill gsd-validate-phase-trucol270
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-validate-phase
Source: https://github.com/TruCol270/salty-pickle/tree/main/.claude-skills/gsd-validate-phase
Command: npx skills add https://github.com/TruCol270/salty-pickle --skill gsd-validate-phase-trucol270

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audits Nyquist validation coverage for a completed phase and retroactively fills gaps to ensure phase integrity.

Core Features & Use Cases

  • Generate or reconstruct missing VALIDATION.md when a phase has been completed but validation gaps exist.
  • Reconstruct from artifacts if SUMMARY.md exists but VALIDATION.md does not.
  • If the phase has not been executed, provide guidance and a plan to enable proper validation.

Quick Start

Run the validation workflow for the specified phase to audit and fill validation gaps.

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 and fill missing validation gaps for a completed workflow phase?

To audit validation gaps for a completed workflow phase, run the validation workflow to check existing artifacts and generate missing VALIDATION.md files and tests. It retroactively fills gaps to ensure phase integrity and logs outcomes.

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

If SUMMARY.md exists but VALIDATION.md is missing, the tool reconstructs validation documentation from existing artifacts. It produces an updated VALIDATION.md and associated test files to restore phase validation coverage.

Can I run phase validation on a specific phase number instead of the most recent one?

Yes, you can apply the phase validation workflow to a specified phase number to audit its specific artifacts. If no phase number is specified, it defaults to auditing the most recently completed phase.

When do I need to reconstruct VALIDATION.md for completed phases?

You need to reconstruct VALIDATION.md when a phase is completed but validation gaps exist in the artifacts. This ensures workflow gates are preserved and proper phase integrity is maintained retroactively.

Does phase validation work if the phase has not been executed yet?

If the phase has not been executed, the tool does not generate files but instead provides guidance and a plan. This helps you establish the proper validation artifacts needed before completing the phase.

Are workflow gates preserved when generating missing test files during an audit?

Yes, workflow gates are explicitly preserved during the execution of the validation gap audit. The tool generates missing test files and updates VALIDATION.md while ensuring existing workflow constraints remain intact.