Everyone's running multiple Claude Code agents in parallel now. The standard advice is "use git worktrees." Each agent gets its own copy of the codebase, its own branch, no conflicts.

We covered worktrees in our 10 Claude Code tips you didn't know: tip 6 covers the --worktree flag and how it works under the hood.

Works well. Until you actually...