What it does
Claude Codex Handoff orchestrates a structured three-phase workflow for code changes that deserve written specifications. Phase 1 has Claude Code explore code, ask clarifying questions, and write a detailed spec. Phase 2 delegates implementation to Codex CLI running in the background, isolated from planning assumptions. Phase 3 brings in a fresh Codex session to adversarially review the diff against the spec, flagging blockers and false positives separately.
How it works
The workflow automates protocol that otherwise requires reinvention: Claude plans and writes .agent/specs/ files for your approval. Once approved, you trigger /codex:rescue to run implementation in the background. When complete, /codex:adversarial-review runs in a fresh session with no memory of design rationale, treating the spec as ground truth and challenging implementation decisions independently. Claude then triages the review report and recommends fix-or-ship.
Use cases
Reach for this skill for changes touching multiple files, involving business logic, auth, data handling, or DB migrations. Skip it for typos, single-line tweaks, or exploration questions. For lighter in-between tasks (under 30 lines, single file), use /codex:review instead.
Who benefits
Product engineers managing code review quality and consistency. Teams working with Claude Code + Codex CLI stacks. Projects where written specs before coding prevent rework and miscommunication.