← Back to research
·8 min read·project

BMAD Method

BMAD Method is an open-source (MIT) AI-driven agile development framework with 12+ specialized agent personas, scale-adaptive intelligence, and a five-module ecosystem. Now at v6.8 with ~49K GitHub stars and new Web Bundles for Gemini Gems and ChatGPT Custom GPTs.

Key takeaways

  • Scale-adaptive intelligence automatically adjusts planning depth based on project complexity — from bug fixes to enterprise systems
  • 12+ specialized agent personas (PM, Architect, Developer, UX, Scrum Master, QA, Technical Writer) collaborate through structured agile workflows
  • Strong momentum — roughly 49K GitHub stars and 5.7K forks as of June 2026, up from 37K stars in February, with near-daily pushes and a v6.8.0 release in late May
  • New Web Bundles (v1.0, May 2026) package planning skills as Google Gemini Gems and ChatGPT Custom GPTs, shifting upfront planning to flat-rate web subscriptions instead of metered IDE tokens
  • 100% free and open source (MIT) with no paywalls, gated content, or paid communities — but independent testing flags a steep learning curve and slow time-to-PR for small features

FAQ

What is BMAD Method?

BMAD (Breakthrough Method of Agile AI Driven Development) is an open-source framework that provides specialized AI agent personas, guided workflows, and intelligent planning that adapts to project complexity. It works with AI coding assistants like Claude Code, Cursor, and Codex CLI.

How much does BMAD Method cost?

The framework itself is 100% free and MIT-licensed, with no paywalls, gated Discord, or paid courses. You pay only for the underlying AI assistant (Claude Code, Cursor, etc.) — and BMAD's deep planning workflows can consume meaningful token budgets; one independent test put a full planning-to-implementation cycle at about $200 in usage.

How does BMAD Method differ from other agent frameworks?

Unlike frameworks that focus on code generation, BMAD covers the entire software development lifecycle — from brainstorming and requirements through architecture, implementation, testing, and documentation. It uses structured agile workflows with domain-expert agent personas rather than generic AI assistants.

What are the BMAD modules?

The ecosystem includes five modules: BMad Method (BMM) for core agile workflows, BMad Builder (BMB) for creating custom agents and workflows, Test Architect (TEA) for risk-based test strategy, Game Dev Studio (BMGD) for Unity/Unreal/Godot workflows, and Creative Intelligence Suite (CIS) for innovation and design thinking.

What's new in BMAD in 2026?

The v6 line shipped steadily through spring 2026 (v6.3 through v6.8.0 by May 25), and Web Bundles v1.0 returned — packaging planning skills as Google Gemini Gems and ChatGPT Custom GPTs. The roadmap includes cross-platform agent teams, sub-agent inclusion, Skills Architecture, BMad Builder v1, and Dev Loop Automation.

What is BMAD Method?

BMAD Method (Breakthrough Method of Agile AI Driven Development) is an open-source, AI-driven agile development framework that has grown to roughly 49,000 GitHub stars and 5,700 forks as of June 2026 — up from 37,000 stars in February. Rather than replacing human thinking with AI-generated code, BMAD's agent personas act as expert collaborators who guide developers through structured agile processes — bringing out better thinking through partnership with AI.

The framework installs via npm (npx bmad-method install) and integrates with popular AI coding assistants like Claude Code, Cursor, and OpenAI Codex CLI. As of v6 it also requires Python 3.10+ and the uv package manager alongside Node.js 20.12+. It provides 34+ workflows spanning the entire software development lifecycle from ideation to deployment, with a dedicated docs site at docs.bmad-method.org.

Status — June 2026

The project is healthy and actively maintained: the repo is not archived, the last push landed June 11, 2026, and only 60 issues were open at last check. The v6 line shipped steadily through spring — v6.3.0 (April 10), v6.4.0–v6.6.0 (late April), v6.7.x (mid May), and v6.8.0 on May 25, 2026. The project is run by BMad Code, LLC (creator Brian Madison), with BMAD and BMAD-METHOD registered as trademarks.

Scale-Adaptive Intelligence

BMAD's core differentiator is its scale-adaptive intelligence. The framework automatically adjusts planning depth and process rigor based on project complexity. A simple bug fix gets a lightweight workflow, while an enterprise platform build gets full ceremony with architecture review, sprint planning, and cross-agent collaboration.

This means teams don't have to choose between "too much process" and "not enough structure" — the framework adapts to the actual scope of work.

Agent Personas

BMAD ships with 12+ specialized agent personas, each modeled after a specific domain expert role:

AgentPersonaPrimary Focus
Analyst (Mary)Business AnalystBrainstorming, research, briefs, project documentation
Product Manager (John)PMPRD creation/validation, epics and stories, implementation readiness
Architect (Winston)Solutions ArchitectArchitecture design, implementation readiness review
Scrum Master (Bob)Agile CoachSprint planning, story creation, retrospectives, course correction
Developer (Amelia)Senior DeveloperStory implementation, code review
QA Engineer (Quinn)Test EngineerTest automation for existing features
Quick Flow Solo Dev (Barry)Full-Stack SoloQuick spec, quick dev, code review (streamlined path)
UX Designer (Sally)UX/UI DesignerUX design creation
Technical Writer (Paige)Documentation LeadProject docs, standards, Mermaid diagrams, concept explanations

