Guides: running AI coding agents as a team
Practical, workflow-level guides to running AI coding agents: in parallel, in worktrees, with your issue tracker, and with your whole team in the loop.
- Git Worktrees for AI Coding Agents: The Isolation StandardA git worktree gives each AI coding agent its own working directory and branch from one repo. Here is how to use them, the gotchas, and how to automate them.
- From Linear Issue to Agent-Built PR: A Working WorkflowA Linear coding agent workflow: label an issue ai-task, a workspace appears for the team, a human starts the agent, and the PR is tracked back to the issue.
- Reviewing Pull Requests From AI Agents Without DrowningHow to review AI agent PRs without drowning: review the run, not just the diff, use live previews to check behavior, and keep every PR small and rebased.
- How to Run Multiple Claude Code Sessions in ParallelThe fastest way to run multiple Claude Code sessions in parallel: one git worktree per task locally, or one isolated workspace per task on a platform.
- How to Share a Claude Code Session With Your TeamClaude Code share links are read-only. To share a live session, use tmux over SSH or a multiplayer workspace where teammates join the same terminal and preview.