Decides what
needs to happen.
Opus / reasoningA presentation for humans who ship
You do not need an army of models. You need a system: one mind to frame the work, several hands to execute it, and a clean boundary between every task.
Read this as a route map, not a prompt recipe.
Opus / reasoningThe orchestrator preserves intent, writes small contracts, and gathers results that can be verified. It does not need to type every line.
Every worker reads everything. Nobody knows which facts are load-bearing.
Two agents touch the same checkout. The fastest path becomes conflict resolution.
The diff is polished, but no one checks whether it solved the original problem.
The subagent loop
Delegation means moving one bounded task into a smaller context—not giving away responsibility.
| Package | Contains | Why it matters |
|---|---|---|
| Brief | goal, files, boundaries | stops the worker inventing the problem |
| Worktree | branch and isolated checkout | parallel edits do not collide |
| Checks | tests, build, criteria | turns “looks good” into evidence |
| Diff | small, reviewable change | integration and discard stay cheap |
Git worktrees
A worktree is another directory linked to the same repository. Each agent gets its own checkout and index; history remains shared.
Select a node to inspect its checkout, owner, and next action.
Model routing
Choose a job to see why the model profile changes.
Skills
A skill is a reusable procedure. It can carry instructions, references, scripts, and assets. It is not magical memory, and it does not replace acceptance criteria.
name: review-ui · check focus, mobile, reduced motion · run verification · return evidenceGo deeper with official documentation, production case studies, Medium, and practitioner workflows. Primary references → 12-part reading path →