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

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 (449) hide show
  1. package/.claude/settings.local.json +12 -6
  2. package/.github/workflows/{lint.yaml → quality.yaml} +19 -2
  3. package/.husky/pre-commit +4 -0
  4. package/CONTRIBUTING.md +1 -13
  5. package/README.md +59 -1
  6. package/bmad/_cfg/agent-manifest.csv +1 -13
  7. package/bmad/_cfg/files-manifest.csv +10 -256
  8. package/bmad/_cfg/ides/claude-code.yaml +2 -2
  9. package/bmad/_cfg/manifest.yaml +4 -5
  10. package/bmad/_cfg/task-manifest.csv +4 -1
  11. package/bmad/_cfg/tool-manifest.csv +1 -0
  12. package/bmad/_cfg/workflow-manifest.csv +2 -35
  13. package/bmad/bmb/config.yaml +2 -2
  14. package/bmad/bmb/workflows/audit-workflow/instructions.md +1 -1
  15. package/bmad/bmb/workflows/create-agent/instructions.md +25 -9
  16. package/bmad/bmb/workflows/create-module/module-structure.md +34 -0
  17. package/bmad/core/config.yaml +2 -2
  18. package/docs/installers-bundlers/installers-modules-platforms-reference.md +61 -0
  19. package/package.json +5 -3
  20. package/src/core/tasks/adv-elicit.xml +1 -1
  21. package/src/modules/bmb/workflows/create-agent/instructions.md +25 -9
  22. package/src/modules/bmb/workflows/create-module/module-structure.md +34 -0
  23. package/src/modules/bmgd/README.md +208 -0
  24. package/src/modules/bmgd/_module-installer/install-config.yaml +66 -0
  25. package/src/modules/{bmm → bmgd}/agents/game-architect.agent.yaml +5 -12
  26. package/src/modules/{bmm → bmgd}/agents/game-designer.agent.yaml +10 -22
  27. package/src/modules/{bmm → bmgd}/agents/game-dev.agent.yaml +9 -10
  28. package/src/modules/bmgd/agents/game-scrum-master.agent.yaml +70 -0
  29. package/{bmad/bmm → src/modules/bmgd}/teams/team-gamedev.yaml +3 -1
  30. package/src/modules/{bmm/workflows/1-analysis → bmgd/workflows/1-preproduction}/brainstorm-game/workflow.yaml +7 -7
  31. package/src/modules/{bmm/workflows/1-analysis → bmgd/workflows/1-preproduction}/game-brief/workflow.yaml +9 -9
  32. package/src/modules/bmgd/workflows/2-design/gdd/workflow.yaml +81 -0
  33. package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/narrative/workflow.yaml +6 -6
  34. package/{bmad/bmm/workflows/3-solutioning/architecture → src/modules/bmgd/workflows/3-technical/game-architecture}/instructions.md +7 -18
  35. package/{bmad/bmm/workflows/3-solutioning/architecture → src/modules/bmgd/workflows/3-technical/game-architecture}/workflow.yaml +16 -16
  36. package/{bmad/bmm/workflows/4-implementation → src/modules/bmgd/workflows/4-production}/code-review/workflow.yaml +3 -1
  37. package/{bmad/bmm/workflows/4-implementation → src/modules/bmgd/workflows/4-production}/correct-course/workflow.yaml +3 -1
  38. package/{bmad/bmm/workflows/4-implementation → src/modules/bmgd/workflows/4-production}/create-story/workflow.yaml +3 -1
  39. package/{bmad/bmm/workflows/4-implementation → src/modules/bmgd/workflows/4-production}/dev-story/workflow.yaml +3 -1
  40. package/{bmad/bmm/workflows/4-implementation → src/modules/bmgd/workflows/4-production}/epic-tech-context/workflow.yaml +3 -1
  41. package/{bmad/bmm/workflows/4-implementation → src/modules/bmgd/workflows/4-production}/retrospective/workflow.yaml +3 -1
  42. package/{bmad/bmm/workflows/4-implementation → src/modules/bmgd/workflows/4-production}/sprint-planning/workflow.yaml +3 -1
  43. package/{bmad/bmm/workflows/4-implementation → src/modules/bmgd/workflows/4-production}/story-context/workflow.yaml +3 -1
  44. package/{bmad/bmm/workflows/4-implementation → src/modules/bmgd/workflows/4-production}/story-done/workflow.yaml +3 -1
  45. package/{bmad/bmm/workflows/4-implementation → src/modules/bmgd/workflows/4-production}/story-ready/workflow.yaml +3 -1
  46. package/src/modules/bmm/_module-installer/install-config.yaml +5 -0
  47. package/src/modules/bmm/docs/README.md +18 -18
  48. package/src/modules/bmm/docs/agents-guide.md +1 -2
  49. package/src/modules/bmm/docs/brownfield-guide.md +10 -15
  50. package/src/modules/bmm/docs/enterprise-agentic-development.md +3 -3
  51. package/src/modules/bmm/docs/faq.md +10 -12
  52. package/src/modules/bmm/docs/glossary.md +8 -9
  53. package/src/modules/bmm/docs/quick-spec-flow.md +7 -7
  54. package/src/modules/bmm/docs/quick-start.md +9 -9
  55. package/src/modules/bmm/docs/scale-adaptive-system.md +6 -6
  56. package/src/modules/bmm/docs/test-architecture.md +394 -0
  57. package/src/modules/bmm/docs/workflows-analysis.md +229 -529
  58. package/src/modules/bmm/docs/workflows-implementation.md +196 -1670
  59. package/src/modules/bmm/docs/workflows-planning.md +364 -849
  60. package/src/modules/bmm/docs/workflows-solutioning.md +268 -493
  61. package/src/modules/bmm/workflows/1-analysis/domain-research/workflow.yaml +65 -32
  62. package/src/modules/bmm/workflows/1-analysis/product-brief/workflow.yaml +4 -0
  63. package/src/modules/bmm/workflows/1-analysis/research/instructions-market.md +1 -1
  64. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/workflow.yaml +34 -5
  65. package/src/modules/bmm/workflows/2-plan-workflows/prd/instructions.md +1 -1
  66. package/src/modules/bmm/workflows/2-plan-workflows/prd/workflow.yaml +8 -0
  67. package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml +6 -0
  68. package/src/modules/bmm/workflows/3-solutioning/architecture/workflow.yaml +47 -0
  69. package/src/modules/bmm/workflows/techdoc/documentation-standards.md +24 -1
  70. package/src/modules/bmm/workflows/testarch/atdd/atdd-checklist-template.md +2 -2
  71. package/src/modules/bmm/workflows/workflow-status/init/instructions.md +50 -0
  72. package/src/modules/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +18 -11
  73. package/src/modules/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +18 -11
  74. package/src/modules/bmm/workflows/workflow-status/paths/game-design.yaml +42 -65
  75. package/test/test-installation-components.js +214 -0
  76. package/tools/cli/bundlers/web-bundler.js +127 -8
  77. package/tools/cli/installers/lib/core/config-collector.js +39 -11
  78. package/tools/cli/installers/lib/core/ide-config-manager.js +3 -1
  79. package/tools/cli/installers/lib/core/installer.js +20 -9
  80. package/tools/cli/installers/lib/core/manifest-generator.js +3 -1
  81. package/tools/cli/installers/lib/core/manifest.js +6 -2
  82. package/tools/cli/installers/lib/ide/auggie.js +9 -20
  83. package/tools/cli/installers/lib/ide/claude-code.js +33 -3
  84. package/tools/cli/installers/lib/ide/cursor.js +17 -0
  85. package/tools/cli/installers/lib/modules/manager.js +134 -0
  86. package/tools/cli/lib/config.js +3 -1
  87. package/tools/cli/lib/ui.js +5 -5
  88. package/tools/cli/lib/yaml-format.js +2 -1
  89. package/tools/cli/lib/yaml-xml-builder.js +9 -1
  90. package/tools/schema/agent.js +3 -0
  91. package/v6-open-items.md +3 -9
  92. package/web-bundles/bmm/agents/analyst.xml +5028 -0
  93. package/web-bundles/bmm/agents/architect.xml +2047 -0
  94. package/web-bundles/bmm/agents/dev.xml +68 -0
  95. package/web-bundles/bmm/agents/pm.xml +3808 -0
  96. package/web-bundles/bmm/agents/sm.xml +77 -0
  97. package/web-bundles/bmm/agents/tea.xml +66 -0
  98. package/web-bundles/bmm/agents/tech-writer.xml +84 -0
  99. package/web-bundles/bmm/agents/ux-designer.xml +2018 -0
  100. package/web-bundles/bmm/teams/team-fullstack.xml +12039 -0
  101. package/.claude/commands/bmad/bmb/workflows/README.md +0 -67
  102. package/.claude/commands/bmad/bmm/agents/analyst.md +0 -67
  103. package/.claude/commands/bmad/bmm/agents/architect.md +0 -72
  104. package/.claude/commands/bmad/bmm/agents/dev.md +0 -69
  105. package/.claude/commands/bmad/bmm/agents/paige.md +0 -82
  106. package/.claude/commands/bmad/bmm/agents/pm.md +0 -76
  107. package/.claude/commands/bmad/bmm/agents/sm.md +0 -85
  108. package/.claude/commands/bmad/bmm/agents/tea.md +0 -72
  109. package/.claude/commands/bmad/bmm/agents/tech-writer.md +0 -82
  110. package/.claude/commands/bmad/bmm/agents/ux-designer.md +0 -71
  111. package/.claude/commands/bmad/bmm/workflows/README.md +0 -132
  112. package/.claude/commands/bmad/bmm/workflows/architecture.md +0 -15
  113. package/.claude/commands/bmad/bmm/workflows/brainstorm-project.md +0 -15
  114. package/.claude/commands/bmad/bmm/workflows/code-review.md +0 -15
  115. package/.claude/commands/bmad/bmm/workflows/correct-course.md +0 -15
  116. package/.claude/commands/bmad/bmm/workflows/create-epics-and-stories.md +0 -15
  117. package/.claude/commands/bmad/bmm/workflows/create-story.md +0 -15
  118. package/.claude/commands/bmad/bmm/workflows/create-ux-design.md +0 -15
  119. package/.claude/commands/bmad/bmm/workflows/dev-story.md +0 -15
  120. package/.claude/commands/bmad/bmm/workflows/document-project.md +0 -15
  121. package/.claude/commands/bmad/bmm/workflows/epic-tech-context.md +0 -15
  122. package/.claude/commands/bmad/bmm/workflows/narrative.md +0 -15
  123. package/.claude/commands/bmad/bmm/workflows/prd.md +0 -15
  124. package/.claude/commands/bmad/bmm/workflows/product-brief.md +0 -15
  125. package/.claude/commands/bmad/bmm/workflows/research.md +0 -15
  126. package/.claude/commands/bmad/bmm/workflows/retrospective.md +0 -15
  127. package/.claude/commands/bmad/bmm/workflows/solutioning-gate-check.md +0 -15
  128. package/.claude/commands/bmad/bmm/workflows/sprint-planning.md +0 -15
  129. package/.claude/commands/bmad/bmm/workflows/story-context.md +0 -15
  130. package/.claude/commands/bmad/bmm/workflows/story-done.md +0 -15
  131. package/.claude/commands/bmad/bmm/workflows/story-ready.md +0 -15
  132. package/.claude/commands/bmad/bmm/workflows/tech-spec-sm.md +0 -15
  133. package/.claude/commands/bmad/bmm/workflows/tech-spec.md +0 -15
  134. package/.claude/commands/bmad/bmm/workflows/workflow-init.md +0 -15
  135. package/.claude/commands/bmad/bmm/workflows/workflow-status.md +0 -15
  136. package/.claude/commands/bmad/cis/agents/README.md +0 -104
  137. package/.claude/commands/bmad/cis/agents/brainstorming-coach.md +0 -62
  138. package/.claude/commands/bmad/cis/agents/creative-problem-solver.md +0 -62
  139. package/.claude/commands/bmad/cis/agents/design-thinking-coach.md +0 -62
  140. package/.claude/commands/bmad/cis/agents/innovation-strategist.md +0 -62
  141. package/.claude/commands/bmad/cis/agents/storyteller.md +0 -59
  142. package/.claude/commands/bmad/cis/workflows/README.md +0 -37
  143. package/.claude/commands/bmad/cis/workflows/design-thinking.md +0 -15
  144. package/.claude/commands/bmad/cis/workflows/innovation-strategy.md +0 -15
  145. package/.claude/commands/bmad/cis/workflows/problem-solving.md +0 -15
  146. package/.claude/commands/bmad/cis/workflows/storytelling.md +0 -15
  147. package/.claude/commands/bmad/core/workflows/README.md +0 -37
  148. package/bmad/_cfg/agents/bmm-analyst.customize.yaml +0 -42
  149. package/bmad/_cfg/agents/bmm-architect.customize.yaml +0 -42
  150. package/bmad/_cfg/agents/bmm-dev.customize.yaml +0 -42
  151. package/bmad/_cfg/agents/bmm-paige.customize.yaml +0 -42
  152. package/bmad/_cfg/agents/bmm-pm.customize.yaml +0 -42
  153. package/bmad/_cfg/agents/bmm-sm.customize.yaml +0 -42
  154. package/bmad/_cfg/agents/bmm-tea.customize.yaml +0 -42
  155. package/bmad/_cfg/agents/bmm-tech-writer.customize.yaml +0 -42
  156. package/bmad/_cfg/agents/bmm-ux-designer.customize.yaml +0 -42
  157. package/bmad/_cfg/agents/cis-brainstorming-coach.customize.yaml +0 -42
  158. package/bmad/_cfg/agents/cis-creative-problem-solver.customize.yaml +0 -42
  159. package/bmad/_cfg/agents/cis-design-thinking-coach.customize.yaml +0 -42
  160. package/bmad/_cfg/agents/cis-innovation-strategist.customize.yaml +0 -42
  161. package/bmad/_cfg/agents/cis-storyteller.customize.yaml +0 -42
  162. package/bmad/bmb/agents/bmad-builder.md.bak +0 -70
  163. package/bmad/bmb/workflows/audit-workflow/workflow.yaml.bak +0 -23
  164. package/bmad/bmb/workflows/create-module/workflow.yaml.bak +0 -42
  165. package/bmad/bmb/workflows/create-workflow/workflow-template/workflow.yaml.bak +0 -39
  166. package/bmad/bmb/workflows/create-workflow/workflow.yaml.bak +0 -40
  167. package/bmad/bmb/workflows/edit-agent/workflow.yaml.bak +0 -33
  168. package/bmad/bmb/workflows/edit-module/workflow.yaml.bak +0 -34
  169. package/bmad/bmb/workflows/edit-workflow/workflow.yaml.bak +0 -27
  170. package/bmad/bmb/workflows/module-brief/workflow.yaml.bak +0 -29
  171. package/bmad/bmb/workflows/redoc/workflow.yaml.bak +0 -32
  172. package/bmad/bmm/README.md +0 -128
  173. package/bmad/bmm/README.md.bak +0 -169
  174. package/bmad/bmm/agents/analyst.md +0 -67
  175. package/bmad/bmm/agents/analyst.md.bak +0 -67
  176. package/bmad/bmm/agents/architect.md +0 -72
  177. package/bmad/bmm/agents/architect.md.bak +0 -73
  178. package/bmad/bmm/agents/dev.md +0 -69
  179. package/bmad/bmm/agents/dev.md.bak +0 -69
  180. package/bmad/bmm/agents/paige.md.bak +0 -82
  181. package/bmad/bmm/agents/pm.md +0 -76
  182. package/bmad/bmm/agents/pm.md.bak +0 -76
  183. package/bmad/bmm/agents/sm.md +0 -85
  184. package/bmad/bmm/agents/sm.md.bak +0 -85
  185. package/bmad/bmm/agents/tea.md +0 -72
  186. package/bmad/bmm/agents/tea.md.bak +0 -72
  187. package/bmad/bmm/agents/tech-writer.md +0 -82
  188. package/bmad/bmm/agents/ux-designer.md +0 -71
  189. package/bmad/bmm/agents/ux-designer.md.bak +0 -71
  190. package/bmad/bmm/config.yaml +0 -17
  191. package/bmad/bmm/docs/README.md +0 -235
  192. package/bmad/bmm/docs/agents-guide.md +0 -1057
  193. package/bmad/bmm/docs/brownfield-guide.md +0 -759
  194. package/bmad/bmm/docs/enterprise-agentic-development.md +0 -680
  195. package/bmad/bmm/docs/faq.md +0 -589
  196. package/bmad/bmm/docs/glossary.md +0 -321
  197. package/bmad/bmm/docs/party-mode.md +0 -224
  198. package/bmad/bmm/docs/quick-spec-flow.md +0 -652
  199. package/bmad/bmm/docs/quick-start.md +0 -366
  200. package/bmad/bmm/docs/scale-adaptive-system.md +0 -599
  201. package/bmad/bmm/docs/troubleshooting.md +0 -680
  202. package/bmad/bmm/docs/workflow-architecture-reference.md +0 -371
  203. package/bmad/bmm/docs/workflow-document-project-reference.md +0 -487
  204. package/bmad/bmm/docs/workflows-analysis.md +0 -670
  205. package/bmad/bmm/docs/workflows-implementation.md +0 -1758
  206. package/bmad/bmm/docs/workflows-planning.md +0 -1086
  207. package/bmad/bmm/docs/workflows-solutioning.md +0 -726
  208. package/bmad/bmm/tasks/daily-standup.xml +0 -85
  209. package/bmad/bmm/teams/team-fullstack.yaml +0 -11
  210. package/bmad/bmm/testarch/knowledge/ci-burn-in.md +0 -675
  211. package/bmad/bmm/testarch/knowledge/component-tdd.md +0 -486
  212. package/bmad/bmm/testarch/knowledge/contract-testing.md +0 -957
  213. package/bmad/bmm/testarch/knowledge/data-factories.md +0 -500
  214. package/bmad/bmm/testarch/knowledge/email-auth.md +0 -721
  215. package/bmad/bmm/testarch/knowledge/error-handling.md +0 -725
  216. package/bmad/bmm/testarch/knowledge/feature-flags.md +0 -750
  217. package/bmad/bmm/testarch/knowledge/fixture-architecture.md +0 -401
  218. package/bmad/bmm/testarch/knowledge/network-first.md +0 -486
  219. package/bmad/bmm/testarch/knowledge/nfr-criteria.md +0 -670
  220. package/bmad/bmm/testarch/knowledge/playwright-config.md +0 -730
  221. package/bmad/bmm/testarch/knowledge/probability-impact.md +0 -601
  222. package/bmad/bmm/testarch/knowledge/risk-governance.md +0 -615
  223. package/bmad/bmm/testarch/knowledge/selective-testing.md +0 -732
  224. package/bmad/bmm/testarch/knowledge/selector-resilience.md +0 -527
  225. package/bmad/bmm/testarch/knowledge/test-healing-patterns.md +0 -644
  226. package/bmad/bmm/testarch/knowledge/test-levels-framework.md +0 -473
  227. package/bmad/bmm/testarch/knowledge/test-priorities-matrix.md +0 -373
  228. package/bmad/bmm/testarch/knowledge/test-quality.md +0 -664
  229. package/bmad/bmm/testarch/knowledge/timing-debugging.md +0 -372
  230. package/bmad/bmm/testarch/knowledge/visual-debugging.md +0 -524
  231. package/bmad/bmm/testarch/tea-index.csv +0 -22
  232. package/bmad/bmm/workflows/1-analysis/brainstorm-project/instructions.md +0 -110
  233. package/bmad/bmm/workflows/1-analysis/brainstorm-project/project-context.md +0 -25
  234. package/bmad/bmm/workflows/1-analysis/brainstorm-project/workflow.yaml +0 -26
  235. package/bmad/bmm/workflows/1-analysis/domain-research/instructions.md +0 -423
  236. package/bmad/bmm/workflows/1-analysis/domain-research/template.md +0 -180
  237. package/bmad/bmm/workflows/1-analysis/domain-research/workflow.yaml +0 -36
  238. package/bmad/bmm/workflows/1-analysis/product-brief/checklist.md +0 -115
  239. package/bmad/bmm/workflows/1-analysis/product-brief/instructions.md +0 -524
  240. package/bmad/bmm/workflows/1-analysis/product-brief/template.md +0 -181
  241. package/bmad/bmm/workflows/1-analysis/product-brief/workflow.yaml +0 -45
  242. package/bmad/bmm/workflows/1-analysis/research/checklist-deep-prompt.md +0 -144
  243. package/bmad/bmm/workflows/1-analysis/research/checklist-technical.md +0 -249
  244. package/bmad/bmm/workflows/1-analysis/research/checklist.md +0 -299
  245. package/bmad/bmm/workflows/1-analysis/research/claude-code/injections.yaml +0 -114
  246. package/bmad/bmm/workflows/1-analysis/research/instructions-deep-prompt.md +0 -439
  247. package/bmad/bmm/workflows/1-analysis/research/instructions-market.md +0 -679
  248. package/bmad/bmm/workflows/1-analysis/research/instructions-router.md +0 -133
  249. package/bmad/bmm/workflows/1-analysis/research/instructions-technical.md +0 -538
  250. package/bmad/bmm/workflows/1-analysis/research/template-deep-prompt.md +0 -94
  251. package/bmad/bmm/workflows/1-analysis/research/template-market.md +0 -347
  252. package/bmad/bmm/workflows/1-analysis/research/template-technical.md +0 -245
  253. package/bmad/bmm/workflows/1-analysis/research/workflow.yaml +0 -44
  254. package/bmad/bmm/workflows/2-plan-workflows/create-ux-design/checklist.md +0 -310
  255. package/bmad/bmm/workflows/2-plan-workflows/create-ux-design/instructions.md +0 -1319
  256. package/bmad/bmm/workflows/2-plan-workflows/create-ux-design/ux-design-template.md +0 -145
  257. package/bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.yaml +0 -64
  258. package/bmad/bmm/workflows/2-plan-workflows/narrative/workflow.yaml +0 -29
  259. package/bmad/bmm/workflows/2-plan-workflows/prd/checklist.md +0 -349
  260. package/bmad/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/epics-template.md +0 -63
  261. package/bmad/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/instructions.md +0 -395
  262. package/bmad/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/workflow.yaml +0 -33
  263. package/bmad/bmm/workflows/2-plan-workflows/prd/domain-complexity.csv +0 -13
  264. package/bmad/bmm/workflows/2-plan-workflows/prd/instructions.md +0 -423
  265. package/bmad/bmm/workflows/2-plan-workflows/prd/prd-template.md +0 -237
  266. package/bmad/bmm/workflows/2-plan-workflows/prd/project-types.csv +0 -11
  267. package/bmad/bmm/workflows/2-plan-workflows/prd/workflow.yaml +0 -46
  268. package/bmad/bmm/workflows/2-plan-workflows/tech-spec/checklist.md +0 -214
  269. package/bmad/bmm/workflows/2-plan-workflows/tech-spec/epics-template.md +0 -58
  270. package/bmad/bmm/workflows/2-plan-workflows/tech-spec/instructions-level0-story.md +0 -200
  271. package/bmad/bmm/workflows/2-plan-workflows/tech-spec/instructions-level1-stories.md +0 -451
  272. package/bmad/bmm/workflows/2-plan-workflows/tech-spec/instructions.md +0 -1133
  273. package/bmad/bmm/workflows/2-plan-workflows/tech-spec/tech-spec-template.md +0 -181
  274. package/bmad/bmm/workflows/2-plan-workflows/tech-spec/user-story-template.md +0 -87
  275. package/bmad/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml +0 -60
  276. package/bmad/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml.bak +0 -60
  277. package/bmad/bmm/workflows/3-solutioning/solutioning-gate-check/checklist.md +0 -175
  278. package/bmad/bmm/workflows/3-solutioning/solutioning-gate-check/instructions.md +0 -322
  279. package/bmad/bmm/workflows/3-solutioning/solutioning-gate-check/template.md +0 -146
  280. package/bmad/bmm/workflows/3-solutioning/solutioning-gate-check/validation-criteria.yaml +0 -189
  281. package/bmad/bmm/workflows/3-solutioning/solutioning-gate-check/workflow.yaml +0 -64
  282. package/bmad/bmm/workflows/document-project/checklist.md +0 -245
  283. package/bmad/bmm/workflows/document-project/documentation-requirements.csv +0 -12
  284. package/bmad/bmm/workflows/document-project/instructions.md +0 -222
  285. package/bmad/bmm/workflows/document-project/templates/deep-dive-template.md +0 -345
  286. package/bmad/bmm/workflows/document-project/templates/index-template.md +0 -169
  287. package/bmad/bmm/workflows/document-project/templates/project-overview-template.md +0 -103
  288. package/bmad/bmm/workflows/document-project/templates/project-scan-report-schema.json +0 -160
  289. package/bmad/bmm/workflows/document-project/templates/source-tree-template.md +0 -135
  290. package/bmad/bmm/workflows/document-project/workflow.yaml +0 -34
  291. package/bmad/bmm/workflows/document-project/workflows/deep-dive-instructions.md +0 -298
  292. package/bmad/bmm/workflows/document-project/workflows/deep-dive.yaml +0 -31
  293. package/bmad/bmm/workflows/document-project/workflows/full-scan-instructions.md +0 -1106
  294. package/bmad/bmm/workflows/document-project/workflows/full-scan.yaml +0 -31
  295. package/bmad/bmm/workflows/techdoc/documentation-standards.md +0 -239
  296. package/bmad/bmm/workflows/techdoc/documentation-standards.md.bak +0 -238
  297. package/bmad/bmm/workflows/testarch/atdd/atdd-checklist-template.md +0 -363
  298. package/bmad/bmm/workflows/testarch/atdd/checklist.md +0 -373
  299. package/bmad/bmm/workflows/testarch/atdd/instructions.md +0 -785
  300. package/bmad/bmm/workflows/testarch/atdd/workflow.yaml +0 -52
  301. package/bmad/bmm/workflows/testarch/automate/checklist.md +0 -580
  302. package/bmad/bmm/workflows/testarch/automate/instructions.md +0 -1303
  303. package/bmad/bmm/workflows/testarch/automate/workflow.yaml +0 -61
  304. package/bmad/bmm/workflows/testarch/ci/checklist.md +0 -246
  305. package/bmad/bmm/workflows/testarch/ci/github-actions-template.yaml +0 -165
  306. package/bmad/bmm/workflows/testarch/ci/gitlab-ci-template.yaml +0 -128
  307. package/bmad/bmm/workflows/testarch/ci/instructions.md +0 -517
  308. package/bmad/bmm/workflows/testarch/ci/workflow.yaml +0 -53
  309. package/bmad/bmm/workflows/testarch/framework/checklist.md +0 -321
  310. package/bmad/bmm/workflows/testarch/framework/instructions.md +0 -455
  311. package/bmad/bmm/workflows/testarch/framework/workflow.yaml +0 -53
  312. package/bmad/bmm/workflows/testarch/nfr-assess/checklist.md +0 -405
  313. package/bmad/bmm/workflows/testarch/nfr-assess/instructions.md +0 -722
  314. package/bmad/bmm/workflows/testarch/nfr-assess/nfr-report-template.md +0 -443
  315. package/bmad/bmm/workflows/testarch/nfr-assess/workflow.yaml +0 -56
  316. package/bmad/bmm/workflows/testarch/test-design/checklist.md +0 -234
  317. package/bmad/bmm/workflows/testarch/test-design/instructions.md +0 -621
  318. package/bmad/bmm/workflows/testarch/test-design/test-design-template.md +0 -285
  319. package/bmad/bmm/workflows/testarch/test-design/workflow.yaml +0 -52
  320. package/bmad/bmm/workflows/testarch/test-review/checklist.md +0 -470
  321. package/bmad/bmm/workflows/testarch/test-review/instructions.md +0 -608
  322. package/bmad/bmm/workflows/testarch/test-review/test-review-template.md +0 -388
  323. package/bmad/bmm/workflows/testarch/test-review/workflow.yaml +0 -53
  324. package/bmad/bmm/workflows/testarch/trace/checklist.md +0 -654
  325. package/bmad/bmm/workflows/testarch/trace/instructions.md +0 -1045
  326. package/bmad/bmm/workflows/testarch/trace/trace-template.md +0 -673
  327. package/bmad/bmm/workflows/testarch/trace/workflow.yaml +0 -66
  328. package/bmad/bmm/workflows/workflow-status/init/instructions.md +0 -771
  329. package/bmad/bmm/workflows/workflow-status/init/workflow.yaml +0 -27
  330. package/bmad/bmm/workflows/workflow-status/init/workflow.yaml.bak +0 -27
  331. package/bmad/bmm/workflows/workflow-status/instructions.md +0 -386
  332. package/bmad/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +0 -120
  333. package/bmad/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +0 -108
  334. package/bmad/bmm/workflows/workflow-status/paths/game-design.yaml +0 -75
  335. package/bmad/bmm/workflows/workflow-status/paths/method-brownfield.yaml +0 -97
  336. package/bmad/bmm/workflows/workflow-status/paths/method-greenfield.yaml +0 -88
  337. package/bmad/bmm/workflows/workflow-status/paths/quick-flow-brownfield.yaml +0 -58
  338. package/bmad/bmm/workflows/workflow-status/paths/quick-flow-greenfield.yaml +0 -47
  339. package/bmad/bmm/workflows/workflow-status/project-levels.yaml +0 -59
  340. package/bmad/bmm/workflows/workflow-status/sample-level-3-workflow.yaml +0 -49
  341. package/bmad/bmm/workflows/workflow-status/workflow-status-template.yaml +0 -31
  342. package/bmad/bmm/workflows/workflow-status/workflow.yaml +0 -28
  343. package/bmad/cis/README.md +0 -153
  344. package/bmad/cis/agents/README.md +0 -104
  345. package/bmad/cis/agents/brainstorming-coach.md +0 -62
  346. package/bmad/cis/agents/brainstorming-coach.md.bak +0 -62
  347. package/bmad/cis/agents/creative-problem-solver.md +0 -62
  348. package/bmad/cis/agents/creative-problem-solver.md.bak +0 -62
  349. package/bmad/cis/agents/design-thinking-coach.md +0 -62
  350. package/bmad/cis/agents/design-thinking-coach.md.bak +0 -62
  351. package/bmad/cis/agents/innovation-strategist.md +0 -62
  352. package/bmad/cis/agents/innovation-strategist.md.bak +0 -62
  353. package/bmad/cis/agents/storyteller.md +0 -59
  354. package/bmad/cis/agents/storyteller.md.bak +0 -59
  355. package/bmad/cis/config.yaml +0 -10
  356. package/bmad/cis/teams/creative-squad.yaml +0 -6
  357. package/bmad/cis/workflows/README.md +0 -139
  358. package/bmad/cis/workflows/design-thinking/README.md +0 -56
  359. package/bmad/cis/workflows/design-thinking/design-methods.csv +0 -31
  360. package/bmad/cis/workflows/design-thinking/instructions.md +0 -200
  361. package/bmad/cis/workflows/design-thinking/template.md +0 -111
  362. package/bmad/cis/workflows/design-thinking/workflow.yaml +0 -32
  363. package/bmad/cis/workflows/innovation-strategy/README.md +0 -56
  364. package/bmad/cis/workflows/innovation-strategy/innovation-frameworks.csv +0 -31
  365. package/bmad/cis/workflows/innovation-strategy/instructions.md +0 -274
  366. package/bmad/cis/workflows/innovation-strategy/template.md +0 -189
  367. package/bmad/cis/workflows/innovation-strategy/workflow.yaml +0 -32
  368. package/bmad/cis/workflows/problem-solving/README.md +0 -56
  369. package/bmad/cis/workflows/problem-solving/instructions.md +0 -250
  370. package/bmad/cis/workflows/problem-solving/solving-methods.csv +0 -31
  371. package/bmad/cis/workflows/problem-solving/template.md +0 -165
  372. package/bmad/cis/workflows/problem-solving/workflow.yaml +0 -32
  373. package/bmad/cis/workflows/storytelling/README.md +0 -58
  374. package/bmad/cis/workflows/storytelling/instructions.md +0 -291
  375. package/bmad/cis/workflows/storytelling/story-types.csv +0 -26
  376. package/bmad/cis/workflows/storytelling/template.md +0 -113
  377. package/bmad/cis/workflows/storytelling/workflow.yaml +0 -32
  378. package/bmad/core/agents/bmad-master.md.bak +0 -71
  379. package/src/modules/bmm/docs/troubleshooting.md +0 -680
  380. package/src/modules/bmm/teams/team-gamedev.yaml +0 -14
  381. package/src/modules/bmm/workflows/2-plan-workflows/gdd/workflow.yaml +0 -81
  382. package/src/modules/bmm/workflows/2-plan-workflows/narrative/checklist.md +0 -139
  383. package/src/modules/bmm/workflows/2-plan-workflows/narrative/instructions-narrative.md +0 -608
  384. package/src/modules/bmm/workflows/2-plan-workflows/narrative/narrative-template.md +0 -195
  385. /package/src/modules/{bmm/workflows/1-analysis → bmgd/workflows/1-preproduction}/brainstorm-game/game-brain-methods.csv +0 -0
  386. /package/src/modules/{bmm/workflows/1-analysis → bmgd/workflows/1-preproduction}/brainstorm-game/game-context.md +0 -0
  387. /package/src/modules/{bmm/workflows/1-analysis → bmgd/workflows/1-preproduction}/brainstorm-game/instructions.md +0 -0
  388. /package/src/modules/{bmm/workflows/1-analysis → bmgd/workflows/1-preproduction}/game-brief/checklist.md +0 -0
  389. /package/src/modules/{bmm/workflows/1-analysis → bmgd/workflows/1-preproduction}/game-brief/instructions.md +0 -0
  390. /package/src/modules/{bmm/workflows/1-analysis → bmgd/workflows/1-preproduction}/game-brief/template.md +0 -0
  391. /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/checklist.md +0 -0
  392. /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/action-platformer.md +0 -0
  393. /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/adventure.md +0 -0
  394. /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/card-game.md +0 -0
  395. /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/fighting.md +0 -0
  396. /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/horror.md +0 -0
  397. /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/idle-incremental.md +0 -0
  398. /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/metroidvania.md +0 -0
  399. /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/moba.md +0 -0
  400. /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/party-game.md +0 -0
  401. /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/puzzle.md +0 -0
  402. /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/racing.md +0 -0
  403. /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/rhythm.md +0 -0
  404. /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/roguelike.md +0 -0
  405. /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/rpg.md +0 -0
  406. /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/sandbox.md +0 -0
  407. /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/shooter.md +0 -0
  408. /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/simulation.md +0 -0
  409. /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/sports.md +0 -0
  410. /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/strategy.md +0 -0
  411. /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/survival.md +0 -0
  412. /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/text-based.md +0 -0
  413. /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/tower-defense.md +0 -0
  414. /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/turn-based-tactics.md +0 -0
  415. /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/visual-novel.md +0 -0
  416. /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types.csv +0 -0
  417. /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/gdd-template.md +0 -0
  418. /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/instructions-gdd.md +0 -0
  419. /package/{bmad/bmm/workflows/2-plan-workflows → src/modules/bmgd/workflows/2-design}/narrative/checklist.md +0 -0
  420. /package/{bmad/bmm/workflows/2-plan-workflows → src/modules/bmgd/workflows/2-design}/narrative/instructions-narrative.md +0 -0
  421. /package/{bmad/bmm/workflows/2-plan-workflows → src/modules/bmgd/workflows/2-design}/narrative/narrative-template.md +0 -0
  422. /package/{bmad/bmm/workflows/3-solutioning/architecture → src/modules/bmgd/workflows/3-technical/game-architecture}/architecture-patterns.yaml +0 -0
  423. /package/{bmad/bmm/workflows/3-solutioning/architecture → src/modules/bmgd/workflows/3-technical/game-architecture}/architecture-template.md +0 -0
  424. /package/{bmad/bmm/workflows/3-solutioning/architecture → src/modules/bmgd/workflows/3-technical/game-architecture}/checklist.md +0 -0
  425. /package/{bmad/bmm/workflows/3-solutioning/architecture → src/modules/bmgd/workflows/3-technical/game-architecture}/decision-catalog.yaml +0 -0
  426. /package/{bmad/bmm/workflows/3-solutioning/architecture → src/modules/bmgd/workflows/3-technical/game-architecture}/pattern-categories.csv +0 -0
  427. /package/{bmad/bmm/workflows/4-implementation → src/modules/bmgd/workflows/4-production}/code-review/backlog_template.md +0 -0
  428. /package/{bmad/bmm/workflows/4-implementation → src/modules/bmgd/workflows/4-production}/code-review/checklist.md +0 -0
  429. /package/{bmad/bmm/workflows/4-implementation → src/modules/bmgd/workflows/4-production}/code-review/instructions.md +0 -0
  430. /package/{bmad/bmm/workflows/4-implementation → src/modules/bmgd/workflows/4-production}/correct-course/checklist.md +0 -0
  431. /package/{bmad/bmm/workflows/4-implementation → src/modules/bmgd/workflows/4-production}/correct-course/instructions.md +0 -0
  432. /package/{bmad/bmm/workflows/4-implementation → src/modules/bmgd/workflows/4-production}/create-story/checklist.md +0 -0
  433. /package/{bmad/bmm/workflows/4-implementation → src/modules/bmgd/workflows/4-production}/create-story/instructions.md +0 -0
  434. /package/{bmad/bmm/workflows/4-implementation → src/modules/bmgd/workflows/4-production}/create-story/template.md +0 -0
  435. /package/{bmad/bmm/workflows/4-implementation → src/modules/bmgd/workflows/4-production}/dev-story/AUDIT-REPORT.md +0 -0
  436. /package/{bmad/bmm/workflows/4-implementation → src/modules/bmgd/workflows/4-production}/dev-story/checklist.md +0 -0
  437. /package/{bmad/bmm/workflows/4-implementation → src/modules/bmgd/workflows/4-production}/dev-story/instructions.md +0 -0
  438. /package/{bmad/bmm/workflows/4-implementation → src/modules/bmgd/workflows/4-production}/epic-tech-context/checklist.md +0 -0
  439. /package/{bmad/bmm/workflows/4-implementation → src/modules/bmgd/workflows/4-production}/epic-tech-context/instructions.md +0 -0
  440. /package/{bmad/bmm/workflows/4-implementation → src/modules/bmgd/workflows/4-production}/epic-tech-context/template.md +0 -0
  441. /package/{bmad/bmm/workflows/4-implementation → src/modules/bmgd/workflows/4-production}/retrospective/instructions.md +0 -0
  442. /package/{bmad/bmm/workflows/4-implementation → src/modules/bmgd/workflows/4-production}/sprint-planning/checklist.md +0 -0
  443. /package/{bmad/bmm/workflows/4-implementation → src/modules/bmgd/workflows/4-production}/sprint-planning/instructions.md +0 -0
  444. /package/{bmad/bmm/workflows/4-implementation → src/modules/bmgd/workflows/4-production}/sprint-planning/sprint-status-template.yaml +0 -0
  445. /package/{bmad/bmm/workflows/4-implementation → src/modules/bmgd/workflows/4-production}/story-context/checklist.md +0 -0
  446. /package/{bmad/bmm/workflows/4-implementation → src/modules/bmgd/workflows/4-production}/story-context/context-template.xml +0 -0
  447. /package/{bmad/bmm/workflows/4-implementation → src/modules/bmgd/workflows/4-production}/story-context/instructions.md +0 -0
  448. /package/{bmad/bmm/workflows/4-implementation → src/modules/bmgd/workflows/4-production}/story-done/instructions.md +0 -0
  449. /package/{bmad/bmm/workflows/4-implementation → src/modules/bmgd/workflows/4-production}/story-ready/instructions.md +0 -0
