By educosta85
AI development team for Claude Code — Lead, Product Owner, Architect, Developer, Reviewer, Tester, DevOps. Orchestrated workflows with project-specific overrides.
Defines technical approach, architecture, APIs, schemas, file structure, and implementation plan. Use after requirements are defined, before coding begins.
Implements code following project standards and the architect's plan. The workhorse of the team — writes production-quality code.
Handles CI/CD, deployment, infrastructure, and monitoring. Highly project-specific — reads .claude/team/devops.md for project deploy config.
Development team lead. Orchestrates the full dev cycle — delegates to Product Owner, Architect, Developer, Reviewer, Tester, and DevOps. Start sessions with `claude --agent lead` to work with the full team.
Decomposes features into user stories, acceptance criteria, and prioritized tasks. Use when starting a new feature or analyzing requirements.
Full project discovery — analyzes the codebase and generates team config, project-specific agents, skills, and rules. Run once when setting up a new project, or to rebuild from scratch.
Initialize project-specific dev-team configuration. Creates .claude/team/ directory with templates for rules, stack, conventions, and devops config.
Start a full development cycle. Delegates to Product Owner for requirements, then Architect for technical plan. Use when starting a new feature or significant change.
Run a code review on recent changes. Can specify files, a commit range, or review the current diff. For comprehensive reviews, spawns parallel reviewers via Agent Teams.
Incremental update of project team config. Compares current state with last discovery and updates only what changed. Much faster and cheaper than full discovery.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A Claude Code plugin that provides a full development team of specialized AI agents and skills for orchestrating software development workflows. Agents cover the entire dev lifecycle — from requirements to deployment — and skills wire them together into reusable commands.
From marketplace:
/plugin install dev-team@claude-code-marketplace
From GitHub:
Add to ~/.claude/settings.json:
{
"plugins": {
"dev-team": {
"source": {
"source": "npm",
"url": "https://github.com/EduCosta85/dev-team"
}
}
}
}
/dev-team:kickoff <feature description> # Start a full dev cycle
/dev-team:discover # Analyze codebase and generate team config
/dev-team:init # Bootstrap .claude/team/ config files
/dev-team:review [files or commit range] # Run a code review
/dev-team:sync # Incrementally update team config
Start a session with the full team lead:
claude --agent lead
| Name | Role | Model |
|---|---|---|
| lead | Orchestrates the full dev lifecycle, delegates to all agents | opus |
| product-owner | Decomposes features into user stories and acceptance criteria | opus |
| architect | Designs technical approach and creates implementation plans | opus |
| developer | Implements code following project standards and the plan | sonnet |
| reviewer | Reviews code for correctness, style, and security | opus |
| tester | Writes and runs tests, validates acceptance criteria | sonnet |
| devops | Handles deployments, CI/CD, and infrastructure | sonnet |
| scout | Performs deep codebase analysis and generates team config | opus |
| Name | Description |
|---|---|
| kickoff | Start a full development cycle from feature description to implementation |
| discover | Full codebase discovery — generates agents, skills, and team config |
| init | Bootstrap .claude/team/ directory with project configuration templates |
| review | Code review on recent changes, specific files, or a commit range |
| sync | Incremental update of team config based on changes since last discovery |
MIT
npx claudepluginhub educosta85/dev-team --plugin dev-teamClaude Code Command Center — local event tracking, session management, and web dashboard
Orchestrate multi-agent teams for parallel code review, hypothesis-driven debugging, and coordinated feature development using Claude Code's Agent Teams
AI team workflow harness for Claude Code — specialist agents, shared skills, slash commands, hooks, and staged delegation pipeline.
Persona-driven AI development team: orchestrator, team agents, review agents, skills, slash commands, and advisory hooks for Claude Code
Hook-driven state machine for orchestrating a three-agent Claude feature team
Interactive skill that analyzes a task, proposes an agent team composition, and creates the team after user confirmation
11 agents, 35 skills, 18 commands, 9 hooks — spec-driven multi-agent orchestration for Claude Code, with optional cross-device semantic memory.