claude-devfleet

Plan and coordinate parallel Claude Code agents across worktrees.

1|1|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/zardusai-cyber/zardus_setup --skill claude-devfleet-zardusai-cyber
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-devfleet
Source: https://github.com/zardusai-cyber/zardus_setup/tree/main/ecc/skills/claude-devfleet
Command: npx skills add https://github.com/zardusai-cyber/zardus_setup --skill claude-devfleet-zardusai-cyber

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates multi-agent coding tasks by coordinating Claude Code agents in isolated worktrees, enabling parallel development, reproducible results, and streamlined collaboration.

Core Features & Use Cases

  • Plan projects and mission DAGs: generate a structured plan that breaks work into missions with dependencies.
  • Dispatch, monitor, and auto-dispatch: launch the root mission and let dependent missions auto-dispatch as dependencies complete.
  • Consolidate reports and progress: produce structured reports (files changed, status, next steps) and offer progress visibility via dashboards.
  • Use Case: plan and execute a microservice feature across backend, frontend, and tests with automated merges on completion.

Quick Start

Plan a project and dispatch the first mission to start parallel coding with Claude DevFleet.

Frequently Asked Questions about claude-devfleet

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

FAQPage Schema
How do I coordinate parallel Claude Code agents for software development?

Multi-agent coding orchestration plans projects into mission DAGs and dispatches them across isolated worktrees, enabling parallel execution and automatic progression from planning to reporting.

What is the best way to run parallel coding tasks in separate git worktrees?

Using a multi-agent orchestration approach, you can break work into dependent missions and launch the root mission to let dependent missions auto-dispatch as dependencies complete across isolated worktrees.

Do I need an MCP connection to orchestrate multi-agent coding with Claude?

Yes, orchestrating multi-agent coding requires a Claude DevFleet MCP connection to create projects and missions, dispatch them, monitor status, and generate structured reports.

How does a multi-agent orchestration system handle mission dependencies and reporting?

The orchestration system generates a structured plan breaking work into missions with dependencies, auto-dispatches dependent missions as dependencies complete, and consolidates structured reports including files changed, status, and next steps.

Can I use multi-agent orchestration to develop microservice features across backend and frontend simultaneously?

Yes, multi-agent orchestration supports planning and executing microservice features across backend, frontend, and tests with parallel development in isolated worktrees and automated merges on completion.