Multi-Agent
Scale your productivity with multiple Claude instances. Learn git worktrees, parallel agents, and when to use subagents effectively.
5 tips

24
Don't Expect Perfect First Try
Let 1 agent code, use another agent to check the code.

25
Multiple Agents for Big Jobs
Launch multiple agents with same prompt. For big tasks it's rare 1 agent gets it right.

26
Break Complex Problems into Steps
Better to have 1 session per sub-task than one massive session.

27
Git Worktrees
Multiple working directories from same repo. Run Claude in each.

28 Free
Subagents - Use with Caution
Subagent summaries lose detail. For critical code, have main agent read files directly.