Orchestrates multiple parallel AI agents to execute complex development tasks through isolated git worktrees and automated mission management.
Claude DevFleet transforms individual AI coding sessions into a coordinated multi-agent system, allowing developers to decompose large projects into a Directed Acyclic Graph (DAG) of missions. It manages parallel execution across isolated git worktrees, handles automatic merges upon task completion, and provides comprehensive status monitoring via a central dashboard. This skill is essential for large-scale refactors, building full-stack features from scratch, or any scenario where complex workflows can be accelerated by offloading sub-tasks to specialized, concurrent AI agents.
主な機能
01Dependency-based planning (DAG) for complex sequential or parallel workflows
02Automated merging of completed agent tasks with manual conflict resolution fallbacks
03Real-time progress monitoring and centralized structured mission reporting
04Multi-agent task orchestration with automated mission dispatching
05Isolated execution environments using git worktrees to prevent code conflicts
06172,007 GitHub stars
ユースケース
01Executing massive codebase refactorings across multiple modules in parallel
02Automating complex project initialization where multiple boilerplate and configuration tasks must run concurrently
03Building full-stack features by simultaneously dispatching agents for backend, frontend, and testing