bmad-method 6.0.0-alpha.4 → 6.0.0-alpha.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (162) hide show
  1. package/.claude/commands/bmad/bmm/agents/architect.md +0 -1
  2. package/.claude/commands/bmad/bmm/agents/sm.md +1 -1
  3. package/.claude/commands/bmad/bmm/agents/tech-writer.md +82 -0
  4. package/.claude/commands/bmad/bmm/workflows/README.md +1 -1
  5. package/.claude/commands/bmad/bmm/workflows/epic-tech-context.md +15 -0
  6. package/.claude/commands/bmad/core/workflows/README.md +10 -0
  7. package/.claude/settings.local.json +4 -8
  8. package/CHANGELOG.md +305 -0
  9. package/README.md +88 -39
  10. package/bmad/_cfg/agent-manifest.csv +2 -1
  11. package/bmad/_cfg/agents/bmm-tech-writer.customize.yaml +42 -0
  12. package/bmad/_cfg/files-manifest.csv +40 -62
  13. package/bmad/_cfg/ides/claude-code.yaml +1 -1
  14. package/bmad/_cfg/manifest.yaml +4 -3
  15. package/bmad/_cfg/task-manifest.csv +4 -1
  16. package/bmad/_cfg/tool-manifest.csv +1 -0
  17. package/bmad/_cfg/workflow-manifest.csv +3 -1
  18. package/bmad/bmb/config.yaml +2 -2
  19. package/bmad/bmb/workflows/audit-workflow/instructions.md +1 -1
  20. package/bmad/bmm/README.md +79 -120
  21. package/bmad/bmm/README.md.bak +169 -0
  22. package/bmad/bmm/agents/analyst.md.bak +67 -0
  23. package/bmad/bmm/agents/architect.md +0 -1
  24. package/bmad/bmm/agents/architect.md.bak +73 -0
  25. package/bmad/bmm/agents/dev.md.bak +69 -0
  26. package/bmad/bmm/agents/pm.md.bak +76 -0
  27. package/bmad/bmm/agents/sm.md +1 -1
  28. package/bmad/bmm/agents/sm.md.bak +85 -0
  29. package/bmad/bmm/agents/tea.md.bak +72 -0
  30. package/bmad/bmm/agents/tech-writer.md +82 -0
  31. package/bmad/bmm/agents/ux-designer.md.bak +71 -0
  32. package/bmad/bmm/config.yaml +2 -2
  33. package/bmad/bmm/docs/README.md +235 -0
  34. package/bmad/bmm/docs/agents-guide.md +1057 -0
  35. package/bmad/bmm/docs/brownfield-guide.md +471 -972
  36. package/bmad/bmm/docs/enterprise-agentic-development.md +680 -0
  37. package/bmad/bmm/docs/faq.md +589 -0
  38. package/bmad/bmm/docs/glossary.md +321 -0
  39. package/bmad/bmm/docs/party-mode.md +224 -0
  40. package/bmad/bmm/docs/quick-spec-flow.md +64 -57
  41. package/bmad/bmm/docs/quick-start.md +72 -47
  42. package/bmad/bmm/docs/scale-adaptive-system.md +332 -778
  43. package/bmad/bmm/docs/troubleshooting.md +680 -0
  44. package/bmad/bmm/{workflows/3-solutioning/architecture/README.md → docs/workflow-architecture-reference.md} +130 -77
  45. package/bmad/bmm/{workflows/document-project/README.md → docs/workflow-document-project-reference.md} +45 -2
  46. package/bmad/bmm/docs/workflows-analysis.md +670 -0
  47. package/bmad/bmm/docs/workflows-implementation.md +1758 -0
  48. package/bmad/bmm/docs/workflows-planning.md +1086 -0
  49. package/bmad/bmm/docs/workflows-solutioning.md +726 -0
  50. package/bmad/bmm/tasks/daily-standup.xml +1 -1
  51. package/bmad/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml.bak +60 -0
  52. package/bmad/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml +1 -1
  53. package/bmad/bmm/workflows/techdoc/documentation-standards.md +2 -1
  54. package/bmad/bmm/workflows/techdoc/documentation-standards.md.bak +238 -0
  55. package/bmad/bmm/workflows/workflow-status/init/instructions.md +623 -242
  56. package/bmad/bmm/workflows/workflow-status/init/workflow.yaml.bak +27 -0
  57. package/bmad/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +120 -0
  58. package/bmad/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +108 -0
  59. package/{src/modules/bmm/workflows/workflow-status/paths/brownfield-level-3.yaml → bmad/bmm/workflows/workflow-status/paths/method-brownfield.yaml} +33 -31
  60. package/{src/modules/bmm/workflows/workflow-status/paths/greenfield-level-2.yaml → bmad/bmm/workflows/workflow-status/paths/method-greenfield.yaml} +31 -21
  61. package/{src/modules/bmm/workflows/workflow-status/paths/brownfield-level-1.yaml → bmad/bmm/workflows/workflow-status/paths/quick-flow-brownfield.yaml} +18 -18
  62. package/bmad/bmm/workflows/workflow-status/paths/{greenfield-level-1.yaml → quick-flow-greenfield.yaml} +16 -18
  63. package/bmad/bmm/workflows/workflow-status/workflow-status-template.yaml +4 -4
  64. package/bmad/cis/agents/brainstorming-coach.md.bak +62 -0
  65. package/bmad/cis/agents/creative-problem-solver.md.bak +62 -0
  66. package/bmad/cis/agents/design-thinking-coach.md.bak +62 -0
  67. package/bmad/cis/agents/innovation-strategist.md.bak +62 -0
  68. package/bmad/cis/agents/storyteller.md.bak +59 -0
  69. package/bmad/cis/config.yaml +2 -2
  70. package/bmad/core/agents/bmad-master.md.bak +15 -13
  71. package/bmad/core/config.yaml +2 -2
  72. package/bmad/core/tasks/workflow.xml +1 -11
  73. package/package.json +1 -1
  74. package/src/core/tasks/workflow.xml +1 -11
  75. package/src/modules/bmb/workflows/audit-workflow/instructions.md +1 -1
  76. package/src/modules/bmm/README.md +1 -1
  77. package/src/modules/bmm/agents/architect.agent.yaml +0 -4
  78. package/src/modules/bmm/agents/game-dev.agent.yaml +8 -12
  79. package/src/modules/bmm/agents/sm.agent.yaml +1 -1
  80. package/src/modules/bmm/agents/{paige.agent.yaml → tech-writer.agent.yaml} +4 -4
  81. package/src/modules/bmm/docs/README.md +9 -9
  82. package/src/modules/bmm/docs/agents-guide.md +46 -98
  83. package/src/modules/bmm/docs/brownfield-guide.md +211 -90
  84. package/src/modules/bmm/docs/enterprise-agentic-development.md +380 -740
  85. package/src/modules/bmm/docs/faq.md +10 -10
  86. package/src/modules/bmm/docs/glossary.md +36 -42
  87. package/src/modules/bmm/docs/party-mode.md +110 -1122
  88. package/src/modules/bmm/docs/quick-spec-flow.md +33 -33
  89. package/src/modules/bmm/docs/quick-start.md +29 -29
  90. package/src/modules/bmm/docs/scale-adaptive-system.md +303 -453
  91. package/src/modules/bmm/docs/troubleshooting.md +1 -1
  92. package/src/modules/bmm/docs/workflows-implementation.md +20 -21
  93. package/src/modules/bmm/docs/workflows-solutioning.md +1 -1
  94. package/src/modules/bmm/tasks/daily-standup.xml +1 -1
  95. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/instructions.md +1 -19
  96. package/src/modules/bmm/workflows/2-plan-workflows/prd/checklist.md +10 -9
  97. package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/epics-template.md +23 -34
  98. package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/instructions.md +105 -331
  99. package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/workflow.yaml +23 -11
  100. package/src/modules/bmm/workflows/2-plan-workflows/prd/instructions.md +23 -38
  101. package/src/modules/bmm/workflows/2-plan-workflows/prd/workflow.yaml +2 -2
  102. package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/epics-template.md +38 -16
  103. package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/instructions.md +1 -19
  104. package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/user-story-template.md +35 -32
  105. package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml +2 -2
  106. package/src/modules/bmm/workflows/3-solutioning/architecture/instructions.md +7 -18
  107. package/src/modules/bmm/workflows/3-solutioning/solutioning-gate-check/instructions.md +1 -18
  108. package/src/modules/bmm/workflows/3-solutioning/solutioning-gate-check/workflow.yaml +6 -6
  109. package/src/modules/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml +1 -1
  110. package/src/modules/bmm/workflows/techdoc/documentation-standards.md +1 -1
  111. package/src/modules/bmm/workflows/workflow-status/init/instructions.md +623 -242
  112. package/src/modules/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +120 -0
  113. package/src/modules/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +108 -0
  114. package/{bmad/bmm/workflows/workflow-status/paths/brownfield-level-3.yaml → src/modules/bmm/workflows/workflow-status/paths/method-brownfield.yaml} +33 -31
  115. package/{bmad/bmm/workflows/workflow-status/paths/greenfield-level-2.yaml → src/modules/bmm/workflows/workflow-status/paths/method-greenfield.yaml} +31 -21
  116. package/{bmad/bmm/workflows/workflow-status/paths/brownfield-level-1.yaml → src/modules/bmm/workflows/workflow-status/paths/quick-flow-brownfield.yaml} +18 -18
  117. package/src/modules/bmm/workflows/workflow-status/paths/{greenfield-level-1.yaml → quick-flow-greenfield.yaml} +16 -18
  118. package/src/modules/bmm/workflows/workflow-status/workflow-status-template.yaml +4 -4
  119. package/bmad/bmm/tasks/retrospective.xml +0 -104
  120. package/bmad/bmm/testarch/README.md +0 -311
  121. package/bmad/bmm/workflows/1-analysis/brainstorm-project/README.md +0 -113
  122. package/bmad/bmm/workflows/1-analysis/product-brief/README.md +0 -180
  123. package/bmad/bmm/workflows/1-analysis/research/README.md +0 -454
  124. package/bmad/bmm/workflows/2-plan-workflows/README.md +0 -258
  125. package/bmad/bmm/workflows/3-solutioning/README.md +0 -1
  126. package/bmad/bmm/workflows/3-solutioning/solutioning-gate-check/README.md +0 -177
  127. package/bmad/bmm/workflows/4-implementation/README.md +0 -221
  128. package/bmad/bmm/workflows/4-implementation/code-review/README.md +0 -69
  129. package/bmad/bmm/workflows/4-implementation/correct-course/README.md +0 -73
  130. package/bmad/bmm/workflows/4-implementation/create-story/README.md +0 -146
  131. package/bmad/bmm/workflows/4-implementation/dev-story/README.md +0 -206
  132. package/bmad/bmm/workflows/4-implementation/epic-tech-context/README.md +0 -195
  133. package/bmad/bmm/workflows/4-implementation/retrospective/README.md +0 -77
  134. package/bmad/bmm/workflows/4-implementation/sprint-planning/README.md +0 -156
  135. package/bmad/bmm/workflows/4-implementation/story-context/README.md +0 -234
  136. package/bmad/bmm/workflows/README.md +0 -256
  137. package/bmad/bmm/workflows/document-project/templates/README.md +0 -38
  138. package/bmad/bmm/workflows/testarch/README.md +0 -26
  139. package/bmad/bmm/workflows/testarch/atdd/README.md +0 -672
  140. package/bmad/bmm/workflows/testarch/automate/README.md +0 -869
  141. package/bmad/bmm/workflows/testarch/ci/README.md +0 -493
  142. package/bmad/bmm/workflows/testarch/framework/README.md +0 -340
  143. package/bmad/bmm/workflows/testarch/nfr-assess/README.md +0 -469
  144. package/bmad/bmm/workflows/testarch/test-design/README.md +0 -493
  145. package/bmad/bmm/workflows/testarch/test-review/README.md +0 -775
  146. package/bmad/bmm/workflows/testarch/trace/README.md +0 -802
  147. package/bmad/bmm/workflows/workflow-status/README.md +0 -260
  148. package/bmad/bmm/workflows/workflow-status/paths/brownfield-level-0.yaml +0 -54
  149. package/bmad/bmm/workflows/workflow-status/paths/brownfield-level-2.yaml +0 -76
  150. package/bmad/bmm/workflows/workflow-status/paths/brownfield-level-4.yaml +0 -88
  151. package/bmad/bmm/workflows/workflow-status/paths/greenfield-level-0.yaml +0 -45
  152. package/bmad/bmm/workflows/workflow-status/paths/greenfield-level-3.yaml +0 -73
  153. package/bmad/bmm/workflows/workflow-status/paths/greenfield-level-4.yaml +0 -75
  154. package/src/modules/bmm/docs/brownfield-guide.md.backup +0 -1324
  155. package/src/modules/bmm/docs/workflows-testing.md +0 -1572
  156. package/src/modules/bmm/workflows/workflow-status/paths/brownfield-level-0.yaml +0 -54
  157. package/src/modules/bmm/workflows/workflow-status/paths/brownfield-level-2.yaml +0 -76
  158. package/src/modules/bmm/workflows/workflow-status/paths/brownfield-level-4.yaml +0 -88
  159. package/src/modules/bmm/workflows/workflow-status/paths/greenfield-level-0.yaml +0 -45
  160. package/src/modules/bmm/workflows/workflow-status/paths/greenfield-level-3.yaml +0 -73
  161. package/src/modules/bmm/workflows/workflow-status/paths/greenfield-level-4.yaml +0 -75
  162. /package/bmad/bmm/agents/{paige.md → paige.md.bak} +0 -0
