未分類
Delegate a coding task to the OpenAI Codex CLI as a background implementer, then review its diff and land it yourself. Use this whenever the user wants to hand implementation work to Codex — phrasings like "have Codex do X", "delegate this to Codex", "run it through Codex", or "use Codex to implement/fix/refactor" — or to run a queue of coding tasks through Codex while staying the reviewer. Prefer it over a one-shot Codex forwarder (such as the codex-rescue agent) when the user will review the resulting diff and commit it themselves. Also reach for it proactively for a separate implementation pass on a bounded task — a migration, a mechanical refactor, a removal sweep. DO NOT USE for tasks small enough to do inline, or when the user wants the code written directly without delegating.
2026-06-17