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
@@ -0,0 +1,27 @@
1
+ # Workflow Init - Initial Project Setup
2
+ name: workflow-init
3
+ description: "Initialize a new BMM project by determining level, type, and creating workflow path"
4
+ author: "BMad"
5
+
6
+ # Critical variables from config
7
+ config_source: "{project-root}/bmad/bmm/config.yaml"
8
+ output_folder: "{config_source}:output_folder"
9
+ user_name: "{config_source}:user_name"
10
+ project_name: "{config_source}:project_name"
11
+ communication_language: "{config_source}:communication_language"
12
+ document_output_language: "{config_source}:document_output_language"
13
+ user_skill_level: "{config_source}:user_skill_level"
14
+ date: system-generated
15
+
16
+ # Workflow components
17
+ installed_path: "{project-root}/bmad/bmm/workflows/workflow-status/init"
18
+ instructions: "{installed_path}/instructions.md"
19
+ template: "{project-root}/bmad/bmm/workflows/workflow-status/workflow-status-template.yaml"
20
+
21
+ # Path data files
22
+ path_files: "{project-root}/bmad/bmm/workflows/workflow-status/paths/"
23
+
24
+ # Output configuration
25
+ default_output_file: "{output_folder}/bmm-workflow-status.yaml"
26
+
27
+ standalone: true
@@ -0,0 +1,120 @@
1
+ # BMad Enterprise Method - Brownfield
2
+ # Extended enterprise planning for complex brownfield with security/devops/test (30+ stories typically)
3
+
4
+ method_name: "BMad Enterprise Method"
5
+ track: "enterprise"
6
+ field_type: "brownfield"
7
+ description: "Enterprise-grade planning for complex brownfield additions with extended requirements"
8
+
9
+ phases:
10
+ - prerequisite: true
11
+ name: "Documentation"
12
+ conditional: "if_undocumented"
13
+ note: "NOT a phase - prerequisite for brownfield without docs (nearly mandatory for enterprise)"
14
+ workflows:
15
+ - id: "document-project"
16
+ required: true
17
+ agent: "analyst"
18
+ command: "document-project"
19
+ output: "Comprehensive project documentation"
20
+ purpose: "Understand existing codebase - critical for enterprise brownfield"
21
+
22
+ - phase: 0
23
+ name: "Discovery (Required)"
24
+ required: true
25
+ note: "Analysis phase required for enterprise projects"
26
+ workflows:
27
+ - id: "brainstorm-project"
28
+ optional: true
29
+ agent: "analyst"
30
+ command: "brainstorm-project"
31
+ included_by: "user_choice"
32
+
33
+ - id: "research"
34
+ recommended: true
35
+ agent: "analyst"
36
+ command: "research"
37
+ included_by: "user_choice"
38
+ note: "Highly recommended - compliance, integration, risk research"
39
+
40
+ - id: "product-brief"
41
+ optional: true
42
+ agent: "analyst"
43
+ command: "product-brief"
44
+ included_by: "user_choice"
45
+ note: "Optional for brownfield enterprise"
46
+
47
+ - phase: 1
48
+ name: "Planning"
49
+ required: true
50
+ workflows:
51
+ - id: "prd"
52
+ required: true
53
+ agent: "pm"
54
+ command: "prd"
55
+ output: "Enterprise PRD with compliance requirements"
56
+ note: "Must address existing system constraints and migration strategy"
57
+
58
+ - id: "validate-prd"
59
+ recommended: true
60
+ agent: "pm"
61
+ command: "validate-prd"
62
+
63
+ - id: "create-design"
64
+ recommended: true
65
+ agent: "ux-designer"
66
+ command: "create-design"
67
+ note: "Recommended - must integrate with existing UX patterns"
68
+
69
+ - phase: 2
70
+ name: "Solutioning"
71
+ required: true
72
+ workflows:
73
+ - id: "create-architecture"
74
+ required: true
75
+ agent: "architect"
76
+ command: "create-architecture"
77
+ output: "Integration architecture with enterprise considerations"
78
+ note: "Distills brownfield context + adds security/scalability/compliance design"
79
+
80
+ - id: "create-security-architecture"
81
+ required: true
82
+ agent: "architect"
83
+ command: "create-security-architecture"
84
+ output: "Security architecture for brownfield integration"
85
+ note: "Future workflow - threat model, auth integration, audit requirements"
86
+
87
+ - id: "create-devops-strategy"
88
+ required: true
89
+ agent: "architect"
90
+ command: "create-devops-strategy"
91
+ output: "DevOps strategy for brownfield deployment"
92
+ note: "Future workflow - CI/CD integration, deployment strategy, monitoring"
93
+
94
+ - id: "create-test-strategy"
95
+ required: true
96
+ agent: "tea"
97
+ command: "create-test-strategy"
98
+ output: "Test strategy including regression testing"
99
+ note: "Future workflow - critical for brownfield to prevent breaking existing functionality"
100
+
101
+ - id: "validate-architecture"
102
+ optional: true
103
+ agent: "architect"
104
+ command: "validate-architecture"
105
+
106
+ - id: "solutioning-gate-check"
107
+ required: true
108
+ agent: "architect"
109
+ command: "solutioning-gate-check"
110
+ note: "Critical gate - validates all planning before touching production system"
111
+
112
+ - phase: 3
113
+ name: "Implementation"
114
+ required: true
115
+ workflows:
116
+ - id: "sprint-planning"
117
+ required: true
118
+ agent: "sm"
119
+ command: "sprint-planning"
120
+ note: "Enterprise brownfield requires careful phasing and feature flags"
@@ -0,0 +1,108 @@
1
+ # BMad Enterprise Method - Greenfield
2
+ # Extended enterprise planning with security/devops/test for greenfield (30+ stories typically)
3
+
4
+ method_name: "BMad Enterprise Method"
5
+ track: "enterprise"
6
+ field_type: "greenfield"
7
+ description: "Complete enterprise-grade planning with security, devops, and test strategy"
8
+
9
+ phases:
10
+ - phase: 0
11
+ name: "Discovery (Required)"
12
+ required: true
13
+ note: "Analysis phase required for enterprise projects"
14
+ workflows:
15
+ - id: "brainstorm-project"
16
+ optional: true
17
+ agent: "analyst"
18
+ command: "brainstorm-project"
19
+ included_by: "user_choice"
20
+
21
+ - id: "research"
22
+ recommended: true
23
+ agent: "analyst"
24
+ command: "research"
25
+ included_by: "user_choice"
26
+ note: "Highly recommended for enterprise - domain and compliance research"
27
+
28
+ - id: "product-brief"
29
+ recommended: true
30
+ agent: "analyst"
31
+ command: "product-brief"
32
+ included_by: "user_choice"
33
+ note: "Recommended for strategic alignment"
34
+
35
+ - phase: 1
36
+ name: "Planning"
37
+ required: true
38
+ workflows:
39
+ - id: "prd"
40
+ required: true
41
+ agent: "pm"
42
+ command: "prd"
43
+ output: "Comprehensive Product Requirements Document"
44
+ note: "Enterprise-level requirements with compliance considerations"
45
+
46
+ - id: "validate-prd"
47
+ recommended: true
48
+ agent: "pm"
49
+ command: "validate-prd"
50
+
51
+ - id: "create-design"
52
+ recommended: true
53
+ agent: "ux-designer"
54
+ command: "create-design"
55
+ note: "Highly recommended for enterprise - design system and patterns"
56
+
57
+ - phase: 2
58
+ name: "Solutioning"
59
+ required: true
60
+ workflows:
61
+ - id: "create-architecture"
62
+ required: true
63
+ agent: "architect"
64
+ command: "create-architecture"
65
+ output: "Enterprise-grade system architecture"
66
+ note: "Includes scalability, multi-tenancy, integration architecture"
67
+
68
+ - id: "create-security-architecture"
69
+ required: true
70
+ agent: "architect"
71
+ command: "create-security-architecture"
72
+ output: "Security architecture and threat model"
73
+ note: "Future workflow - security design, auth, compliance"
74
+
75
+ - id: "create-devops-strategy"
76
+ required: true
77
+ agent: "architect"
78
+ command: "create-devops-strategy"
79
+ output: "DevOps pipeline and infrastructure plan"
80
+ note: "Future workflow - CI/CD, deployment, monitoring"
81
+
82
+ - id: "create-test-strategy"
83
+ required: true
84
+ agent: "tea"
85
+ command: "create-test-strategy"
86
+ output: "Comprehensive test strategy"
87
+ note: "Future workflow - test approach, automation, quality gates"
88
+
89
+ - id: "validate-architecture"
90
+ optional: true
91
+ agent: "architect"
92
+ command: "validate-architecture"
93
+
94
+ - id: "solutioning-gate-check"
95
+ required: true
96
+ agent: "architect"
97
+ command: "solutioning-gate-check"
98
+ note: "Validates all planning artifacts align before implementation"
99
+
100
+ - phase: 3
101
+ name: "Implementation"
102
+ required: true
103
+ workflows:
104
+ - id: "sprint-planning"
105
+ required: true
106
+ agent: "sm"
107
+ command: "sprint-planning"
108
+ note: "Creates sprint plan - enterprise projects may require phased rollout"
@@ -1,43 +1,49 @@
1
- # Brownfield Level 3 - Complex Integration with Existing System
2
- # Major feature addition requiring architectural integration
1
+ # BMad Method - Brownfield
2
+ # Full product + architecture planning for complex brownfield additions (10-50+ stories typically)
3
3
 
