Orchestration means more than launching agents. It means defining who does what, what triggers each agent, how they hand work to each other, and what happens when something goes wrong. Without orchestration you end up with agents stepping on each other or sitting idle waiting for input that never comes.
Fleet orchestrates Claude Code agents through a reactive event chain built on GitHub labels and a local event bus called Fabric. When a label changes, the right agent starts. When that agent finishes, it publishes an event that triggers the next agent. This guide walks through setting up that chain.