一键导入
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.