Claude Tools / Plugins / devteam

Plugins · michael-harris/devteam

devteam

127-agent automated development system with Agent Teams, quality gates, Bug Council diagnostics, and autonomous execution

CLEARED_STATICclaude-onlyv4.0.0

Pipeline results

Coverage

CLEARED_STATIC

Tests run

7 / 8

Portability

Claude-only

Type

Plugins

Tests & results

What the pipeline checked

TestStateResult or reason
eligibilityranall eligibility checks passed
dedupranunique -- no near-duplicate found
clocran80754 code lines / 307 files
secretsran0 PLAUSIBLY-LIVE / 1 FLAG-INFO
egressran20 lexical match(es) — FLAG-INFO (C-01: semantic analysis deferred to v2)
injectionranno patterns matched (confidence: STANDARD)
required-fieldsranrequired fields present: name, version, description
behaviouraldeferredbehavioural assessment deferred (v1): 2 JS/TS entry point(s); 1 Python file(s)

What's inside

Components found

agents/accessibility/accessibility-specialist.md
componentmedium
agents/accessibility/mobile-accessibility-specialist.md
componentlow
agents/architecture/architect.md
componentlow
agents/backend/api-design-reviewer.md
componentmedium
agents/backend/api-designer.md
componentlow
agents/backend/api-developer-csharp.md
componentlow
agents/backend/api-developer-go.md
componentlow
agents/backend/api-developer-java.md
componentlow
agents/backend/api-developer-php.md
componentlow
agents/backend/api-developer-python.md
componentlow
agents/backend/api-developer-ruby.md
componentlow
agents/backend/api-developer-typescript.md
componentlow
agents/backend/backend-code-reviewer-csharp.md
componentlow
agents/backend/backend-code-reviewer-go.md
componentlow
agents/backend/backend-code-reviewer-java.md
componentlow
agents/backend/backend-code-reviewer-php.md
componentlow
agents/backend/backend-code-reviewer-python.md
componentlow
agents/backend/backend-code-reviewer-ruby.md
componentlow
agents/backend/backend-code-reviewer-typescript.md
componentlow
agents/data-ai/data-engineer.md
componentlow

Coverage

Not assessed

  • behavioural execution not run
  • egress patterns logged (FLAG-INFO): 20 lexical match(es)
  • secret pattern(s) classified FLAG-INFO: 1 match(es)

README

From the repository

# 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

Ther

← Back to Plugins