validate-plan

Validate code changes against plan success criteria and generate a validation report.

3|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/theomonfort/theomonfort --skill validate-plan-theomonfort
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validate-plan
Source: https://github.com/theomonfort/theomonfort/tree/main/.github/skills/validate-plan
Command: npx skills add https://github.com/theomonfort/theomonfort --skill validate-plan-theomonfort

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validates that implemented work aligns with the original plan, ensuring success criteria are met and deviations are identified early.

Core Features & Use Cases

  • Evidence gathering: Collects commits, tests, and plan references to verify traceability.
  • Automated verification: Runs tests and checks to confirm implementation matches plan.
  • Validation reporting: Produces a comprehensive report highlighting matches, deviations, and risks.

Quick Start

Run the validation workflow to compare implemented changes against the plan and generate a results report.

Frequently Asked Questions about validate-plan

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

FAQPage Schema
How do I verify that my code changes match the original implementation plan?

To verify that code changes match the original implementation plan, you can validate the implementation by applying automated checks across commits, test results, and contextual notes. This process ensures all success criteria are met and highlights any deviations from the plan.

What is plan-to-implementation alignment and how does automated verification work?

Plan-to-implementation alignment ensures implemented work satisfies the original plan's success criteria. Automated verification works by gathering evidence from commits and test results, running checks, analyzing deviations, and producing a final validation report.

How do I generate a validation report for success criteria and deviations?

You can generate a validation report by running a workflow that compares implemented changes against the plan. The report highlights matches, deviations, and risks by gathering evidence from commits, running tests, and analyzing contextual notes.

Can I use git commits and test results as evidence for plan validation?

Yes, you can use git commits and test results as evidence for plan validation. The evidence gathering step collects commits, test outcomes, and plan references to verify traceability and ensure all success criteria are met.

What's the best way to identify deviations between a plan and its implementation?

The best way to identify deviations between a plan and its implementation is to run an automated verification workflow. This analyzes code changes, commits, and test results against the plan, producing a comprehensive report that highlights mismatches and risks.

Do I need any specific dependencies to run the plan validation workflow?

No specific dependencies are required to run the plan validation workflow. The process relies on gathering existing evidence from your code changes, git commits, and test results to verify traceability and validate the implementation against the plan.