Draft
This page is not written yet. The outline below is the plan of record from curriculum/BUILD_TRACK_PLAN.md; the prose, the code, and the verified block land with the workbench’s module-25 tag.
What this page will cover:
- When a subagent earns its place, the subagents page lists four benefits: context isolation, parallelization, specialized instructions, and tool restrictions. That last one is the ability to hand a reviewer Read and Grep and nothing that writes.
- Programmatic
AgentDefinitionas the recommended creation path: only the final message returns to the parent, andmaxTurnsis the cap, because no per-subagent wall-clock deadline exists. - The hosting page’s warning about wide parallel fanouts and rate limits, batch instead of blasting everything at once.
- CLI agent teams and SDK subagents are different features. The progression runs from one researcher to implementer plus reviewer to parallel research.
- Ship: an optional review-fanout mode in the workbench, with the module 24 cost readout so you can see the tradeoff.