원클릭으로
codex-orchestrator-orchestrate
Run a focused Codex-agent execution, monitoring, review, or verification phase.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run a focused Codex-agent execution, monitoring, review, or verification phase.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | codex-orchestrator-orchestrate |
| description | Run a focused Codex-agent execution, monitoring, review, or verification phase. |
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.