Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By PabloLION
Run structured AI-driven agile development workflows using 100+ skills and 22 agents: initialize projects, create PRDs/epics/stories/GDDs, implement code with tests via engineer/QA agents, sprint planning/status/retrospectives, architecture/design, and reviews for software or games.
npx claudepluginhub urso/claudev --plugin bmadAgent Building Expert. Agent Architecture Specialist + BMAD Compliance Exper t. BMB Module agent.
Business Analyst. Strategic Business Analyst + Requirements Expert. CORE Mod ule agent.
Architect. System Architect + Technical Design Leader. CORE Module agent.
BMad Master orchestrator for task execution, resource management, and workflow guidance. Primary execution engine and knowledge custodian for all BMAD operations.
Master Test Architect and Quality Advisor. Use when the user asks to talk to Murat or requests the Test Architect.
Push the LLM to reconsider, refine, and improve its recent output. Use when user asks for deeper critique or mentions a known deeper critique method, e.g. socratic, first principles, pre-mortem, red team.
Strategic business analyst and requirements expert. Use when the user asks to talk to Mary or requests the business analyst.
System architect and technical design leader. Use when the user asks to talk to Winston or requests the architect.
Builds, edits or analyzes Agent Skills through conversational discovery. Use when the user requests to "Create an Agent", "Analyze an Agent" or "Edit an Agent".
Senior software engineer for story execution and code implementation. Use when the user asks to talk to Amelia or requests the developer agent.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Full BMAD agile workflow with role-based agents (PO, Architect, SM, Dev, QA) and interactive approval gates
Next level skills for power users — advanced prompting techniques, agent management, and more.
15-agent AI engineering team for Claude Code. Full sprint cycle: Think, Plan, Build, Review, Test, Ship, Reflect. HITL checkpoints, handoff contracts, eval system, and 3 sprint modes.
Structured project planning and execution through brainstorm, spec, and build phases across three execution tiers: sequential, delegated sub-agents, and full agent teams
The only Claude Code plugin that verifies AI-generated code against its own design specs.
Specification-driven development workflow: specify → plan → tasks → implement
Local observability for Claude Code — captures every hook event to SQLite with a live web UI
Orchestration rules for multi-agent dispatch with beads, worktrees, and named agents. Installs rules into .claude/rules/orchestration/ for projects that use subagent workflows.
Practical patterns and tools for building Claude Code plugins. Includes rule injection, plugin scaffolding, and workarounds for known issues.
Multi-pipeline search plugin using tiered agent architectures
Safe context shrinking for Claude Code
BMAD Method - Breakthrough Method for Agile AI-Driven Development
Plugin version: v6.2.2.0
| Module | Version | Released | Last Checked |
|---|---|---|---|
| BMAD Method | v6.2.2 | 2026-03-26 | 2026-03-30 |
| TEA | v1.7.3 | 2026-03-27 | 2026-03-30 |
| BMB | v1.4.0 | 2026-03-29 | 2026-03-30 |
| CIS | v0.1.9 | 2026-03-18 | 2026-03-30 |
| GDS | v0.2.2 | 2026-03-16 | 2026-03-30 |
A Claude Code plugin that transforms Claude into a complete agile development environment with specialized agents, structured workflows, and intelligent context management.
The upstream BMAD repositories are migrating from their custom workflow.yaml
format to Claude Code's native SKILL.md format. Once all upstream modules
complete this migration, this plugin's sync and generation pipeline will become
redundant — the upstream repos will ship Claude Code-compatible skills directly.
At that point this plugin will be deprecated in favor of installing upstream BMAD packages directly. Until then, this plugin remains the only way to get all 5 BMAD modules aggregated into a single installable Claude Code plugin with path rewrites, version tracking, and plugin-only additions.
Skip this step once the plugin is listed on the official Claude Code registry.
In-session (inside Claude Code):
# Non-interactive
/plugin marketplace add PabloLION/bmad-plugin
# Interactive — use the /plugin UI → Marketplace tab
/plugin
# Pin to a specific version
/plugin marketplace add PabloLION/bmad-plugin#v6.0.0-Beta.4.2
External CLI (outside Claude Code):
claude plugin marketplace add PabloLION/bmad-plugin
In-session (inside Claude Code):
# Non-interactive — installs at default (user) scope
/plugin install bmad@bmad-method
# Interactive — use the /plugin UI → Discover tab → choose scope
/plugin
External CLI (outside Claude Code):
# User scope (default — you, all projects)
claude plugin install bmad@bmad-method
# Project scope (shared with team, committed to repo)
claude plugin install bmad@bmad-method --scope project
# Local scope (you only, this repo only)
claude plugin install bmad@bmad-method --scope local
| Scope | Who sees it | Stored in |
|---|---|---|
| User (default) | You, all projects | ~/.claude/settings.json |
| Project | All collaborators | .claude/settings.json (in repo) |
| Local | You, this repo only | .claude/settings.local.json |