Each agent has menu triggers and slash commands. The built-in bmad-help skill provides contextual guidance on what to do next at any point in the workflow — including natural-language questions like "I just finished the architecture, what do I do next?"

Party Mode

One of BMAD's most distinctive features is Party Mode — the ability to bring multiple agent personas into a single session for collaborative discussion. This enables scenarios like having the Architect and PM debate implementation tradeoffs, or the Developer and QA Engineer align on testing strategy before implementation begins.

Module Ecosystem

BMAD extends through an official module ecosystem:

  • BMad Method (BMM) — The core framework with 34+ agile workflows covering analysis, planning, architecture, and implementation
  • BMad Builder (BMB) — Tools for creating custom agents, workflows, and entirely new modules
  • Test Architect (TEA) — Risk-based test strategy and automation, going beyond BMM's built-in QA agent
  • Game Dev Studio (BMGD) — Game development workflows for Unity, Unreal Engine, and Godot
  • Creative Intelligence Suite (CIS) — Innovation, brainstorming, and design thinking workflows

Web Bundles

New since this profile's original publication: Web Bundles v1.0 shipped May 25, 2026. Web bundles package selected BMAD planning skills for installation as Google Gemini Gems and ChatGPT Custom GPTs — brainstorming, product briefs, PRFAQs, PRDs, UX specs, and market research. The idea: do upfront planning on a flat-rate web LLM subscription instead of metered IDE tokens, then bring polished artifacts into your IDE for implementation — a meaningful cost saver on longer engagements.

Cautions

  • Steep learning curve — Independent testing of the full workflow found "Twelve agents, a heavy artifact set and a steep learning curve"; the artifact set is "heavy and hard to review"
  • Slow time-to-PR for small work — In a head-to-head test of spec-driven tools, BMAD Full took 6 days (2 planning, 4 implementing) and ~$200 in AI usage for work competitors finished in 1–2 days; it scored lowest on time-to-pull-request, making the full ceremony a poor fit for straightforward features
  • Shared output directory — Artifacts land in a shared directory by default, limiting parallel team workstreams compared to tools that isolate per-feature directories
  • Heavier prerequisites — v6 requires Node.js 20.12+, Python 3.10+, and uv, more setup than skill-file-only frameworks
  • Persona bloat for small teams — 12+ agent personas are overhead for solo developers and teams under ~5; the streamlined Quick Flow path mitigates but doesn't eliminate this

What Developers Say

From the creator, on positioning against vibe coding:

"I don't consider BMad vibe coding. I think of it as the antithesis of vibe coding because you're actually putting some thought in working with a plan."

— Brian Madison (BMAD creator), Tech Lead Journal #255, April 2026

From an independent hands-on comparison of three spec-driven tools (April 2026), which rated BMAD 5/5 on iterative refinement:

"The adversarial code review (/bmad-bmm-code-review) surfaces issues before passing; in testing it caught things a standard review would miss."

— Itzhak Eretz Kdosha, Ran the Builder

The same review called BMAD "the only tool where 'it doesn't do what I want' leads to configuration" (customizations survive upgrades via .customize.yaml) — while flagging the trade-off bluntly: "Twelve agents, a heavy artifact set and a steep learning curve."

Pricing & Licensing

TierPriceIncludes
Open SourceFreeAll modules, agents, workflows, docs, Discord
AI Assistant CostsVariableClaude Code, Cursor, Codex subscriptions/tokens

Licensing: MIT (copyright BMad Code, LLC) — use commercially, modify freely. BMAD and BMAD-METHOD are trademarks.

Hidden costs: Deep planning workflows consume real token budgets — ~$200 for one full cycle in independent testing — though Web Bundles offload planning to flat-rate Gemini/ChatGPT subscriptions.

Why It Matters

BMAD represents a meaningful shift in how AI-assisted development frameworks approach the problem. Rather than optimizing for raw code output, it structures the entire development process — requirements gathering, architecture decisions, sprint planning, implementation, testing, and documentation — with specialized AI agents playing distinct roles.

The ~49K stars (a ~12K gain in under four months) and steady v6 release cadence suggest strong, durable resonance with developers who want more than autocomplete-level AI assistance. The fully open-source, no-paywall model and the modular architecture make it accessible and extensible. The roadmap points at cross-platform agent teams, sub-agent inclusion, Skills Architecture, BMad Builder v1, and Dev Loop Automation.

Bottom Line

BMAD is the leading open-source framework for structured, agile-driven AI collaboration across the full software lifecycle — and in June 2026 it is demonstrably healthy: near-daily pushes, a tight issue queue, monthly releases, and accelerating star growth. Its planning depth is its moat and its tax: adversarial review and course-correction workflows catch expensive design mistakes, but the ceremony is overkill for small features.

Recommended for: Teams of roughly 5–20 with an agile workflow building features where wrong design decisions are expensive to reverse — greenfield products, complex systems, regulated domains.

Not recommended for: Solo developers or small teams shipping straightforward features who need fast time-to-PR; lighter skill frameworks or BMAD's own Quick Flow path fit better.

Outlook: Positive. Creator-led but commercially organized (BMad Code, LLC), MIT-licensed with 5.7K forks, and expanding beyond the IDE via Web Bundles. The main watch item is whether the v6 ecosystem's complexity keeps pace with frameworks that win on simplicity.


Research by Ry Walker Research • methodology