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
@@ -8,26 +8,26 @@
8
8
 
9
9
  ## What is Quick Spec Flow?
10
10
 
11
- Quick Spec Flow is a **streamlined alternative** to the full BMad Method for Level 0-1 projects. Instead of going through Product Brief → PRD → Architecture, you go **straight to a context-aware technical specification** and start coding.
11
+ Quick Spec Flow is a **streamlined alternative** to the full BMad Method for Quick Flow track projects. Instead of going through Product Brief → PRD → Architecture, you go **straight to a context-aware technical specification** and start coding.
12
12
 
13
13
  ### When to Use Quick Spec Flow
14
14
 
15
- ✅ **Use Quick Spec Flow (Level 0-1) when:**
15
+ ✅ **Use Quick Flow track when:**
16
16
 
17
- - Single bug fix or small enhancement (Level 0)
18
- - Small feature with 2-3 related changes (Level 1)
17
+ - Single bug fix or small enhancement
18
+ - Small feature with clear scope (typically 1-15 stories)
19
19
  - Rapid prototyping or experimentation
20
20
  - Adding to existing brownfield codebase
21
21
  - You know exactly what you want to build
22
22
 
23
- ❌ **Use Full BMM Flow (Level 2-4) when:**
23
+ ❌ **Use BMad Method or Enterprise tracks when:**
24
24
 
25
- - Building new products or major features (Level 2-4)
25
+ - Building new products or major features
26
26
  - Need stakeholder alignment
27
27
  - Complex multi-team coordination
28
28
  - Requires extensive planning and architecture
29
29
 
30
- 💡 **Not sure?** Run `workflow-init` to get a recommendation based on your project's size and complexity!
30
+ 💡 **Not sure?** Run `workflow-init` to get a recommendation based on your project's needs!
31
31
 
32
32
  ---
33
33
 
@@ -68,7 +68,7 @@ flowchart TD
68
68
 
69
69
  ---
70
70
 
71
- ## Level 0: Single Atomic Change
71
+ ## Single Atomic Change
72
72
 
73
73
  **Best for:** Bug fixes, single file changes, isolated improvements
74
74
 
@@ -104,7 +104,7 @@ flowchart TD
104
104
  - ✅ Auto-validates quality
105
105
  - ✅ Story context optional (tech-spec is comprehensive!)
106
106
 
107
- ### Example Level 0 Scenarios
107
+ ### Example Single Change Scenarios
108
108
 
109
109
  - "Fix the login validation bug"
110
110
  - "Add email field to user registration form"
@@ -113,13 +113,13 @@ flowchart TD
113
113
 
114
114
  ---
115
115
 
116
- ## Level 1: Coherent Small Feature
116
+ ## Coherent Small Feature
117
117
 
118
118
  **Best for:** Small features with 2-3 related user stories
119
119
 
120
120
  ### What You Get
121
121
 
122
- 1. **tech-spec.md** - Same comprehensive spec as Level 0
122
+ 1. **tech-spec.md** - Same comprehensive spec as single change projects
123
123
  2. **epics.md** - Epic organization with story breakdown
124
124
  3. **story-[epic-slug]-1.md** - First story
125
125
  4. **story-[epic-slug]-2.md** - Second story
@@ -147,7 +147,7 @@ Stories are **automatically validated** to ensure proper sequence:
147
147
  - ✅ Infrastructure → Features → Polish order
148
148
  - ✅ Backend → Frontend flow
149
149
 
150
- ### Example Level 1 Scenarios
150
+ ### Example Small Feature Scenarios
151
151
 
152
152
  - "Add OAuth social login (Google, GitHub, Twitter)"
153
153
  - "Build user profile page with avatar upload"
@@ -302,7 +302,7 @@ Generates scores:
302
302
  - Implementation Readiness: ✅ Ready
