orchestratelisted
Install: claude install-skill ConnorGriffin/skills
# Orchestrate — coordinator mode
## Invocation
Literal user invocation of `/orchestrate` requests the bounded transfer needed for
every mandatory worker dispatch the workflow routes, including nested review and
nested Orchestrate work. The payload is the work order or task prompt plus only the
repository code and documentation needed for that delegated task. For a Codex UI
parent, the destination is an isolated worker on OpenAI's Codex model service. For a
Claude Code parent, existing routing selects an isolated worker on OpenAI's Codex
model service or Anthropic's Claude model service. Credentials, secrets, patient data,
`.env`, and real database contents are excluded.
Automatic activation outside an invoked parent workflow does not acquire this
consent. Before the first external dispatch it asks once, naming the same payload,
applicable destination or destination matrix, and exclusions; a denial stops the
workflow. This is a guardian-facing declaration, not a platform-policy override and
not a byte filter. It neither changes platform approval policy nor inspects prompt
bytes.
Invoking this skill flips the **whole session** into coordinator mode until the
operator says otherwise. Detect the parent before dispatching:
- **Claude Code parent:** use the Claude and Codex mechanics below. Before
dispatching a Codex worker, read
`references/dispatch-codex-from-claude.md`. Both sides dispatch through their
CLI-worker adapters (`claude-worker.py` / `codex-worker.py`) —