<objective Coordinate teams of 2-3 Claude Code agents working in parallel on the same codebase. Each agent runs in its own terminal, its own git worktree, and its own context window. The team lead (you, the orchestrating Claude) decomposes work, spawns agents with focused prompts, monitors progress, and coordinates merges. Key principle: Each agent is a fresh Claude session with zero shared memory. All coordination happens through files (WORKTREE TASK.md, shared contracts) and git (branches, PRs). There is no runtime communication between agents. </objective <quick start Set the environment v…