affaan-m/ECC

claude-devfleet

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

89CollectingNetwork access
See how to use itView GitHub source
npx skills add https://github.com/affaan-m/ECC --skill "skills/claude-devfleet"
Automated source guide

Source checked Jul 28, 2026·Refresh due Oct 26, 2026

Reorganized from the pinned upstream SKILL.md

Turn claude-devfleet's source instructions into a guide you can follow

According to the pinned SKILL.md from affaan-m/ECC: Orchestrate multi-agent coding tasks via Claude DevFleet — plan projects, dispatch parallel agents in isolated worktrees, monitor progress, and read structured reports.

npx skills add https://github.com/affaan-m/ECC --skill "skills/claude-devfleet"
Check the pinned source

Best fit

  • Use this skill when you need to dispatch multiple Claude Code agents to work on coding tasks in parallel. Each agent runs in an isolated git worktree with full tooling.
  • Orchestrate multi-agent coding tasks via Claude DevFleet — plan projects, dispatch parallel agents in isolated worktrees, monitor progress, and read structured reports.

Bring this context

  • The DevFleet server is a separate project, not bundled with ECC. Install and run it from its repository first:
  • Then connect the running instance via MCP:
  • Before first use, verify the process listening on port 18801 is the DevFleet binary you installed (see SECURITY.md on localhost MCP servers).

Expected outputs

  • Plan: Call planproject(prompt="...") → returns projectid + list of missions with dependson chains and autodispatch=true.
  • Show plan: Present mission titles, types, and dependency chain to the user.
  • Dispatch: Call dispatchmission(missionid=) on the root mission (empty dependson). Remaining missions auto-dispatch as their dependencies complete (because planproject sets autodispatch=true on them).

Key source sections

Read claude-devfleet through these 5 source sections

Sections are extracted automatically from the pinned SKILL.md and link back to the source.

01

Setup

The DevFleet server is a separate project, not bundled with ECC. Install and run it from its repository first:

SKILL.md · Setup
The DevFleet server is a separate project, not bundled with ECC. Install and run it from its repository first:Then connect the running instance via MCP:Before first use, verify the process listening on port 18801 is the DevFleet binary you installed (see SECURITY.md on localhost MCP servers).
02

Workflow: Plan → Dispatch → Monitor → Report

