claude-devfleet

Plan and coordinate multi-agent coding tasks in isolated git worktrees.

Updated Mar 20, 2026
One-click install
npx skills add https://github.com/KanakMalpani/General-Private-Skills --skill claude-devfleet-kanakmalpani
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: claude-devfleet
Source: https://github.com/KanakMalpani/General-Private-Skills/tree/main/skills/claude-devfleet
Command: npx skills add https://github.com/KanakMalpani/General-Private-Skills --skill claude-devfleet-kanakmalpani

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Plan, coordinate, and execute multi-agent coding tasks efficiently by orchestrating Claude DevFleet across isolated worktrees, reducing manual coordination and merge conflicts.

Core Features & Use Cases

  • Plan projects and break work into chained missions with dependency graphs.
  • Spawn parallel agents in isolated git worktrees that auto-merge on completion.
  • Monitor progress with structured reports and dashboards, enabling quick decision making.
  • Use cases include building REST APIs, refactoring large modules, and coordinating cross-team efforts.

Quick Start

Dispatch Claude DevFleet to plan a project, spawn workers in isolated worktrees, and monitor progress to a structured report.

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 agent coding tasks to avoid merge conflicts?▼

You can coordinate parallel agent coding tasks by spawning workers in isolated git worktrees. This approach automatically manages task dependencies and auto-merges changes upon completion, eliminating manual merge conflicts.

What is the best way to orchestrate multi-agent coding for complex software projects?▼

The best way to orchestrate multi-agent coding is using a structured plan, dispatch, and monitor workflow. This method breaks work into chained missions with dependency graphs, enabling parallel execution and structured reporting for complex software projects.

How do I monitor progress and report changes for parallel development agents?▼

You monitor progress and report changes for parallel development agents using structured dashboards. These dashboards provide quick decision-making updates by tracking the status of isolated agents throughout the execution lifecycle.

Can I use this multi-agent orchestration for refactoring large modules and building REST APIs?▼

Yes, you can use this multi-agent orchestration for refactoring large modules and building REST APIs. It applies to complex software projects requiring parallel execution, task dependency management, and structured reporting of changes.

Do I need git worktrees to run parallel coding agents?▼

Yes, you need git worktrees to run parallel coding agents. The orchestration system organizes work in isolated git worktrees to ensure parallel agent execution happens without overlapping changes or manual coordination.