📋 Fleet Patterns
1
Worktrees > Branches
Each agent gets
git worktree add
— physically separate working directories. No checkout conflicts, no lock contention.
2
Plan Before Dispatch
Orchestrator triages issues into A/B/C plans. Agents get a plan letter and a one-line task — not a novel.
3
Human Reviews the Merges
Agents propose PRs. Human reviews and merges. The oversight cost is real (~20% time) but catches real mistakes.
4
Copilot Memories Don't Follow
Background agents don't inherit repo memories from "remember this." Each agent starts fresh — write context into files, not memory.
Full write-up:
asklar.dev — Agent Fleet Lessons