review-plan

Compare implementation plan claims against real code and first-party documentation.

2|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/jupes/agent-forge-harness --skill review-plan-jupes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-plan
Source: https://github.com/jupes/agent-forge-harness/tree/main/.claude/skills/review-plan
Command: npx skills add https://github.com/jupes/agent-forge-harness --skill review-plan-jupes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The review-plan skill tackles the issue of implementing inaccurate plans by fact-checking them against the actual codebase and documentation, thus preventing errors and inefficiencies.

Core Features & Use Cases

  • Fact-checking: Analyze a plan's claims for accuracy and grounding in reality.
  • Real-Code Verification: Compare plan assertions with actual code and documentation.
  • Use Case: Use this skill before implementing a plan to verify its correctness and identify potential mismatches.

Quick Start

Run /review-plan <bead/path/pasted plan> to check the accuracy of a plan.

Frequently Asked Questions about review-plan

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

FAQPage Schema
How do I verify an implementation plan against my actual codebase?

To verify an implementation plan against your codebase, you need a fact-checking process that compares the plan's claims with real code and first-party documentation to flag inaccuracies before development begins.

What does fact-checking a software development plan involve?

Fact-checking a software development plan involves analyzing the plan's assertions for accuracy, ensuring they are grounded in reality by matching them against the existing codebase and official first-party documentation.

Do I need access to first-party documentation to check plan accuracy?

Yes, checking plan accuracy requires access to both the codebase and first-party documentation to successfully compare the plan's claims against technical realities and identify potential mismatches.

When should I run plan verification in my software development workflow?

You should run plan verification before implementing the plan, ensuring it aligns with technical realities and preventing errors and inefficiencies during the actual coding phase.

What is the best way to prevent errors from inaccurate implementation plans?

The best way to prevent errors from inaccurate implementation plans is to fact-check them against the actual codebase and first-party documentation, identifying mismatches before implementation starts.

Can plan verification identify mismatches between proposed changes and existing code?

Yes, plan verification identifies mismatches by comparing the assertions in a proposed plan with the actual code and documentation, flagging inaccuracies to ensure plans align with technical realities.