verify-plan

Verify factual claims in a project plan against the codebase.

15|6|Updated May 7, 2026
One-click install
npx skills add https://github.com/MinhThang1009/dotclaude --skill verify-plan-minhthang1009
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify-plan
Source: https://github.com/MinhThang1009/dotclaude/tree/main/plugins/plan-workflow/skills/verify-plan
Command: npx skills add https://github.com/MinhThang1009/dotclaude --skill verify-plan-minhthang1009

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verification of a plan against the actual codebase to prevent misalignment and errors that cause failures.

Core Features & Use Cases

  • Adversarial verification of a plan by cross-checking each factual claim with the repository contents.
  • File Path Verification, Location Verification, Count Verification, Missed File Detection, and Cross-Phase Dependency checks.
  • Use Case: when resuming a paused plan, re-validate that all references, files, and counts still match the current repo state.

Quick Start

Provide the plan document to the verifier and let it cross-check all claims against the codebase.

Frequently Asked Questions about verify-plan

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

FAQPage Schema
How do I verify a project plan against my actual codebase?

To verify a project plan against your codebase, provide the plan document to the verifier to cross-check factual claims. It rigorously checks file existence, location accuracy, and reference counts to prevent misalignment.

What does codebase plan validation check for?

Codebase plan validation checks for file existence, location accuracy, reference counts, missed files, non-changing elements, cross-phase dependencies, and test baselines to prevent errors that cause failures.

When do I need to audit a project plan for codebase misalignment?

You need to audit a project plan for codebase misalignment during post-plan iterations and when plans are updated. Re-validation is also necessary when resuming a paused plan to ensure references still match.

How do I re-validate file paths and reference counts when resuming a paused plan?

To re-validate file paths and reference counts when resuming a paused plan, run an adversarial verification process against the repository contents. This ensures all factual claims still match the current repo state.

Can I use automated code review to check cross-phase dependencies in a plan?

Yes, you can use automated code review to check cross-phase dependencies in a plan. The verification process enforces rigorous checks to ensure dependencies and test baselines remain accurate across the repository.