acceptance-criteria-validate

Validate completed tasks against acceptance criteria and produce verdicts.

3|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/giladresisi/ai-dev-env --skill acceptance-criteria-validate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: acceptance-criteria-validate
Source: https://github.com/giladresisi/ai-dev-env/tree/main/skills/acceptance-criteria-validate
Command: npx skills add https://github.com/giladresisi/ai-dev-env --skill acceptance-criteria-validate

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures that completed work or implemented features actually meet the defined acceptance criteria, preventing incomplete or incorrect deliverables from being merged or deployed.

Core Features & Use Cases

  • Automated Validation: Checks code, tests, and configurations against specified criteria.
  • Criterion Sourcing: Locates criteria from plan files, acceptance_criteria.md, or the request itself.
  • Verdict Generation: Provides a clear PASS, FAIL, PARTIAL, or UNVERIFIABLE verdict for each criterion and an overall summary.
  • Use Case: After an agent claims a feature is implemented, this skill automatically verifies if all user-defined success conditions have been met before allowing a commit.

Quick Start

Use the acceptance-criteria-validate skill to check if the recently implemented feature meets all its defined success criteria.

Frequently Asked Questions about acceptance-criteria-validate

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

FAQPage Schema
How do I verify completed work against acceptance criteria before merging?

Acceptance criteria validation works by sourcing criteria from plan files, dedicated markdown files, or the original request, then systematically investigating each criterion to produce a clear PASS, FAIL, PARTIAL, or UNVERIFIABLE verdict for every condition.

How do I validate acceptance criteria from markdown files or plan documents?

If acceptance criteria validation fails, the process generates a FAIL or PARTIAL verdict for the unmet conditions, preventing incomplete or incorrect deliverables from being merged or deployed until the code matches the specified requirements.

Can I use acceptance criteria validation for features implemented by autonomous agents?

Acceptance criteria validation handles untestable or unclear requirements by returning an UNVERIFIABLE verdict, ensuring that conditions lacking sufficient codebase or test evidence are explicitly flagged rather than falsely passed.

Does acceptance criteria validation work without external dependencies?

Yes, acceptance criteria validation works without external dependencies. It autonomously sources criteria from plan files or markdown and inspects the local codebase to verify that all defined success criteria have been met.