AI Development Team - a curated collection of agents, skills, prompts, and workflows for software development
npx claudepluginhub marcel-Ngan/ai-dev-teamComplete AI Development Team - 13 agents, 48 skills, 33 prompts, 6 workflows, and 35 slash commands for software development
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Curated collection of 141 specialized Claude Code subagents organized into 10 focused categories
A comprehensive AI Development Team plugin for Claude Code featuring 13 specialized agents, 48 skills, 33 prompts, 6 workflows, and 35 slash commands for software development.
/plugin marketplace add marcel-Ngan/ai-dev-team
/plugin install ai-dev-team
Or install directly from GitHub:
/plugin install marcel-Ngan/ai-dev-team
This plugin provides a complete AI-powered software development team:
After installing, run the interactive setup wizard:
/init
This will guide you through:
The wizard creates config/project.json and .env files for you.
If you prefer manual setup:
cp config/project.template.json config/project.json
cp .env.example .env
Edit config/project.json:
{
"project": { "name": "My Project", "code": "PROJ" },
"jira": { "cloudId": "your-cloud-id", "projectKey": "PROJ" },
"confluence": { "cloudId": "your-cloud-id", "spaceId": "your-space-id" }
}
Edit .env:
ATLASSIAN_ACCOUNT_ID=your-account-id
STAKEHOLDER_NAME=Your Name
┌─────────────────────────────────────────────────────────────────────┐
│ STAKEHOLDER (You) │
└─────────────────────────────────┬───────────────────────────────────┘
│
┌─────────────▼─────────────┐
│ ORCHESTRATOR │
│ Routes & Coordinates │
└─────────────┬─────────────┘
│
┌───────────────┬────────────┼────────────┬───────────────┐
▼ ▼ ▼ ▼ ▼
┌─────────┐ ┌───────────┐ ┌──────────┐ ┌──────────┐ ┌──────────┐
│PLANNING │ │ DESIGN │ │DEVELOPMT │ │ DELIVERY │ │LEADERSHIP│
│ AGENTS │ │ AGENTS │ │ AGENTS │ │ AGENTS │ │ AGENTS │
│ │ │ │ │ │ │ │ │ │
│• Product│ │• Sr UI/UX │ │• Architct│ │• DevOps │ │• Eng Mgr │
│ Owner │ │• Jr UI/UX │ │• Sr Dev │ │• QA Eng │ │• Proj Mgr│
│• Bus │ │• UX │ │• Jr Dev │ │ │ │ │
│ Analyst │ │ Research │ │ │ │ │ │ │
└─────────┘ └───────────┘ └──────────┘ └──────────┘ └──────────┘
All agents are defined as single .md files with YAML frontmatter in the agents/ directory:
| Agent | Description |
|---|---|
orchestrator | Central coordination and communication hub |
business-analyst | Requirements gathering and analysis |
product-owner | Product vision and backlog management |
software-architect | Technical design and architecture decisions |
senior-developer | TDD test creation, code review, mentorship |
junior-developer | Code implementation following TDD |
qa-engineer | Quality assurance and integration/E2E testing |
devops-engineer | CI/CD, deployment, and infrastructure |
project-manager | Timeline, status tracking, TDD workflow |
engineering-manager | Team health, process improvement |
senior-ui-ux-designer | Design review and accessibility |
junior-ui-ux-designer | UI design and wireframing |
ux-researcher | User research and journey mapping |
Skills are organized by category in the skills/ directory:
| Category | Skills | Description |
|---|---|---|
jira/ | 8 | Story creation, tracking, bug management |
confluence/ | 7 | Documentation, technical specs, meeting notes |
github/ | 6 | Code review, PR management, actions |
testing/ | 5 | Unit, integration, E2E testing |
analysis/ | 6 | Requirements, architecture, code analysis |
generation/ | 4 | Acceptance criteria, ADRs, test cases |
communication/ | 3 | Orchestration, stakeholder comms |
development/ | 3 | TDD workflow, code generation |
design/ | 2 | Design review, design system |
devops/ | 2 | Deployment, infrastructure |
observability/ | 3 | Activity logging, workflow tracing |
Slash commands are available in the commands/ directory. Common commands include: