claude-devfleet

Automate multi-agent coding task orchestration with Claude DevFleet APIs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating multiple coding tasks across AI agents is complex and error-prone. Claude DevFleet enables teams to plan projects, dispatch parallel agents in isolated worktrees, monitor progress, and read structured reports, reducing manual coordination and merge conflicts.

Core Features & Use Cases

  • Plan and orchestrate parallel coding tasks across isolated git worktrees.
  • Dispatch missions and auto-dispatch subsequent tasks as dependencies complete.
  • Read structured reports to summarize changes, status, and next steps for a software project.

Quick Start

Dispatch the root mission to start the multi-agent DevFleet workflow.

Frequently Asked Questions about claude-devfleet

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

FAQPage Schema
How do I orchestrate parallel coding tasks across multiple AI agents?

Multi-agent coding orchestration automates project planning, dispatches parallel agents into isolated git worktrees, and monitors task progress to prevent merge conflicts and reduce manual coordination.

What is the best way to manage auto-dispatching tasks with agent dependencies?

Auto-dispatching dependent tasks uses a structured API workflow where dispatch_mission and wait_for_mission automatically trigger subsequent tasks when dependencies complete, ensuring structured progress.

How do isolated git worktrees help with parallel software development?

Isolated git worktrees help parallel software development by allowing multiple agents to explore coding tasks concurrently in separate branches, preventing merge conflicts and enabling structured progress reports.

Can I monitor multi-agent mission status and generate reports automatically?

You can monitor multi-agent mission status and generate reports automatically by calling get_mission_status and get_report API endpoints to summarize project changes, mission status, and next steps.

Do I need a specific API workflow to plan and dispatch parallel coding agents?

Planning and dispatching parallel coding agents requires a structured API workflow using plan_project, create_project, create_mission, and dispatch_mission to coordinate isolated worktrees and handle task dependencies.