michael-harris/devteam

9 stars · Last commit 2026-02-26

A multi-agent Claude Code development workflow for planning executing sprints in a fully automated fashion.

README preview

# DevTeam: Multi-Agent Autonomous Development System

A Claude Code plugin providing **127 specialized AI agents** with:
- **Interview-driven planning** - Clarify requirements before work begins
- **Codebase research** - Investigate patterns and blockers before implementation
- **SQLite state management** - Reliable session tracking and cost analytics
- **Model escalation** - Automatic haiku → sonnet → opus progression
- **Bug Council** - 5-agent diagnostic team for complex issues
- **Eco mode** - Cost-optimized execution mode for simpler tasks
- **Quality gates** - Tests, types, lint, security, coverage enforcement

---

## How This Works

This is a **Claude Code plugin** composed of:
- **Markdown agent instructions** (`agents/*.md`) — Claude Code reads these and follows them as subagent prompts via the Task tool
- **YAML configuration** (`.devteam/*.yaml`) — defines capabilities, thresholds, and agent selection triggers
- **Shell scripts** (`scripts/*.sh`, `hooks/*.sh`) — handle state persistence (SQLite), event logging, hook lifecycle, and database management
- **Slash commands** (`commands/*.md`, `skills/*/SKILL.md`) — user-facing commands that orchestrate agent workflows

View full repository on GitHub →