Multi-Agent Delegation¶
Summary¶
The pattern where a main agent delegates sub-tasks to multiple sub-agents running simultaneously, each responsible for a different aspect of the overall task.
Example: GEO Audit System¶
A GEO (Generative Engine Optimization) audit uses 12 Skills, with the main audit skill instructing Claude Code to run 5 sub-agents simultaneously: - Each agent responsible for a different analysis task - Results combined into a comprehensive report - Like a general contractor hiring electricians, plumbers, HVAC specialists
Analogy¶
Building a house: the main contractor hires specialized subcontractors — each handles their area efficiently, then the contractor coordinates the results.