plan-review
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