Overview
A large project can be handled by a team of agents rather than one agent carrying every responsibility sequentially. The key pattern is specialization: assign each subagent a narrow task, allow the tasks to proceed in parallel where possible, and use an orchestrating process to combine the work.