plan-review
Originally fromduc01226/easyplatform
Installation
SKILL.md
Plan Review Skill
Purpose
When the user runs /plan-review {plan-file-path}, start the "adversarial plan iteration" workflow:
- I (Claude Code) ask Codex to perform a critical review of the specified plan.
- I read the review produced by Codex and evaluate whether its suggestions are sound.
- I revise the plan based on valid suggestions and write changes back to the original plan file.
- If the review status is
NEEDS_REVISION, I automatically ask Codex to review again. - Repeat until consensus is reached as
MOSTLY_GOODorAPPROVED.
Usage
/plan-review plans/my-feature-plan.md
Session Reuse
Related skills
More from longranger2/claude-gpt-workflow
codex
Delegate coding tasks to Codex CLI for execution, or discuss implementation approaches with it. CodeX is a cost-effective, strong coder — great for batch refactoring, code generation, multi-file changes, test writing, and multi-turn implementation tasks. Use when the plan is clear and needs hands-on coding. Claude handles architecture, strategy, copywriting, and ambiguous problems better.
147plan-execute
Use when the user says "/plan-execute", "plan execute", "implement plan", or "execute plan" and provides a finalized plan file path to carry out. Claude orchestrates, Codex writes code, Claude reviews, and Codex fixes issues until the quality bar is met.
138