4
- project_type: "software"
5
- level: 3
4
+ method_name: "BMad Method"
5
+ track: "method"
6
6
  field_type: "brownfield"
7
- description: "Complex integration with existing system architecture"
7
+ description: "Complete product and system design for complex brownfield work"
8
8
 
9
9
  phases:
10
10
  - prerequisite: true
11
11
  name: "Documentation"
12
12
  conditional: "if_undocumented"
13
- note: "NOT a phase - prerequisite for brownfield without docs OR post-completion cleanup"
13
+ note: "NOT a phase - prerequisite for brownfield without docs"
14
14
  workflows:
15
15
  - id: "document-project"
16
16
  required: true
17
17
  agent: "analyst"
18
18
  command: "document-project"
19
19
  output: "Comprehensive project documentation"
20
- purpose: "Understand existing codebase before planning OR create superior final docs after Phase 4"
20
+ purpose: "Understand existing codebase before planning"
21
21
 
22
- - phase: 1
23
- name: "Analysis"
24
- recommended: true
22
+ - phase: 0
23
+ name: "Discovery (Optional)"
24
+ optional: true
25
+ note: "User-selected during workflow-init"
25
26
  workflows:
26
27
  - id: "brainstorm-project"
27
28
  optional: true
28
29
  agent: "analyst"
