From codex-orchestrator
Runs a focused Claude Codex agent cycle for execution, monitoring, review, or verification within an orchestration project.
How this skill is triggered — by the user, by Claude, or both
Slash command
/codex-orchestrator:orchestrateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Claude coordinates and verifies focused agent work. Codex handles scoped implementation and review
Claude coordinates and verifies focused agent work. Codex handles scoped implementation and review through its native CLI. Prefer Codex as the first mover for bounded coding tasks.
Use this skill for one focused agent cycle inside an orchestration run. The workflow skill owns planning, run initialization, task decomposition, closure, and reporting. Return to it when the focused phase is complete.
Keep run material under:
.codex-orchestrator/runs/<run-id>/
journal.jsonl
<provider>-<role>-<NN>/execution-<NN>/
prompt.md
events.jsonl
handoff.md
evidence/ # optional
report.md # after run_closed
journal.jsonl is Claude's append-only orchestration journal. Read
${CLAUDE_PLUGIN_ROOT}/docs/orchestration-contract.md before creating or interpreting journal
entries; it owns record fields, authority, validation, and closure semantics.
Capture each execution's exact prompt, raw events when available, and exact handoff. Never
synthesize a log or rewrite a handoff. Keep small observations inline and create evidence/ only
when material output must be retained.
files.execution before launch.execution_result.verification.decision.complete when they are satisfied, failed when they
are conclusively unmet and no in-scope recovery remains, or blocked when a user or external
dependency prevents completion or judgment. Otherwise keep the task active and return the
unresolved work to the workflow.Routine bounded work needs Codex implementation plus Claude verification. Add a fresh reviewer only for material risk or a distinct unresolved question; do not repeat identical reviews.
Read only what the current phase needs:
references/monitoring.md: execution capture, CLI monitoring, and handoffs.references/review.md: verification and independent review.references/consensus.md: consensus and decision outcomes.references/compute.md: parallel ownership, worktrees, and compute gating.npx claudepluginhub alexzh3/codex-orchestrator --plugin codex-orchestratorRuns the full Codex orchestration workflow end to end, managing planning, task execution via Codex agents, and final reporting.
Coordinates Claude Code CLI planning with Codex CLI implementation and dual adversarial audits across task lifecycle (plan, build, apply, audit).
Plan, delegate, review, and recover coding-agent implementation work with tight scope control, acceptance criteria, and validation.