gsd-validate-phase

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

1|Updated Aug 17, 2025
One-click install
npx skills add https://github.com/DuySeu/StockMind --skill gsd-validate-phase-duyseu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-validate-phase
Source: https://github.com/DuySeu/StockMind/tree/main/.agent/skills/gsd-validate-phase
Command: npx skills add https://github.com/DuySeu/StockMind --skill gsd-validate-phase-duyseu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Nyquist phase validation often lacks complete documentation. This skill audits existing validation artifacts and fills missing gaps to ensure every phase has a complete validation record.

Core Features & Use Cases

  • Audit existing VALIDATION.md for a completed phase and fill gaps.
  • Reconstruct missing validation records from phase artifacts when VALIDATION.md is absent.
  • Generate an updated VALIDATION.md and accompanying test files to enable reproducible validation.

Quick Start

Run the audit workflow for the target phase to generate an updated VALIDATION.md and the associated 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 fill missing validation gaps in a completed phase?

Reconstructing missing validation records from phase artifacts involves scanning existing SUMMARY.md files when VALIDATION.md is absent, deriving the validation history from available artifacts, and generating a reconstructed VALIDATION.md with associated test files.

What is Nyquist phase validation and when do I need to audit it?

When phase validation is not executed, the skill exits immediately and provides guidance, meaning it cannot generate or reconstruct validation records for incomplete phases and requires a completed phase with either existing VALIDATION.md or SUMMARY.md artifacts to function.

How do I generate test files from existing validation artifacts?

The skill supports the reconstruction of validation records from SUMMARY.md artifacts, extracting validation history from available phase artifacts and generating a complete VALIDATION.md without requiring the original validation file.

Does the audit workflow work without an existing VALIDATION.md file?

The skill distinguishes between three states: auditing existing VALIDATION.md, reconstructing from SUMMARY.md when validation is missing, or exiting with guidance when the phase has not been executed, ensuring it only processes completed phases.

What happens if my development phase has not been executed yet?

The skill requires no external dependencies, relying entirely on internal artifact detection logic to audit VALIDATION.md, fill gaps, or reconstruct records from SUMMARY.md, and outputs updated validation files and test scripts.