claude-devfleet

Manages parallel Code Agents missions with Git worktrees and dashboards.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/cescrafli/compyrasion --skill claude-devfleet-cescrafli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-devfleet
Source: https://github.com/cescrafli/compyrasion/tree/main/skills/claude-devfleet
Command: npx skills add https://github.com/cescrafli/compyrasion --skill claude-devfleet-cescrafli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrate multiple Claude Code agents to work in parallel on coding tasks, using isolated git worktrees, with planning, dispatch, monitoring, and structured reporting.

Core Features & Use Cases

  • Plan projects and create mission DAGs from user prompts.
  • Dispatch missions to agents in isolated worktrees with automatic progression on completion.
  • Auto-merge results and generate structured reports to share progress with stakeholders.
  • Monitor progress via a dashboard and retrieve detailed reports for review.

Quick Start

Plan a project with plan_project(prompt) and then 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 run multiple Claude Code agents in parallel on the same project?

You can orchestrate multiple Claude Code agents in parallel by dispatching them to isolated git worktrees. This allows independent coding tasks to execute simultaneously without file conflicts, automatically progressing dependent steps upon completion.

What is a DAG-based mission plan for multi-agent software development?

A DAG-based mission plan structures multi-agent software development tasks into a directed acyclic graph. It maps dependent coding steps so that downstream tasks auto-dispatch once upstream agents finish, ensuring correct execution order across parallel worktrees.

How do I manage automated merging and reporting for parallel coding tasks?

Automated merging and reporting for parallel coding tasks are managed through mission orchestration. The system auto-merges agent results from isolated worktrees and generates structured reports you can retrieve to review progress and share with stakeholders.

Do I need a Claude DevFleet MCP instance to orchestrate parallel agents?

Yes, a Claude DevFleet MCP instance is required to orchestrate parallel agents. It provides the necessary interface to plan project DAGs, dispatch missions to isolated git worktrees, and retrieve status updates and detailed reports.

Can I monitor progress and generate reports for multi-step software projects?

Yes, you can monitor progress and generate reports for multi-step software projects. After dispatching missions, you can check a dashboard and retrieve detailed structured reports using status and report retrieval commands for stakeholder review.

What is the best way to plan and execute dependent coding tasks in parallel?

The best way to execute dependent coding tasks in parallel is creating a mission DAG from a prompt. This dispatches agents to isolated worktrees with automatic progression, handling approvals and merging from initial plan to final reports.