ECC/commands
Avdhesh Singh Chouhan ac53fbcd0e
Add Claude DevFleet multi-agent orchestration skill (#505)
* Add Claude DevFleet multi-agent orchestration skill

Adds a skill for Claude DevFleet — a multi-agent coding platform that dispatches
Claude Code agents to work on missions in parallel, each in an isolated git worktree.

The skill teaches Claude Code how to use DevFleet's 11 MCP tools to plan projects,
dispatch agents, monitor progress, and read structured reports.

Setup: claude mcp add devfleet --transport sse http://localhost:18801/mcp/sse
Repo: https://github.com/LEC-AI/claude-devfleet

* Add DevFleet MCP config and /devfleet command

- Add devfleet entry to mcp-configs/mcp-servers.json for discovery
- Add /devfleet slash command for multi-agent orchestration workflow

* Add orchestration flow diagrams to skill and command

- Add visual flow to SKILL.md showing plan → dispatch → auto-chain → report
- Add flow to /devfleet command showing the trigger sequence

* Fix review feedback: frontmatter, workflow docs, HTTP transport

- Add YAML description frontmatter to commands/devfleet.md
- Fix manual workflow in SKILL.md to capture project_id from create_project
- Change mcp-servers.json from deprecated SSE to Streamable HTTP transport

* Address all review comments

* Add monitoring/reporting steps to full auto pattern

Addresses review feedback: the full auto example now includes polling
for completion and retrieving reports, matching the other patterns.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* Update skills/claude-devfleet/SKILL.md

Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>

* Update skills/claude-devfleet/SKILL.md

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>

* Update commands/devfleet.md

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>

* Fix review feedback

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Avdhesh Singh Chouhan <avdhesh.acro@gmail.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2026-03-16 13:35:50 -07:00
..
aside.md feat: add /aside command (#407) 2026-03-12 23:52:46 -07:00
build-fix.md Revert "feat(ecc): prune plugin 43→12 items, promote 7 rules to .claude/rules/ (#245)" 2026-02-20 01:11:30 -08:00
checkpoint.md Revert "feat(ecc): prune plugin 43→12 items, promote 7 rules to .claude/rules/ (#245)" 2026-02-20 01:11:30 -08:00
claw.md feat: deliver v1.8.0 harness reliability and parity updates 2026-03-04 14:48:06 -08:00
code-review.md Revert "feat(ecc): prune plugin 43→12 items, promote 7 rules to .claude/rules/ (#245)" 2026-02-20 01:11:30 -08:00
devfleet.md Add Claude DevFleet multi-agent orchestration skill (#505) 2026-03-16 13:35:50 -07:00
docs.md feat(commands): add /docs; feat(mcp-configs): document Context7 (#530) 2026-03-16 13:35:05 -07:00
e2e.md fix: harden hook portability and plugin docs 2026-03-09 22:49:43 -07:00
eval.md feat: package as Claude Code plugin with marketplace distribution 2026-01-22 04:16:49 -08:00
evolve.md feat: project-scoped instinct isolation 2026-03-01 12:07:13 -08:00
go-build.md Revert "feat(ecc): prune plugin 43→12 items, promote 7 rules to .claude/rules/ (#245)" 2026-02-20 01:11:30 -08:00
go-review.md Revert "feat(ecc): prune plugin 43→12 items, promote 7 rules to .claude/rules/ (#245)" 2026-02-20 01:11:30 -08:00
go-test.md Revert "feat(ecc): prune plugin 43→12 items, promote 7 rules to .claude/rules/ (#245)" 2026-02-20 01:11:30 -08:00
gradle-build.md feat: add Kotlin, Android, and KMP rules, agent, skills, and command 2026-03-10 20:53:39 -07:00
harness-audit.md fix(harness-audit): make scoring deterministic with scripted rubric (#524) 2026-03-16 13:34:30 -07:00
instinct-export.md feat: project-scoped instinct isolation 2026-03-01 12:07:13 -08:00
instinct-import.md feat: project-scoped instinct isolation 2026-03-01 12:07:13 -08:00
instinct-status.md feat: project-scoped instinct isolation 2026-03-01 12:07:13 -08:00
kotlin-build.md fix: align kotlin diagnostics and heading hierarchy 2026-03-12 23:53:23 -07:00
kotlin-review.md feat: add kotlin commands and skill pack 2026-03-10 21:25:52 -07:00
kotlin-test.md feat: add kotlin commands and skill pack 2026-03-10 21:25:52 -07:00
learn-eval.md docs: clarify learn-eval verdict flow 2026-03-10 20:14:19 -07:00
learn.md Revert "feat(ecc): prune plugin 43→12 items, promote 7 rules to .claude/rules/ (#245)" 2026-02-20 01:11:30 -08:00
loop-start.md feat: deliver v1.8.0 harness reliability and parity updates 2026-03-04 14:48:06 -08:00
loop-status.md feat: deliver v1.8.0 harness reliability and parity updates 2026-03-04 14:48:06 -08:00
model-route.md feat: deliver v1.8.0 harness reliability and parity updates 2026-03-04 14:48:06 -08:00
multi-backend.md fix(commands): make ace-tool MCP optional in multi-* commands with built-in fallbacks 2026-03-04 14:49:53 -08:00
multi-execute.md fix(commands): make ace-tool MCP optional in multi-* commands with built-in fallbacks 2026-03-04 14:49:53 -08:00
multi-frontend.md fix(commands): make ace-tool MCP optional in multi-* commands with built-in fallbacks 2026-03-04 14:49:53 -08:00
multi-plan.md fix(commands): make ace-tool MCP optional in multi-* commands with built-in fallbacks 2026-03-04 14:49:53 -08:00
multi-workflow.md feat: add orchestration workflows and harness skills 2026-03-12 14:49:05 -07:00
orchestrate.md feat: add orchestration workflows and harness skills 2026-03-12 14:49:05 -07:00
plan.md fix: harden hook portability and plugin docs 2026-03-09 22:49:43 -07:00
pm2.md Revert "feat(ecc): prune plugin 43→12 items, promote 7 rules to .claude/rules/ (#245)" 2026-02-20 01:11:30 -08:00
projects.md fix: resolve CI failures on main — lint, hooks validator, and test alignment 2026-03-02 22:15:46 -08:00
promote.md fix: resolve CI failures on main — lint, hooks validator, and test alignment 2026-03-02 22:15:46 -08:00
prompt-optimize.md feat(skills): add prompt-optimizer skill and /prompt-optimize command (#418) 2026-03-12 23:40:02 -07:00
python-review.md Revert "feat(ecc): prune plugin 43→12 items, promote 7 rules to .claude/rules/ (#245)" 2026-02-20 01:11:30 -08:00
quality-gate.md feat: deliver v1.8.0 harness reliability and parity updates 2026-03-04 14:48:06 -08:00
refactor-clean.md Revert "feat(ecc): prune plugin 43→12 items, promote 7 rules to .claude/rules/ (#245)" 2026-02-20 01:11:30 -08:00
resume-session.md docs: align session commands with session manager 2026-03-10 20:24:15 -07:00
rust-build.md feat(agents): add Rust language support (#523) 2026-03-16 13:34:25 -07:00
rust-review.md feat(agents): add Rust language support (#523) 2026-03-16 13:34:25 -07:00
rust-test.md feat(agents): add Rust language support (#523) 2026-03-16 13:34:25 -07:00
save-session.md docs: align session commands with session manager 2026-03-10 20:24:15 -07:00
sessions.md feat: add orchestration workflows and harness skills 2026-03-12 14:49:05 -07:00
setup-pm.md Revert "feat(ecc): prune plugin 43→12 items, promote 7 rules to .claude/rules/ (#245)" 2026-02-20 01:11:30 -08:00
skill-create.md feat: add skill-create and continuous-learning-v2 commands 2026-01-27 04:01:06 -08:00
tdd.md fix: harden hook portability and plugin docs 2026-03-09 22:49:43 -07:00
test-coverage.md docs: enhance 5 thin commands and add Rust API example 2026-02-12 15:38:27 -08:00
update-codemaps.md Revert "feat(ecc): prune plugin 43→12 items, promote 7 rules to .claude/rules/ (#245)" 2026-02-20 01:11:30 -08:00
update-docs.md Revert "feat(ecc): prune plugin 43→12 items, promote 7 rules to .claude/rules/ (#245)" 2026-02-20 01:11:30 -08:00
verify.md feat: package as Claude Code plugin with marketplace distribution 2026-01-22 04:16:49 -08:00