Parallel Development
FreshRun multiple AI agents simultaneously on different features using Git worktrees.
Parallel Workflow
Step 1: Set Up Worktrees
- Configure worktree directory (once per project)
- 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 Worktreefrom 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
- Right-click each worktree agent → Create Pull Request
- Review PRs (auto-generated title and description)
- Merge and remove worktrees
Scaling
Running 10 parallel agents with worktrees could theoretically rack up Conductor Rank time 10x faster.
See Also
- Git Worktrees — Worktree feature reference
- Auto Run Workflow — Task execution guide
- Conductor Ranks — Achievement system