orchestration
Coordinate supervised Orca workers: threaded messages, blocking ask/reply, task dispatch, worker_done/escalation waits, task DAGs, decision gates, coordinator loops, and decomposing work across agents. Use orca-cli for full ownership handoffs — "hand off", "handoff", "handover", "give this to another agent", "another worktree" — unless asked to supervise, monitor, or coordinate a DAG, and for terminal control,…
- installs 8w
- 170,794
- 30-day movement
- starts with the next reading
- Related entries
- 7
- Connections
- 0
An agent skill (SKILL.md) that teaches an AI coding agent how to coordinate supervised Orca workers — threaded messages, blocking ask/reply, task dispatch, worker_done/escalation waits, task DAGs, decision gates, and coordinator loops. It is a discovery stub: the full version-matched orchestration reference is served by the `orca` binary itself, and the skill directs the agent to load that guide before running commands.
Reach for it when you need an agent to supervise, monitor, or decompose work across multiple Orca agents rather than hand off ownership entirely.
Use it to
- Dispatch tasks and wait on worker_done or escalation signals
- Build task DAGs with decision gates and coordinator loops
- Decompose work across multiple agents
- Manage Orca worktrees and terminal control via orca-cli
- Route page automation to orca-cli, Playwright, or Computer Use appropriately
For Agents and developers coordinating multi-agent Orca workflows
- Host repository
- stablyai/orca
- Installs, lifetime
- 217k
- Installs, 8 weeks
- 171k
- Host stars
- 71k
- Host language
- TypeScript