From claudex
Delegate a focused task to the Codex (GPT-5.x) sub-agent, then review its output before applying
How this command is triggered — by the user, by Claude, or both
Slash command
/claudex:delegate <task to delegate to Codex>The summary Claude sees in its command listing — used to decide when to auto-load this command
Delegate the task below to the **Codex** sub-agent, then supervise the result. Follow the `codex` skill. **Task:** $ARGUMENTS 1. **Scope it.** Identify the specific files/diff Codex needs. Never include secrets, `.env`, keys, or tokens. Never point Codex at large dataset folders. 2. **Delegate.** Prefer the `codex` MCP tool. Deterministic CLI fallback (read-only, scoped): `codex exec -C <code-dir> -s read-only --skip-git-repo-check "<focused task>"` Use a writable sandbox only when Codex must produce a patch, with no secrets in scope. 3. **Review.** Inspect Codex's output critically...
Delegate the task below to the Codex sub-agent, then supervise the result. Follow the codex skill.
Task: $ARGUMENTS
.env, keys, or tokens. Never point Codex at large dataset folders.codex MCP tool. Deterministic CLI fallback (read-only, scoped):
codex exec -C <code-dir> -s read-only --skip-git-repo-check "<focused task>"
Use a writable sandbox only when Codex must produce a patch, with no secrets in scope.If Task is empty, ask the user what to delegate.
npx claudepluginhub security-engineer/claudex --plugin claudex/delegateGenerates Codex prompt for code/experiment tasks from project context files, confirms plan with user, displays new-terminal execution command, polls agent_handoff.md for results, and prompts next steps.
/delegateOrchestrates complex tasks: decomposes into agent waves/tasks, plans execution, awaits user approval, then executes via subagents or teams.
/delegateDispatches implementation tasks to subagents using a plan, then auto-chains to review. Also supports --fixes and --pr-fixes modes for addressing issues.
/delegateDelegates a task to a named altana harness preset, runs it with optional prompt template and write access, then surfaces a structured JSON result with status, duration, response, and log path.