verify-task

Verify task acceptance criteria from EXECUTION_PLAN.md with per-criterion checks.

39|5|Updated Dec 28, 2025
One-click install
npx skills add https://github.com/benjaminshoemaker/ai_coding_project_base --skill verify-task
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify-task
Source: https://github.com/benjaminshoemaker/ai_coding_project_base/tree/main/.claude/skills/verify-task
Command: npx skills add https://github.com/benjaminshoemaker/ai_coding_project_base --skill verify-task

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the verification of a single task's acceptance criteria by applying a code-verification workflow to the EXECUTION_PLAN.md.

Core Features & Use Cases

  • Per-criterion verification against acceptance criteria from EXECUTION_PLAN.md.
  • TDD compliance checks, report generation, and verification logging.
  • Use Case: Verify a single task after implementation to ensure all acceptance criteria are met before continuation.

Quick Start

Use /verify-task <task-id> to verify a single task. Ensure EXECUTION_PLAN.md exists in the project root. If needed, run /configure-verification to set up test and verification commands.

Frequently Asked Questions about verify-task

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

FAQPage Schema
How do I automate task acceptance criteria verification against an execution plan?

Automate task acceptance criteria verification by running a code-verification workflow against your EXECUTION_PLAN.md. The tool performs per-criterion checks, assesses TDD compliance, and generates a formal verification report for a single task.

How do I check TDD compliance for a specific task in my project?

Check TDD compliance by running a per-task verification workflow that evaluates test execution against the task's acceptance criteria. It reviews the defined task in EXECUTION_PLAN.md and logs the compliance assessment in a formal report.

Do I need an EXECUTION_PLAN.md file to verify task acceptance criteria?

Yes, verifying task acceptance criteria requires an EXECUTION_PLAN.md file in your project root. The verification workflow reads task definitions and acceptance criteria directly from this file to perform per-criterion checks.

Can I configure custom test commands for automated task verification?

Yes, you can configure custom test commands by adding a .claude/verification-config.json file to your project. The verification workflow reads this optional configuration to apply specific test and verification commands during execution.

What is the best way to verify a single task after feature implementation?

The best way to verify a single task after implementation is to run an automated code-verification workflow against its acceptance criteria. This ensures all criteria are met and TDD compliance is assessed before continuing with feature work.

What limitations exist when verifying acceptance criteria across multiple tasks?

The verification workflow is limited to verifying a single task's acceptance criteria at a time. It targets individual task IDs defined in EXECUTION_PLAN.md and does not perform batch verification across multiple tasks simultaneously.