29
30
  command: "brainstorm-project"
31
+ included_by: "user_choice"
32
+
30
33
  - id: "research"
31
- recommended: true
34
+ optional: true
32
35
  agent: "analyst"
33
36
  command: "research"
34
- note: "Research existing architecture patterns"
37
+ included_by: "user_choice"
38
+
35
39
  - id: "product-brief"
36
- recommended: true
40
+ optional: true
37
41
  agent: "analyst"
38
42
  command: "product-brief"
43
+ included_by: "user_choice"
44
+ note: "Optional for brownfield, less common than greenfield"
39
45
 
40
- - phase: 2
46
+ - phase: 1
41
47
  name: "Planning"
42
48
  required: true
43
49
  workflows:
@@ -45,46 +51,42 @@ phases:
45
51
  required: true
46
52
  agent: "pm"
47
53
  command: "prd"
48
- output: "Requirements with integration points"
54
+ output: "PRD focused on new features/changes"
55
+ note: "Must consider existing system constraints"
56
+
49
57
  - id: "validate-prd"
50
58
  optional: true
51
59
  agent: "pm"
52
60
  command: "validate-prd"
61
+
53
62
  - id: "create-design"
54
63
  conditional: "if_has_ui"
55
64
  agent: "ux-designer"
56
65
  command: "create-design"
