claude-devfleet

Orchestrate parallel AI agents in isolated git worktrees via MCP.

1|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/its-Basudeba/Care-HMS --skill claude-devfleet-its-basudeba
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-devfleet
Source: https://github.com/its-Basudeba/Care-HMS/tree/main/.agent/skills/claude-devfleet
Command: npx skills add https://github.com/its-Basudeba/Care-HMS --skill claude-devfleet-its-basudeba

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the bottleneck of managing complex, multi-step software development projects by automating the coordination, dispatch, and monitoring of multiple AI agents working in parallel.

Core Features & Use Cases

  • Multi-Agent Orchestration: Automatically breaks down high-level project goals into a directed acyclic graph (DAG) of missions.
  • Isolated Worktrees: Dispatches agents into isolated git worktrees to ensure parallel tasks do not interfere with one another.
  • Automated Reporting: Provides structured feedback on file changes, test results, and next steps upon mission completion.
  • Use Case: Use this to build a full-stack application where one agent handles the backend API, another handles the database schema, and a third handles frontend integration, all managed through a single project ID.

Quick Start

Initiate a new project by asking the system to plan and dispatch a multi-agent mission for your specific coding task.

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 AI coding agents to work in parallel?

Multi-agent coding orchestration coordinates parallel software development by breaking project goals into a directed acyclic graph of missions dispatched across isolated git worktrees. This approach automates task dependency tracking and provides structured status reporting for complex project execution.

Can I use isolated git worktrees to prevent parallel AI coding tasks from conflicting?

Yes, isolated git worktrees prevent parallel AI coding tasks from interfering with one another by providing separate working directories. Each agent dispatched within the multi-agent orchestration system operates independently within its own worktree to ensure clean task isolation.

Do I need a running Claude DevFleet instance to use multi-agent mission dispatching?

Yes, multi-agent mission dispatching requires a running Claude DevFleet instance accessible via MCP to execute lifecycle management. The orchestration system depends on this connection to coordinate parallel software development tasks and track mission dependencies.

How do I break down a full-stack application build into a DAG of parallel coding missions?

To break down a full-stack application build, provide a high-level project goal to the orchestration system and it will automatically generate a directed acyclic graph of missions. This allows separate agents to handle backend API, database schema, and frontend integration tasks concurrently.

What's the best way to automate status reporting for parallel software development workflows?

Automated status reporting for parallel software development workflows is handled by the orchestration system, which provides structured feedback upon mission completion. Reports include file changes, test results, and next steps to keep multi-agent project execution transparent.

Why should I use multi-agent orchestration instead of a single AI agent for complex coding?

Multi-agent orchestration overcomes the bottleneck of managing complex, multi-step software development projects by automating the coordination and monitoring of parallel tasks. Unlike a single agent, it isolates worktrees and tracks mission dependencies to execute high-level project goals at scale.