shine-validate-phase

Audit Nyquist validation coverage and update VALIDATION.md for completed phases.

1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/diShine-digital-agency/SHINE-Code-System --skill shine-validate-phase
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shine-validate-phase
Source: https://github.com/diShine-digital-agency/SHINE-Code-System/tree/main/skills/shine-validate-phase
Command: npx skills add https://github.com/diShine-digital-agency/SHINE-Code-System --skill shine-validate-phase

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audit Nyquist validation coverage for a completed phase by ensuring VALIDATION.md exists and is up-to-date, or by reconstructing it from artifacts when needed.

Core Features & Use Cases

  • Audit existing VALIDATION.md and fill gaps in phase validation flow.
  • Reconstruct VALIDATION.md from artifacts if VALIDATION.md is missing but SUMMARY.md exists.
  • Provide guidance when a phase has not yet been executed; preserve workflow gates and phase context.

Quick Start

Run the validate-phase workflow for the target phase to generate or repair VALIDATION.md and create corresponding test files.

Frequently Asked Questions about shine-validate-phase

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I reconstruct a missing VALIDATION.md from phase artifacts?

To reconstruct a missing VALIDATION.md, the validate-phase workflow reads existing SUMMARY.md artifacts to rebuild validation coverage. It generates the required file and corresponding test files while preserving original workflow gates and phase context.

How do I audit Nyquist validation coverage for a completed phase?

Auditing Nyquist validation coverage involves checking if VALIDATION.md exists and identifying gaps in the phase validation flow. The workflow fills these gaps, updates the file, and generates test files to ensure complete end-to-end validation.

What happens if a phase has not been executed yet during validation?

If a phase has not been executed, the validation workflow provides necessary guidance instead of reconstructing files. It preserves workflow gates and phase context to help you prepare for execution and subsequent validation steps.

Can I generate test files automatically when updating VALIDATION.md?

Yes, updating VALIDATION.md automatically generates corresponding test files. The workflow ensures that filling gaps in the phase validation flow or reconstructing the file from artifacts produces the necessary tests to maintain validation coverage.

Does phase validation management work without existing VALIDATION.md files?

Phase validation management works without existing VALIDATION.md files by reconstructing them from available SUMMARY.md artifacts. If no execution has occurred, it provides guidance to preserve workflow gates and context until validation can be performed.