claude-devfleet

Coordinate Claude Code agents across isolated worktrees with dependency DAG enforcement.

1|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/wtyler2505/ProtoPulse --skill claude-devfleet-wtyler2505
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-devfleet
Source: https://github.com/wtyler2505/ProtoPulse/tree/main/.agents/skills/claude-devfleet
Command: npx skills add https://github.com/wtyler2505/ProtoPulse --skill claude-devfleet-wtyler2505

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrate and manage parallel Claude Code agents across isolated worktrees to accelerate coding tasks with governance and progress tracking.

Core Features & Use Cases

  • Plan: Generate a project plan with chained missions and dependency graphs.
  • Dispatch: Spawn agents in isolated worktrees, each with full tooling and auto-merge on completion.
  • Monitor & Report: Track progress via reports, statuses, and dashboards; auto-dispatch subsequent missions based on dependencies.
  • Use Case: A developer needs to build a REST API within a modular project by coordinating multiple agents to implement features in parallel and merge changes automatically, with structured reporting.

Quick Start

Plan and dispatch the first Claude DevFleet mission to execute a parallel coding task and monitor outcomes with structured reports.

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 on coding tasks in parallel?

Parallel agent orchestration involves generating a project plan with a dependency DAG, dispatching agents into isolated worktrees, and auto-merging their changes upon completion. This allows multiple coding tasks to execute simultaneously with structured progress tracking.

What is a dependency DAG and how does it help manage parallel coding tasks?

A dependency DAG is a Directed Acyclic Graph that enforces task execution order based on dependencies. It automatically dispatches subsequent coding missions only after prerequisite tasks finish, preventing merge conflicts in parallel agent workflows.

How do I isolate parallel coding agents so they don't overwrite each other's work?

You isolate parallel coding agents by dispatching them into isolated worktrees. Each agent receives full tooling access within its dedicated worktree, executing tasks independently before auto-merging completed changes back to the main project branch.

Can I track the progress of multi-agent coding tasks and generate reports for auditing?

Yes, multi-agent progress tracking is handled via reports, statuses, and dashboards. The system produces standardized reports for auditing and review, tracking each agent's mission throughout the parallel execution lifecycle and auto-dispatching dependent tasks.

What is the best way to manage auto-merge workflows for parallel REST API development?

The best way to manage auto-merge workflows for parallel REST API development is to use an orchestration system that enforces a dependency DAG and dispatches agents into isolated worktrees. This allows modular features to be implemented in parallel and merged automatically.

When should I not use parallel multi-agent dispatch for software project planning?

You should avoid parallel multi-agent dispatch when coding tasks lack clear dependency boundaries or require strict sequential execution. If tasks cannot be isolated into separate worktrees or need continuous manual intervention, agent orchestration overhead outweighs its parallel execution benefits.