303
303
  ```
304
304
 
305
- ### Story Validation (Level 1 Only)
305
+ ### Story Validation (Multi-Story Features)
306
306
 
307
307
  Checks:
308
308
 
@@ -317,7 +317,7 @@ Checks:
317
317
 
318
318
  ## Complete User Journey
319
319
 
320
- ### Scenario 1: Bug Fix (Level 0)
320
+ ### Scenario 1: Bug Fix (Single Change)
321
321
 
322
322
  **Goal:** Fix login validation bug
323
323
 
@@ -342,7 +342,7 @@ Checks:
342
342
 
343
343
  ---
344
344
 
345
- ### Scenario 2: Small Feature (Level 1)
345
+ ### Scenario 2: Small Feature (Multi-Story)
346
346
 
347
347
  **Goal:** Add OAuth social login (Google, GitHub)
348
348
 
@@ -392,7 +392,7 @@ Quick Spec Flow works seamlessly with all Phase 4 implementation workflows:
392
392
  ### sprint-planning (SM Agent)
393
393
 
394
394
  - ✅ Works with epics.md from tech-spec
395
- - ✅ Organizes Level 1 stories for coordinated implementation
395
+ - ✅ Organizes multi-story features for coordinated implementation
396
396
  - ✅ Tracks progress through sprint-status.yaml
397
397
 
398
398
  ### dev-story (DEV Agent)
@@ -405,7 +405,7 @@ Quick Spec Flow works seamlessly with all Phase 4 implementation workflows:
405
405
 
406
406
  ## Comparison: Quick Spec vs Full BMM
407
407
 
408
- | Aspect | Quick Spec Flow (Level 0-1) | Full BMM Flow (Level 2-4) |
408
+ | Aspect | Quick Flow Track | BMad Method/Enterprise Tracks |
409
409
  | --------------------- | ---------------------------- | ---------------------------------- |
410
410
  | **Setup** | None (standalone) | workflow-init recommended |
411
411
  | **Planning Docs** | tech-spec.md only | Product Brief → PRD → Architecture |
@@ -419,18 +419,18 @@ Quick Spec Flow works seamlessly with all Phase 4 implementation workflows:
419
419
 
420
420
  ---
421
421
 
422
- ## When to Graduate from Quick Spec to Full BMM
422
+ ## When to Graduate from Quick Flow to BMad Method
423
423
 
424
- Start with Quick Spec, but switch to Full BMM when:
424
+ Start with Quick Flow, but switch to BMad Method when:
425
425
 
426
- - ❌ Project grows beyond 3-5 stories
426
+ - ❌ Project grows beyond initial scope
427
427
  - ❌ Multiple teams need coordination
428
428
  - ❌ Stakeholders need formal documentation
429
429
  - ❌ Product vision is unclear
430
430
  - ❌ Architectural decisions need deep analysis
431
431
  - ❌ Compliance/regulatory requirements exist
432
432
 
433
- 💡 **Tip:** You can always run `workflow-init` later to transition from Quick Spec to Full BMM!
433
+ 💡 **Tip:** You can always run `workflow-init` later to transition from Quick Flow to BMad Method!
434
434
 
435
435
  ---
436
436
 
@@ -466,8 +466,8 @@ Start with Quick Spec, but switch to Full BMM when:
466
466
 
467
467
  ### 🎯 **Focus**
468
468
 
469
- - Level 0: Single atomic change
470
- - Level 1: Coherent small feature
469
+ - Single atomic changes
470
+ - Coherent small features
471
471
  - No scope creep
472
472
  - Fast iteration
473
473
 
@@ -500,7 +500,7 @@ Start with Quick Spec, but switch to Full BMM when:
500
500
 
501
501
  Quick Spec Flow is **fully standalone**:
502
502
 
503
- - Detects if you're Level 0 or Level 1
503
+ - Detects if it's a single change or multi-story feature
504
504
  - Asks for greenfield vs brownfield
505
505
  - Works without status file tracking
506
506
  - Perfect for rapid prototyping
@@ -525,13 +525,13 @@ Quick Spec Flow is **fully standalone**:
525
525
 
526
526
  **A:** Absolutely! Quick Spec Flow captures UX/UI considerations, component changes, and accessibility requirements.
527
527
 
528
- ### Q: What if my Level 0 project grows?
528
+ ### Q: What if my Quick Flow project grows?
529
529
 
530
- **A:** No problem! You can always transition to Full BMM by running workflow-init and create-prd. Your tech-spec becomes input for the PRD.
530
+ **A:** No problem! You can always transition to BMad Method by running workflow-init and create-prd. Your tech-spec becomes input for the PRD.
531
531
 
532
532
  ### Q: Do I need story-context for every story?
533
533
 
534
- **A:** Usually no! Tech-spec is comprehensive enough for most Level 0-1 projects. Only use story-context for complex edge cases.
534
+ **A:** Usually no! Tech-spec is comprehensive enough for most Quick Flow projects. Only use story-context for complex edge cases.
535
535
 
536
536
  ### Q: Can I skip validation?
537
537
 
@@ -566,13 +566,13 @@ When validation runs, read the scores. They tell you if your spec is production-
566
566
 
567
567
  ### 5. **Story Context is Optional**
568
568
 
569
- For Level 0, try going directly to dev-story first. Only add story-context if you hit complexity.
569
+ For single changes, try going directly to dev-story first. Only add story-context if you hit complexity.
570
570
 
571
- ### 6. **Keep Level 0 Truly Atomic**
571
+ ### 6. **Keep Single Changes Truly Atomic**
572
572
 
573
- If your "single change" needs 3+ files, it might be Level 1. Let the workflow guide you.
573
+ If your "single change" needs 3+ files, it might be a multi-story feature. Let the workflow guide you.
574
574
 
575
- ### 7. **Validate Story Sequence for Level 1**
575
+ ### 7. **Validate Story Sequence for Multi-Story Features**
576
576
 
577
577
  When you get multiple stories, check the dependency validation output. Proper sequence matters!
578
578
 
@@ -580,7 +580,7 @@ When you get multiple stories, check the dependency validation output. Proper se
580
580
 
581
581
  ## Real-World Examples
582
582
 
583
- ### Example 1: Adding Logging (Level 0)
583
+ ### Example 1: Adding Logging (Single Change)
584
584
 
585
585
  **Input:** "Add structured logging to payment processing"
586
586
 
@@ -596,7 +596,7 @@ When you get multiple stories, check the dependency validation output. Proper se
596
596
 
597
597
  ---
598
598
 
599
- ### Example 2: Search Feature (Level 1)
599
+ ### Example 2: Search Feature (Multi-Story)
600
600
 
601
601
  **Input:** "Add search to product catalog with filters"
602
602
 
@@ -19,7 +19,7 @@ BMad Method (BMM) helps you build software through guided workflows with special
19
19
 
20
20
  1. **Phase 1: Analysis** (Optional) - Brainstorming, Research, Product Brief
21
21
  2. **Phase 2: Planning** (Required) - Create your requirements (tech-spec or PRD)
22
- 3. **Phase 3: Architecture** (Conditional) - Design the architecture for complex projects (10+ stories)
22
+ 3. **Phase 3: Solutioning** (Track-dependent) - Design the architecture for BMad Method and Enterprise tracks
23
23
  4. **Phase 4: Implementation** (Required) - Build your software Epic by Epic, Story by Story
24
24
 
25
25
  ## Installation
@@ -54,28 +54,28 @@ During workflow-init, you'll describe:
54
54
  - Whether there's an existing codebase or this is a new project
55
55
  - The general size and complexity (you can adjust this later)
56
56
 
57
- #### Project Scale Levels
57
+ #### Planning Tracks
58
58
 
59
- Based on your description, the workflow will suggest a level and let you choose from:
59
+ Based on your description, the workflow will suggest a track and let you choose from:
60
60
 
61
- **Greenfield Project Levels:**
61
+ **Three Planning Tracks:**
62
62
 
63
- - **Level 0** - Single atomic change (1 story) - bug fixes, typos, minor updates, single file changes
64
- - **Level 1** - Small feature (1-10 stories) - simple additions, isolated features, one module
65
- - **Level 2** - Medium feature set (5-15 stories) - dashboards, multiple related features, several modules
66
- - **Level 3** - Complex integration (12-40 stories) - platform features, major integrations, architectural changes
67
- - **Level 4** - Enterprise expansion (40+ stories) - multi-tenant, ecosystem changes, system-wide initiatives
63
+ - **Quick Flow** - Fast implementation (tech-spec only) - bug fixes, simple features, clear scope (typically 1-15 stories)
64
+ - **BMad Method** - Full planning (PRD + Architecture + UX) - products, platforms, complex features (typically 10-50+ stories)
65
+ - **Enterprise Method** - Extended planning (BMad Method + Security/DevOps/Test) - enterprise requirements, compliance, multi-tenant (typically 30+ stories)
66
+
67
+ **Note**: Story counts are guidance, not definitions. Tracks are chosen based on planning needs, not story math.
68
68
 
69
69
  #### What gets created?
70
70
 
71
- Once you confirm your level, the `bmm-workflow-status.md` file will be created in your project's docs folder (assuming default install location). This file tracks your progress through all phases.
71
+ Once you confirm your track, the `bmm-workflow-status.yaml` file will be created in your project's docs folder (assuming default install location). This file tracks your progress through all phases.
72
72
 
73
73
  **Important notes:**
74
74
 
75
- - Every level has different paths through the phases
75
+ - Every track has different paths through the phases
76
76
  - Story counts can still change based on overall complexity as you work
77
- - For this guide, we'll assume a Level 2 project
78
- - This workflow will guide you through Phase 1 (optional), Phase 2 (required), and Phase 3 (required for Level 2+ complexity)
77
+ - For this guide, we'll assume a BMad Method track project
78
+ - This workflow will guide you through Phase 1 (optional), Phase 2 (required), and Phase 3 (required for BMad Method and Enterprise tracks)
79
79
 
80
80
  ### Step 2: Work Through Phases 1-3
81
81
 
@@ -100,12 +100,12 @@ Phase 1 (Analysis) is entirely optional. All workflows are optional or recommend
100
100
  The next TRULY REQUIRED step is:
101
101
  - PRD (Product Requirements Document) in Phase 2 - Planning
102
102
  - Agent: pm
103
- - Command: /bmad:bmm:workflows:prd
103
+ - Command: prd
104
104
  ```
