validate

Validate implementation against a plan and issue a quality verdict.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill serves as the final quality gate to ensure that the implemented plan aligns with the intended specifications and standards.

Core Features & Use Cases

  • Plan Compliance: Ensures that the final implementation matches the approved plan.
  • Adversarial Probes: Conducts automated checks to identify potential issues or discrepancies.
  • Verdict Issuance: Provides a clear 'VERDICT' on the quality of the implementation.
  • Use Case: After the 'build' phase is complete, use this Skill to trigger the 'validate' process to ensure that the final product meets the required standards.

Quick Start

Run the validate skill with the specific plan number, e.g., 'validate [PLAN-NNN]'.

Frequently Asked Questions about validate

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

FAQPage Schema
How do I ensure plan compliance after the build phase?

To ensure plan compliance after the build phase, you run a validation process that checks the implementation against the approved plan and issues a formal quality verdict.

What is adversarial testing in project quality assurance?

Adversarial testing in quality assurance involves conducting automated probes against your implementation to identify potential issues, discrepancies, or deviations from the intended specifications.

How do I validate an implementation against a specific plan?

You validate an implementation by running the validate command with the specific plan number, such as 'validate [PLAN-NNN]', to trigger automated checks for specification compliance.

Can I use automated validation to check project management specifications?

Yes, you can use automated validation in project management workflows to execute adversarial probes and provide a clear VERDICT on whether the final product meets required standards.

What does a quality verdict include in software validation?

A quality verdict in software validation provides a clear determination on the accuracy of the implementation, confirming whether the final build matches the approved plan specifications.