claude-devfleet

Coordinate multiple coding agents in isolated git worktrees with MCP integration.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/lllooollpp/solopreneur- --skill claude-devfleet-lllooollpp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-devfleet
Source: https://github.com/lllooollpp/solopreneur-/tree/main/solopreneur/data/skills/claude-devfleet
Command: npx skills add https://github.com/lllooollpp/solopreneur- --skill claude-devfleet-lllooollpp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Claude DevFleet enables teams to orchestrate multiple coding agents across isolated worktrees, reducing manual coordination and speeding up complex software tasks.

Core Features & Use Cases

  • Plan complex projects and create mission DAGs with explicit dependencies.
  • Dispatch parallel agents in isolated worktrees and auto-merge on completion.
  • Monitor progress via dashboards and generate structured reports for stakeholders.

Quick Start

Plan a Claude DevFleet project, dispatch parallel agents in isolated worktrees, and review the resulting reports.

Frequently Asked Questions about claude-devfleet

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I orchestrate multiple coding agents to work in parallel on a single software project?

To orchestrate parallel coding agents, you coordinate them using isolated git worktrees and automatic report generation. This allows multiple agents to work concurrently on distinct project features with explicit dependencies and auto-merging upon completion.

What is a multi-agent mission DAG and when do I need it for software development?

A multi-agent mission DAG is a directed acyclic graph that maps complex software tasks with explicit dependencies. You need it when planning parallel-agent execution for building APIs or services where isolated worktrees and automatic merging are beneficial.

How do I set up isolated git worktrees for parallel coding agent execution?

Setting up isolated git worktrees for parallel coding agents involves integrating MCP to auto-dispatch agents into separate worktree branches. This isolates their changes before automatically merging completed work back into the main project.

Can I use multi-agent orchestration for building APIs with complex feature dependencies?

Yes, multi-agent orchestration is designed for building APIs and services with complex dependencies. It creates mission DAGs to manage parallel-agent execution in isolated worktrees, ensuring dependencies are respected during automatic dispatch and merging.

What's the best way to monitor parallel coding agents working on isolated worktrees?

The best way to monitor parallel coding agents in isolated worktrees is by using progress dashboards. These dashboards track auto-dispatched agents and generate structured reports for stakeholders upon task completion.

Do I need MCP integration to coordinate multiple coding agents across isolated worktrees?

Yes, MCP integration is required to coordinate multiple coding agents across isolated worktrees. The end-to-end workflow relies on MCP to handle project planning, mission creation, auto-dispatch, and progress monitoring.