claude-devfleet

Coordinate multiple AI agents to plan and execute code tasks in parallel across isolated git worktrees.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/richardnpaul/everything-vscode-copilot --skill claude-devfleet-richardnpaul
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-devfleet
Source: https://github.com/richardnpaul/everything-vscode-copilot/tree/main/.github/skills/claude-devfleet
Command: npx skills add https://github.com/richardnpaul/everything-vscode-copilot --skill claude-devfleet-richardnpaul

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrate multi-agent coding tasks by coordinating Claude DevFleet to plan projects, dispatch parallel agents in isolated worktrees, monitor progress, and compile structured reports.

Core Features & Use Cases

  • Plan projects and generate a mission DAG with dependency tracking.
  • Dispatch root missions and auto-dispatch subsequent tasks when dependencies complete.
  • Monitor progress via dashboards and generate structured reports for decision making.

Quick Start

Plan a project prompt, review the proposed missions, and dispatch the first mission to begin parallel work in isolated worktrees.

Frequently Asked Questions about claude-devfleet

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

FAQPage Schema
How do I coordinate multiple AI agents to code in parallel?

You can coordinate parallel coding by dispatching multiple AI agents into isolated git worktrees, allowing them to execute code tasks simultaneously without file conflicts. The system coordinates planning, dispatches missions, and tracks progress.

How do I break down a complex software project into parallel tasks?

Breaking down complex software projects involves generating a mission DAG with dependency tracking to map task relationships. The system decomposes tasks into non-circular dependencies and auto-dispatches subsequent missions when prior dependencies complete.

Do I need Claude DevFleet with MCP connection to use parallel worktrees?

Yes, orchestrating parallel agents in isolated worktrees requires Claude DevFleet with an active MCP connection. This setup enables the system to deploy missions, monitor progress via dashboards, and compile structured reports for decision making.

What is the best way to track progress across multiple coding agents?

Tracking progress across multiple coding agents is handled via dashboards that monitor active missions and generate structured reports. This provides visibility into parallel task execution across isolated worktrees for project decision making.

Can I auto-dispatch downstream coding tasks when dependencies finish?

Yes, you can auto-dispatch downstream coding tasks when dependencies finish by using the auto_dispatch feature. This automatically triggers subsequent missions in the DAG, ensuring parallel agents continue working in isolated worktrees without manual intervention.

Why enforce non-circular DAGs for multi-agent task orchestration?

Enforcing non-circular DAGs for multi-agent task orchestration prevents circular dependencies that would stall parallel execution. This ensures mission dependencies resolve sequentially, allowing auto-dispatch to trigger downstream worktrees reliably without deadlocks.