@@ -1,20 +1,19 @@
1
1
  # Enterprise Agentic Development with BMad Method
2
2
 
3
- **Understanding the paradigm shift from traditional to AI-assisted team development**
3
+ **The paradigm shift: From team-based story parallelism to individual epic ownership**
4
4
 
5
- **Reading Time:** ~25 minutes
5
+ **Reading Time:** ~18 minutes
6
6
 
7
7
  ---
8
8
 
9
9
  ## Table of Contents
10
10
 
11
11
  - [The Paradigm Shift](#the-paradigm-shift)
12
- - [Traditional vs Agentic Development](#traditional-vs-agentic-development)
12
+ - [The Evolving Role of Product Managers & UX Designers](#the-evolving-role-of-product-managers--ux-designers)
13
+ - [How BMad Method Enables PM/UX Technical Evolution](#how-bmad-method-enables-pmux-technical-evolution)
13
14
  - [Team Collaboration Patterns](#team-collaboration-patterns)
14
15
  - [Work Distribution Strategies](#work-distribution-strategies)
15
- - [Enterprise Configuration](#enterprise-configuration)
16
- - [Git Submodule Approach](#git-submodule-approach)
17
- - [Team Workflows](#team-workflows)
16
+ - [Enterprise Configuration with Git Submodules](#enterprise-configuration-with-git-submodules)
18
17
  - [Best Practices](#best-practices)
19
18
  - [Common Scenarios](#common-scenarios)
20
19
 
@@ -22,790 +21,528 @@
22
21
 
23
22
  ## The Paradigm Shift
24
23
 
25
- ### Traditional Agile Development
24
+ ### Traditional Agile: Team-Based Story Parallelism
26
25
 
27
- In classic agile teams:
26
+ - **Epic duration:** 4-12 weeks across multiple sprints
27
+ - **Story duration:** 2-5 days per developer
28
+ - **Team size:** 5-9 developers working on same epic
29
+ - **Parallelization:** Multiple devs on stories within single epic
30
+ - **Coordination:** Constant - daily standups, merge conflicts, integration overhead
28
31
 
29
- - **Epic duration:** Multiple sprints (4-12 weeks)
30
- - **Story duration:** 2-5 days per developer, sometimes 2 weeks
31
- - **Team size:** 5-9 developers per epic
32
- - **Parallelization:** Multiple developers work on stories within same epic
33
- - **Velocity:** 20-40 story points per 2-week sprint (team)
34
- - **Epic delivery:** Months for complex features
32
+ **Example:** Payment Processing Epic
35
33
 
36
- ### Agentic Development with BMM
34
+ - Sprint 1-2: Backend API (Dev A)
35
+ - Sprint 1-2: Frontend UI (Dev B)
36
+ - Sprint 2-3: Testing (Dev C)
37
+ - **Result:** 6-8 weeks, 3 developers, high coordination
37
38
 
38
- With AI-assisted development:
39
+ ### Agentic Development: Individual Epic Ownership
39
40
 
40
41
  - **Epic duration:** Hours to days (not weeks)
41
- - **Story duration:** 30 minutes to 4 hours per developer+agent
42
- - **Team size:** 1-2 developers can complete full epics
42
+ - **Story duration:** 30 min to 4 hours with AI agent
43
+ - **Team size:** 1 developer + AI agents completes full epics
43
44
  - **Parallelization:** Developers work on separate epics
44
- - **Velocity:** What took months now takes days
45
- - **Epic delivery:** Days for complex features, hours for simple ones
45
+ - **Coordination:** Minimal - epic boundaries, async updates
46
+
47
+ **Same Example:** Payment Processing Epic
48
+
49
+ - Day 1 AM: Backend API stories (1 dev + agent, 3-4 stories)
50
+ - Day 1 PM: Frontend UI stories (same dev + agent, 2-3 stories)
51
+ - Day 2: Testing & deployment (same dev + agent, 2 stories)
52
+ - **Result:** 1-2 days, 1 developer, minimal coordination
46
53
 
47
54
  ### The Core Difference
48
55
 
49
- **Traditional:** Stories are sized for human developers working alone
50
- **Agentic:** Stories are sized for human+AI collaboration, dramatically increasing throughput
56
+ **What changed:** AI agents collapse story duration from days to hours, making **epic-level ownership** practical.
51
57
 
52
- **Result:** A single developer with AI agents can now complete in one day what previously required a full team and multiple sprints.
58
+ **Impact:** Single developer with BMad Method can deliver in 1 day what previously required full team and multiple sprints.
53
59
 
54
60
  ---
55
61
 
56
- ## Traditional vs Agentic Development
62
+ ## The Evolving Role of Product Managers & UX Designers
57
63
 
58
- ### Story Complexity Comparison
64
+ ### The Future is Now
59
65
 
60
- **Traditional Agile Story (2-week duration):**
66
+ Product Managers and UX Designers are undergoing **the most significant transformation since the creation of these disciplines**. The emergence of AI agents is creating a new breed of technical product leaders who translate vision directly into working code.
61
67
 
62
- ```markdown
63
- ## User Story: Add Payment Processing
68
+ ### From Spec Writers to Code Orchestrators
64
69
 
65
- As a user, I want to process payments so I can complete purchases.
70
+ **Traditional PM/UX (Pre-2025):**
66
71
 
67
- ### Tasks
72
+ - Write PRDs, hand off to engineering
73
+ - Wait weeks/months for implementation
74
+ - Limited validation capabilities
75
+ - Non-technical role, heavy on process
68
76
 
69
- - Research payment gateway options (2 days)
70
- - Design API integration (1 day)
71
- - Implement backend payment service (3 days)
72
- - Create frontend payment form (2 days)
73
- - Add validation and error handling (1 day)
74
- - Write unit tests (1 day)
75
- - Write integration tests (1 day)
76
- - Security review (1 day)
77
-
78
- **Estimate:** 10-12 days (2 weeks)
79
- ```
77
+ **Emerging PM/UX (2025+):**
80
78
 
81
- **BMM Agentic Story (2-4 hours):**
79
+ - Write AI-optimized PRDs that **feed agentic pipelines directly**
80
+ - Generate working prototypes in 10-15 minutes
81
+ - Review pull requests from AI agents
82
+ - Technical fluency is **table stakes**, not optional
83
+ - Orchestrate cloud-based AI agent teams
82
84
 
83
- ```markdown
84
- ## Story 1: Implement Stripe Payment Backend API
85
+ ### Industry Research (November 2025)
85
86
 
86
- **Epic:** Payment Processing
87
- **Estimate:** 2h with AI agent
87
+ - **56% of product professionals** cite AI/ML as top focus
88
+ - **AI agents automating** customer discovery, PRD creation, status reporting
89
+ - **PRD-to-Code automation** enables PMs to build and deploy apps in 10-15 minutes
90
+ - **By 2026**: Roles converging into "Full-Stack Product Lead" (PM + Design + Engineering)
91
+ - **Very high salaries** for AI agent PMs who orchestrate autonomous dev systems
88
92
 
89
- ### Context
93
+ ### Required Skills for Modern PMs/UX
90
94
 
91
- - Use existing /api pattern
92
- - Follow auth middleware conventions
93
- - Integrate with Stripe SDK (already in package.json)
95
+ 1. **AI Prompt Engineering** - Writing PRDs AI agents can execute autonomously
96
+ 2. **Coding Literacy** - Understanding code structure, APIs, data flows (not production coding)
97
+ 3. **Agentic Workflow Design** - Orchestrating multi-agent systems (planning design → dev)
98
+ 4. **Technical Architecture** - Reasoning frameworks, memory systems, tool integration
99
+ 5. **Data Literacy** - Interpreting model outputs, spotting trends, identifying gaps
100
+ 6. **Code Review** - Evaluating AI-generated PRs for correctness and vision alignment
94
101
 
95
- ### Acceptance Criteria
102
+ ### What Remains Human
96
103
 
97
- - POST /api/payments/charge endpoint
98
- - Validation middleware
99
- - Error handling per API standards
100
- - Unit tests with 80%+ coverage
101
- ```
104
+ **AI Can't Replace:**
102
105
 
103
- The epic is broken into 6-8 small stories instead of 1 large story. Each story takes 2-4 hours instead of 2 weeks.
106
+ - Product vision (market dynamics, customer pain, strategic positioning)
107
+ - Empathy (deep user research, emotional intelligence, stakeholder management)
108
+ - Creativity (novel problem-solving, disruptive thinking)
109
+ - Judgment (prioritization decisions, trade-off analysis)
110
+ - Ethics (responsible AI use, privacy, accessibility)
104
111
 
105
- ### Epic Delivery Comparison
112
+ **What Changes:**
106
113
 
107
- **Traditional Epic: "Payment Processing" (8-12 weeks)**
114
+ - PMs/UX spend **more time on human elements** (AI handles routine execution)
115
+ - Barrier between "thinking" and "building" collapses
116
+ - Product leaders become **builder-thinkers**, not just spec writers
108
117
 
109
- - Sprint 1-2: Payment gateway research and design
110
- - Sprint 3-4: Backend implementation
111
- - Sprint 5-6: Frontend implementation
112
- - Sprint 7-8: Testing, security, deployment
113
- - **Team:** 3-5 developers
114
- - **Total:** 2-3 months
118
+ ### The Convergence
115
119
 
116
- **Agentic Epic: "Payment Processing" (1-3 days)**
120
+ - **PMs learning to code** with GitHub Copilot, Cursor, v0
121
+ - **UX designers generating code** with UXPin Merge, Figma-to-code tools
122
+ - **Developers becoming orchestrators** reviewing AI output vs writing from scratch
117
123
 
118
- - Day 1 AM: Backend API stories (3-4 stories)
119
- - Day 1 PM: Frontend integration stories (2-3 stories)
120
- - Day 2: Testing, security validation (2-3 stories)
121
- - **Team:** 1-2 developers + AI agents
122
- - **Total:** 1-3 days
124
+ **The Bottom Line:** By 2026, successful PMs/UX will fluently operate in both vision and execution. **BMad Method provides the structured framework to make this transition.**
123
125
 
124
126
  ---
125
127
 
126
- ## Team Collaboration Patterns
128
+ ## How BMad Method Enables PM/UX Technical Evolution
127
129
 
128
- ### Old Pattern: Stories as Work Units
130
+ BMad Method is specifically designed to position PMs and UX designers for this future.
129
131
 
130
- **Traditional Agile:**
132
+ ### 1. AI-Executable PRD Generation
131
133
 
132
- ```
133
- Epic: User Dashboard (8 weeks)
134
- ├─ Story 1: Backend API (Dev A, Sprint 1-2)
135
- ├─ Story 2: Frontend Layout (Dev B, Sprint 1-2)
136
- ├─ Story 3: Data Visualization (Dev C, Sprint 2-3)
137
- ├─ Story 4: User Preferences (Dev D, Sprint 3-4)
138
- └─ Story 5: Integration Testing (Team, Sprint 4)
134
+ **PM Workflow:**
139
135
 
140
- Team: 4 developers working in parallel on stories within one epic
136
+ ```bash
137
+ bmad pm *create-prd
141
138
  ```
142
139
 
143
- **Challenge:** Coordination overhead, merge conflicts, integration issues
140
+ **BMad produces:**
144
141
 
145
- ### New Pattern: Epics as Work Units
142
+ - Structured, machine-readable requirements
143
+ - Testable acceptance criteria per requirement
144
+ - Clear epic/story decomposition
145
+ - Technical context for AI agents
146
146
 
147
- **Agentic Development:**
147
+ **Why it matters:** Traditional PRDs are human-readable prose. BMad PRDs are **AI-executable work packages**.
148
148
 
149
- ```
150
- Project: Analytics Platform (2-3 weeks)
149
+ **PM Value:** Write once, automatically translated into agent-ready stories. No engineering bottleneck for translation.
151
150
 
152
- Developer A:
153
- ├─ Epic 1: User Dashboard (3 days, 12 stories)
154
- │ └─ Stories completed sequentially with AI agents
151
+ ### 2. Automated Epic/Story Breakdown
155
152
 
156
- Developer B:
157
- ├─ Epic 2: Admin Panel (4 days, 15 stories)
158
- │ └─ Stories completed sequentially with AI agents
159
-
160
- Developer C:
161
- ├─ Epic 3: Reporting Engine (5 days, 18 stories)
162
- │ └─ Stories completed sequentially with AI agents
153
+ **PM Workflow:**
163
154
 
164
- Team: 3 developers working in parallel on separate epics
155
+ ```bash
156
+ bmad pm *create-epics-and-stories
165
157
  ```
166
158
 
167
- **Benefits:** Minimal coordination, epic-level ownership, clear boundaries
168
-
169
- ---
170
-
171
- ## Work Distribution Strategies
159
+ **BMad produces:**
172
160
 
173
- ### Strategy 1: Epic-Based Distribution (Recommended)
161
+ - Epic files with clear objectives
162
+ - Story files with acceptance criteria, context, technical guidance
163
+ - Priority assignments (P0-P3)
164
+ - Dependency mapping
174
165
 
175
- **Best for:** Teams of 2-10 developers
166
+ **Why it matters:** Stories become **work packages for cloud AI agents**. Each story is self-contained with full context.
176
167
 
177
- **Approach:**
168
+ **PM Value:** No more "story refinement sessions" with engineering. AI agents execute directly from BMad stories.
178
169
 
179
- - Each developer owns complete epics
180
- - Work sequentially through stories within epic
181
- - Parallel work happens at epic level
182
-
183
- **Example:**
184
-
185
- ```yaml
186
- # sprint-status.yaml
187
- epics:
188
- - id: epic-1
189
- title: Payment Processing
190
- owner: alice
191
- status: in-progress
192
- stories: 8
170
+ ### 3. Human-in-the-Loop Architecture
193
171
 
194
- - id: epic-2
195
- title: User Dashboard
196
- owner: bob
197
- status: in-progress
198
- stories: 12
172
+ **Architect/PM Workflow:**
199
173
 
200
- - id: epic-3
201
- title: Admin Panel
202
- owner: carol
203
- status: backlog
204
- stories: 10
174
+ ```bash
175
+ bmad architect *create-architecture
205
176
  ```
206
177
 
207
- **Benefits:**
208
-
209
- - Clear ownership and accountability
210
- - Minimal merge conflicts
211
- - Epic-level cohesion
212
- - Reduced coordination overhead
178
+ **BMad produces:**
213
179
 
214
- ### Strategy 2: Layer-Based Distribution
180
+ - System architecture aligned with PRD
181
+ - Architecture Decision Records (ADRs)
182
+ - Epic-specific technical guidance
183
+ - Integration patterns and standards
215
184
 
216
- **Best for:** Full-stack applications, teams with specialized skills
185
+ **Why it matters:** PMs can **understand and validate** technical decisions. Architecture is conversational, not template-driven.
217
186
 
218
- **Approach:**
187
+ **PM Value:** Technical fluency built through guided architecture process. PMs learn while creating.
219
188
 
220
- - Split epics by architectural layer
221
- - Frontend and backend as separate epics
222
- - Each developer owns their layer
189
+ ### 4. Cloud Agentic Pipeline (Emerging Pattern)
223
190
 
224
- **Example:**
191
+ **Current State (2025):**
225
192
 
226
193
  ```
227
- Project: E-commerce Platform
228
-
229
- Frontend Developer:
230
- ├─ Epic 1: Product Catalog UI (3 days)
231
- ├─ Epic 3: Shopping Cart UI (2 days)
232
- └─ Epic 5: Checkout Flow UI (3 days)
233
-
234
- Backend Developer:
235
- ├─ Epic 2: Product API (2 days)
236
- ├─ Epic 4: Cart Service (2 days)
237
- └─ Epic 6: Payment Processing (3 days)
194
+ PM writes BMad PRD
195
+
196
+ create-epics-and-stories generates story queue
197
+
198
+ Stories loaded by human developers + BMad agents
199
+
200
+ Developers create PRs
201
+
202
+ PM/Team reviews PRs
203
+
204
+ Merge and deploy
238
205
  ```
239
206
 
240
- **Note:** This is abnormal in traditional agile (vertical slicing preferred), but works well in agentic development due to speed of delivery.
241
-
242
- **Benefits:**
243
-
244
- - Developers work in their expertise area
245
- - Can work truly in parallel
246
- - Clear API contracts between layers
247
-
248
- **Considerations:**
249
-
250
- - Requires clear API contracts upfront
251
- - Need integration testing coordination
252
- - Best with strong architecture phase
253
-
254
- ### Strategy 3: Feature-Based Distribution
255
-
256
- **Best for:** Large teams (10+ developers), enterprise projects
257
-
258
- **Approach:**
259
-
260
- - Group related epics into features
261
- - Each developer/pod owns feature set
262
- - Features can span multiple subsystems
263
-
264
- **Example:**
207
+ **Near Future (2026):**
265
208
 
266
209
  ```
267
- Feature Team A (2 devs): Payments & Billing
268
- ├─ Epic 1: Payment Processing
269
- ├─ Epic 2: Subscription Management
270
- ├─ Epic 3: Invoice Generation
271
- └─ Epic 4: Billing Dashboard
272
-
273
- Feature Team B (2 devs): User Management
274
- ├─ Epic 5: Authentication
275
- ├─ Epic 6: Authorization
276
- ├─ Epic 7: User Profiles
277
- └─ Epic 8: Account Settings
278
-
279
- Feature Team C (2 devs): Analytics
280
- ├─ Epic 9: Event Tracking
281
- ├─ Epic 10: Reporting Engine
282
- └─ Epic 11: Dashboard Widgets
210
+ PM writes BMad PRD
211
+
212
+ create-epics-and-stories generates story queue
213
+
214
+ Stories automatically fed to cloud AI agent pool
215
+
216
+ AI agents implement stories in parallel
217
+
218
+ AI agents create pull requests
219
+
220
+ PM/UX/Senior Devs review PRs
221
+
222
+ Approved PRs auto-merge
223
+
224
+ Continuous deployment to production
283
225
  ```
284
226
 
285
- ---
227
+ **Time Savings:**
286
228
 
287
- ## Enterprise Configuration
229
+ - **Traditional:** PM writes spec → 2-4 weeks engineering → review → deploy (6-8 weeks)
230
+ - **BMad Agentic:** PM writes PRD → AI agents implement → review PRs → deploy (2-5 days)
288
231
 
289
- ### Challenge: Personalized BMM Content in Shared Repos
232
+ ### 5. UX Design Integration
290
233
 
291
- **Problem:**
292
-
293
- - Developers may customize agents, workflows, or configurations
294
- - Teams may use different methodologies (BMM, custom, other frameworks)
295
- - Organizations don't want personalized tooling committed to main repo
296
- - Different developers use different AI tools, MCPs, or agent systems
297
-
298
- **Anti-pattern (Don't do this):**
234
+ **UX Designer Workflow:**
299
235
 
300
236
  ```bash
301
- # .gitignore approach - breaks many tools
302
- bmad/
303
- .claude/
237
+ bmad ux *create-design
304
238
  ```
305
239
 
306
- **Issues with .gitignore:**
240
+ **BMad produces:**
307
241
 
308
- - IDE tools lose track of context
309
- - Submodule management breaks
310
- - Team can't optionally share configurations
311
- - Hard to version control shared vs personal configs
242
+ - Component-based design system
243
+ - Interaction patterns aligned with tech stack
244
+ - Accessibility guidelines
245
+ - Responsive design specifications
312
246
 
313
- ### Solution: Git Submodules
247
+ **Why it matters:** Design specs become **implementation-ready** for AI agents. No "lost in translation" between design and dev.
314
248
 
315
- **Recommended approach:** Install BMM as a git submodule that each developer controls independently.
249
+ **UX Value:** Designs validated through working prototypes, not static mocks. Technical understanding built through BMad workflows.
316
250
 
317
- ---
251
+ ### 6. PM Technical Skills Development
318
252
 
319
- ## Git Submodule Approach
253
+ **BMad teaches PMs technical skills through:**
320
254
 
321
- ### Why Submodules?
255
+ - **Conversational workflows** - No pre-requisite knowledge, learn by doing
256
+ - **Architecture facilitation** - Understand system design through guided questions
257
+ - **Story context assembly** - See how code patterns inform implementation
258
+ - **Code review workflows** - Learn to evaluate code quality, patterns, standards
322
259
 
323
- **Benefits:**
260
+ **Example:** PM runs `create-architecture` workflow:
324
261
 
325
- - BMM content exists in project but tracked separately
326
- - Each developer controls their own BMM version/configuration
327
- - Optional: Share team configurations via separate repo
328
- - IDE tools maintain proper context
329
- - Cleaner than .gitignore for this use case
262
+ - BMad asks about scale, performance, integrations
263
+ - PM answers business questions
264
+ - BMad explains technical implications
265
+ - PM learns architecture concepts while making decisions
330
266
 
331
- ### Setup for New Projects
267
+ **Result:** PMs gain **working technical knowledge** without formal CS education.
332
268
 
333
- **1. Create BMM submodule (optional team config repo):**
269
+ ### 7. Organizational Leverage
334
270
 
335
- ```bash
336
- # In your organization
337
- git init bmm-config
338
- cd bmm-config
339
- npx bmad-method install
340
- # Customize for team standards
341
- git add .
342
- git commit -m "Initial BMM configuration for team"
343
- git push origin main
344
- ```
271
+ **Traditional Model:**
345
272
 
346
- **2. Add submodule to main project:**
273
+ - 1 PM supports 5-9 developers → delivers 1-2 features/quarter
347
274
 
348
- ```bash
349
- # In your main project repo
350
- cd /path/to/your-project
275
+ **BMad Agentic Model:**
351
276
 
352
- # Add BMM as submodule (using team config repo)
353
- git submodule add https://github.com/your-org/bmm-config.git bmad
277
+ - 1 PM writes BMad PRD 20-50 AI agents execute stories in parallel → delivers 5-10 features/quarter
354
278
 
355
- # Or add as submodule (using official BMM)
356
- git submodule add https://github.com/bmad-code-org/BMAD-METHOD.git bmad
279
+ **Leverage multiplier:** 5-10× with same PM headcount.
357
280
 
358
- # Commit submodule reference
359
- git add .gitmodules bmad
360
- git commit -m "Add BMM as submodule"
361
- ```
281
+ ### 8. Quality Consistency
362
282
 
363
- **3. Team members clone and initialize:**
283
+ **BMad ensures:**
364
284
 
365
- ```bash
366
- # Clone main project
367
- git clone https://github.com/your-org/your-project.git
368
- cd your-project
285
+ - AI agents follow architectural patterns consistently (via story-context)
286
+ - Code standards applied uniformly (via epic-tech-context)
287
+ - PRD traceability throughout implementation (via acceptance criteria)
288
+ - No "telephone game" between PM, design, and dev
369
289
 
370
- # Initialize submodule
371
- git submodule update --init --recursive
290
+ **PM Value:** What gets built **matches what was specified**, drastically reducing rework.
372
291
 
373
- # Each developer can now customize their bmad/ without affecting others
374
- cd bmad
375
- # Make personal customizations
376
- # These changes stay local unless pushed to submodule repo
377
- ```
292
+ ### 9. Rapid Prototyping for Validation
378
293
 
379
- ### Setup for Existing Projects
294
+ **PM Workflow (with BMad + Cursor/v0):**
380
295
 
381
- **If BMM already installed directly:**
296
+ 1. Use BMad to generate PRD structure and requirements
297
+ 2. Extract key user flow from PRD
298
+ 3. Feed to Cursor/v0 with BMad context
299
+ 4. Working prototype in 10-15 minutes
300
+ 5. Validate with users **before** committing to full development
382
301
 
383
- ```bash
384
- # 1. Backup existing BMM
385
- mv bmad bmad-backup
386
-
387
- # 2. Add as submodule
388
- git submodule add https://github.com/your-org/bmm-config.git bmad
389
-
390
- # 3. Restore customizations
391
- cp -r bmad-backup/bmad/_cfg/agents/*.customize.yaml bmad/bmad/_cfg/agents/
302
+ **Traditional:** Months of development to validate idea
303
+ **BMad Agentic:** Hours of development to validate idea
392
304
 
393
- # 4. Clean up
394
- rm -rf bmad-backup
305
+ ### 10. Career Path Evolution
395
306
 
396
- # 5. Commit
397
- git add .gitmodules bmad
398
- git commit -m "Convert BMM to submodule"
399
- ```
307
+ **BMad positions PMs for emerging roles:**
400
308
 
401
- ### Submodule Workflow
309
+ - **AI Agent Product Manager** - Orchestrate autonomous development systems
310
+ - **Full-Stack Product Lead** - Oversee product, design, engineering with AI leverage
311
+ - **Technical Product Strategist** - Bridge business vision and technical execution
402
312
 
403
- **Daily development:**
313
+ **Hiring advantage:** PMs using BMad demonstrate:
404
314
 
405
- ```bash
406
- # Work in main project - submodule is just there
407
- cd /path/to/your-project
408
- # BMM content available at ./bmad/
409
- # Load agents, run workflows normally
410
- ```
315
+ - Technical fluency (can read architecture, validate tech decisions)
316
+ - AI-native workflows (structured requirements, agentic orchestration)
317
+ - Results (ship 5-10× faster than peers)
411
318
 
412
- **Update personal BMM config:**
319
+ ---
413
320
 
414
- ```bash
415
- cd bmad
416
- # Make changes to your personal config
417
- git add .
418
- git commit -m "Personal agent customizations"
419
- # Don't push unless sharing with team
420
- ```
321
+ ## Team Collaboration Patterns
421
322
 
422
- **Update to latest team BMM config:**
323
+ ### Old Pattern: Story Parallelism
423
324
 
424
- ```bash
425
- cd bmad
426
- git pull origin main
427
- cd ..
428
- git add bmad
429
- git commit -m "Update BMM to latest team config"
430
- ```
431
-
432
- **Share configuration with team:**
325
+ **Traditional Agile:**
433
326
 
434
- ```bash
435
- cd bmad
436
- # Make team-beneficial changes
437
- git add .
438
- git commit -m "Add shared epic template for our domain"
439
- git push origin main
440
- # Tell team to update their submodules
441
327
  ```
328
+ Epic: User Dashboard (8 weeks)
329
+ ├─ Story 1: Backend API (Dev A, Sprint 1-2)
330
+ ├─ Story 2: Frontend Layout (Dev B, Sprint 1-2)
331
+ ├─ Story 3: Data Viz (Dev C, Sprint 2-3)
332
+ └─ Story 4: Integration Testing (Team, Sprint 3-4)
442
333
 
443
- ### Team Configuration Sharing
444
-
445
- **Option 1: Fully Personal (No sharing)**
446
-
447
- ```bash
448
- # Each developer's bmad/ is independent
449
- # No submodule repo - just local installation
450
- # Use .gitignore for bmad/ (acceptable here)
334
+ Challenge: Coordination overhead, merge conflicts, integration issues
451
335
  ```
452
336
 
453
- **Option 2: Team Baseline + Personal Customization**
454
-
455
- ```bash
456
- # Submodule repo has team standards
457
- # bmad/bmad/_cfg/agents/pm.customize.yaml (team)
458
- # Each dev adds personal customizations locally
459
- # Personal changes not pushed to submodule
460
- ```
337
+ ### New Pattern: Epic Ownership
461
338
 
462
- **Option 3: Full Team Sharing**
339
+ **Agentic Development:**
463
340
 
464
- ```bash
465
- # All configurations in submodule repo
466
- # Team collaborates on agent improvements
467
- # Everyone pulls updates regularly
468
341
  ```
342
+ Project: Analytics Platform (2-3 weeks)
469
343
 
470
- ### Multi-Tool Teams
344
+ Developer A:
345
+ └─ Epic 1: User Dashboard (3 days, 12 stories sequentially with AI)
471
346
 
472
- **Scenario:** Team uses different AI tools (Claude Code, Cursor, Windsurf, custom)
347
+ Developer B:
348
+ └─ Epic 2: Admin Panel (4 days, 15 stories sequentially with AI)
473
349
 
474
- **Approach:**
350
+ Developer C:
351
+ └─ Epic 3: Reporting Engine (5 days, 18 stories sequentially with AI)
475
352
 
476
- ```
477
- bmad/
478
- ├─ bmad/_cfg/
479
- │ ├─ ides/
480
- │ │ ├─ claude-code.yaml (shared)
481
- │ │ ├─ cursor.yaml (shared)
482
- │ │ └─ windsurf.yaml (shared)
483
- │ └─ agents/
484
- │ ├─ pm.customize.yaml (personal - not in submodule)
485
- │ └─ architect.customize.yaml (personal - not in submodule)
486
- └─ .claude/
487
- └─ commands/ (generated, IDE-specific)
353
+ Benefit: Minimal coordination, epic-level ownership, clear boundaries
488
354
  ```
489
355
 
490
- **Each developer:**
491
-
492
- - Uses submodule for core BMM content
493
- - Personalizes IDE-specific configurations locally
494
- - Optionally shares improvements back to submodule
495
-
496
356
  ---
497
357
 
498
- ## Team Workflows
358
+ ## Work Distribution Strategies
499
359
 
500
- ### Workflow 1: Epic Assignment
360
+ ### Strategy 1: Epic-Based (Recommended)
501
361
 
502
- **Phase 2: Planning Complete**
362
+ **Best for:** 2-10 developers
503
363
 
504
- ```bash
505
- # After PRD + Architecture complete
506
- # Team lead or PM reviews epics
364
+ **Approach:** Each developer owns complete epics, works sequentially through stories
507
365
 
508
- # sprint-status.yaml
366
+ **Example:**
367
+
368
+ ```yaml
509
369
  epics:
510
370
  - id: epic-1
511
371
  title: Payment Processing
512
- owner: unassigned
372
+ owner: alice
513
373
  stories: 8
374
+ estimate: 2 days
375
+
514
376
  - id: epic-2
515
377
  title: User Dashboard
516
- owner: unassigned
378
+ owner: bob
517
379
  stories: 12
380
+ estimate: 3 days
518
381
  ```
519
382
 
520
- **Epic Assignment Meeting:**
383
+ **Benefits:** Clear ownership, minimal conflicts, epic cohesion, reduced coordination
521
384
 
522
- 1. Review epic scope and dependencies
523
- 2. Assign epics to developers based on expertise/capacity
524
- 3. Identify any epic dependencies (must be sequential)
525
- 4. Update sprint-status.yaml with assignments
385
+ ### Strategy 2: Layer-Based
526
386
 
527
- **Result:**
387
+ **Best for:** Full-stack apps, specialized teams
528
388
 
529
- ```yaml
530
- epics:
531
- - id: epic-1
532
- title: Payment Processing
533
- owner: alice
534
- dependencies: []
389
+ **Example:**
535
390
 
536
- - id: epic-2
537
- title: User Dashboard
538
- owner: bob
539
- dependencies: [epic-1] # Needs payment API
391
+ ```
392
+ Frontend Dev: Epic 1 (Product Catalog UI), Epic 3 (Cart UI)
393
+ Backend Dev: Epic 2 (Product API), Epic 4 (Cart Service)
540
394
  ```
541
395
 
542
- ### Workflow 2: Daily Development
396
+ **Benefits:** Developers in expertise area, true parallel work, clear API contracts
543
397
 
544
- **Developer's daily flow:**
398
+ **Requirements:** Strong architecture phase, clear API contracts upfront
545
399
 
546
- ```bash
547
- # 1. Check epic status
548
- cat docs/sprint-status.yaml
400
+ ### Strategy 3: Feature-Based
549
401
 
550
- # 2. Load SM agent, run epic-tech-context (if first story)
551
- # Creates epic-specific technical guidance
402
+ **Best for:** Large teams (10+ developers)
552
403
 
553
- # 3. Load SM agent, run create-story
554
- # Creates next story in epic
404
+ **Example:**
555
405
 
556
- # 4. Load SM agent, run story-context
557
- # Generates implementation context
406
+ ```
407
+ Team A (2 devs): Payments feature (4 epics)
408
+ Team B (2 devs): User Management feature (3 epics)
409
+ Team C (2 devs): Analytics feature (3 epics)
410
+ ```
411
+
412
+ **Benefits:** Feature team autonomy, domain expertise, scalable to large orgs
558
413
 
559
- # 5. Load DEV agent, run dev-story
560
- # Implement story (30min - 4hrs)
414
+ ---
561
415
 
562
- # 6. Load DEV agent, run code-review
563
- # Review implementation
416
+ ## Enterprise Configuration with Git Submodules
564
417
 
565
- # 7. Load SM agent, run story-done
566
- # Mark complete, advance queue
418
+ ### The Challenge
567
419
 
568
- # 8. Repeat steps 3-7 until epic complete
420
+ **Problem:** Teams customize BMad (agents, workflows, configs) but don't want personal tooling in main repo.
569
421
 
570
- # 9. Load SM agent, run retrospective
571
- # Epic retrospective
572
- ```
422
+ **Anti-pattern:** Adding `bmad/` to `.gitignore` breaks IDE tools, submodule management.
573
423
 
574
- **Typical day for developer:**
424
+ ### The Solution: Git Submodules
575
425
 
576
- - Complete 3-8 stories (one epic, or partial epic)
577
- - Push code at epic boundaries or daily
578
- - Minimal coordination needed
426
+ **Benefits:**
579
427
 
580
- ### Workflow 3: Integration Points
428
+ - BMad exists in project but tracked separately
429
+ - Each developer controls their own BMad version/config
430
+ - Optional team config sharing via submodule repo
431
+ - IDE tools maintain proper context
581
432
 
582
- **When epics have dependencies:**
433
+ ### Setup (New Projects)
583
434
 
584
- **Epic 1 (Backend - Alice) complete:**
435
+ **1. Create optional team config repo:**
585
436
 
586
437
  ```bash
587
- # Alice commits and pushes
588
- git add .
589
- git commit -m "feat: complete Payment Processing epic (epic-1)"
590
- git push origin feature/payment-processing
591
-
592
- # Updates team
593
- # "Epic 1 complete - payment API ready at /api/payments/*"
438
+ git init bmm-config
439
+ cd bmm-config
440
+ npx bmad-method install
441
+ # Customize for team standards
442
+ git commit -m "Team BMM config"
443
+ git push origin main
594
444
  ```
595
445
 
596
- **Epic 2 (Frontend - Bob) ready to start:**
446
+ **2. Add submodule to project:**
597
447
 
598
448
  ```bash
599
- # Bob pulls latest
600
- git pull origin main # After Alice's PR merged
601
-
602
- # Runs epic-tech-context with updated codebase
603
- # Context now includes Alice's payment API
604
-
605
- # Proceeds with stories
449
+ cd /path/to/your-project
450
+ git submodule add https://github.com/your-org/bmm-config.git bmad
451
+ git commit -m "Add BMM as submodule"
606
452
  ```
607
453
 
608
- ### Workflow 4: Code Review in Teams
454
+ **3. Team members initialize:**
609
455
 
610
- **Two approaches:**
456
+ ```bash
457
+ git clone https://github.com/your-org/your-project.git
458
+ cd your-project
459
+ git submodule update --init --recursive
460
+ # Make personal customizations in bmad/
461
+ ```
611
462
 
612
- **Approach A: Epic-Level Review**
463
+ ### Daily Workflow
613
464
 
614
- - Developer completes entire epic
615
- - Opens PR for epic
616
- - Team reviews full epic implementation
617
- - Faster, maintains epic cohesion
465
+ **Work in main project:**
618
466
 
619
- **Approach B: Story-Level Review**
467
+ ```bash
468
+ cd /path/to/your-project
469
+ # BMad available at ./bmad/, load agents normally
470
+ ```
620
471
 
621
- - Developer commits after each story
622
- - Opens PR per story or after N stories
623
- - More granular feedback
624
- - Better for learning teams
472
+ **Update personal config:**
625
473
 
626
- **Recommended:** Epic-level review for experienced teams, story-level for learning teams.
474
+ ```bash
475
+ cd bmad
476
+ # Make changes, commit locally, don't push unless sharing
477
+ ```
627
478
 
628
- ---
479
+ **Update to latest team config:**
629
480
 
630
- ## Best Practices
481
+ ```bash
482
+ cd bmad
483
+ git pull origin main
484
+ ```
631
485
 
632
- ### 1. Epic Ownership & Accountability
486
+ ### Configuration Strategies
633
487
 
634
- **Do:**
488
+ **Option 1: Fully Personal** - No submodule, each dev installs independently, use `.gitignore`
635
489
 
636
- - Assign entire epic to one developer
637
- - Developer owns epic from context → stories → implementation → retrospective
638
- - Clear epic boundaries minimize conflicts
490
+ **Option 2: Team Baseline + Personal** - Submodule has team standards, devs add personal customizations locally
639
491
 
640
- **Don't:**
492
+ **Option 3: Full Team Sharing** - All configs in submodule, team collaborates on improvements
641
493
 
642
- - Split epic across multiple developers (coordination overhead)
643
- - Reassign epics mid-implementation (context loss)
494
+ ---
644
495
 
645
- ### 2. Dependency Management
496
+ ## Best Practices
646
497
 
647
- **Do:**
498
+ ### 1. Epic Ownership
648
499
 
649
- - Identify epic dependencies in planning
650
- - Document required API contracts between dependent epics
651
- - Complete prerequisite epics before starting dependent ones
652
- - Use feature flags if parallel work needed
500
+ - **Do:** Assign entire epic to one developer (context → implementation → retro)
501
+ - **Don't:** Split epics across multiple developers (coordination overhead, context loss)
653
502
 
654
- **Don't:**
503
+ ### 2. Dependency Management
655
504
 
656
- - Assume epics are fully independent
657
- - Start dependent epic before prerequisite ready
658
- - Change API contracts without team coordination
505
+ - **Do:** Identify epic dependencies in planning, document API contracts, complete prerequisites first
506
+ - **Don't:** Start dependent epic before prerequisite ready, change API contracts without coordination
659
507
 
660
508
  ### 3. Communication Cadence
661
509
 
662
- **Traditional agile:** Daily standups essential for coordination
510
+ **Traditional:** Daily standups essential
511
+ **Agentic:** Lighter coordination
663
512
 
664
- **Agentic development:** Lighter coordination needed
513
+ **Recommended:**
665
514
 
666
- **Recommended cadence:**
667
-
668
- - **Daily async updates:** "Epic 1, 60% complete, no blockers"
669
- - **Twice-weekly sync:** 15min check-in on progress/blockers
670
- - **Epic completion sync:** Brief demo, integration discussion
671
- - **Sprint retro:** After all epics complete
515
+ - Daily async updates ("Epic 1, 60% complete, no blockers")
516
+ - Twice-weekly 15min sync
517
+ - Epic completion demos
518
+ - Sprint retro after all epics complete
672
519
 
673
520
  ### 4. Branch Strategy
674
521
 
675
- **Feature branches per epic:**
676
-
677
522
  ```bash
678
- # Each developer works on epic branch
679
523
  feature/epic-1-payment-processing (Alice)
680
524
  feature/epic-2-user-dashboard (Bob)
681
525
  feature/epic-3-admin-panel (Carol)
682
526
 
683
527
  # PR and merge when epic complete
684
- # Or: commit per story, PR at epic completion
685
528
  ```
686
529
 
687
- **Benefits:**
688
-
689
- - Clean separation of work
690
- - Easy to review epic as unit
691
- - Simple rollback if needed
692
-
693
530
  ### 5. Testing Strategy
694
531
 
695
- **Story-level:**
696
-
697
- - Unit tests per story (DoD requirement)
698
- - Agent writes tests during dev-story
699
-
700
- **Epic-level:**
701
-
702
- - Integration tests across epic stories
703
- - Create "Epic Integration Testing" story at epic end
704
-
705
- **Project-level:**
706
-
707
- - E2E tests after multiple epics complete
708
- - Can be separate epic: "E2E Test Suite"
532
+ - **Story-level:** Unit tests (DoD requirement, written by agent during dev-story)
533
+ - **Epic-level:** Integration tests across stories
534
+ - **Project-level:** E2E tests after multiple epics complete
709
535
 
710
536
  ### 6. Documentation Updates
711
537
 
712
- **Real-time updates:**
713
-
714
- - `sprint-status.yaml` - Updated by story-done workflow
715
- - Story files - Updated by agents during implementation
716
-
717
- **Epic completion:**
718
-
719
- - Architecture docs - Update if epic changed architecture
720
- - API docs - Update if epic added/modified APIs
721
- - README - Update if epic affects setup/usage
722
-
723
- **Sprint completion:**
724
-
725
- - Retrospective insights incorporated
726
- - Lessons learned documented
727
-
728
- ### 7. Submodule Maintenance
729
-
730
- **Weekly:**
731
-
732
- - Check for BMM updates (if using official as submodule)
733
- - Pull team configuration changes (if using team config)
734
-
735
- **Monthly:**
736
-
737
- - Review customizations (are they still needed?)
738
- - Share useful customizations with team
739
- - Clean up unused configurations
740
-
741
- **Per project:**
742
-
743
- - Initialize submodule for new team members
744
- - Document any project-specific BMM configurations
745
-
746
- ### 8. Handling Conflicts
747
-
748
- **Scenario:** Two epics modify same file
749
-
750
- **Prevention:**
751
-
752
- - Architecture phase should identify shared code
753
- - Create "shared component" epic that runs first
754
- - Or: use feature flags and modular design
755
-
756
- **Resolution:**
757
-
758
- ```bash
759
- # Epic 1 complete, merged to main
760
- # Epic 2 encounters conflict
761
-
762
- # Developer updates branch
763
- git checkout feature/epic-2
764
- git merge main
765
- # Resolve conflicts manually
766
- # Re-run affected story tests
767
- git add .
768
- git commit -m "Merge main, resolve conflicts"
769
- ```
770
-
771
- ### 9. Scaling to Large Teams
772
-
773
- **10-20 developers:**
774
-
775
- - Organize into feature pods (2-4 devs per pod)
776
- - Each pod owns related epics
777
- - Pod-level coordination, minimal cross-pod
778
-
779
- **20+ developers:**
780
-
781
- - Multiple product areas
782
- - Each area has own PRD, architecture
783
- - Areas can work fully independently
784
- - Quarterly integration points
785
-
786
- **100+ developers:**
787
-
788
- - Multiple products/services
789
- - Each uses BMM independently
790
- - Shared component teams provide APIs
791
- - Microservices architecture essential
538
+ - **Real-time:** `sprint-status.yaml` updated by workflows
539
+ - **Epic completion:** Update architecture docs, API docs, README if changed
540
+ - **Sprint completion:** Incorporate retrospective insights
792
541
 
793
- ### 10. Metrics & Velocity
542
+ ### 7. Metrics (Different from Traditional)
794
543
 
795
- **Track differently than traditional agile:**
796
-
797
- **Traditional metrics:**
798
-
799
- - Story points per sprint (team)
800
- - Velocity trends
801
- - Burndown charts
802
-
803
- **Agentic metrics:**
804
-
805
- - Epics per week (per developer)
806
- - Stories per day (per developer)
807
- - Time to epic completion
808
- - Code quality metrics (test coverage, review findings)
544
+ **Traditional:** Story points per sprint, burndown charts
545
+ **Agentic:** Epics per week, stories per day, time to epic completion
809
546
 
810
547
  **Example velocity:**
811
548
 
@@ -817,126 +554,51 @@ git commit -m "Merge main, resolve conflicts"
817
554
 
818
555
  ## Common Scenarios
819
556
 
820
- ### Scenario 1: Startup (2-3 developers)
557
+ ### Scenario 1: Startup (2 Developers)
821
558
 
822
559
  **Project:** SaaS MVP (Level 3)
823
560
 
824
- **Team:**
825
-
826
- - Developer A (Full-stack, tech lead)
827
- - Developer B (Full-stack)
828
-
829
561
  **Distribution:**
830
562
 
831
563
  ```
832
564
  Developer A:
833
- ├─ Epic 1: Authentication & User Management (3 days)
565
+ ├─ Epic 1: Authentication (3 days)
834
566
  ├─ Epic 3: Payment Integration (2 days)
835
567
  └─ Epic 5: Admin Dashboard (3 days)
836
568
 
837
569
  Developer B:
838
570
  ├─ Epic 2: Core Product Features (4 days)
839
- ├─ Epic 4: Analytics & Reporting (3 days)
840
- └─ Epic 6: Notification System (2 days)
571
+ ├─ Epic 4: Analytics (3 days)
572
+ └─ Epic 6: Notifications (2 days)
841
573
 
842
- Total: ~2 weeks with parallel work
843
- Traditional estimate: 3-4 months with same team
574
+ Total: ~2 weeks
575
+ Traditional estimate: 3-4 months
844
576
  ```
845
577
 
846
- **Coordination:**
847
-
848
- - Daily async Slack updates
849
- - Weekly 30min sync call
850
- - Epic completion demos
851
- - Shared docs/sprint-status.yaml in main repo
578
+ **BMM Setup:** Direct installation, both use Claude Code, minimal customization
852
579
 
853
- **BMM Setup:**
580
+ ### Scenario 2: Mid-Size Team (8 Developers)
854
581
 
855
- - BMM installed directly (small team, shared approach)
856
- - Both use Claude Code
857
- - Minimal customization needed
858
-
859
- ---
860
-
861
- ### Scenario 2: Mid-Size Team (8-10 developers)
862
-
863
- **Project:** Enterprise Platform Enhancement (Level 4)
864
-
865
- **Team:**
866
-
867
- - 2 Backend developers
868
- - 2 Frontend developers
869
- - 2 Full-stack developers
870
- - 1 DevOps engineer
871
- - 1 QA engineer (E2E testing epic)
582
+ **Project:** Enterprise Platform (Level 4)
872
583
 
873
584
  **Distribution (Layer-Based):**
874
585
 
875
586
  ```
876
- Backend Team:
877
- Developer 1:
878
- ├─ Epic 1: Payment Service API (3 days)
879
- ├─ Epic 3: Subscription Service (3 days)
880
- └─ Epic 5: Webhook System (2 days)
881
-
882
- Developer 2:
883
- ├─ Epic 2: User Management API (3 days)
884
- ├─ Epic 4: Analytics API (3 days)
885
- └─ Epic 6: Admin API (2 days)
886
-
887
- Frontend Team:
888
- Developer 3:
889
- ├─ Epic 7: Payment UI (2 days)
890
- ├─ Epic 9: Subscription Dashboard (3 days)
891
- └─ Epic 11: User Settings (2 days)
892
-
893
- Developer 4:
894
- ├─ Epic 8: Analytics Dashboard (3 days)
895
- ├─ Epic 10: Admin Panel (3 days)
896
- └─ Epic 12: Notification Center (2 days)
897
-
898
- Full-Stack Team:
899
- Developer 5:
900
- ├─ Epic 13: Real-time Features (4 days)
901
- └─ Epic 15: Search System (3 days)
902
-
903
- Developer 6:
904
- ├─ Epic 14: Reporting Engine (4 days)
905
- └─ Epic 16: Export Functionality (3 days)
906
-
907
- DevOps:
908
- Developer 7:
909
- ├─ Epic 17: CI/CD Pipeline (3 days)
910
- ├─ Epic 18: Monitoring & Alerts (2 days)
911
- └─ Epic 19: Performance Optimization (3 days)
912
-
913
- QA:
914
- Developer 8:
915
- └─ Epic 20: E2E Test Suite (5 days, after others complete)
916
-
917
- Total: ~3 weeks with parallel work
918
- Traditional estimate: 9-12 months with same team
919
- ```
587
+ Backend (2 devs): 6 API epics
588
+ Frontend (2 devs): 6 UI epics
589
+ Full-stack (2 devs): 4 integration epics
590
+ DevOps (1 dev): 3 infrastructure epics
591
+ QA (1 dev): 1 E2E testing epic
920
592
 
921
- **Coordination:**
922
-
923
- - Bi-weekly sprint planning (epic assignment)
924
- - Async daily updates in Slack
925
- - Epic completion PRs reviewed by tech lead
926
- - Weekly integration testing
927
-
928
- **BMM Setup:**
929
-
930
- - Git submodule approach
931
- - Team config repo with shared baselines
932
- - Personal customizations local only
933
- - Mix of Claude Code, Cursor users
593
+ Total: ~3 weeks
594
+ Traditional estimate: 9-12 months
595
+ ```
934
596
 
935
- ---
597
+ **BMM Setup:** Git submodule, team config repo, mix of Claude Code/Cursor users
936
598
 
937
- ### Scenario 3: Large Enterprise (50+ developers)
599
+ ### Scenario 3: Large Enterprise (50+ Developers)
938
600
 
939
- **Project:** Multi-Product Platform (Multiple Level 4 projects)
601
+ **Project:** Multi-Product Platform
940
602
 
941
603
  **Organization:**
942
604
 
@@ -947,94 +609,72 @@ Traditional estimate: 9-12 months with same team
947
609
  **Distribution (Feature-Based):**
948
610
 
949
611
  ```
950
- Product Team A: Payments Product
951
- ├─ 10 epics across 8 developers
952
- └─ 2-week delivery
953
-
954
- Product Team B: User Management Product
955
- ├─ 12 epics across 10 developers
956
- └─ 2-week delivery
612
+ Product Team A: Payments (10 epics, 2 weeks)
613
+ Product Team B: User Mgmt (12 epics, 2 weeks)
614
+ Product Team C: Analytics (8 epics, 1.5 weeks)
615
+ Product Team D: Admin Tools (10 epics, 2 weeks)
616
+ Product Team E: Mobile (15 epics, 3 weeks)
957
617
 
958
- Product Team C: Analytics Product
959
- ├─ 8 epics across 8 developers
960
- └─ 1.5-week delivery
618
+ Platform Team: Shared Services (continuous)
619
+ Infrastructure Team: DevOps (continuous)
961
620
 
962
- Product Team D: Admin Tools
963
- ├─ 10 epics across 8 developers
964
- └─ 2-week delivery
965
-
966
- Product Team E: Mobile Apps
967
- ├─ 15 epics across 10 developers
968
- └─ 3-week delivery
621
+ Total: 3-4 months
622
+ Traditional estimate: 2-3 years
623
+ ```
969
624
 
970
- Platform Team: Shared Services
971
- ├─ 15 epics across 10 developers
972
- └─ Continuous delivery
625
+ **BMM Setup:** Each team has own submodule config, org-wide base config, variety of IDE tools
973
626
 
974
- Infrastructure Team: DevOps & Platform
975
- ├─ 8 epics across 5 developers
976
- └─ Continuous delivery
977
- ```
627
+ ---
978
628
 
979
- **Coordination:**
629
+ ## Summary
980
630
 
981
- - Product teams work independently
982
- - Platform team provides APIs, runs 1 week ahead
983
- - Quarterly integration milestones
984
- - Automated testing & deployment
631
+ ### Key Transformation
985
632
 
986
- **BMM Setup:**
633
+ **Work Unit Changed:**
987
634
 
988
- - Each team has own submodule config
989
- - Org-wide base configuration repo
990
- - Team-specific customizations in team repos
991
- - Variety of IDE tools (Claude Code, Cursor, Windsurf, VS Code + extensions)
635
+ - **Old:** Story = unit of work assignment
636
+ - **New:** Epic = unit of work assignment
992
637
 
993
- **Traditional estimate:** 2-3 years with same team size
994
- **Agentic delivery:** 3-4 months
638
+ **Why:** AI agents collapse story duration (days → hours), making epic ownership practical.
995
639
 
996
- ---
640
+ ### Velocity Impact
997
641
 
998
- ## Summary
642
+ - **Traditional:** Months for epic delivery, heavy coordination
643
+ - **Agentic:** Days for epic delivery, minimal coordination
644
+ - **Result:** 10-50× productivity gains
999
645
 
1000
- ### Key Takeaways
646
+ ### PM/UX Evolution
1001
647
 
1002
- 1. **Epics are the new stories** - Work distribution happens at epic level, not story level
1003
- 2. **Velocity transformation** - What took months now takes days
1004
- 3. **Team scaling** - Smaller teams can deliver enterprise-scale projects
1005
- 4. **Git submodules** - Best practice for enterprise BMM management
1006
- 5. **Reduced coordination** - Epic ownership minimizes coordination overhead
1007
- 6. **Layer splitting viable** - Frontend/backend epic splits work well at high velocity
1008
- 7. **Tool flexibility** - Teams can use different AI tools with same BMM foundation
648
+ **BMad Method enables:**
1009
649
 
1010
- ### The Bottom Line
650
+ - PMs to write AI-executable PRDs
651
+ - UX designers to validate through working prototypes
652
+ - Technical fluency without CS degrees
653
+ - Orchestration of cloud AI agent teams
654
+ - Career evolution to Full-Stack Product Lead
1011
655
 
1012
- **Traditional Agile:**
656
+ ### Enterprise Adoption
1013
657
 
1014
- - Story = Unit of work assignment
1015
- - Multiple developers per epic
1016
- - Coordination intensive
1017
- - Months for epic delivery
658
+ **Git submodules:** Best practice for BMM management across teams
659
+ **Team flexibility:** Mix of tools (Claude Code, Cursor, Windsurf) with shared BMM foundation
660
+ **Scalable patterns:** Epic-based, layer-based, feature-based distribution strategies
1018
661
 
1019
- **Agentic Development:**
662
+ ### The Future (2026)
1020
663
 
1021
- - Epic = Unit of work assignment
1022
- - One developer per epic
1023
- - Minimal coordination
1024
- - Days for epic delivery
664
+ PMs write BMad PRDs → Stories auto-fed to cloud AI agents → Parallel implementation → Human review of PRs → Continuous deployment
1025
665
 
1026
- **Result:** Rethink team structure, work distribution, and coordination patterns for 10-50x productivity gains.
666
+ **The future isn't AI replacing PMs—it's AI-augmented PMs becoming 10× more powerful.**
1027
667
 
1028
668
  ---
1029
669
 
1030
670
  ## Related Documentation
1031
671
 
1032
- - **[FAQ](./faq.md)** - Common questions
1033
- - **[Scale Adaptive System](./scale-adaptive-system.md)** - Understanding project levels
1034
- - **[Quick Start Guide](./quick-start.md)** - Getting started
1035
- - **[Workflows Guide](../workflows/README.md)** - Complete workflow reference
1036
- - **[Glossary](./glossary.md)** - Key terminology
672
+ - [FAQ](./faq.md) - Common questions
673
+ - [Scale Adaptive System](./scale-adaptive-system.md) - Project levels explained
674
+ - [Quick Start Guide](./quick-start.md) - Getting started
675
+ - [Workflows Guide](../workflows/README.md) - Complete workflow reference
676
+ - [Agents Guide](./agents-guide.md) - Understanding BMad agents
1037
677
 
1038
678
  ---
1039
679
 
1040
- _Agentic development fundamentally changes how we structure teams, distribute work, and coordinate efforts. Understanding these patterns is essential for enterprise success with BMM._
680
+ _BMad Method fundamentally changes how PMs work, how teams structure work, and how products get built. Understanding these patterns is essential for enterprise success in the age of AI agents._