Plan Execute Skill Purpose When the user runs , start the "orchestrated plan execution" workflow: 1. I (Claude Code) ask Codex to implement the code according to the plan. 2. After Codex finishes, I review the generated code. 3. I write the review into the directory, then ask Codex to inspect and fix the issues. 4. 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 Session Reuse After each Codex invocation, extr…