What problem does it solve?
This Skill coordinates multiple Claude Code agents to execute parallel software development tasks, managing isolated git worktrees, task dependencies, automated dispatch, and structured reporting so developers don't have to manually orchestrate multi-agent workflows.
Core Features & Use Cases
- Project planning with DAGs: decompose a high-level prompt into a project ID and a chain of dependent missions.
- Parallel agent orchestration: dispatch missions to agents running in isolated git worktrees, support auto_dispatch to queue and run tasks as dependencies resolve.
- Monitoring and structured reports: poll mission status, inspect a dashboard of running agents, and retrieve structured reports containing changed files, test results, errors, and recommended next steps.
- Safe merge and conflict handling: automatically merge completed worktree branches and preserve conflicting changes for manual resolution.
- Use Case: plan and run a multi-step feature implementation where individual agents implement, test, and review changes across isolated worktrees, then aggregate results for human review.
Quick Start
Use the claude-devfleet skill to plan a project for a REST API and dispatch the root mission to start agents in isolated git worktrees.