Claude Dev banner
TheMizeGuy TheMizeGuy

Claude Dev

Development community

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

  1. Install the plugin (see above).
  2. In any git repo, invoke /dev (or say "dev team work on...", "have the dev team...").
  3. The plugin auto-detects mode: if kanban story files exist (Backlog/current/*.md, Backlog/*.md, or stories/*.md), it pulls Ready stories (KANBAN mode); otherwise it decomposes your natural-language request directly (AD-HOC mode).
  4. 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.
  5. 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