105
105
 
106
106
  #### How to Run Workflows in Phases 1-3
107
107
 
108
- When an agent tells you to run a workflow (like `/bmad:bmm:workflows:prd`):
108
+ When an agent tells you to run a workflow (like `prd`):
109
109
 
110
110
  1. **Start a new chat** with the specified agent (e.g., PM) - See [docs/ide-info](../docs/ide-info/) for your IDE's specific instructions
111
111
  2. **Wait for the menu** to appear
@@ -121,21 +121,21 @@ The agents in V6 are very good with fuzzy menu matching!
121
121
  For v4 users or those who prefer to skip workflow-status guidance:
122
122
 
123
123
  - **Analyst** → Brainstorming, Product Brief
124
- - **PM** → PRD (10+ stories) OR tech-spec (1-10 stories)
124
+ - **PM** → PRD (BMad Method/Enterprise tracks) OR tech-spec (Quick Flow track)
125
125
  - **UX-Designer** → UX Design Document (if UI-heavy)
126
- - **Architect** → Architecture (10+ stories)
126
+ - **Architect** → Architecture (BMad Method/Enterprise tracks)
127
127
 
128
128
  #### Phase 2: Planning - Creating the PRD
129
129
 
130
- **For Level 2+ projects (10+ stories):**
130
+ **For BMad Method and Enterprise tracks:**
131
131
 