57
- note: "Must align with existing UI patterns"
58
66
 
59
- - phase: 3
67
+ - phase: 2
60
68
  name: "Solutioning"
61
69
  required: true
62
70
  workflows:
63
- - id: "architecture-review"
64
- required: true
65
- agent: "architect"
66
- command: "architecture-review"
67
- note: "Review existing architecture first"
68
- - id: "integration-planning"
69
- required: true
70
- agent: "architect"
71
- command: "integration-planning"
72
- output: "Integration strategy document"
73
71
  - id: "create-architecture"
74
- required: true
72
+ recommended: true
75
73
  agent: "architect"
76
74
  command: "create-architecture"
77
- note: "Extension of existing architecture"
75
+ output: "Integration architecture - solution design for THIS project"
76
+ note: "HIGHLY RECOMMENDED: Distills massive brownfield context into focused solution design. Prevents agent confusion."
77
+
78
78
  - id: "validate-architecture"
79
79
  optional: true
80
80
  agent: "architect"
81
81
  command: "validate-architecture"
82
+
82
83
  - id: "solutioning-gate-check"
83
84
  required: true
84
85
  agent: "architect"
85
86
  command: "solutioning-gate-check"
87
+ note: "Validates PRD + UX + Architecture (if created) cohesion"
86
88
 
87
- - phase: 4
89
+ - phase: 3
88
90
  name: "Implementation"
89
91
  required: true
90
92
  workflows:
@@ -92,4 +94,4 @@ phases:
92
94
  required: true
93
95
  agent: "sm"
94
96
  command: "sprint-planning"
95
- note: "Creates sprint plan with all stories - subsequent work tracked in sprint plan output, not workflow-status"
97
+ note: "Creates sprint plan with stories"
@@ -1,31 +1,38 @@
1
- # Greenfield Level 2 - Medium Project
2
- # Multiple epics with 10+ stories total
1
+ # BMad Method - Greenfield
2
+ # Full product + architecture planning for greenfield projects (10-50+ stories typically)
3
3
 
4
- project_type: "software"
5
- level: 2
4
+ method_name: "BMad Method"
5
+ track: "method"
6
6
  field_type: "greenfield"
7
- description: "Medium project - multiple epics, 10+ stories"
7
+ description: "Complete product and system design methodology for greenfield projects"
8
8
 
9
9
  phases:
10
- - phase: 1
11
- name: "Analysis"
10
+ - phase: 0
11
+ name: "Discovery (Optional)"
12
12
  optional: true
13
+ note: "User-selected during workflow-init"
13
14
  workflows:
14
15
  - id: "brainstorm-project"
15
16
  optional: true
16
17
  agent: "analyst"
17
18
  command: "brainstorm-project"
19
+ included_by: "user_choice"
20
+
18
21
  - id: "research"
19
22
  optional: true
20
23
  agent: "analyst"
21
24
  command: "research"
22
- note: "Can have multiple research docs"
25
+ included_by: "user_choice"
26
+ note: "Can have multiple research workflows"
27
+
23
28
  - id: "product-brief"
24
- recommended: true
29
+ optional: true
25
30
  agent: "analyst"
26
31
  command: "product-brief"
32
+ included_by: "user_choice"
33
+ note: "Recommended for greenfield Method projects"
27
34
 
28
- - phase: 2
35
+ - phase: 1
29
36
  name: "Planning"
30
37
  required: true
31
38
  workflows:
@@ -33,22 +40,21 @@ phases:
33
40
  required: true
34
41
  agent: "pm"
35
42
  command: "prd"
36
- output: "Creates PRD with epics.md and story list"
43
+ output: "Product Requirements Document with epics and stories"
44
+
37
45
  - id: "validate-prd"
38
46
  optional: true
39
47
  agent: "pm"
40
48
  command: "validate-prd"