@@ -1,145 +0,0 @@
1
- # {{project_name}} UX Design Specification
2
-
3
- _Created on {{date}} by {{user_name}}_
4
- _Generated using BMad Method - Create UX Design Workflow v1.0_
5
-
6
- ---
7
-
8
- ## Executive Summary
9
-
10
- {{project_vision}}
11
-
12
- ---
13
-
14
- ## 1. Design System Foundation
15
-
16
- ### 1.1 Design System Choice
17
-
18
- {{design_system_decision}}
19
-
20
- ---
21
-
22
- ## 2. Core User Experience
23
-
24
- ### 2.1 Defining Experience
25
-
26
- {{core_experience}}
27
-
28
- ### 2.2 Novel UX Patterns
29
-
30
- {{novel_ux_patterns}}
31
-
32
- ---
33
-
34
- ## 3. Visual Foundation
35
-
36
- ### 3.1 Color System
37
-
38
- {{visual_foundation}}
39
-
40
- **Interactive Visualizations:**
41
-
42
- - Color Theme Explorer: [ux-color-themes.html](./ux-color-themes.html)
43
-
44
- ---
45
-
46
- ## 4. Design Direction
47
-
48
- ### 4.1 Chosen Design Approach
49
-
50
- {{design_direction_decision}}
51
-
52
- **Interactive Mockups:**
53
-
54
- - Design Direction Showcase: [ux-design-directions.html](./ux-design-directions.html)
55
-
56
- ---
57
-
58
- ## 5. User Journey Flows
59
-
60
- ### 5.1 Critical User Paths
61
-
62
- {{user_journey_flows}}
63
-
64
- ---
65
-
66
- ## 6. Component Library
67
-
68
- ### 6.1 Component Strategy
69
-
70
- {{component_library_strategy}}
71
-
72
- ---
73
-
74
- ## 7. UX Pattern Decisions
75
-
76
- ### 7.1 Consistency Rules
77
-
78
- {{ux_pattern_decisions}}
79
-
80
- ---
81
-
82
- ## 8. Responsive Design & Accessibility
83
-
84
- ### 8.1 Responsive Strategy
85
-
86
- {{responsive_accessibility_strategy}}
87
-
88
- ---
89
-
90
- ## 9. Implementation Guidance
91
-
92
- ### 9.1 Completion Summary
93
-
94
- {{completion_summary}}
95
-
96
- ---
97
-
98
- ## Appendix
99
-
100
- ### Related Documents
101
-
102
- - Product Requirements: `{{prd_file}}`
103
- - Product Brief: `{{brief_file}}`
104
- - Brainstorming: `{{brainstorm_file}}`
105
-
106
- ### Core Interactive Deliverables
107
-
108
- This UX Design Specification was created through visual collaboration:
109
-
110
- - **Color Theme Visualizer**: {{color_themes_html}}
111
- - Interactive HTML showing all color theme options explored
112
- - Live UI component examples in each theme
113
- - Side-by-side comparison and semantic color usage
114
-
115
- - **Design Direction Mockups**: {{design_directions_html}}
116
- - Interactive HTML with 6-8 complete design approaches
117
- - Full-screen mockups of key screens
118
- - Design philosophy and rationale for each direction
119
-
120
- ### Optional Enhancement Deliverables
121
-
122
- _This section will be populated if additional UX artifacts are generated through follow-up workflows._
123
-
124
- <!-- Additional deliverables added here by other workflows -->
125
-
126
- ### Next Steps & Follow-Up Workflows
127
-
128
- This UX Design Specification can serve as input to:
129
-
130
- - **Wireframe Generation Workflow** - Create detailed wireframes from user flows
131
- - **Figma Design Workflow** - Generate Figma files via MCP integration
132
- - **Interactive Prototype Workflow** - Build clickable HTML prototypes
133
- - **Component Showcase Workflow** - Create interactive component library
134
- - **AI Frontend Prompt Workflow** - Generate prompts for v0, Lovable, Bolt, etc.
135
- - **Solution Architecture Workflow** - Define technical architecture with UX context
136
-
137
- ### Version History
138
-
139
- | Date | Version | Changes | Author |
140
- | -------- | ------- | ------------------------------- | ------------- |
141
- | {{date}} | 1.0 | Initial UX Design Specification | {{user_name}} |
142
-
143
- ---
144
-
145
- _This UX Design Specification was created through collaborative design facilitation, not template generation. All decisions were made with user input and are documented with rationale._
@@ -1,64 +0,0 @@
1
- # Create UX Design Workflow Configuration
2
- name: create-ux-design
3
- description: "Collaborative UX design facilitation workflow that creates exceptional user experiences through visual exploration and informed decision-making. Unlike template-driven approaches, this workflow facilitates discovery, generates visual options, and collaboratively designs the UX with the user at every step."
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
- communication_language: "{config_source}:communication_language"
11
- document_output_language: "{config_source}:document_output_language"
12
- user_skill_level: "{config_source}:user_skill_level"
13
- date: system-generated
14
-
15
- # Input requirements - We work from PRD, Brief, or Brainstorming docs
16
- recommended_inputs:
17
- - prd: "Product Requirements Document with features and user journeys"
18
- - product_brief: "Product brief with vision and target users"
19
- - brainstorming: "Brainstorming documents with ideas and concepts"
20
-
21
- # Input file references (fuzzy matched from output folder)
22
- prd_file: "{output_folder}/bmm-PRD.md or PRD.md or product-requirements.md"
23
- brief_file: "{output_folder}/product-brief.md or brief.md or project-brief.md"
24
- brainstorm_file: "{output_folder}/brainstorming.md or brainstorm.md or ideation.md"
25
-
26
- # Smart input file references - handles both whole docs and sharded docs
27
- # Priority: Whole document first, then sharded version
28
- input_file_patterns:
29
- prd:
30
- whole: "{output_folder}/*prd*.md"
31
- sharded: "{output_folder}/*prd*/index.md"
32
-
33
- product_brief:
34
- whole: "{output_folder}/*brief*.md"
35
- sharded: "{output_folder}/*brief*/index.md"
36
-
37
- epics:
38
- whole: "{output_folder}/*epic*.md"
39
- sharded: "{output_folder}/*epic*/index.md"
40
-
41
- brainstorming:
42
- whole: "{output_folder}/*brainstorm*.md"
43
- sharded: "{output_folder}/*brainstorm*/index.md"
44
-
45
- document_project:
46
- sharded: "{output_folder}/docs/index.md"
47
-
48
- # Module path and component files
49
- installed_path: "{project-root}/bmad/bmm/workflows/2-plan-workflows/create-ux-design"
50
- instructions: "{installed_path}/instructions.md"
51
- validation: "{installed_path}/checklist.md"
52
- template: "{installed_path}/ux-design-template.md"
53
-
54
- # Knowledge bases for intelligent UX decisions
55
- ux_pattern_catalog: "{installed_path}/ux-pattern-catalog.yaml"
56
- color_psychology: "{installed_path}/color-psychology.yaml"
57
- layout_patterns: "{installed_path}/layout-patterns.yaml"
58
-
59
- # Output configuration - Progressive saves throughout workflow
60
- default_output_file: "{output_folder}/ux-design-specification.md"
61
- color_themes_html: "{output_folder}/ux-color-themes.html"
62
- design_directions_html: "{output_folder}/ux-design-directions.html"
63
-
64
- standalone: true
@@ -1,29 +0,0 @@
1
- # Narrative Design Workflow
2
- name: narrative
3
- description: "Narrative design workflow for story-driven games and applications. Creates comprehensive narrative documentation including story structure, character arcs, dialogue systems, and narrative implementation guidance."
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
- communication_language: "{config_source}:communication_language"
11
- document_output_language: "{config_source}:document_output_language"
12
- user_skill_level: "{config_source}:user_skill_level"
13
- date: system-generated
14
-
15
- # Workflow components
16
- installed_path: "{project-root}/bmad/bmm/workflows/2-plan-workflows/narrative"
17
- instructions: "{installed_path}/instructions-narrative.md"
18
- template: "{installed_path}/narrative-template.md"
19
-
20
- # Output configuration
21
- default_output_file: "{output_folder}/narrative-design.md"
22
-
23
- # Recommended input documents
24
- recommended_inputs:
25
- - game_brief: "{output_folder}/game-brief.md"
26
- - gdd: "{output_folder}/GDD.md"
27
- - product_brief: "{output_folder}/product-brief.md"
28
-
29
- standalone: true
@@ -1,349 +0,0 @@
1
- # PRD + Epics + Stories Validation Checklist
2
-
3
- **Purpose**: Comprehensive validation that PRD, epics, and stories form a complete, implementable product plan.
4
-
5
- **Scope**: Validates the complete planning output (PRD.md + epics.md) for Levels 2-4 software projects
6
-
7
- **Expected Outputs**:
8
-
9
- - PRD.md with complete requirements
10
- - epics.md with detailed epic and story breakdown
11
- - Updated bmm-workflow-status.yaml
12
-
13
- ---
14
-
15
- ## 1. PRD Document Completeness
16
-
17
- ### Core Sections Present
18
-
19
- - [ ] Executive Summary with vision alignment
20
- - [ ] Product magic essence clearly articulated
21
- - [ ] Project classification (type, domain, complexity)
22
- - [ ] Success criteria defined
23
- - [ ] Product scope (MVP, Growth, Vision) clearly delineated
24
- - [ ] Functional requirements comprehensive and numbered
25
- - [ ] Non-functional requirements (when applicable)
26
- - [ ] References section with source documents
27
-
28
- ### Project-Specific Sections
29
-
30
- - [ ] **If complex domain:** Domain context and considerations documented
31
- - [ ] **If innovation:** Innovation patterns and validation approach documented
32
- - [ ] **If API/Backend:** Endpoint specification and authentication model included
33
- - [ ] **If Mobile:** Platform requirements and device features documented
34
- - [ ] **If SaaS B2B:** Tenant model and permission matrix included
35
- - [ ] **If UI exists:** UX principles and key interactions documented
36
-
37
- ### Quality Checks
38
-
39
- - [ ] No unfilled template variables ({{variable}})
40
- - [ ] All variables properly populated with meaningful content
41
- - [ ] Product magic woven throughout (not just stated once)
42
- - [ ] Language is clear, specific, and measurable
43
- - [ ] Project type correctly identified and sections match
44
- - [ ] Domain complexity appropriately addressed
45
-
46
- ---
47
-
48
- ## 2. Functional Requirements Quality
49
-
50
- ### FR Format and Structure
51
-
52
- - [ ] Each FR has unique identifier (FR-001, FR-002, etc.)
53
- - [ ] FRs describe WHAT capabilities, not HOW to implement
54
- - [ ] FRs are specific and measurable
55
- - [ ] FRs are testable and verifiable
56
- - [ ] FRs focus on user/business value
57
- - [ ] No technical implementation details in FRs (those belong in architecture)
58
-
59
- ### FR Completeness
60
-
61
- - [ ] All MVP scope features have corresponding FRs
62
- - [ ] Growth features documented (even if deferred)
63
- - [ ] Vision features captured for future reference
64
- - [ ] Domain-mandated requirements included
65
- - [ ] Innovation requirements captured with validation needs
66
- - [ ] Project-type specific requirements complete
67
-
68
- ### FR Organization
69
-
70
- - [ ] FRs organized by capability/feature area (not by tech stack)
71
- - [ ] Related FRs grouped logically
72
- - [ ] Dependencies between FRs noted when critical
73
- - [ ] Priority/phase indicated (MVP vs Growth vs Vision)
74
-
75
- ---
76
-
77
- ## 3. Epics Document Completeness
78
-
79
- ### Required Files
80
-
81
- - [ ] epics.md exists in output folder
82
- - [ ] Epic list in PRD.md matches epics in epics.md (titles and count)
83
- - [ ] All epics have detailed breakdown sections
84
-
85
- ### Epic Quality
86
-
87
- - [ ] Each epic has clear goal and value proposition
88
- - [ ] Each epic includes complete story breakdown
89
- - [ ] Stories follow proper user story format: "As a [role], I want [goal], so that [benefit]"
90
- - [ ] Each story has numbered acceptance criteria
91
- - [ ] Prerequisites/dependencies explicitly stated per story
92
- - [ ] Stories are AI-agent sized (completable in 2-4 hour session)
93
-
94
- ---
95
-
96
- ## 4. FR Coverage Validation (CRITICAL)
97
-
98
- ### Complete Traceability
99
-
100
- - [ ] **Every FR from PRD.md is covered by at least one story in epics.md**
101
- - [ ] Each story references relevant FR numbers
102
- - [ ] No orphaned FRs (requirements without stories)
103
- - [ ] No orphaned stories (stories without FR connection)
104
- - [ ] Coverage matrix verified (can trace FR → Epic → Stories)
105
-
106
- ### Coverage Quality
107
-
108
- - [ ] Stories sufficiently decompose FRs into implementable units
109
- - [ ] Complex FRs broken into multiple stories appropriately
110
- - [ ] Simple FRs have appropriately scoped single stories
111
- - [ ] Non-functional requirements reflected in story acceptance criteria
112
- - [ ] Domain requirements embedded in relevant stories
113
-
114
- ---
115
-
116
- ## 5. Story Sequencing Validation (CRITICAL)
117
-
118
- ### Epic 1 Foundation Check
119
-
120
- - [ ] **Epic 1 establishes foundational infrastructure**
121
- - [ ] Epic 1 delivers initial deployable functionality
122
- - [ ] Epic 1 creates baseline for subsequent epics
123
- - [ ] Exception: If adding to existing app, foundation requirement adapted appropriately
124
-
125
- ### Vertical Slicing
126
-
127
- - [ ] **Each story delivers complete, testable functionality** (not horizontal layers)
128
- - [ ] No "build database" or "create UI" stories in isolation
129
- - [ ] Stories integrate across stack (data + logic + presentation when applicable)
130
- - [ ] Each story leaves system in working/deployable state
131
-
132
- ### No Forward Dependencies
133
-
134
- - [ ] **No story depends on work from a LATER story or epic**
135
- - [ ] Stories within each epic are sequentially ordered
136
- - [ ] Each story builds only on previous work
137
- - [ ] Dependencies flow backward only (can reference earlier stories)
138
- - [ ] Parallel tracks clearly indicated if stories are independent
139
-
140
- ### Value Delivery Path
141
-
142
- - [ ] Each epic delivers significant end-to-end value
143
- - [ ] Epic sequence shows logical product evolution
144
- - [ ] User can see value after each epic completion
145
- - [ ] MVP scope clearly achieved by end of designated epics
146
-
147
- ---
148
-
149
- ## 6. Scope Management
150
-
151
- ### MVP Discipline
152
-
153
- - [ ] MVP scope is genuinely minimal and viable
154
- - [ ] Core features list contains only true must-haves
155
- - [ ] Each MVP feature has clear rationale for inclusion
156
- - [ ] No obvious scope creep in "must-have" list
157
-
158
- ### Future Work Captured
159
-
160
- - [ ] Growth features documented for post-MVP
161
- - [ ] Vision features captured to maintain long-term direction
162
- - [ ] Out-of-scope items explicitly listed
163
- - [ ] Deferred features have clear reasoning for deferral
164
-
165
- ### Clear Boundaries
166
-
167
- - [ ] Stories marked as MVP vs Growth vs Vision
168
- - [ ] Epic sequencing aligns with MVP → Growth progression
169
- - [ ] No confusion about what's in vs out of initial scope
170
-
171
- ---
172
-
173
- ## 7. Research and Context Integration
174
-
175
- ### Source Document Integration
176
-
177
- - [ ] **If product brief exists:** Key insights incorporated into PRD
178
- - [ ] **If domain brief exists:** Domain requirements reflected in FRs and stories
179
- - [ ] **If research documents exist:** Research findings inform requirements
180
- - [ ] **If competitive analysis exists:** Differentiation strategy clear in PRD
181
- - [ ] All source documents referenced in PRD References section
182
-
183
- ### Research Continuity to Architecture
184
-
185
- - [ ] Domain complexity considerations documented for architects
186
- - [ ] Technical constraints from research captured
187
- - [ ] Regulatory/compliance requirements clearly stated
188
- - [ ] Integration requirements with existing systems documented
189
- - [ ] Performance/scale requirements informed by research data
190
-
191
- ### Information Completeness for Next Phase
192
-
193
- - [ ] PRD provides sufficient context for architecture decisions
194
- - [ ] Epics provide sufficient detail for technical design
195
- - [ ] Stories have enough acceptance criteria for implementation
196
- - [ ] Non-obvious business rules documented
197
- - [ ] Edge cases and special scenarios captured
198
-
199
- ---
200
-
201
- ## 8. Cross-Document Consistency
202
-
203
- ### Terminology Consistency
204
-
205
- - [ ] Same terms used across PRD and epics for concepts
206
- - [ ] Feature names consistent between documents
207
- - [ ] Epic titles match between PRD and epics.md
208
- - [ ] No contradictions between PRD and epics
209
-
210
- ### Alignment Checks
211
-
212
- - [ ] Success metrics in PRD align with story outcomes
213
- - [ ] Product magic articulated in PRD reflected in epic goals
214
- - [ ] Technical preferences in PRD align with story implementation hints
215
- - [ ] Scope boundaries consistent across all documents
216
-
217
- ---
218
-
219
- ## 9. Readiness for Implementation
220
-
221
- ### Architecture Readiness (Next Phase)
222
-
223
- - [ ] PRD provides sufficient context for architecture workflow
224
- - [ ] Technical constraints and preferences documented
225
- - [ ] Integration points identified
226
- - [ ] Performance/scale requirements specified
227
- - [ ] Security and compliance needs clear
228
-
229
- ### Development Readiness
230
-
231
- - [ ] Stories are specific enough to estimate
232
- - [ ] Acceptance criteria are testable
233
- - [ ] Technical unknowns identified and flagged
234
- - [ ] Dependencies on external systems documented
235
- - [ ] Data requirements specified
236
-
237
- ### Level-Appropriate Detail
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:**
246
-
247
- - [ ] PRD supports full architecture workflow
248
- - [ ] Epic structure supports phased delivery
249
- - [ ] Scope appropriate for team-based development
250
- - [ ] Clear value delivery through epic sequence
251
-
252
- ---
253
-
254
- ## 10. Quality and Polish
255
-
256
- ### Writing Quality
257
-
258
- - [ ] Language is clear and free of jargon (or jargon is defined)
259
- - [ ] Sentences are concise and specific
260
- - [ ] No vague statements ("should be fast", "user-friendly")
261
- - [ ] Measurable criteria used throughout
262
- - [ ] Professional tone appropriate for stakeholder review
263
-
264
- ### Document Structure
265
-
266
- - [ ] Sections flow logically
267
- - [ ] Headers and numbering consistent
268
- - [ ] Cross-references accurate (FR numbers, section references)
269
- - [ ] Formatting consistent throughout
270
- - [ ] Tables/lists formatted properly
271
-
272
- ### Completeness Indicators
273
-
274
- - [ ] No [TODO] or [TBD] markers remain
275
- - [ ] No placeholder text
276
- - [ ] All sections have substantive content
277
- - [ ] Optional sections either complete or omitted (not half-done)
278
-
279
- ---
280
-
281
- ## Critical Failures (Auto-Fail)
282
-
283
- If ANY of these are true, validation FAILS:
284
-
285
- - [ ] ❌ **No epics.md file exists** (two-file output required)
286
- - [ ] ❌ **Epic 1 doesn't establish foundation** (violates core sequencing principle)
287
- - [ ] ❌ **Stories have forward dependencies** (breaks sequential implementation)
288
- - [ ] ❌ **Stories not vertically sliced** (horizontal layers block value delivery)
289
- - [ ] ❌ **Epics don't cover all FRs** (orphaned requirements)
290
- - [ ] ❌ **FRs contain technical implementation details** (should be in architecture)
291
- - [ ] ❌ **No FR traceability to stories** (can't validate coverage)
292
- - [ ] ❌ **Template variables unfilled** (incomplete document)
293
-
294
- ---
295
-
296
- ## Validation Summary
297
-
298
- **Total Validation Points:** ~85
299
-
300
- ### Scoring Guide
301
-
302
- - **Pass Rate ≥ 95% (81+/85):** ✅ EXCELLENT - Ready for architecture phase
303
- - **Pass Rate 85-94% (72-80/85):** ⚠️ GOOD - Minor fixes needed
304
- - **Pass Rate 70-84% (60-71/85):** ⚠️ FAIR - Important issues to address
305
- - **Pass Rate < 70% (<60/85):** ❌ POOR - Significant rework required
306
-
307
- ### Critical Issue Threshold
308
-
309
- - **0 Critical Failures:** Proceed to fixes
310
- - **1+ Critical Failures:** STOP - Must fix critical issues first
311
-
312
- ---
313
-
314
- ## Validation Execution Notes
315
-
316
- **When validating:**
317
-
318
- 1. **Load ALL documents:**
319
- - PRD.md (required)
320
- - epics.md (required)
321
- - product-brief.md (if exists)
322
- - domain-brief.md (if exists)
323
- - research documents (if referenced)
324
-
325
- 2. **Validate in order:**
326
- - Check critical failures first (immediate stop if any found)
327
- - Verify PRD completeness
328
- - Verify epics completeness
329
- - Cross-reference FR coverage (most important)
330
- - Check sequencing (second most important)
331
- - Validate research integration
332
- - Check polish and quality
333
-
334
- 3. **Report findings:**
335
- - List critical failures prominently
336
- - Group issues by severity
337
- - Provide specific line numbers/sections
338
- - Suggest concrete fixes
339
- - Highlight what's working well
340
-
341
- 4. **Provide actionable next steps:**
342
- - If validation passes: "Ready for architecture workflow"
343
- - If minor issues: "Fix [X] items then re-validate"
344
- - If major issues: "Rework [sections] then re-validate"
345
- - If critical failures: "Must fix critical items before proceeding"
346
-
347
- ---
348
-
349
- **Remember:** This validation ensures the entire planning phase is complete and the implementation phase has everything needed to succeed. Be thorough but fair - the goal is quality, not perfection.
@@ -1,63 +0,0 @@
1
- # {{project_name}} - Epic Breakdown
2
-
3
- **Author:** {{user_name}}
4
- **Date:** {{date}}
5
- **Project Level:** {{project_level}}
6
- **Target Scale:** {{target_scale}}
7
-
8
- ---
9
-
10
- ## Overview
11
-
12
- This document provides the detailed epic breakdown for {{project_name}}, expanding on the high-level epic list in the [PRD](./PRD.md).
13
-
14
- Each epic includes:
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
20
-
21
- **Epic Sequencing Principles:**
22
-
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
27
-
28
- ---
29
-
30
- {{epic_details}}
31
-
32
- ---
33
-
34
- ## Story Guidelines Reference
35
-
36
- **Story Format:**
37
-
38
- ```
39
- **Story [EPIC.N]: [Story Title]**
40
-
41
- As a [user type],
42
- I want [goal/desire],
43
- So that [benefit/value].
44
-
45
- **Acceptance Criteria:**
46
- 1. [Specific testable criterion]
47
- 2. [Another specific criterion]
48
- 3. [etc.]
49
-
50
- **Prerequisites:** [Dependencies on previous stories, if any]
51
- ```
52
-
53
- **Story Requirements:**
54
-
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
60
-
61
- ---
62
-
63
- **For implementation:** Use the `create-story` workflow to generate individual story implementation plans from this epic breakdown.