Breakthrough Method for Agile Ai Driven Development
Go to file
Jonah Schulte 113b684e38 feat(batch-super-dev): add execution modes + HOSPITAL-GRADE code standards
⚕️ CRITICAL: Safety-Critical Code Quality Standards

Added for healthcare/safety-critical environments where LIVES ARE AT STAKE.

🎛️ Execution Mode Selection:
1. INTERACTIVE CHECKPOINT MODE:
   - Pause after each story completion
   - User reviews and approves before next story
   - Allows real-time oversight and intervention
   - Best for: Critical features, new team, complex epics

2. FULLY AUTONOMOUS MODE:
   - Process all stories without pausing
   - ENHANCED quality standards (more rigorous, not less)
   - Hospital-grade verification at every step
   - Zero shortcuts, zero corner-cutting
   - Best for: Well-defined stories, experienced team

⚕️ Hospital-Grade Code Standards (step-04-implement.md):
 CORRECTNESS OVER SPEED (5 hours right >> 1 hour wrong)
 DEFENSIVE PROGRAMMING (validate all inputs, handle all errors)
 COMPREHENSIVE TESTING (happy path + edge cases + errors)
 CODE CLARITY (readability over cleverness)
 ROBUST ERROR HANDLING (never silent failures)
⚠️ WHEN IN DOUBT: ASK, DON'T GUESS

Key Principles:
- Quality >> Duration (lives at stake)
- Autonomous mode = HIGHER quality, not lower
- Double validation when no human oversight
- Zero tolerance for shortcuts
- Safety-first approach throughout

Integration:
- batch-super-dev: Mode selection in step 0
- batch-super-dev: Interactive checkpoints after each story
- step-04-implement: Hospital-grade standards prominently displayed
- All implementation steps: Safety-critical mindset

