A multi-model autonomous coding pipeline for Claude Code. This page walks through the flagship lane, /auto-codex: Codex plans, Opus reviews, Sonnet swarm implements, Codex is the final integrity gate. Three more lanes ship in the same plugin, including one that needs no Codex at all โ see below.
Letting one Claude session research, plan, review, and implement a task means every token of every phase comes out of your Claude budget. For a non-trivial task, that adds up quickly โ and the same model doing both the work AND reviewing it doesn't catch much.
Claude plans, Claude implements, Claude reviews itself. No cross-check. Tokens stack up.
Codex plans (your ChatGPT account). Opus reviews adversarially. Sonnet swarms implementation. Claude only orchestrates.
Codex is fast, structured, and great at writing plans. Opus is the strongest reviewer โ adversarial, finds edge cases. Sonnet is fast and parallelizable for implementation. Putting them together โ with cross-checks at every handoff โ beats any single model doing all three jobs.
Type /auto-codex and it does the right thing โ drafts a scope if there's no session, asks about an existing draft, or resumes a paused session. Stop and resume whenever.
Hard gates between phases block sloppy work from reaching implementation. No vibes. Each phase produces a verifiable artifact before the next phase starts.
tmp/research.md.After your code lands, an optional autonomous loop iterates on a single file to improve a metric. Codex proposes a change, your eval script runs, the change is kept if the metric improved or reverted if it didn't. Then it does it again. And again. For 30, 50, 100 cycles โ overnight if you want.
metric=value, Codex can optimize it.
Everything above describes /auto-codex, the flagship lane. Three more ship in the same plugin โ including two that need no Codex at all.
/auto-codex, self-planned and self-reviewed by fresh Claude subagents./makeitso by name if Codex isn't available โ never switches silently.Full lane comparison, subcommands, and setup details live in the README.
You need Claude Code, Python 3.8+, and git. A Codex / ChatGPT account is only needed for the two Codex-driven lanes (/auto-codex, /makeitso-codex) โ skip step 1 if you're starting with /makeitso or /makeitso-project.
This is the official OpenAI Codex CLI. The plugin uses it under the hood as the MCP server.
Run these inside any Claude Code session. The plugin auto-registers Codex as an MCP server.
cd to any project dir, then in Claude Code, pick a lane:
The first run drafts a scope of work, asks you to fill in tasks, waits for your approval, then runs autonomously. Stop anytime with /auto-codex stop. No Codex installed? Run /makeitso instead โ same idea, Claude-only.