Workflows for running coding agents in parallel
Practical Conductor workflows for running Claude Code and Codex with worktrees, local setup, terminals, diffs, checks, and pull requests.
Use these workflows when one agent in one terminal is no longer enough.
Conductor works best when each independent task gets its own workspace: a separate worktree-backed checkout, branch, terminal, diff, checks, and pull request path. Start with the workflow that matches the agent you want to run, then use the docs links to make the repo runnable in every workspace.
Agent workflows
Start with the workflow for the agent you want to run. Each page explains the terminal problem, the worktree model, and how Conductor keeps the work reviewable.
Claude Code workflow
Run parallel Claude Codes
Move from one Claude Code terminal session to isolated workspaces for independent branches, terminals, diffs, checks, and pull requests.
Codex workflow
Run parallel Codexes
Run multiple Codex tasks locally without losing track of each task's checkout, branch, run state, and review path.
Set up the repo once
Parallel agents work best when every workspace can run the project without manual repair.