plan-execute
Installation
SKILL.md
Plan Execute Skill
Purpose
When the user runs /plan-execute {plan-file-path}, start the "orchestrated plan execution" workflow:
- I (Claude Code) ask Codex to implement the code according to the plan.
- After Codex finishes, I review the generated code.
- I write the review into the
reviews/directory, then ask Codex to inspect and fix the issues. - Repeat until the code quality bar is met.
Core principle: I do not write or edit code myself. I only do two things: review code and orchestrate Codex. All code changes, including implementation and fixes, are performed by Codex.
Usage
/plan-execute plans/my-feature-plan.md