Codex Plan Review
codex_review_planReview an implementation plan with Codex to identify gaps, risks, and missed edge cases while receiving suggested improvements.
Instructions
Ask Codex to critique an implementation plan. Identifies gaps, risks, missing edge cases, and suggests improvements.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan | Yes | The implementation plan or design to review | |
| threadKey | No | Optional key enabling multi-turn continuity. Calls sharing a key use the same harness conversation and are serialized. Omit it for independent one-shot calls, including parallel reviews. | |
| constraints | No | Known constraints: timeline, tech stack, compatibility | |
| codebasePath | No | Path to relevant codebase for context | |
| workingDirectory | No |