claude-devfleet

Plan, dispatch, and monitor parallel Claude Code agents in isolated worktrees.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the challenge of efficiently planning and coordinating multiple AI agents to work on coding tasks in parallel. It enables teams to split work into missions, dispatch agents in isolated worktrees, and consolidate results into structured reports.

Core Features & Use Cases

  • Plan projects and create missions with plan_project and create_project to outline tasks and dependencies.
  • Dispatch parallel Claude DevFleet agents into isolated worktrees with automatic merging on completion.
  • Monitor progress and generate structured reports via get_dashboard and get_report; support status checks and wait_for_mission.
  • Enforce deterministic, DAG-based task execution with dependencies and concurrency limits.

Quick Start

Plan a multi-agent project with plan_project(prompt="..."), review the plan, and dispatch the root mission to launch parallel Claude DevFleet agents 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 Claude Code agents to work in parallel?

To coordinate parallel Claude Code agents, you can use a multi-agent orchestration skill to split work into missions, dispatch agents into isolated worktrees, and automatically merge results upon completion.

What is the best way to manage parallel AI coding tasks with isolated worktrees?

Managing parallel AI coding tasks with isolated worktrees is best handled by defining a deterministic, DAG-based workflow that enforces task dependencies and concurrency limits while monitoring progress via a centralized dashboard.

How do I plan and dispatch parallel coding missions for AI agents?

You plan and dispatch parallel coding missions by outlining tasks and dependencies with a project planning function, then launching the root mission to trigger parallel agent execution in isolated worktrees.

Can I monitor progress and generate reports for parallel AI agent tasks?

Yes, you can monitor progress and generate structured reports for parallel AI agent tasks by using dedicated dashboard and report retrieval functions to check status and wait for mission completion.

How does dependency-based task execution work for multi-agent orchestration?

Dependency-based task execution for multi-agent orchestration works by enforcing a deterministic Directed Acyclic Graph (DAG) workflow, ensuring coding tasks are executed concurrently only when their specified dependencies are met.

Do I need to manually merge code changes from parallel AI agents?

No, you do not need to manually merge code changes from parallel AI agents; the orchestration workflow automatically merges the completed work from isolated worktrees back into the project.