Skip to content

Parallel Development

Fresh

Run multiple AI agents simultaneously on different features using Git worktrees.

Parallel Workflow

Step 1: Set Up Worktrees

  1. Configure worktree directory (once per project)
  2. Create a worktree for each feature:
    • Hover branch pill → "Configure Worktrees"
    • Enter branch name → Create

Step 2: Assign Work

Each worktree agent gets its own Auto Run documents:

  • Write separate task checklists per feature
  • Or use Dispatch to Worktree from the run config

Step 3: Run in Parallel

Start Auto Run on each worktree agent. They execute independently:

  • No conflicts between agents
  • Each has its own isolated branch
  • Each gets fresh sessions per task

Step 4: Review

Use the History panel to track progress across all agents:

  • AUTO entries show which agent completed what
  • Click session IDs to jump between agents
  • Use Director's Notes for a unified cross-agent view

Step 5: Create PRs and Merge

  1. Right-click each worktree agent → Create Pull Request
  2. Review PRs (auto-generated title and description)
  3. Merge and remove worktrees

Scaling

Running 10 parallel agents with worktrees could theoretically rack up Conductor Rank time 10x faster.

See Also

Built with VitePress + RAG Chat