Part of Forge DevKit ecosystem

forge-autopilot

Parallel agents without merge hell

The problem

Agent Teams = merge conflict chaos

"I literally can't merge their branches." Multiple agents editing the same files without coordination.

No conflict detection before execution

You discover file conflicts AFTER agents finish. Hours of work wasted on irreconcilable changes.

Autonomous agents with no strategy

Agent Teams is infrastructure. Without a strategy layer, agents work fast but break things faster.

Subagents vs Agent Teams architecture comparison

forge-autopilot adds a strategy layer on top of Agent Teams: triage, conflict detection, and wave planning. Source: Claude Code docs

How it works

1

Triage

Backlog analyst classifies features by complexity, risk, and design needs. File dependency mapping.

2

Detect conflicts

Conflict detector identifies shared files between features. Classifies as SAFE, RISKY, or BLOCKING.

3

Plan waves

Groups conflict-free features into parallel waves. BLOCKING conflicts force sequential execution.

Wave 1: auth + payments (no overlap)
Wave 2: profile (depends on auth)
4

Execute

Teammates execute in isolated worktrees. Tech lead reviews. Auto-merge with conflict prevention.

Key capabilities

Conflict-free wave planning

Backlog→conflict detection→wave grouping→parallel execution. No merge conflicts by design.

3 autonomy modes

Supervised (review each), semi-auto (review at checkpoints), full-auto (review at end).

Isolated worktrees

Each teammate works in a separate git worktree. No file interference. Clean merges.

Cross-repo triage

Features spanning multiple repos are detected and handled in triage phase.

Batch reporting

Summary report after each wave: decisions, conflicts resolved, files touched, test results.

forge-autopilot vs Raw Claude Agent Teams

Dimension Raw Claude Agent Teams Forge DevKit
What it is Infrastructure for spawning agents Strategy layer: triage → conflict detection → wave planning
Conflict handling None — discover conflicts after Pre-execution conflict detection and wave grouping
Autonomy control All or nothing 3 modes: supervised, semi-auto, full-auto
Get Forge →