claude-devfleet

Orchestrate multi-agent coding tasks with isolated worktrees and structured reports.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrate multi-agent coding tasks via Claude DevFleet — plan projects, dispatch parallel agents in isolated worktrees, monitor progress, and read structured reports.

Core Features & Use Cases

  • Plan projects with a DAG of missions and dependencies to orchestrate complex software tasks.
  • Dispatch agents in isolated git worktrees with automatic merging on completion.
  • Monitor progress and retrieve structured reports via get_report and get_dashboard.
  • Use cases include parallel feature exploration, staged development, and automated report generation for audits.

Quick Start

Log a plan for a coding task and monitor progress until a final report is produced.

Frequently Asked Questions about claude-devfleet

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

FAQPage Schema
How do I orchestrate multi-agent coding tasks for parallel feature development?

You can orchestrate multi-agent coding tasks by planning a project as a DAG of missions with dependencies, dispatching parallel agents into isolated git worktrees, and monitoring their progress until completion. Automatic merging handles isolated branch integration.

What is the best way to plan software development projects with complex task dependencies?

The best way to plan software development projects with complex dependencies is to define a DAG of missions. This allows structured task planning and dependency-managed workflows, ensuring parallel agents execute isolated worktrees without conflicting with prerequisite missions.

Can I monitor parallel agent progress and retrieve structured reports for automated audits?

Yes, you can monitor parallel agent progress and retrieve structured reports for audits by using the get_report and get_dashboard functions. These provide structured visibility into dispatched agent missions and automated report generation.

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

Yes, isolated git worktrees are required to run parallel coding agents. This dependency-managed workflow ensures each agent explores approaches independently, preventing file conflicts before automatic merging consolidates completed missions back together.

When should I not use a multi-agent orchestration workflow for coding?

You should not use multi-agent orchestration for simple, sequential coding tasks. This approach is designed for software development projects requiring parallel exploration, staged development, and complex dependency management, making it excessive for isolated single-file edits.