claude-devfleet

Orchestrate multi-agent coding projects by converting build requests into mission DAGs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the bottleneck of coordinating multi-step software development work by planning tasks and dispatching multiple agents in parallel, then consolidating structured results back into a clear report.

Core Features & Use Cases

  • Project planning with mission DAGs: Breaks a coding request into chained missions with dependency relationships so work proceeds in the right order.
  • Parallel agent execution in isolated worktrees: Runs each mission with dedicated workspaces and auto-merges changes on completion.
  • Progress monitoring and structured reporting: Captures files changed, what was done, errors, and next steps so you can confidently review outcomes.

Quick Start

Use claude-devfleet to plan a feature build, ask it to confirm the proposed mission plan, and then launch the first mission for parallel execution with dependency-based auto-dispatch.

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 coding agents for multi-file feature work?

You can coordinate parallel coding agents by turning a natural-language build request into a mission DAG, dispatching isolated agents into separate worktrees, and auto-merging the completed changes.

What is the best way to sequence dependent software development tasks for concurrent execution?

Sequencing dependent software development tasks involves generating a mission DAG that maps dependency relationships, ensuring parallel agents execute chained missions in the correct order and auto-merge results.

How do I monitor progress and get structured reports from parallel development agents?

Monitoring parallel development agents requires tracking mission statuses and consolidating structured reports that capture changed files, completed work, errors, and next steps for confident outcome review.

Can I use isolated worktrees to run multiple coding agents simultaneously without conflicts?

Yes, you can run multiple coding agents in isolated git worktrees to prevent conflicts during parallel development, with changes automatically merged back into the main workspace upon mission completion.

Does parallel agent orchestration work for complex REST API implementation with auth and tests?

Parallel agent orchestration supports complex REST API implementation with auth and tests by breaking the build into dependency-sequenced missions dispatched across concurrent coding agents.

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

Multi-agent coding orchestration is not ideal for single-file refactors or tightly coupled logic lacking parallelizable dependencies, as the overhead of mission DAG planning and worktree isolation outweighs concurrency benefits.