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

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 (225) hide show
  1. package/.claude/agents/bmad-analysis/api-documenter.md +102 -0
  2. package/.claude/agents/bmad-analysis/codebase-analyzer.md +82 -0
  3. package/.claude/agents/bmad-analysis/data-analyst.md +101 -0
  4. package/.claude/agents/bmad-analysis/pattern-detector.md +84 -0
  5. package/.claude/agents/bmad-planning/dependency-mapper.md +83 -0
  6. package/.claude/agents/bmad-planning/epic-optimizer.md +81 -0
  7. package/.claude/agents/bmad-planning/requirements-analyst.md +61 -0
  8. package/.claude/agents/bmad-planning/technical-decisions-curator.md +168 -0
  9. package/.claude/agents/bmad-planning/trend-spotter.md +115 -0
  10. package/.claude/agents/bmad-planning/user-journey-mapper.md +123 -0
  11. package/.claude/agents/bmad-planning/user-researcher.md +72 -0
  12. package/.claude/agents/bmad-research/market-researcher.md +51 -0
  13. package/.claude/agents/bmad-research/tech-debt-auditor.md +106 -0
  14. package/.claude/agents/bmad-review/document-reviewer.md +102 -0
  15. package/.claude/agents/bmad-review/technical-evaluator.md +68 -0
  16. package/.claude/agents/bmad-review/test-coverage-analyzer.md +108 -0
  17. package/.claude/commands/bmad/bmm/agents/architect.md +0 -1
  18. package/.claude/commands/bmad/bmm/agents/sm.md +1 -1
  19. package/.claude/commands/bmad/bmm/agents/{paige.md → tech-writer.md} +3 -3
  20. package/.claude/commands/bmad/bmm/workflows/README.md +3 -3
  21. package/.claude/commands/bmad/bmm/workflows/epic-tech-context.md +15 -0
  22. package/.claude/commands/bmad/bmm/workflows/prd.md +1 -1
  23. package/.claude/commands/bmad/bmm/workflows/tech-spec.md +3 -3
  24. package/.claude/settings.local.json +3 -8
  25. package/CHANGELOG.md +305 -0
  26. package/CONTRIBUTING.md +1 -13
  27. package/README.md +88 -39
  28. package/bmad/_cfg/agent-manifest.csv +1 -6
  29. package/bmad/_cfg/files-manifest.csv +40 -114
  30. package/bmad/_cfg/ides/claude-code.yaml +4 -3
  31. package/bmad/_cfg/manifest.yaml +3 -4
  32. package/bmad/_cfg/task-manifest.csv +0 -1
  33. package/bmad/_cfg/workflow-manifest.csv +3 -7
  34. package/bmad/bmb/config.yaml +2 -2
  35. package/bmad/bmb/workflows/audit-workflow/instructions.md +1 -1
  36. package/bmad/bmm/README.md +79 -120
  37. package/bmad/bmm/agents/architect.md +0 -1
  38. package/bmad/bmm/agents/sm.md +1 -1
  39. package/bmad/bmm/agents/{paige.md → tech-writer.md} +3 -3
  40. package/bmad/bmm/config.yaml +4 -3
  41. package/bmad/bmm/tasks/daily-standup.xml +1 -1
  42. package/bmad/bmm/workflows/2-plan-workflows/create-ux-design/instructions.md +1 -19
  43. package/bmad/bmm/workflows/2-plan-workflows/prd/checklist.md +10 -9
  44. package/bmad/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/epics-template.md +23 -34
  45. package/bmad/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/instructions.md +105 -331
  46. package/bmad/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/workflow.yaml +23 -11
  47. package/bmad/bmm/workflows/2-plan-workflows/prd/instructions.md +23 -38
  48. package/bmad/bmm/workflows/2-plan-workflows/prd/workflow.yaml +1 -1
  49. package/bmad/bmm/workflows/2-plan-workflows/tech-spec/epics-template.md +38 -16
  50. package/bmad/bmm/workflows/2-plan-workflows/tech-spec/instructions.md +1 -19
  51. package/bmad/bmm/workflows/2-plan-workflows/tech-spec/user-story-template.md +35 -32
  52. package/bmad/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml +2 -2
  53. package/bmad/bmm/workflows/3-solutioning/architecture/instructions.md +7 -18
  54. package/bmad/bmm/workflows/3-solutioning/solutioning-gate-check/instructions.md +1 -18
  55. package/bmad/bmm/workflows/3-solutioning/solutioning-gate-check/workflow.yaml +6 -6
  56. package/bmad/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml +1 -1
  57. package/bmad/bmm/workflows/techdoc/documentation-standards.md +26 -2
  58. package/bmad/bmm/workflows/testarch/atdd/atdd-checklist-template.md +2 -2
  59. package/bmad/bmm/workflows/workflow-status/init/instructions.md +623 -242
  60. package/bmad/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +120 -0
  61. package/bmad/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +108 -0
  62. package/bmad/bmm/workflows/workflow-status/paths/{brownfield-level-3.yaml → method-brownfield.yaml} +33 -31
  63. package/{src/modules/bmm/workflows/workflow-status/paths/greenfield-level-2.yaml → bmad/bmm/workflows/workflow-status/paths/method-greenfield.yaml} +31 -21
  64. package/bmad/bmm/workflows/workflow-status/paths/{brownfield-level-1.yaml → quick-flow-brownfield.yaml} +18 -18
  65. package/bmad/bmm/workflows/workflow-status/paths/{greenfield-level-1.yaml → quick-flow-greenfield.yaml} +16 -18
  66. package/bmad/bmm/workflows/workflow-status/workflow-status-template.yaml +4 -4
  67. package/bmad/core/config.yaml +2 -2
  68. package/bmad/core/tasks/workflow.xml +1 -11
  69. package/package.json +1 -1
  70. package/src/core/tasks/workflow.xml +1 -11
  71. package/src/modules/bmb/workflows/audit-workflow/instructions.md +1 -1
  72. package/src/modules/bmm/README.md +1 -1
  73. package/src/modules/bmm/_module-installer/install-config.yaml +5 -0
  74. package/src/modules/bmm/agents/architect.agent.yaml +0 -4
  75. package/src/modules/bmm/agents/game-dev.agent.yaml +8 -12
  76. package/src/modules/bmm/agents/sm.agent.yaml +1 -1
  77. package/src/modules/bmm/agents/{paige.agent.yaml → tech-writer.agent.yaml} +4 -4
  78. package/src/modules/bmm/docs/README.md +19 -18
  79. package/src/modules/bmm/docs/agents-guide.md +47 -99
  80. package/src/modules/bmm/docs/brownfield-guide.md +216 -96
  81. package/src/modules/bmm/docs/enterprise-agentic-development.md +380 -740
  82. package/src/modules/bmm/docs/faq.md +16 -16
  83. package/src/modules/bmm/docs/glossary.md +44 -50
  84. package/src/modules/bmm/docs/party-mode.md +110 -1122
  85. package/src/modules/bmm/docs/quick-spec-flow.md +36 -36
  86. package/src/modules/bmm/docs/quick-start.md +34 -34
  87. package/src/modules/bmm/docs/scale-adaptive-system.md +304 -454
  88. package/{bmad/bmm/testarch/README.md → src/modules/bmm/docs/test-architecture.md} +56 -38
  89. package/src/modules/bmm/docs/troubleshooting.md +7 -7
  90. package/src/modules/bmm/docs/workflows-analysis.md +64 -28
  91. package/src/modules/bmm/docs/workflows-implementation.md +196 -1671
  92. package/src/modules/bmm/docs/workflows-planning.md +74 -35
  93. package/src/modules/bmm/docs/workflows-solutioning.md +47 -17
  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 +25 -2
  111. package/src/modules/bmm/workflows/testarch/atdd/atdd-checklist-template.md +2 -2
  112. package/src/modules/bmm/workflows/workflow-status/init/instructions.md +623 -242
  113. package/src/modules/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +120 -0
  114. package/src/modules/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +108 -0
  115. package/src/modules/bmm/workflows/workflow-status/paths/{brownfield-level-3.yaml → method-brownfield.yaml} +33 -31
  116. package/{bmad/bmm/workflows/workflow-status/paths/greenfield-level-2.yaml → src/modules/bmm/workflows/workflow-status/paths/method-greenfield.yaml} +31 -21
  117. package/src/modules/bmm/workflows/workflow-status/paths/{brownfield-level-1.yaml → quick-flow-brownfield.yaml} +18 -18
  118. package/src/modules/bmm/workflows/workflow-status/paths/{greenfield-level-1.yaml → quick-flow-greenfield.yaml} +16 -18
  119. package/src/modules/bmm/workflows/workflow-status/workflow-status-template.yaml +4 -4
  120. package/tools/cli/installers/lib/core/config-collector.js +39 -11
  121. package/tools/cli/installers/lib/core/ide-config-manager.js +3 -1
  122. package/tools/cli/installers/lib/core/installer.js +20 -9
  123. package/tools/cli/installers/lib/core/manifest-generator.js +3 -1
  124. package/tools/cli/installers/lib/core/manifest.js +6 -2
  125. package/tools/cli/installers/lib/modules/manager.js +6 -0
  126. package/tools/cli/lib/config.js +3 -1
  127. package/tools/cli/lib/ui.js +5 -5
  128. package/tools/cli/lib/yaml-format.js +2 -1
  129. package/tools/schema/agent.js +2 -0
  130. package/.claude/commands/bmad/bmm/workflows/tech-spec-sm.md +0 -15
  131. package/bmad/_cfg/agents/cis-brainstorming-coach.customize.yaml +0 -42
  132. package/bmad/_cfg/agents/cis-creative-problem-solver.customize.yaml +0 -42
  133. package/bmad/_cfg/agents/cis-design-thinking-coach.customize.yaml +0 -42
  134. package/bmad/_cfg/agents/cis-innovation-strategist.customize.yaml +0 -42
  135. package/bmad/_cfg/agents/cis-storyteller.customize.yaml +0 -42
  136. package/bmad/bmb/agents/bmad-builder.md.bak +0 -70
  137. package/bmad/bmb/workflows/audit-workflow/workflow.yaml.bak +0 -23
  138. package/bmad/bmb/workflows/create-module/workflow.yaml.bak +0 -42
  139. package/bmad/bmb/workflows/create-workflow/workflow-template/workflow.yaml.bak +0 -39
  140. package/bmad/bmb/workflows/create-workflow/workflow.yaml.bak +0 -40
  141. package/bmad/bmb/workflows/edit-agent/workflow.yaml.bak +0 -33
  142. package/bmad/bmb/workflows/edit-module/workflow.yaml.bak +0 -34
  143. package/bmad/bmb/workflows/edit-workflow/workflow.yaml.bak +0 -27
  144. package/bmad/bmb/workflows/module-brief/workflow.yaml.bak +0 -29
  145. package/bmad/bmb/workflows/redoc/workflow.yaml.bak +0 -32
  146. package/bmad/bmm/docs/brownfield-guide.md +0 -1260
  147. package/bmad/bmm/docs/quick-spec-flow.md +0 -645
  148. package/bmad/bmm/docs/quick-start.md +0 -341
  149. package/bmad/bmm/docs/scale-adaptive-system.md +0 -1045
  150. package/bmad/bmm/tasks/retrospective.xml +0 -104
  151. package/bmad/bmm/workflows/1-analysis/brainstorm-project/README.md +0 -113
  152. package/bmad/bmm/workflows/1-analysis/product-brief/README.md +0 -180
  153. package/bmad/bmm/workflows/1-analysis/research/README.md +0 -454
  154. package/bmad/bmm/workflows/2-plan-workflows/README.md +0 -258
  155. package/bmad/bmm/workflows/3-solutioning/README.md +0 -1
  156. package/bmad/bmm/workflows/3-solutioning/architecture/README.md +0 -318
  157. package/bmad/bmm/workflows/3-solutioning/solutioning-gate-check/README.md +0 -177
  158. package/bmad/bmm/workflows/4-implementation/README.md +0 -221
  159. package/bmad/bmm/workflows/4-implementation/code-review/README.md +0 -69
  160. package/bmad/bmm/workflows/4-implementation/correct-course/README.md +0 -73
  161. package/bmad/bmm/workflows/4-implementation/create-story/README.md +0 -146
  162. package/bmad/bmm/workflows/4-implementation/dev-story/README.md +0 -206
  163. package/bmad/bmm/workflows/4-implementation/epic-tech-context/README.md +0 -195
  164. package/bmad/bmm/workflows/4-implementation/retrospective/README.md +0 -77
  165. package/bmad/bmm/workflows/4-implementation/sprint-planning/README.md +0 -156
  166. package/bmad/bmm/workflows/4-implementation/story-context/README.md +0 -234
  167. package/bmad/bmm/workflows/README.md +0 -256
  168. package/bmad/bmm/workflows/document-project/README.md +0 -444
  169. package/bmad/bmm/workflows/document-project/templates/README.md +0 -38
  170. package/bmad/bmm/workflows/testarch/README.md +0 -26
  171. package/bmad/bmm/workflows/testarch/atdd/README.md +0 -672
  172. package/bmad/bmm/workflows/testarch/automate/README.md +0 -869
  173. package/bmad/bmm/workflows/testarch/ci/README.md +0 -493
  174. package/bmad/bmm/workflows/testarch/framework/README.md +0 -340
  175. package/bmad/bmm/workflows/testarch/nfr-assess/README.md +0 -469
  176. package/bmad/bmm/workflows/testarch/test-design/README.md +0 -493
  177. package/bmad/bmm/workflows/testarch/test-review/README.md +0 -775
  178. package/bmad/bmm/workflows/testarch/trace/README.md +0 -802
  179. package/bmad/bmm/workflows/workflow-status/README.md +0 -260
  180. package/bmad/bmm/workflows/workflow-status/paths/brownfield-level-0.yaml +0 -54
  181. package/bmad/bmm/workflows/workflow-status/paths/brownfield-level-2.yaml +0 -76
  182. package/bmad/bmm/workflows/workflow-status/paths/brownfield-level-4.yaml +0 -88
  183. package/bmad/bmm/workflows/workflow-status/paths/greenfield-level-0.yaml +0 -45
  184. package/bmad/bmm/workflows/workflow-status/paths/greenfield-level-3.yaml +0 -73
  185. package/bmad/bmm/workflows/workflow-status/paths/greenfield-level-4.yaml +0 -75
  186. package/bmad/cis/README.md +0 -153
  187. package/bmad/cis/agents/README.md +0 -104
  188. package/bmad/cis/agents/brainstorming-coach.md +0 -62
  189. package/bmad/cis/agents/creative-problem-solver.md +0 -62
  190. package/bmad/cis/agents/design-thinking-coach.md +0 -62
  191. package/bmad/cis/agents/innovation-strategist.md +0 -62
  192. package/bmad/cis/agents/storyteller.md +0 -59
  193. package/bmad/cis/config.yaml +0 -10
  194. package/bmad/cis/teams/creative-squad.yaml +0 -6
  195. package/bmad/cis/workflows/README.md +0 -139
  196. package/bmad/cis/workflows/design-thinking/README.md +0 -56
  197. package/bmad/cis/workflows/design-thinking/design-methods.csv +0 -31
  198. package/bmad/cis/workflows/design-thinking/instructions.md +0 -200
  199. package/bmad/cis/workflows/design-thinking/template.md +0 -111
  200. package/bmad/cis/workflows/design-thinking/workflow.yaml +0 -32
  201. package/bmad/cis/workflows/innovation-strategy/README.md +0 -56
  202. package/bmad/cis/workflows/innovation-strategy/innovation-frameworks.csv +0 -31
  203. package/bmad/cis/workflows/innovation-strategy/instructions.md +0 -274
  204. package/bmad/cis/workflows/innovation-strategy/template.md +0 -189
  205. package/bmad/cis/workflows/innovation-strategy/workflow.yaml +0 -32
  206. package/bmad/cis/workflows/problem-solving/README.md +0 -56
  207. package/bmad/cis/workflows/problem-solving/instructions.md +0 -250
  208. package/bmad/cis/workflows/problem-solving/solving-methods.csv +0 -31
  209. package/bmad/cis/workflows/problem-solving/template.md +0 -165
  210. package/bmad/cis/workflows/problem-solving/workflow.yaml +0 -32
  211. package/bmad/cis/workflows/storytelling/README.md +0 -58
  212. package/bmad/cis/workflows/storytelling/instructions.md +0 -291
  213. package/bmad/cis/workflows/storytelling/story-types.csv +0 -26
  214. package/bmad/cis/workflows/storytelling/template.md +0 -113
  215. package/bmad/cis/workflows/storytelling/workflow.yaml +0 -32
  216. package/bmad/core/agents/bmad-master.md.bak +0 -69
  217. package/src/modules/bmm/docs/brownfield-guide.md.backup +0 -1324
  218. package/src/modules/bmm/docs/workflows-testing.md +0 -1572
  219. package/src/modules/bmm/workflows/workflow-status/paths/brownfield-level-0.yaml +0 -54
  220. package/src/modules/bmm/workflows/workflow-status/paths/brownfield-level-2.yaml +0 -76
  221. package/src/modules/bmm/workflows/workflow-status/paths/brownfield-level-4.yaml +0 -88
  222. package/src/modules/bmm/workflows/workflow-status/paths/greenfield-level-0.yaml +0 -45
  223. package/src/modules/bmm/workflows/workflow-status/paths/greenfield-level-3.yaml +0 -73
  224. package/src/modules/bmm/workflows/workflow-status/paths/greenfield-level-4.yaml +0 -75
  225. /package/bmad/_cfg/agents/{bmm-paige.customize.yaml → bmm-tech-writer.customize.yaml} +0 -0
