Skip to content

Parallel Workflows and Orchestration

🚧 Coming soon — this chapter publishes with Phase 5.

How to run more than one agent session at a time — and how to manage them without losing track of what each one is doing.

  • Worktrees — isolated branches per task with no manual git juggling
  • Sub-agents and the Claude Agent SDK — orchestrating agents that delegate to other agents
  • Session hygiene — when to /compact, when to /clear, when to kill and restart
  • When parallelism helps vs. hurts — dependencies, shared files, and review queue limits
  • Sustainable pacing — using agents as leverage, not as a reason to review 30 PRs a day