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:

  1. --executor argument (explicit override)
  2. ./specs/.ralph-executor.json (saved config from /ceo-ralph:setup)
  3. Runtime detection: check if mcp__codex__codex tool exists
  4. 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
Installs
1
First Seen
Apr 2, 2026
codex-delegation — dutstech/ceoralph