132
132
  1. Load the **PM agent** in a new chat
133
133
  2. Tell it to run the PRD workflow
134
- 3. Once complete, you'll have two files:
134
+ 3. Once complete, you'll have:
135
135
  - **PRD.md** - Your Product Requirements Document
136
- - **Epics.md** - High-level epics with stories
136
+ - Epic breakdown
137
137
 
138
- **For smaller projects (Levels 0-1):**
138
+ **For Quick Flow track:**
139
139
 
140
140
  - Use **tech-spec** instead of PRD (no architecture needed)
141
141
 
@@ -149,7 +149,7 @@ If your project has a user interface:
149
149
 
150
150
  #### Phase 3: Architecture
151
151
 
152
- **For Level 2+ projects only:**
152
+ **For BMad Method and Enterprise tracks:**
153
153
 
154
154
  1. Load the **Architect agent** in a new chat
155
155
  2. Tell it to run the create-architecture workflow
@@ -261,7 +261,7 @@ The agent creates documents, asks questions, and helps you make decisions throug
261
261
 
262
262
  BMad creates two files to track your progress:
263
263
 
264
- **1. bmm-workflow-status.md**
264
+ **1. bmm-workflow-status.yaml**
265
265
 
266
266
  - Shows which phase you're in and what's next
267
267
  - Created by workflow-init
