validate

Automate three-phase validation of software plans and handoffs with gate checks and quality reviews.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ncy08/clear-claude-code --skill validate-ncy08
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validate
Source: https://github.com/ncy08/clear-claude-code/tree/main/tools/skills/validate
Command: npx skills add https://github.com/ncy08/clear-claude-code --skill validate-ncy08

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the validation of software plans and implementations using a structured 3-phase pipeline to ensure alignment with goals and quality standards.

Core Features & Use Cases

  • Phase 1 gate checks: automated tests, static analysis, and plan criteria verification.
  • Phase 2 Goal Completeness Synthesis: generates a synthesis with a weighted verdict and actionable insights.
  • Phase 3 Targeted Quality: orchestration checks, code quality review, and confidence scoring.
  • Produces a Validation Report and supports iteration up to three cycles to drive improvements.
  • Useful whenever you need a formal verification of a plan or handoff before implementation proceeds.

Quick Start

Provide a plan path or handoff path to trigger the validation process and receive a structured verdict with recommended fixes.

Frequently Asked Questions about validate

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

FAQPage Schema
How do I automate quality validation for software plans before handoff?

Automated quality validation for software plans uses a 3-phase pipeline: gate checks, goal completeness synthesis, and targeted quality reviews. You provide a plan or handoff path, and it outputs a weighted verdict with actionable fixes.

What is a three-phase validation pipeline for software development?

Three-phase validation executes automated gate checks, goal completeness synthesis, and targeted quality reviews. It assesses plans and code implementations against quality standards, producing a validation report with a confidence score and recommended improvements.

Can I iterate on validation results if my code fails the gate checks?

Yes, the validation pipeline supports iteration up to three cycles. After generating a validation report with a weighted verdict and actionable fixes, you can address the identified issues and re-run the assessment to drive improvements.

Does automated plan validation require specific static analysis tools to run?

Automated plan validation executes gate checks that include automated tests, static analysis, and plan criteria verification. You provide a plan path or handoff path to trigger the process, and the pipeline orchestrates these checks to produce a structured verdict.

When do I need formal verification for a software handoff?

You need formal verification for a software handoff whenever implementation is ready to proceed. It ensures alignment with goals and quality standards by running orchestration checks and code quality reviews, generating a confidence score to validate readiness.