49
+ note: "Quality check for PRD completeness"
50
+
41
51
  - id: "create-design"
42
52
  conditional: "if_has_ui"
43
53
  agent: "ux-designer"
44
54
  command: "create-design"
45
- - id: "tech-spec"
46
- optional: true
47
- agent: "pm"
48
- command: "tech-spec"
49
- note: "Lightweight Technical Specification planning"
55
+ note: "Determined after PRD - user/agent decides if needed"
50
56
 
51
- - phase: 3
57
+ - phase: 2
52
58
  name: "Solutioning"
53
59
  required: true
54
60
  workflows:
@@ -56,18 +62,22 @@ phases:
56
62
  required: true
57
63
  agent: "architect"
58
64
  command: "create-architecture"
59
- output: "System-wide architecture document"
65
+ output: "System architecture document"
66
+ note: "Complete system design for greenfield projects"
67
+
60
68
  - id: "validate-architecture"
61
69
  optional: true
62
70
  agent: "architect"
63
71
  command: "validate-architecture"
72
+ note: "Quality check for architecture completeness"
73
+
64
74
  - id: "solutioning-gate-check"
65
75
  required: true
66
76
  agent: "architect"
67
77
  command: "solutioning-gate-check"
68
- note: "Validate PRD + UX + architecture cohesion before implementation"
78
+ note: "Validates PRD + UX + Architecture cohesion before implementation"
69
79
 
70
- - phase: 4
80
+ - phase: 3
71
81
  name: "Implementation"
72
82
  required: true
73
83
  workflows:
@@ -75,4 +85,4 @@ phases:
75
85
  required: true
76
86
  agent: "sm"
77
87
  command: "sprint-planning"
78
- note: "Creates sprint plan with all stories - subsequent work tracked in sprint plan output, not workflow-status"
88
+ note: "Creates sprint plan - subsequent work tracked there"
@@ -1,38 +1,42 @@
1
- # Brownfield Level 1 - Small Feature in Existing Codebase
2
- # 1-10 stories adding to existing system
1
+ # BMad Quick Flow - Brownfield
2
+ # Fast implementation path for existing codebases (1-15 stories typically)
3
3
 
4
- project_type: "software"
5
- level: 1
4
+ method_name: "BMad Quick Flow"
5
+ track: "quick-flow"
6
6
  field_type: "brownfield"
7
- description: "Small feature addition to existing codebase"
7
+ description: "Fast tech-spec based implementation for brownfield projects"
8
8
 
9
9
  phases:
10
10
  - prerequisite: true
11
11
  name: "Documentation"
12
12
  conditional: "if_undocumented"
13
- note: "NOT a phase - prerequisite for brownfield without docs OR post-completion cleanup"
13
+ note: "NOT a phase - prerequisite for brownfield without docs"
14
14
  workflows:
15
15
  - id: "document-project"
16
16
  required: true
17
17
  agent: "analyst"
18
18
  command: "document-project"
19
19
  output: "Comprehensive project documentation"
20
- purpose: "Understand existing codebase before planning OR create superior final docs after Phase 4"
20
+ purpose: "Understand existing codebase before planning"
21
21
 
22
- - phase: 1
23
- name: "Analysis"
22
+ - phase: 0
23
+ name: "Discovery (Optional)"
24
24
  optional: true
25
+ note: "User-selected during workflow-init"
25
26
  workflows:
26
27
  - id: "brainstorm-project"
27
28
  optional: true
28
29
  agent: "analyst"
29
30
  command: "brainstorm-project"
31
+ included_by: "user_choice"
32
+
30
33
  - id: "research"
31
34
  optional: true
32
35
  agent: "analyst"
33
36
  command: "research"
37
+ included_by: "user_choice"
34
38
 
35
- - phase: 2
39
+ - phase: 1
36
40
  name: "Planning"
37
41
  required: true
38
42
  workflows:
@@ -40,14 +44,10 @@ phases:
40
44
  required: true
41
45
  agent: "pm"
42
46
  command: "tech-spec"
