🚀 GitHub Copilot: /fleet

Break complex tasks into parallel subagents — built into Copilot CLI

1️⃣
Plan
Shift+Tab → plan mode, build your implementation plan
2️⃣
Fleet
/fleet decomposes plan into independent subtasks
3️⃣
Parallel
Subagents run in parallel, each with its own context window
4️⃣
Review
Orchestrator manages dependencies, you review results
⚡ Dependency-aware orchestration
Main agent analyzes task graph — parallelizes independent work, sequences dependent steps.
🧠 Isolated context windows
Each subagent gets its own context, focused on its subtask. No context window bloat.
🤖 Custom agent routing
Subagents can use custom agents (@test-writer) and specific models per subtask.
🛫 Autopilot combo
Pair with autopilot mode: plan → accept → fleet builds autonomously while you do other work.
💡 Best for: Parallelizable work — test suites, multi-file refactors, independent module updates. Sequential tasks won't benefit. Each subagent consumes premium requests independently.