plan-verify

Execute predefined tests and acceptance criteria checks from a plan document.

27|10|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/lllyys/vreader --skill plan-verify-lllyys
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-verify
Source: https://github.com/lllyys/vreader/tree/main/.claude/skills/plan-verify
Command: npx skills add https://github.com/lllyys/vreader --skill plan-verify-lllyys

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of verifying a completed implementation against a plan by running gates and checking acceptance criteria, eliminating manual oversight and providing clear pass/fail results.

Core Features & Use Cases

  • Automated Verification: Run predefined tests and checks to ensure a project is completed as planned.
  • Comprehensive Reporting: Generates detailed reports with pass/fail outcomes for each step and requirement.
  • Use Case: Before deploying a new feature, use this Skill to verify that all necessary checks have passed and acceptance criteria are met, ensuring quality and consistency.

Quick Start

To verify the completion of your feature 'feature-X', use the plan-verify skill to check its compliance with the 'dev-docs/plans/feature-X.md' plan.

Frequently Asked Questions about plan-verify

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

FAQPage Schema
How do I automate verification of acceptance criteria before deploying a feature?

Automated verification executes predefined tests and acceptance criteria checks against a plan document, generating clear pass/fail outcomes for release validation workflows.

Can I run quality assurance checks against a specific project plan document?

Yes, you can parse and execute tasks directly from a plan document like 'dev-docs/plans/feature-X.md' to verify that implementation compliance meets predefined gates.

What is the best way to generate pass/fail reports for release validation?

Running automated verification checks generates comprehensive reports detailing pass/fail outcomes for each step and requirement, ensuring quality and consistency before deployment.

How does automated test execution work for project management workflows?

Automated test execution works by parsing a plan document, running a suite of predefined tests, and checking acceptance criteria to eliminate manual oversight in quality assurance workflows.

Do I need a predefined plan document to use automated verification processes?

Yes, automated verification requires a plan document to parse and execute tasks from, as it targets quality assurance by checking implementation compliance against predefined acceptance criteria.