orchestration
orchestration
What it does
- Send/reply/ask between agent terminals with persistent messages.
- Dispatch structured tasks to workers and wait for workerdone or escalation.
- Track task DAGs with dependencies.
- Run coordinator loops or decision gates.
- orca status --json should show a running runtime.
- orca must be on PATH (orca-ide on Linux).
- The orchestration experimental feature must be enabled in Settings > Experimental.
Requirements & configuration
- Use ask when a worker needs a blocking answer from the coordinator; it waits for the reply and returns the answer directly.
- Other terminal commands coordinators often need:
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
orchestration FAQ
What does the orchestration skill do?
>- Use Orca orchestration for structured multi-agent coordination: threaded messages, blocking ask/reply flows, task dispatch, worker_done/escalation waits, task DAGs, decision gates, coordinator loops, or decomposing work across agents. Use `orca-cli` instead for full ownership handoffs, including requests phrased as "hand off", "handoff", "handover", "give this to another agent", or "another worktree" when the user did not explicitly ask to supervise, monitor, wait for results, or coordinate a DAG. Use `orca-cli` for ordinary terminal control, lightweight terminal prompts, shell commands, Orca worktree management, reading or waiting on terminals, and automation of the browser embedded inside Orca. Use Computer Use for browser windows, webviews, Orca app UI, or desktop UI outside Orca's embedded browser. Send/reply/ask between agent terminals with persistent messages. Dispatch structured tasks to workers and wait for workerdone or escalation.
What does orchestration require?
Use ask when a worker needs a blocking answer from the coordinator; it waits for the reply and returns the answer directly. Other terminal commands coordinators often need:
How do I install orchestration?
Run: npx -y skills add https://github.com/stablyai/orca --skill orchestration --agent claude-code — the source lives at github.com/stablyai/orca.
Maintain orchestration?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/stablyai-orca-orchestration?ref=badge) npx agentictools info skills/stablyai-orca-orchestration The second line is the CLI lookup for this page — handy in READMEs and docs.