Orchestrates multiple Claude agents to execute parallel coding tasks in isolated git worktrees with automated dependency management.
Claude DevFleet is a high-performance multi-agent orchestration layer designed to accelerate complex software development. It allows Claude to break down a project into a Directed Acyclic Graph (DAG) of missions, dispatching them to independent agents that work in isolated git environments. This setup enables simultaneous development of features, tests, and documentation, providing real-time status monitoring and structured reporting to ensure project-wide consistency and faster delivery cycles.
Key Features
01AI-powered project planning and mission DAG generation
02Automated dependency resolution and mission dispatching
03Parallel multi-agent task execution in isolated git worktrees
04Structured progress reporting and dashboard monitoring
05Built-in auto-merging upon mission completion
060 GitHub stars
Use Cases
01Managing complex project workflows where tasks have strict sequential dependencies
02Developing large-scale features like REST APIs with concurrent auth and test implementation
03Executing systematic codebase refactors across multiple modules simultaneously