1. Plan: Call planproject(prompt="...") → returns projectid + list of missions with dependson chains and autodispatch=true. 2. Show plan: Present mission titles, types, and dependency chain to the user. 3. Dispatch: Call dispatchmission(missionid=) on the root mission (empty dep…

SKILL.md · Workflow: Plan → Dispatch → Monitor → Report
Plan: Call planproject(prompt="...") → returns projectid + list of missions with dependson chains and autodispatch=true.Show plan: Present mission titles, types, and dependency chain to the user.Dispatch: Call dispatchmission(missionid=) on the root mission (empty dependson). Remaining missions auto-dispatch as their dependencies complete (because planproject sets autodispatch=true on them).
03

Manual: step-by-step control

1. createproject(name="My Project") → returns projectid. 2. createmission(projectid=projectid, title="...", prompt="...", autodispatch=true) for the first (root) mission → capture rootmissionid. createmission(projectid=projectid, title="...", prompt="...", autodispatch=true, dep…

SKILL.md · Manual: step-by-step control
createproject(name="My Project") → returns projectid.createmission(projectid=projectid, title="...", prompt="...", autodispatch=true) for the first (root) mission → capture rootmissionid.dispatchmission(missionid=...) on the first mission to start the chain.
04

Sequential with review

1. createproject(name="...") → get projectid. 2. createmission(projectid=projectid, title="Implement feature", prompt="...") → get implmissionid. 3. dispatchmission(missionid=implmissionid), then poll with getmissionstatus until complete. 4. getreport(missionid=implmissionid) to…

SKILL.md · Sequential with review
createproject(name="...") → get projectid.createmission(projectid=projectid, title="Implement feature", prompt="...") → get implmissionid.dispatchmission(missionid=implmissionid), then poll with getmissionstatus until complete.
05

When to Use

Use this skill when you need to dispatch multiple Claude Code agents to work on coding tasks in parallel. Each agent runs in an isolated git worktree with full tooling.

SKILL.md · When to Use
Use this skill when you need to dispatch multiple Claude Code agents to work on coding tasks in parallel. Each agent runs in an isolated git worktree with full tooling.

SkillSignal prompt templates

Provide the task, context, and acceptance criteria

These prompts were written by SkillSignal from the source structure; they are not upstream text.

Task-start prompt

Confirm source fit, inputs, and outputs before acting.

Use claude-devfleet to help me with: [specific task]. Context: [files, data, or background]. Constraints: [environment, scope, and prohibited actions]. Before acting, check the pinned SKILL.md and explain which sections apply, what inputs are still missing, and what you will deliver.

Source-guided execution

Make the Agent explicitly follow the key extracted sections.

Apply the pinned claude-devfleet source to [task]. Pay particular attention to these source sections: “Setup”, “Workflow: Plan → Dispatch → Monitor → Report”, “Manual: step-by-step control”, “Sequential with review”, “When to Use”. Preserve the important decision at each step. Mark facts not covered by the source as “needs confirmation” instead of inventing them. Then verify the result against my acceptance criteria: [criteria].

Result-review prompt

Check omissions, permissions, and source drift before delivery.

Review the current claude-devfleet result: (1) does it satisfy the original task; (2) were any applicable steps or limits in the pinned SKILL.md missed; (3) did it perform any unauthorized file, command, network, or data action; and (4) which conclusions remain unverified? List issues first, then fix only what the source or user authorization supports.

Output checklist

Verify each item before delivery

The task matches the purpose documented in the SKILL.md.

The source section “Setup” has been checked.

The source section “Workflow: Plan → Dispatch → Monitor → Report” has been checked.

The source section “Manual: step-by-step control” has been checked.

The source section “Sequential with review” has been checked.

Inputs, constraints, and acceptance criteria are explicit.

Unverified facts, compatibility, and outcome claims are clearly marked.

Any file, command, network, or data action has been reviewed.

Choose a different workflow

When another Skill is the better fit

FAQ

What does claude-devfleet do?

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

How do I start using claude-devfleet?

The catalog detected this source-specific install command: npx skills add https://github.com/affaan-m/ECC --skill "skills/claude-devfleet". Inspect the command and pinned source before running it.

Which Agent platforms does it declare?

No dedicated Agent platform is declared in the pinned source record.

Repository stars
234,327
Repository forks
35,711
Quality
89/100
Source repository last pushed

Quality breakdown

Based on traceable docs and repository signals; stars are not treated as quality.

89/100
Documentation28/30
Specificity20/25
Maintenance20/20
Trust signals21/25

Compare before choosing

Related Agent Skills and source variants

These links are selected from shared tasks, functions, stacks, platforms, and same-name variants. Compare the source owner, documentation, permissions, and maintenance signals.

design-review by event4u-app

Use when the user says "review the design", "check the UI", or wants a comprehensive UI/UX review. Uses a 7-phase methodology covering interaction, responsiveness, accessibility, and more.

dask by k-dense-ai

Distributed computing for larger-than-RAM pandas/NumPy workflows. Use when you need to scale existing pandas/NumPy code beyond memory or across clusters. Best for parallel file processing, distributed ML, integration with existing pandas code. For out-of-core analytics on single machine use vaex; for in-memory speed use polars.

neurokit2 by k-dense-ai

Use NeuroKit2 to build or audit reproducible research workflows for physiological time-series preprocessing, event/interval analysis, multimodal alignment, variability, and complexity. Trigger when code imports neurokit2 or needs its current APIs, schemas, and method-aware validation—not for diagnosis or device validation.

prompt-optimizer by affaan-m

Analyze raw prompts, identify intent and gaps, match ECC components (skills/commands/agents/hooks), and output a ready-to-paste optimized prompt. Advisory role only — never executes the task itself. TRIGGER when: user says "optimize prompt", "improve my prompt", "how to write a prompt for", "help me prompt", "rewrite this prompt", or explicitly asks to enhance prompt quality. Also triggers on Chinese equivalents: "优化prompt", "改进prompt", "怎么写prompt", "帮我优化这个指令". DO NOT TRIGGER when: user wants th

scanpy by k-dense-ai

Standard single-cell RNA-seq analysis pipeline. Use for QC, normalization, dimensionality reduction (PCA/UMAP/t-SNE), clustering, differential expression, visualization, and converting R-friendly single-cell formats such as Seurat or SingleCellExperiment RDS files into h5ad for Scanpy. Best for exploratory scRNA-seq analysis with established workflows. For deep learning models use scvi-tools; for data format questions use anndata.

View original Skill.mdThis page is parsed directly from the repository SKILL.md without editorial rewriting. Collected: Jul 28, 2026 · about 4 min

Claude DevFleet Multi-Agent Orchestration

When to Use

Use this skill when you need to dispatch multiple Claude Code agents to work on coding tasks in parallel. Each agent runs in an isolated git worktree with full tooling.

Setup

The DevFleet server is a separate project, not bundled with ECC. Install and run it from its repository first: https://github.com/LEC-AI/claude-devfleet

Then connect the running instance via MCP:

claude mcp add devfleet --transport http http://localhost:18801/mcp

Before first use, verify the process listening on port 18801 is the DevFleet binary you installed (see SECURITY.md on localhost MCP servers).

How It Works

User → "Build a REST API with auth and tests"
  ↓
plan_project(prompt) → project_id + mission DAG
  ↓
Show plan to user → get approval
  ↓
dispatch_mission(M1) → Agent 1 spawns in worktree
  ↓
M1 completes → auto-merge → auto-dispatch M2 (depends_on M1)
  ↓
M2 completes → auto-merge
  ↓
get_report(M2) → files_changed, what_done, errors, next_steps
  ↓
Report back to user

Tools

ToolPurpose
plan_project(prompt)AI breaks a description into a project with chained missions
create_project(name, path?, description?)Create a project manually, returns project_id
create_mission(project_id, title, prompt, depends_on?, auto_dispatch?)Add a mission. depends_on is a list of mission ID strings (e.g., ["abc-123"]). Set auto_dispatch=true to auto-start when deps are met.
dispatch_mission(mission_id, model?, max_turns?)Start an agent on a mission
cancel_mission(mission_id)Stop a running agent
wait_for_mission(mission_id, timeout_seconds?)Block until a mission completes (see note below)
get_mission_status(mission_id)Check mission progress without blocking
get_report(mission_id)Read structured report (files changed, tested, errors, next steps)
get_dashboard()System overview: running agents, stats, recent activity
list_projects()Browse all projects
list_missions(project_id, status?)List missions in a project

Note on wait_for_mission: This blocks the conversation for up to timeout_seconds (default 600). For long-running missions, prefer polling with get_mission_status every 30–60 seconds instead, so the user sees progress updates.

Workflow: Plan → Dispatch → Monitor → Report

  1. Plan: Call plan_project(prompt="...") → returns project_id + list of missions with depends_on chains and auto_dispatch=true.
  2. Show plan: Present mission titles, types, and dependency chain to the user.
  3. Dispatch: Call dispatch_mission(mission_id=<first_mission_id>) on the root mission (empty depends_on). Remaining missions auto-dispatch as their dependencies complete (because plan_project sets auto_dispatch=true on them).
  4. Monitor: Call get_mission_status(mission_id=...) or get_dashboard() to check progress.
  5. Report: Call get_report(mission_id=...) when missions complete. Share highlights with the user.

Concurrency

DevFleet runs up to 3 concurrent agents by default (configurable via DEVFLEET_MAX_AGENTS). When all slots are full, missions with auto_dispatch=true queue in the mission watcher and dispatch automatically as slots free up. Check get_dashboard() for current slot usage.

Examples

Full auto: plan and launch

  1. plan_project(prompt="...") → shows plan with missions and dependencies.
  2. Dispatch the first mission (the one with empty depends_on).
  3. Remaining missions auto-dispatch as dependencies resolve (they have auto_dispatch=true).
  4. Report back with project ID and mission count so the user knows what was launched.
  5. Poll with get_mission_status or get_dashboard() periodically until all missions reach a terminal state (completed, failed, or cancelled).
  6. get_report(mission_id=...) for each terminal mission — summarize successes and call out failures with errors and next steps.

Manual: step-by-step control

  1. create_project(name="My Project") → returns project_id.
  2. create_mission(project_id=project_id, title="...", prompt="...", auto_dispatch=true) for the first (root) mission → capture root_mission_id. create_mission(project_id=project_id, title="...", prompt="...", auto_dispatch=true, depends_on=["<root_mission_id>"]) for each subsequent task.
  3. dispatch_mission(mission_id=...) on the first mission to start the chain.
  4. get_report(mission_id=...) when done.

Sequential with review

  1. create_project(name="...") → get project_id.
  2. create_mission(project_id=project_id, title="Implement feature", prompt="...") → get impl_mission_id.
  3. dispatch_mission(mission_id=impl_mission_id), then poll with get_mission_status until complete.
  4. get_report(mission_id=impl_mission_id) to review results.
  5. create_mission(project_id=project_id, title="Review", prompt="...", depends_on=[impl_mission_id], auto_dispatch=true) — auto-starts since the dependency is already met.

Guidelines

  • Always confirm the plan with the user before dispatching, unless they said to go ahead.
  • Include mission titles and IDs when reporting status.
  • If a mission fails, read its report before retrying.
  • Check get_dashboard() for agent slot availability before bulk dispatching.
  • Mission dependencies form a DAG — do not create circular dependencies.
  • Each agent runs in an isolated git worktree and auto-merges on completion. If a merge conflict occurs, the changes remain on the agent's worktree branch for manual resolution.
  • When manually creating missions, always set auto_dispatch=true if you want them to trigger automatically when dependencies complete. Without this flag, missions stay in draft status.
Source repo
affaan-m/ECC
Skill path
skills/claude-devfleet/SKILL.md
Commit SHA
4e973d3eaf92
Repository license
MIT
Data collected