# Orchestrator

Band: emerging — Real practice, thin evidence. Mostly vendor-stated or reported rather than measured.
Group: How work is arranged
Implemented by: https://clickai.dev/skills/orchestrate

One session that routes work into lanes, audits what comes back, owns integration, and never implements. The rules that make it work are the non-obvious ones: exactly one live orchestrator at a time, because two of them routing the same board is the same collision class as two sessions building the same item; delegation moves the executor and never the standard; and context is the orchestrator's scarcest resource, which makes delegation a context-preservation technique before it is a throughput one.

## See also

- [Lane](https://clickai.dev/legend/lane)
- [Subagent](https://clickai.dev/legend/subagent)
- [Self-reported green](https://clickai.dev/legend/self-reported-green)
- [The decider](https://clickai.dev/legend/the-decider)

---

Full legend: https://clickai.dev/legend.md