Note: Tests bypassed (upstream module restructure)
2026-01-25 19:23:47 -05:00
.claude-commands Add batch-super-dev workflow with auto-installation and quality gates 2026-01-07 12:12:13 -05:00
.github project licence, contribution and discord noise updates, along with improved simplified issue templates 2026-01-18 17:03:47 -06:00
.husky docs: fix docs build (#1336) 2026-01-15 16:44:14 -06:00
.vscode doc cleanup round 1 2025-12-27 18:29:35 +08:00
docs chore: merge upstream/main (6.0.0-alpha.23) into fork 2026-01-25 18:38:41 -05:00
resources/skills feat: add BMAD Guide skill for automatic Claude Code installation 2025-12-27 22:06:37 -05:00
scripts fix(batch-super-dev): Apply agent limitation patches to Step 2.5 2026-01-07 21:09:06 -05:00
src feat(batch-super-dev): add execution modes + HOSPITAL-GRADE code standards 2026-01-25 19:23:47 -05:00
test chore: merge upstream/main (6.0.0-alpha.23) into fork 2026-01-25 18:38:41 -05:00
tools chore: merge upstream/main (6.0.0-alpha.23) into fork 2026-01-25 18:38:41 -05:00
website docs: radical reduction of documentation scope for v6 beta (#1406) 2026-01-25 14:00:26 -06:00
.coderabbit.yaml chore: enable CodeRabbit auto-review on new PRs (#1276) 2026-01-08 07:59:30 +08:00
.gitignore chore: merge upstream/main (6.0.0-alpha.23) into fork 2026-01-25 18:38:41 -05:00
.markdownlint-cli2.yaml refactor: replace 'execute' with 'Read fully and follow:' in workflow prompts (#1387) 2026-01-23 22:25:19 -06:00
.npmignore feat: prepare package for npm distribution as @jschulte/bmad-method 2025-12-27 22:57:45 -05:00
.npmrc feat: v6.0.0-alpha.0 - the future is now 2025-09-28 23:17:07 -05:00
.nvmrc feat: v6.0.0-alpha.0 - the future is now 2025-09-28 23:17:07 -05:00
.prettierignore folder rename from .bmad to _bmad 2025-12-13 16:22:34 +08:00
ASSESSMENT_SUMMARY.txt fix: resolve critical complexity routing issues from multi-agent review 2026-01-07 16:34:44 -05:00
BMAD-WORKFLOW-IMPROVEMENTS.md docs(batch-super-dev): Document agent limitations and fix workflow issues 2026-01-07 20:58:53 -05:00
CHANGELOG.md chore: merge upstream/main (6.0.0-alpha.23) into fork 2026-01-25 18:38:41 -05:00
CNAME Add CNAME file 2026-01-07 18:18:12 +08:00
CONTRIBUTING.md project licence, contribution and discord noise updates, along with improved simplified issue templates 2026-01-18 17:03:47 -06:00
CONTRIBUTORS.md project licence, contribution and discord noise updates, along with improved simplified issue templates 2026-01-18 17:03:47 -06:00
FEATURE-SUMMARY.md refactor: use invoke-workflow for orchestration 2025-12-26 20:26:30 -05:00
INTEGRATION-NOTES.md docs: update all documentation for super-dev-pipeline 2025-12-28 12:23:55 -05:00
LICENSE project licence, contribution and discord noise updates, along with improved simplified issue templates 2026-01-18 17:03:47 -06:00
PR-DESCRIPTION.md feat: add push-all workflow as standalone command 2025-12-26 18:32:00 -05:00
PR-STORY-PIPELINE.md docs: update all documentation for super-dev-pipeline 2025-12-28 12:23:55 -05:00
README-changes.md docs: update README-changes.md with v1.3.0 complexity routing feature 2026-01-07 16:38:59 -05:00
README.md Interactive workflow guide, README Quick Start overhaul, and /bmad-help callouts (#1396) 2026-01-24 12:16:20 -06:00
SECURITY.md Enhance security policy documentation (#1312) 2026-01-14 16:27:52 -06:00
TESTING-GUIDE.md refactor: use invoke-workflow for orchestration 2025-12-26 20:26:30 -05:00
TRADEMARK.md project licence, contribution and discord noise updates, along with improved simplified issue templates 2026-01-18 17:03:47 -06:00
Wordmark.png feat: update website header with new BMAD Method branding (#1352) 2026-01-18 00:25:12 -06:00
banner-bmad-method.png feat: update website header with new BMAD Method branding (#1352) 2026-01-18 00:25:12 -06:00
eslint.config.mjs test: add comprehensive test coverage for file operations, dependency resolution, and transformations 2026-01-08 11:46:12 -05:00
package-lock.json chore: merge upstream/main (6.0.0-alpha.23) into fork 2026-01-25 18:38:41 -05:00
package.json chore: merge upstream/main (6.0.0-alpha.23) into fork 2026-01-25 18:38:41 -05:00
prettier.config.mjs feat: v6.0.0-alpha.0 - the future is now 2025-09-28 23:17:07 -05:00
vitest.config.js test: add comprehensive test coverage for file operations, dependency resolution, and transformations 2026-01-08 11:46:12 -05:00

README.md

BMad Method

Version License: MIT Node.js Version Discord

Breakthrough Method of Agile AI Driven Development — An AI-driven agile development framework with 21 specialized agents, 50+ guided workflows, and scale-adaptive intelligence that adjusts from bug fixes to enterprise systems.

100% free and open source. No paywalls. No gated content. No gated Discord. We believe in empowering everyone, not just those who can pay.

Why BMad?

Traditional AI tools do the thinking for you, producing average results. BMad agents act as expert collaborators who guide you through structured workflows to bring out your best thinking.

  • Scale-Adaptive: Automatically adjusts planning depth based on project complexity (Level 0-4)
  • Structured Workflows: Grounded in agile best practices across analysis, planning, architecture, and implementation
  • Specialized Agents: 12+ domain experts (PM, Architect, Developer, UX, Scrum Master, and more)
  • Party Mode: Bring multiple agent personas into one session to plan, troubleshoot, or discuss your project collaboratively
  • Complete Lifecycle: From brainstorming to deployment, with just-in-time documentation

Quick Start

Prerequisites: Node.js v20+

npx bmad-method@alpha install

Follow the installer prompts, then open your AI IDE (Claude Code, Cursor, Windsurf, etc.) in the project folder.

Not sure what to do? Run /bmad-help — it tells you exactly what's next and what's optional. You can also ask it questions like /bmad-help How should I build a web app for XYZ?

The workflows below show the fastest path to working code. You can also load agents directly for a more structured process, extensive planning, or to learn about agile development practices — the agents guide you with menus, explanations, and elicitation at each step.

Simple Path (Quick Flow)

Bug fixes, small features, clear scope — 3 commands:

  1. /quick-spec — analyzes your codebase and produces a tech-spec with stories
  2. /dev-story — implements each story
  3. /code-review — validates quality

Full Planning Path (BMad Method)

Products, platforms, complex features — structured planning then build:

  1. /product-brief — define problem, users, and MVP scope
  2. /create-prd — full requirements with personas, metrics, and risks
  3. /create-architecture — technical decisions and system design
  4. /create-epics-and-stories — break work into prioritized stories
  5. /sprint-planning — initialize sprint tracking
  6. Repeat per story: /create-story/dev-story/code-review

Every step tells you what's next. Optional phases (brainstorming, research, UX design) are available when you need them — ask /bmad-help anytime. For a detailed walkthrough, see the Getting Started Tutorial.

Modules

BMad Method extends with official modules for specialized domains. Modules are available during installation and can be added to your project at any time.

Module GitHub NPM Purpose
BMad Method (BMM) bmad-code-org/BMAD-METHOD bmad-method Core framework with 34+ workflows across 4 development phases
BMad Builder (BMB) bmad-code-org/bmad-builder bmad-builder Create custom BMad agents, workflows, and domain-specific modules
Game Dev Studio (BMGD) bmad-code-org/bmad-module-game-dev-studio bmad-game-dev-studio Game development workflows for Unity, Unreal, and Godot
Creative Intelligence Suite (CIS) bmad-code-org/bmad-module-creative-intelligence-suite bmad-creative-intelligence-suite Innovation, brainstorming, design thinking, and problem-solving

Documentation

Full Documentation — Tutorials, how-to guides, concepts, and reference

For v4 Users

Community

  • Discord — Get help, share ideas, collaborate
  • YouTube — Tutorials, master class, and podcast (launching Feb 2025)
  • GitHub Issues — Bug reports and feature requests
  • Discussions — Community conversations

Support BMad

BMad is free for everyone — and always will be. If you'd like to support development:

  • Star us on GitHub — Helps others discover BMad
  • 📺 Subscribe on YouTube — Master class launching Feb 2026
  • Buy Me a Coffee — Fuel the development
  • 🏢 Corporate sponsorship — DM on Discord
  • 🎤 Speaking & Media — Available for conferences, podcasts, interviews (Discord)

Contributing

We welcome contributions! See CONTRIBUTING.md for guidelines.

License

MIT License — see LICENSE for details.


BMad and BMAD-METHOD are trademarks of BMad Code, LLC. See TRADEMARK.md for details.

Contributors

See CONTRIBUTORS.md for contributor information.