43
- output: "Creates story files for feature"
44
- note: "Must integrate with existing architecture"
45
-
46
- - phase: 3
47
- name: "Solutioning"
48
- skip: true
47
+ output: "Technical Specification with stories (auto-detects epic if 2+ stories)"
48
+ note: "Integrates with existing codebase patterns from document-project"
49
49
 
50
- - phase: 4
50
+ - phase: 2
51
51
  name: "Implementation"
52
52
  required: true
53
53
  workflows:
@@ -55,4 +55,4 @@ phases:
55
55
  required: true
56
56
  agent: "sm"
57
57
  command: "sprint-planning"
58
- note: "Creates sprint plan with all stories - subsequent work tracked in sprint plan output, not workflow-status"
58
+ note: "Creates sprint plan with all stories"
@@ -1,30 +1,31 @@
1
- # Greenfield Level 1 - Small Feature
2
- # Coherent feature with 2-3 stories in a single epic
1
+ # BMad Quick Flow - Greenfield
2
+ # Fast implementation path with tech-spec planning (1-15 stories typically)
3
3
 
4
- project_type: "software"
5
- level: 1
4
+ method_name: "BMad Quick Flow"
5
+ track: "quick-flow"
6
6
  field_type: "greenfield"
7
- description: "Small coherent feature - 2-3 stories, single epic"
7
+ description: "Fast tech-spec based implementation for greenfield projects"
8
8
 
9
9
  phases:
10
- - phase: 1
11
- name: "Analysis"
10
+ - phase: 0
11
+ name: "Discovery (Optional)"
12
12
  optional: true
13
+ note: "User-selected during workflow-init"
13
14
  workflows:
14
15
  - id: "brainstorm-project"
15
16
  optional: true
16
17
  agent: "analyst"
17
18
  command: "brainstorm-project"
19
+ included_by: "user_choice"
20
+
18
21
  - id: "research"
19
22
  optional: true
20
23
  agent: "analyst"
21
24
  command: "research"
22
- - id: "product-brief"
23
- optional: true
24
- agent: "analyst"
25
- command: "product-brief"
25
+ included_by: "user_choice"
26
+ note: "Can have multiple research workflows"
26
27
 
27
- - phase: 2
28
+ - phase: 1
28
29
  name: "Planning"
29
30
  required: true
30
31
  workflows:
@@ -32,13 +33,10 @@ phases:
32
33
  required: true
33
34
  agent: "pm"
34
35
  command: "tech-spec"
35
- output: "Creates Technical Specification with an epic and 2-3 story files"
36
+ output: "Technical Specification with stories (auto-detects epic if 2+ stories)"
37
+ note: "Quick Spec Flow - implementation-focused planning"
36
38
 
37
- - phase: 3
38
- name: "Solutioning"
39
- skip: true
40
-
41
- - phase: 4
39
+ - phase: 2
42
40
  name: "Implementation"
43
41
  required: true
44
42
  workflows:
@@ -1,11 +1,11 @@
1
1
  # Workflow Status Template
2
- # This tracks progress through phases 1-3 of the BMM methodology
3
- # Phase 4 (Implementation) is tracked separately in sprint-status.yaml
2
+ # This tracks progress through BMM methodology phases
3
+ # Phase 3/4 (Implementation) is tracked separately in sprint-status.yaml
4
4
 
5
5
  # generated: {{generated}}
6
6
  # project: {{project_name}}
7
7
  # project_type: {{project_type}}
8
- # project_level: {{project_level}}
8
+ # selected_track: {{selected_track}}
9
9
  # field_type: {{field_type}}
10
10
  # workflow_path: {{workflow_path_file}}
11
11
 
@@ -24,7 +24,7 @@
24
24
  generated: "{{generated}}"
25
25
  project: "{{project_name}}"
26
26
  project_type: "{{project_type}}"
27
- project_level: "{{project_level}}"
27
+ selected_track: "{{selected_track}}"
28
28
  field_type: "{{field_type}}"
29
29
  workflow_path: "{{workflow_path_file}}"
30
30