Claude Dev
Description
Autonomous multi-agent development team orchestrator for Claude Code. Team-lead agent dispatches developer/reviewer/fix-pass subagents + Codex in KANBAN or AD-HOC mode. Skill-scoped briefings, worktree isolation, three-stage review, activity-based stop-hook.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
claude-dev
Autonomous multi-agent development team orchestrator for Claude Code. A lead agent, running on the session model (always the strongest available Claude), pulls kanban stories via a scrum-master-compatible board (or works ad-hoc from a natural-language task), dispatches developer/reviewer/fix-pass subagents plus optional adversarial review, runs each story through a full dev-review-rework cycle, and dynamically routes tasks to the best available skill/plugin/MCP. Scales to large batches via sequential waves. Fully autonomous with session-scoped stop-hook gating.
Install
This repo ships its own marketplace manifest (`.claude-plugin/marketplace.json`) with the plugin nested under `dev/`.
Via the marketplace (recommended)
/plugin marketplace add TheMizeGuy/claude-dev
/plugin install dev@claude-dev
Manual clone
git clone https://github.com/TheMizeGuy/claude-dev.git
Then point Claude Code at the `claude-dev/dev` directory — either add it as a plugin source in your own marketplace definition, or copy/symlink `dev/` into a directory Claude Code scans for plugins (e.g. `.claude/plugins/dev/` relative to a project).
Quickstart
- Install the plugin (see above).
- In any git repo, invoke
/dev(or say "dev team work on...", "have the dev team..."). - The plugin auto-detects mode: if kanban story files exist (
Backlog/current/*.md,Backlog/*.md, orstories/*.md), it pulls Ready stories (KANBAN mode); otherwise it decomposes your natural-language request directly (AD-HOC mode). - Watch the wave-dispatch announcements: developer agents implement, a reviewer checks the diff against acceptance criteria, and a fix-pass agent applies any must-fix findings — sequential across waves, concurrent within a wave.
- Read the Phase 7 report (
DEV SWEEP COMPLETE) for the final summary: stories completed, agents dispatched by type, review findings resolved, CI status, and the commit the work landed on.
Usage
Slash com
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11