review-plan

Validate implementation plans via Codex CLI and produce a PASS/FAIL/NEEDS_REVISION verdict.

1|Updated Dec 21, 2025
One-click install
npx skills add https://github.com/dopsonbr/agent-kit --skill review-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-plan
Source: https://github.com/dopsonbr/agent-kit/tree/main/content/skills/review-plan
Command: npx skills add https://github.com/dopsonbr/agent-kit --skill review-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps teams validate implementation plans to ensure they are feasible, standards-compliant, and complete before executing the plan.

Core Features & Use Cases

  • Independent third-party review: Requires Codex CLI-based review to avoid bias.
  • Validation against standards and project instructions: Ensures alignment with project standards and documentation.
  • Feasibility checks and risk assessment: Identifies potential blockers and risks before execution.

Quick Start

Run a Codex CLI review on the selected plan file. Example command: codex review "Review the plan at docs/plans/0042_feature.md for feasibility and completeness". If discussing code-diffs, pass the prompt via stdin as shown in the tool's guidance.

Frequently Asked Questions about review-plan

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

FAQPage Schema
How do I validate an implementation plan before execution?

Plan validation checks feasibility, standards compliance, and completeness using independent Codex CLI review. Run codex review on your plan file with a prompt requesting feasibility and standards assessment to receive a PASS/FAIL/NEEDS_REVISION verdict with structured findings and recommended actions.

What does a code review plan validation check for?

Plan review validates alignment with project standards and documentation, identifies feasibility risks and potential blockers, and ensures the plan is complete before execution. The independent review produces a structured summary with a clear verdict and next steps.

Can I review someone else's implementation plan for feasibility?

Yes, plan review supports third-party validation of others' plans. Use Codex CLI to run an independent review on any plan file, checking it against your project standards and requirements, then share the PASS/FAIL verdict and recommendations with the team.

What's the difference between planning and plan review?

Planning creates the implementation strategy; plan review is independent validation that occurs before execution. Review checks the completed plan against standards, feasibility, and risk criteria using Codex CLI, surfacing gaps or concerns before work begins.

Do I need to know Codex CLI to review plans?

Plan review delegates the technical review work to Codex CLI, so you don't need deep CLI expertise. You provide the plan file and review prompt; Codex CLI handles the assessment and returns a structured verdict you can act on immediately.