plan_with_codex
Plan code changes by specifying a workspace, goal, and constraints, generating a structured implementation plan with acceptance criteria.
Instructions
Ask Codex to create a Superpowers-style implementation plan before Gemini CLI edits code. Returns and saves the plan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspacePath | Yes | Repository or workspace path. | |
| goal | Yes | Implementation goal. | |
| constraints | No | Constraints Codex must respect. | |
| doneWhen | No | Completion criteria. | |
| reasoningLevel | No | Planning depth. | medium |