claude-devfleet

Orchestrate multi-agent coding missions with dependency and concurrency control.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating multiple AI coding agents for one feature or project can be slow and messy, especially when tasks must run in parallel and results must be reviewed and merged safely.

Core Features & Use Cases

  • Plan complex projects into mission DAGs: Turns a natural-language coding goal into a sequence of missions with explicit dependencies.
  • Dispatch parallel agents in isolated worktrees: Runs multiple missions concurrently (up to the configured agent limit) using isolated git worktrees with auto-merge on completion.
  • Monitor and generate structured reports: Tracks mission status, dashboards, and returns per-mission reports including files changed, what was done, errors, and next steps.

Quick Start

Use Claude DevFleet to plan and run a multi-mission coding workflow, then ask it to build and test a REST API with authentication and report the resulting changes.

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

You can orchestrate parallel coding agents by converting natural-language goals into mission dependency DAGs, dispatching multiple agents concurrently into isolated git worktrees, and auto-merging the completed code changes.

What is the best way to plan a complex software refactor using multi-agent automation?

The best way to plan a complex software refactor with multi-agent automation is to generate a sequence of missions with explicit dependencies, allowing concurrent implementation and structured review of incremental feature delivery.

Do I need a running MCP instance to use agent orchestration for coding workflows?

Yes, agent orchestration for coding workflows requires a running Claude DevFleet instance connected via MCP to plan missions, dispatch agents, monitor status, and fetch structured reports for merging outcomes.

How does git worktree isolation work when dispatching parallel coding agents?

Git worktree isolation runs multiple concurrent missions in separate working directories, preventing file conflicts during parallel coding automation and enabling safe auto-merge upon mission completion.

Can I track the status and files changed of parallel coding missions?

Yes, you can track mission status via dashboards and fetch structured reports that include files changed, what was done, errors encountered, and recommended next steps for each completed coding mission.

What are the limitations of using multi-agent orchestration for REST API development?

Multi-agent orchestration for REST API development is limited by the configured agent limit for concurrency control, requiring structured mission dependencies to ensure safe merging of parallel code changes.