@@ -2,168 +2,127 @@
2
2
 
3
3
  Core orchestration system for AI-driven agile development, providing comprehensive lifecycle management through specialized agents and workflows.
4
4
 
5
- ## Table of Contents
6
-
7
- - [Essential Reading](#essential-reading)
8
- - [Documentation](#documentation)
9
- - [Module Structure](#module-structure)
10
- - [Quick Start](#quick-start)
11
- - [Key Concepts](#key-concepts)
12
- - [Scale Levels](#scale-levels)
13
- - [Story Lifecycle](#story-lifecycle)
14
- - [Best Practices](#best-practices)
15
-
16
- ## Essential Reading
17
-
18
- **[📖 BMM v6 Workflows Guide](./workflows/README.md)** - Required reading before using BMM. Explains the revolutionary workflow system and component integration.
19
-
20
- ## Documentation
21
-
22
- All BMM-specific documentation is organized in the `docs/` folder:
23
-
24
- ### Getting Started
25
-
26
- - **[Quick Start Guide](./docs/quick-start.md)** - Step-by-step guide to building your first project with BMM
27
- - **[Quick Spec Flow](./docs/quick-spec-flow.md)** - Rapid Level 0-1 development for bug fixes and small features
28
-
29
- ### Core Concepts
30
-
31
- - **[Scale Adaptive System](./docs/scale-adaptive-system.md)** - Understanding BMad Method's 5-level system (Level 0-4)
32
- - **[Brownfield Guide](./docs/brownfield-guide.md)** - Guidance for working with existing codebases
33
-
34
- ### Workflows & Reference
35
-
36
- - **[Workflows Guide](./workflows/README.md)** - Complete v6 workflow system (ESSENTIAL)
37
- - **[Test Architect Guide](./testarch/README.md)** - Testing strategy and quality assurance
5
+ ---
38
6
 
39
- ## Module Structure
7
+ ## 📚 Complete Documentation
40
8
 
41
- ### 🤖 Agents
9
+ 👉 **[BMM Documentation Hub](./docs/README.md)** - Start here for complete guides, tutorials, and references
42
10
 
43
- **Core Development Roles:**
11
+ **Quick Links:**
44
12
 
45
- - **PM** - Product Manager for planning and requirements
46
- - **Analyst** - Business analysis and research
47
- - **Architect** - Technical architecture and design
48
- - **SM** - Scrum Master for sprint and story management
49
- - **DEV** - Developer for implementation
50
- - **TEA** - Test Architect for quality assurance
51
- - **UX** - User experience design
13
+ - **[Quick Start Guide](./docs/quick-start.md)** - New to BMM? Start here (15 min)
14
+ - **[Agents Guide](./docs/agents-guide.md)** - Meet your 12 specialized AI agents (45 min)
15
+ - **[Scale Adaptive System](./docs/scale-adaptive-system.md)** - How BMM adapts to project size (42 min)
16
+ - **[FAQ](./docs/faq.md)** - Quick answers to common questions
17
+ - **[Glossary](./docs/glossary.md)** - Key terminology reference
52
18
 
53
- **Game Development** (Optional):
19
+ ---
54
20
 
55
- - **Game Designer** - Creative vision and GDD creation
56
- - **Game Developer** - Game-specific implementation
57
- - **Game Architect** - Game systems and infrastructure
21
+ ## 🏗️ Module Structure
58
22
 
59
- ### 📋 Workflows
23
+ This module contains:
60
24
 
61
- Four-phase methodology adapting to project complexity:
25
+ ```
26
+ bmm/
27
+ ├── agents/ # 12 specialized AI agents (PM, Architect, SM, DEV, TEA, etc.)
28
+ ├── workflows/ # 34 workflows across 4 phases + testing
29
+ ├── teams/ # Pre-configured agent groups
30
+ ├── tasks/ # Atomic work units
31
+ ├── testarch/ # Comprehensive testing infrastructure
32
+ └── docs/ # Complete user documentation
33
+ ```
62
34
 
63
- **1. Analysis** (Optional)
35
+ ### Agent Roster
64
36
 
65
- - `brainstorm-project` - Project ideation
66
- - `research` - Market/technical research
67
- - `product-brief` - Product strategy
37
+ **Core Development:** PM, Analyst, Architect, SM, DEV, TEA, UX Designer, Technical Writer
38
+ **Game Development:** Game Designer, Game Developer, Game Architect
39
+ **Orchestration:** BMad Master (from Core)
68
40
 
69
- **2. Planning** (Required)
41
+ 👉 **[Full Agents Guide](./docs/agents-guide.md)** - Roles, workflows, and when to use each agent
70
42
 
71
- - `prd` - Scale-adaptive planning
72
- - Routes to appropriate documentation level
43
+ ### Workflow Phases
73
44
 
74
- **3. Solutioning** (Level 3-4)
45
+ **Phase 0:** Documentation (brownfield only)
46
+ **Phase 1:** Analysis (optional) - 5 workflows
47
+ **Phase 2:** Planning (required) - 6 workflows
48
+ **Phase 3:** Solutioning (Level 3-4) - 2 workflows
49
+ **Phase 4:** Implementation (iterative) - 10 workflows
50
+ **Testing:** Quality assurance (parallel) - 9 workflows
75
51
 
76
- - `architecture` - System design
77
- - `tech-spec` - Epic technical specifications
52
+ 👉 **[Workflow Guides](./docs/README.md#-workflow-guides)** - Detailed documentation for each phase
78
53
 
79
- **4. Implementation** (Iterative)
54
+ ---
80
55
 
81
- - `create-story` - Draft stories
82
- - `story-context` - Inject expertise
83
- - `dev-story` - Implement
84
- - `code-review` - Validate quality
56
+ ## 🚀 Getting Started
85
57
 
86
- ### 👥 Teams
58
+ **New Project:**
87
59
 
88
- Pre-configured agent groups for coordinated complex tasks.
60
+ ```bash
61
+ # Install BMM
62
+ npx bmad-method@alpha install
89
63
 
90
- ### 📝 Tasks
64
+ # Load Analyst agent in your IDE, then:
65
+ *workflow-init
66
+ ```
91
67
 
92
- Atomic work units composing into larger workflows.
68
+ **Existing Project (Brownfield):**
93
69
 
94
- ### 🏗️ Test Architecture
70
+ ```bash
71
+ # Document your codebase first
72
+ *document-project
95
73
 
96
- **[TEA Guide](./testarch/README.md)** - Comprehensive testing strategy across 9 specialized workflows.
74
+ # Then initialize
75
+ *workflow-init
76
+ ```
97
77
 
98
- ## Quick Start
78
+ 👉 **[Quick Start Guide](./docs/quick-start.md)** - Complete setup and first project walkthrough
99
79
 
100
- 1. **Load PM agent** in your IDE
101
- 2. **Wait for menu** to appear
102
- 3. **Run workflow:**
103
- ```
104
- *prd
105
- ```
80
+ ---
106
81
 
107
- **IDE Instructions:**
82
+ ## 🎯 Key Concepts
108
83
 
109
- - [Claude Code](../../../docs/ide-info/claude-code.md)
110
- - [Cursor](../../../docs/ide-info/cursor.md)
111
- - [VS Code](../../../docs/ide-info/windsurf.md)
112
- - [Others](../../../docs/ide-info/)
84
+ ### Scale-Adaptive Design
113
85
 
114
- ## Key Concepts
86
+ BMM automatically adjusts to project complexity (Levels 0-4):
115
87
 
116
- ### Scale Levels
88
+ - **Level 0-1:** Quick Spec Flow for bug fixes and small features
89
+ - **Level 2:** PRD with optional architecture
90
+ - **Level 3-4:** Full PRD + comprehensive architecture
117
91
 
118
- BMM automatically adapts complexity:
92
+ 👉 **[Scale Adaptive System](./docs/scale-adaptive-system.md)** - Complete level breakdown
119
93
 
120
- | Level | Stories | Documentation |
121
- | ----- | ------------- | ----------------- |
122
- | 0 | Single change | Minimal |
123
- | 1 | 1-10 | Light PRD |
124
- | 2 | 5-15 | Focused PRD |
125
- | 3 | 12-40 | Full architecture |
126
- | 4 | 40+ | Enterprise scale |
94
+ ### Story-Centric Implementation
127
95
 
128
- ### Story Lifecycle
96
+ Stories move through a defined lifecycle: `backlog → drafted → ready → in-progress → review → done`
129
97
 
130
- Four-state machine tracked in status file:
98
+ Just-in-time epic context and story context provide exact expertise when needed.
131
99
 
132
- ```
133
- BACKLOG → TODO → IN PROGRESS → DONE
134
- ```
100
+ 👉 **[Implementation Workflows](./docs/workflows-implementation.md)** - Complete story lifecycle guide
135
101
 
136
- - **BACKLOG** - Ordered stories to draft
137
- - **TODO** - Ready for SM drafting
138
- - **IN PROGRESS** - Approved for DEV
139
- - **DONE** - Completed with metrics
102
+ ### Multi-Agent Collaboration
140
103
 
141
- ### Just-In-Time Design
104
+ Use party mode to engage all 19+ agents (from BMM, CIS, BMB, custom modules) in group discussions for strategic decisions, creative brainstorming, and complex problem-solving.
142
105
 
143
- Technical specifications created per epic during implementation, enabling learning and adaptation.
106
+ 👉 **[Party Mode Guide](./docs/party-mode.md)** - How to orchestrate multi-agent collaboration
144
107
 
145
- ### Context Injection
108
+ ---
146
109
 
147
- Dynamic technical guidance generated for each story, providing exact expertise when needed.
110
+ ## 📖 Additional Resources
148
111
 
149
- ## Best Practices
112
+ - **[Brownfield Guide](./docs/brownfield-guide.md)** - Working with existing codebases
113
+ - **[Quick Spec Flow](./docs/quick-spec-flow.md)** - Fast-track for Level 0-1 projects
114
+ - **[Enterprise Agentic Development](./docs/enterprise-agentic-development.md)** - Team collaboration patterns
115
+ - **[Troubleshooting](./docs/troubleshooting.md)** - Common issues and solutions
116
+ - **[IDE Setup Guides](../../../docs/ide-info/)** - Configure Claude Code, Cursor, Windsurf, etc.
150
117
 
151
- 1. **Start with workflows** - Let process guide you
152
- 2. **Respect scale** - Don't over-document small projects
153
- 3. **Trust the process** - Methodology carefully designed
154
- 4. **Use status file** - Single source of truth for stories
118
+ ---
155
119
 
156
- ## Related Documentation
120
+ ## 🤝 Community
157
121
 
158
- - **[Complete Documentation Index](./docs/)** - All BMM guides and references
159
- - **[Quick Start Guide](./docs/quick-start.md)** - Getting started with BMM
160
- - **[Quick Spec Flow](./docs/quick-spec-flow.md)** - Rapid Level 0-1 development
161
- - **[Scale Adaptive System](./docs/scale-adaptive-system.md)** - Understanding project levels
162
- - **[Brownfield Guide](./docs/brownfield-guide.md)** - Working with existing code
163
- - **[Workflows Guide](./workflows/README.md)** - Complete workflow reference
164
- - **[Test Architect Guide](./testarch/README.md)** - Testing strategy
165
- - **[IDE Setup](../../../docs/ide-info/)** - Environment configuration
122
+ - **[Discord](https://discord.gg/gk8jAdXWmj)** - Get help, share feedback (#general-dev, #bugs-issues)
123
+ - **[GitHub Issues](https://github.com/bmad-code-org/BMAD-METHOD/issues)** - Report bugs or request features
124
+ - **[YouTube](https://www.youtube.com/@BMadCode)** - Video tutorials and walkthroughs
166
125
 
167
126
  ---
168
127
 
169
- For complete BMad Method workflow system details, see the [BMM Workflows README](./workflows/README.md).
128
+ **Ready to build?** [Start with the Quick Start Guide](./docs/quick-start.md)
@@ -63,7 +63,6 @@ You must fully embody this agent's persona and follow all activation instruction
63
63
  <menu>
64
64
  <item cmd="*help">Show numbered menu</item>
65
65
  <item cmd="*workflow-status" workflow="{project-root}/bmad/bmm/workflows/workflow-status/workflow.yaml">Check workflow status and get recommendations</item>
66
- <item cmd="*correct-course" workflow="{project-root}/bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml">Course Correction Analysis</item>
67
66
  <item cmd="*create-architecture" workflow="{project-root}/bmad/bmm/workflows/3-solutioning/architecture/workflow.yaml">Produce a Scale Adaptive Architecture</item>
68
67
  <item cmd="*validate-architecture" validate-workflow="{project-root}/bmad/bmm/workflows/3-solutioning/architecture/workflow.yaml">Validate Architecture Document</item>
69
68
  <item cmd="*solutioning-gate-check" workflow="{project-root}/bmad/bmm/workflows/3-solutioning/solutioning-gate-check/workflow.yaml">Validate solutioning complete, ready for Phase 4 (Level 2-4 only)</item>
@@ -70,7 +70,7 @@ You must fully embody this agent's persona and follow all activation instruction
70
70
  <item cmd="*help">Show numbered menu</item>
71
71
  <item cmd="*workflow-status" workflow="{project-root}/bmad/bmm/workflows/workflow-status/workflow.yaml">Check workflow status and get recommendations</item>
72
72
  <item cmd="*sprint-planning" workflow="{project-root}/bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml">Generate or update sprint-status.yaml from epic files</item>
73
- <item cmd="*epic-tech-context" workflow="{project-root}/bmad/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml">(Optional) Use the PRD and Architecture to create a Tech-Spec for a specific epic</item>
73
+ <item cmd="*epic-tech-context" workflow="{project-root}/bmad/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml">(Optional) Use the PRD and Architecture to create a Epic-Tech-Spec for a specific epic</item>
74
74
  <item cmd="*validate-epic-tech-context" validate-workflow="{project-root}/bmad/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml">(Optional) Validate latest Tech Spec against checklist</item>
75
75
  <item cmd="*create-story" workflow="{project-root}/bmad/bmm/workflows/4-implementation/create-story/workflow.yaml">Create a Draft Story</item>
76
76
  <item cmd="*validate-create-story" validate-workflow="{project-root}/bmad/bmm/workflows/4-implementation/create-story/workflow.yaml">(Optional) Validate Story Draft with Independent Review</item>
@@ -1,12 +1,12 @@
1
1
  ---
2
- name: 'paige'
3
- description: 'Documentation Guide'
2
+ name: 'tech writer'
3
+ description: 'Technical Writer'
4
4
  ---
5
5
 
6
6
  You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
7
 
8
8
  ```xml
9
- <agent id="bmad/bmm/agents/paige.md" name="Paige" title="Documentation Guide" icon="📚">
9
+ <agent id="bmad/bmm/agents/tech-writer.md" name="paige" title="Technical Writer" icon="📚">
10
10
  <activation critical="MANDATORY">
11
11
  <step n="1">Load persona from this current agent file (already in context)</step>
12
12
  <step n="2">🚨 IMMEDIATE ACTION REQUIRED - BEFORE ANY OUTPUT:
@@ -1,13 +1,14 @@
1
1
  # BMM Module Configuration
2
2
  # Generated by BMAD installer
3
- # Version: 6.0.0-alpha.3
4
- # Date: 2025-11-02T21:29:37.673Z
3
+ # Version: 6.0.0-alpha.5
4
+ # Date: 2025-11-05T04:14:53.511Z
5
5
 
6
6
  project_name: BMAD-METHOD
7
7
  include_game_planning: false
8
- user_skill_level: intermediate
8
+ user_skill_level: expert
9
9
  tech_docs: "{project-root}/docs"
10
10
  dev_story_location: "{project-root}/docs/stories"
11
+ install_user_docs: false
11
12
  tea_use_mcp_enhancements: false
12
13
 
13
14
  # Core Configuration Values
@@ -64,7 +64,7 @@
64
64
  <i>Primary: Sarah (PO), Bob (SM), James (Dev)</i>
65
65
  <i>Secondary: Murat (TEA)</i>
66
66
  </context>
67
- <context type="architecture-review">
67
+ <context type="validate-architecture">
68
68
  <i>Primary: Winston (Architect), James (Dev), Murat (TEA)</i>
69
69
  <i>Secondary: Sarah (PO)</i>
70
70
  </context>
@@ -9,26 +9,8 @@
9
9
  <critical>Communicate all responses in {communication_language} and tailor to {user_skill_level}</critical>
10
10
  <critical>Generate all documents in {document_output_language}</critical>
11
11
  <critical>SAVE PROGRESS after each major step - use <template-output> tags throughout</critical>
12
-
13
12
  <critical>DOCUMENT OUTPUT: Professional, specific, actionable UX design decisions WITH RATIONALE. User skill level ({user_skill_level}) affects conversation style ONLY, not document content.</critical>
14
-
15
- ## 📚 Input Document Discovery
16
-
17
- This workflow requires: PRD or product brief, and may reference epics/stories, brainstorming documents, or brownfield project documentation.
18
-
19
- **Discovery Process** (execute for each referenced document):
20
-
21
- 1. **Search for whole document first** - Use fuzzy file matching to find the complete document
22
- 2. **Check for sharded version** - If whole document not found, look for `{doc-name}/index.md`
23
- 3. **If sharded version found**:
24
- - Read `index.md` to understand the document structure
25
- - Read ALL section files listed in the index
26
- - Treat the combined content as if it were a single document
27
- 4. **Brownfield projects**: The `document-project` workflow always creates `{output_folder}/docs/index.md`
28
-
29
- **Priority**: If both whole and sharded versions exist, use the whole document.
30
-
31
- **Fuzzy matching**: Be flexible with document names - users may use variations in naming conventions.
13
+ <critical>Input documents specified in workflow.yaml input_file_patterns - workflow engine handles fuzzy matching, whole vs sharded document discovery automatically</critical>
32
14
 
33
15
  <step n="0" goal="Validate workflow readiness" tag="workflow-status">
34
16
  <action>Check if {output_folder}/bmm-workflow-status.yaml exists</action>
@@ -234,21 +234,22 @@
234
234
  - [ ] Dependencies on external systems documented
235
235
  - [ ] Data requirements specified
236
236
 
237
- ### Level-Appropriate Detail
237
+ ### Track-Appropriate Detail
238
238
 
239
- **If Level 2:**
240
-
241
- - [ ] PRD supports lightweight tech-spec workflow
242
- - [ ] 5-15 story scope reasonable for project size
243
- - [ ] Complexity appropriate for small team/solo dev
244
-
245
- **If Level 3-4:**
239
+ **If BMad Method:**
246
240
 
247
241
  - [ ] PRD supports full architecture workflow
248
242
  - [ ] Epic structure supports phased delivery
249
- - [ ] Scope appropriate for team-based development
243
+ - [ ] Scope appropriate for product/platform development
250
244
  - [ ] Clear value delivery through epic sequence
251
245
 
246
+ **If Enterprise Method:**
247
+
248
+ - [ ] PRD addresses enterprise requirements (security, compliance, multi-tenancy)
249
+ - [ ] Epic structure supports extended planning phases
250
+ - [ ] Scope includes security, devops, and test strategy considerations
251
+ - [ ] Clear value delivery with enterprise gates
252
+
252
253
  ---
253
254
 
254
255
  ## 10. Quality and Polish
@@ -9,55 +9,44 @@
9
9
 
10
10
  ## Overview
11
11
 
12
- This document provides the detailed epic breakdown for {{project_name}}, expanding on the high-level epic list in the [PRD](./PRD.md).
12
+ This document provides the complete epic and story breakdown for {{project_name}}, decomposing the requirements from the [PRD](./PRD.md) into implementable stories.
13
13
 
14
- Each epic includes:
14
+ {{epics_summary}}
15
15
 
16
- - Expanded goal and value proposition
17
- - Complete story breakdown with user stories
18
- - Acceptance criteria for each story
19
- - Story sequencing and dependencies
16
+ ---
20
17
 
21
- **Epic Sequencing Principles:**
18
+ <!-- Repeat for each epic (N = 1, 2, 3...) -->
22
19
 
23
- - Epic 1 establishes foundational infrastructure and initial functionality
24
- - Subsequent epics build progressively, each delivering significant end-to-end value
25
- - Stories within epics are vertically sliced and sequentially ordered
26
- - No forward dependencies - each story builds only on previous work
20
+ ## Epic {{N}}: {{epic_title_N}}
27
21
 
28
- ---
22
+ {{epic_goal_N}}
29
23
 
30
- {{epic_details}}
24
+ <!-- Repeat for each story (M = 1, 2, 3...) within epic N -->
31
25
 
32
- ---
26
+ ### Story {{N}}.{{M}}: {{story_title_N_M}}
33
27
 
34
- ## Story Guidelines Reference
28
+ As a {{user_type}},
29
+ I want {{capability}},
30
+ So that {{value_benefit}}.
35
31
 
36
- **Story Format:**
32
+ **Acceptance Criteria:**
37
33
 
38
- ```
39
- **Story [EPIC.N]: [Story Title]**
34
+ **Given** {{precondition}}
35
+ **When** {{action}}
36
+ **Then** {{expected_outcome}}
40
37
 
41
- As a [user type],
42
- I want [goal/desire],
43
- So that [benefit/value].
38
+ **And** {{additional_criteria}}
44
39
 
45
- **Acceptance Criteria:**
46
- 1. [Specific testable criterion]
47
- 2. [Another specific criterion]
48
- 3. [etc.]
40
+ **Prerequisites:** {{dependencies_on_previous_stories}}
41
+
42
+ **Technical Notes:** {{implementation_guidance}}
49
43
 
50
- **Prerequisites:** [Dependencies on previous stories, if any]
51
- ```
44
+ <!-- End story repeat -->
52
45
 
53
- **Story Requirements:**
46
+ ---
54
47
 
55
- - **Vertical slices** - Complete, testable functionality delivery
56
- - **Sequential ordering** - Logical progression within epic
57
- - **No forward dependencies** - Only depend on previous work
58
- - **AI-agent sized** - Completable in 2-4 hour focused session
59
- - **Value-focused** - Integrate technical enablers into value-delivering stories
48
+ <!-- End epic repeat -->
60
49
 
61
50
  ---
62
51
 
63
- **For implementation:** Use the `create-story` workflow to generate individual story implementation plans from this epic breakdown.
52
+ _For implementation: Use the `create-story` workflow to generate individual story implementation plans from this epic breakdown._