@@ -293,16 +293,16 @@ flowchart LR
293
293
 
294
294
  subgraph P2["Phase 2 (Required)<br/>Planning"]
295
295
  direction TB
296
- B1[Level 0-1:<br/>tech-spec]
297
- B2[Level 2+:<br/>PRD]
296
+ B1[Quick Flow:<br/>tech-spec]
297
+ B2[Method/Enterprise:<br/>PRD]
298
298
  B3[UX opt]
299
299
  B4[PM, UX]
300
300
  B1 ~~~ B2 ~~~ B3 ~~~ B4
301
301
  end
302
302
 
303
- subgraph P3["Phase 3 (Conditional)<br/>Architecture"]
303
+ subgraph P3["Phase 3 (Track-dependent)<br/>Solutioning"]
304
304
  direction TB
305
- C1[Level 2+:<br/>architecture]
305
+ C1[Method/Enterprise:<br/>architecture]
306
306
  C2[gate-check]
307
307
  C3[Architect]
308
308
  C1 ~~~ C2 ~~~ C3
@@ -332,7 +332,7 @@ flowchart LR
332
332
  ## Common Questions
333
333
 
334
334
  **Q: Do I always need architecture?**
335
- A: Only for larger projects (10+ stories). Small projects can skip straight from tech-spec to implementation.
335
+ A: Only for BMad Method and Enterprise tracks. Quick Flow projects skip straight from tech-spec to implementation.
336
336
 
337
337
  **Q: Can I change my plan later?**
338
338
  A: Yes! The SM agent has a "correct-course" workflow for handling scope changes.
@@ -359,7 +359,7 @@ A: Yes, once you learn the flow. Use the Quick Reference in Step 2 to go directl
359
359
 
360
360
  ✅ **Always use fresh chats** - Load agents in new chats for each workflow to avoid context issues
361
361
  ✅ **Let workflow-status guide you** - Load any agent and ask for status when unsure what's next
362
- ✅ **Level matters** - Small projects (0-1) use tech-spec, larger projects (2+) need PRD and architecture
362
+ ✅ **Track matters** - Quick Flow uses tech-spec, BMad Method/Enterprise need PRD and architecture
363
363
  ✅ **Tracking is automatic** - The status files update themselves, no manual editing needed
364
364
  ✅ **Agents are flexible** - Use menu numbers, shortcuts (\*prd), or natural language
365
365