codex-delegation
Installation
SKILL.md
Worker Delegation Skill
This skill defines how the CEO (Claude) delegates tasks to workers. Workers can be either Codex MCP (GPT) or Claude Task sub-agents.
Executor Selection
The executor is determined by priority:
--executorargument (explicit override)./specs/.ralph-executor.json(saved config from/ceo-ralph:setup)- Runtime detection: check if
mcp__codex__codextool exists - Default:
auto(try Codex, fall back to Task)
Codex MCP Executor
- Tool:
mcp__codex__codex - Runs GPT models in a sandboxed environment
- Best for: code generation, file manipulation
- Requires: Codex CLI installed + authenticated