bmad-method 6.0.0-alpha.19 → 6.0.0-alpha.20

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 (280) hide show
  1. package/.github/workflows/docs.yaml +72 -0
  2. package/.github/workflows/quality.yaml +0 -3
  3. package/CHANGELOG.md +125 -0
  4. package/CONTRIBUTING.md +1 -3
  5. package/README.md +8 -7
  6. package/docs/agent-customization-guide.md +3 -3
  7. package/docs/custom-content-installation.md +1 -1
  8. package/docs/document-sharding-guide.md +2 -2
  9. package/docs/getting-started/installation.md +76 -0
  10. package/docs/ide-info/index.md +24 -0
  11. package/docs/ide-info/rovo-dev.md +14 -380
  12. package/docs/index.md +36 -45
  13. package/eslint.config.mjs +7 -2
  14. package/package.json +14 -8
  15. package/{docs → samples}/sample-custom-modules/README.md +1 -1
  16. package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/knowledge/installers.md +2 -2
  17. package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/knowledge/modules.md +1 -1
  18. package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-01-init.md +1 -1
  19. package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/workflow.md +1 -1
  20. package/src/core/tasks/review-adversarial-general.xml +41 -0
  21. package/src/modules/bmb/README.md +25 -0
  22. package/src/modules/bmb/docs/agents/expert-agent-architecture.md +3 -3
  23. package/src/modules/bmb/docs/agents/index.md +9 -9
  24. package/src/modules/bmb/docs/agents/simple-agent-architecture.md +1 -1
  25. package/src/modules/bmb/docs/agents/understanding-agent-types.md +1 -1
  26. package/src/modules/bmb/docs/{README.md → index.md} +10 -12
  27. package/src/modules/bmb/docs/workflows/index.md +6 -6
  28. package/src/modules/bmb/docs/workflows/templates/step-01-init-continuable-template.md +7 -7
  29. package/src/modules/bmb/docs/workflows/templates/step-1b-template.md +1 -1
  30. package/src/modules/bmb/docs/workflows/templates/step-template.md +7 -7
  31. package/src/modules/bmb/docs/workflows/templates/workflow-template.md +1 -1
  32. package/src/modules/bmb/docs/workflows/templates/workflow.md +1 -1
  33. package/src/modules/bmb/reference/workflows/meal-prep-nutrition/workflow.md +1 -1
  34. package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/workflow.md +1 -1
  35. package/src/modules/bmb/workflows/create-agent/templates/expert-agent.template.md +3 -3
  36. package/src/modules/bmb/workflows/create-module/steps/step-04-structure.md +1 -1
  37. package/src/modules/bmb/workflows/create-module/steps/step-08-installer.md +5 -5
  38. package/src/modules/bmb/workflows/create-module/templates/agent.template.md +1 -1
  39. package/src/modules/bmb/workflows/create-module/validation.md +2 -2
  40. package/src/modules/bmb/workflows/create-module/workflow.md +1 -1
  41. package/src/modules/bmb/workflows/create-workflow/steps/step-07-build.md +2 -2
  42. package/src/modules/bmb/workflows/create-workflow/workflow.md +1 -1
  43. package/src/modules/bmb/workflows/edit-agent/workflow.md +1 -1
  44. package/src/modules/bmb/workflows/edit-workflow/workflow.md +1 -1
  45. package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-02-workflow-validation.md +1 -1
  46. package/src/modules/bmb/workflows/workflow-compliance-check/workflow.md +1 -1
  47. package/src/modules/bmb/workflows-legacy/edit-module/checklist.md +1 -1
  48. package/src/modules/bmb/workflows-legacy/edit-module/instructions.md +3 -3
  49. package/src/modules/bmb/workflows-legacy/module-brief/instructions.md +2 -2
  50. package/src/modules/bmgd/_module-installer/installer.js +2 -2
  51. package/src/modules/bmgd/agents/game-architect.agent.yaml +4 -0
  52. package/src/modules/bmgd/docs/{README.md → index.md} +2 -2
  53. package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/instructions.md +4 -4
  54. package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/steps/step-01-init.md +1 -1
  55. package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/steps/step-04-complete.md +1 -1
  56. package/src/modules/bmgd/workflows/1-preproduction/game-brief/instructions.md +4 -4
  57. package/src/modules/bmgd/workflows/2-design/narrative/instructions-narrative.md +4 -4
  58. package/src/modules/bmgd/workflows/2-design/narrative/steps/step-11-complete.md +1 -1
  59. package/src/modules/bmgd/workflows/3-technical/game-architecture/instructions.md +5 -5
  60. package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-09-complete.md +60 -6
  61. package/src/modules/bmgd/workflows/3-technical/generate-project-context/project-context-template.md +20 -0
  62. package/src/modules/bmgd/workflows/3-technical/generate-project-context/steps/step-01-discover.md +201 -0
  63. package/src/modules/bmgd/workflows/3-technical/generate-project-context/steps/step-02-generate.md +373 -0
  64. package/src/modules/bmgd/workflows/3-technical/generate-project-context/steps/step-03-complete.md +279 -0
  65. package/src/modules/bmgd/workflows/3-technical/generate-project-context/workflow.md +48 -0
  66. package/src/modules/bmgd/workflows/4-production/code-review/workflow.yaml +3 -3
  67. package/src/modules/bmgd/workflows/4-production/correct-course/checklist.md +1 -1
  68. package/src/modules/bmgd/workflows/4-production/correct-course/instructions.md +2 -2
  69. package/src/modules/bmgd/workflows/4-production/correct-course/workflow.yaml +2 -2
  70. package/src/modules/bmgd/workflows/4-production/create-story/workflow.yaml +3 -3
  71. package/src/modules/bmgd/workflows/4-production/dev-story/workflow.yaml +4 -4
  72. package/src/modules/bmgd/workflows/4-production/retrospective/instructions.md +2 -2
  73. package/src/modules/bmgd/workflows/4-production/retrospective/workflow.yaml +5 -5
  74. package/src/modules/bmgd/workflows/4-production/sprint-planning/instructions.md +11 -2
  75. package/src/modules/bmgd/workflows/4-production/sprint-planning/workflow.yaml +4 -4
  76. package/src/modules/bmgd/workflows/4-production/sprint-status/instructions.md +2 -2
  77. package/src/modules/bmgd/workflows/4-production/sprint-status/workflow.yaml +3 -3
  78. package/src/modules/bmgd/workflows/bmgd-quick-flow/create-tech-spec/instructions.md +3 -3
  79. package/src/modules/bmgd/workflows/bmgd-quick-flow/create-tech-spec/workflow.yaml +1 -1
  80. package/src/modules/bmgd/workflows/bmgd-quick-flow/quick-dev/workflow.yaml +1 -1
  81. package/src/modules/bmgd/workflows/bmgd-quick-flow/quick-prototype/workflow.yaml +1 -1
  82. package/src/modules/bmgd/workflows/workflow-status/init/instructions.md +2 -2
  83. package/src/modules/bmgd/workflows/workflow-status/init/workflow.yaml +1 -1
  84. package/src/modules/bmgd/workflows/workflow-status/instructions.md +2 -2
  85. package/src/modules/bmm/README.md +5 -6
  86. package/src/modules/bmm/_module-installer/installer.js +2 -2
  87. package/src/modules/bmm/agents/analyst.agent.yaml +1 -1
  88. package/src/modules/bmm/agents/dev.agent.yaml +8 -4
  89. package/src/modules/bmm/agents/quick-flow-solo-dev.agent.yaml +8 -17
  90. package/src/modules/bmm/agents/sm.agent.yaml +6 -3
  91. package/src/modules/bmm/agents/tech-writer.agent.yaml +1 -1
  92. package/src/modules/bmm/agents/ux-designer.agent.yaml +6 -3
  93. package/src/modules/bmm/docs/agents-guide.md +83 -1026
  94. package/src/modules/bmm/docs/bmad-quick-flow.md +10 -32
  95. package/src/modules/bmm/docs/brownfield-guide.md +1 -1
  96. package/src/modules/bmm/docs/enterprise-agentic-development.md +1 -1
  97. package/src/modules/bmm/docs/{README.md → index.md} +7 -88
  98. package/src/modules/bmm/docs/quick-spec-flow.md +1 -1
  99. package/src/modules/bmm/docs/quick-start.md +7 -7
  100. package/src/modules/bmm/docs/scale-adaptive-system.md +1 -1
  101. package/src/modules/bmm/docs/test-architecture.md +13 -12
  102. package/src/modules/bmm/docs/workflows-solutioning.md +1 -1
  103. package/src/modules/bmm/module.yaml +11 -10
  104. package/src/modules/bmm/workflows/1-analysis/create-product-brief/product-brief.template.md +7 -5
  105. package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-01-init.md +2 -2
  106. package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-01b-continue.md +2 -4
  107. package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-02-vision.md +2 -2
  108. package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-03-users.md +2 -2
  109. package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-04-metrics.md +2 -2
  110. package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-05-scope.md +2 -2
  111. package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-06-complete.md +7 -10
  112. package/src/modules/bmm/workflows/1-analysis/create-product-brief/workflow.md +3 -3
  113. package/src/modules/bmm/workflows/1-analysis/research/research.template.md +14 -0
  114. package/src/modules/bmm/workflows/1-analysis/research/workflow.md +8 -39
  115. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01-init.md +15 -15
  116. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-02-discovery.md +5 -25
  117. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-03-core-experience.md +5 -5
  118. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-04-emotional-response.md +5 -5
  119. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-05-inspiration.md +6 -6
  120. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-06-design-system.md +5 -5
  121. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-07-defining-experience.md +5 -5
  122. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-08-visual-foundation.md +5 -5
  123. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-09-design-directions.md +5 -5
  124. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-10-user-journeys.md +5 -5
  125. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-11-component-strategy.md +5 -5
  126. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-12-ux-patterns.md +5 -5
  127. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-13-responsive-accessibility.md +5 -5
  128. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-14-complete.md +2 -2
  129. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md +3 -5
  130. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-03-success.md +4 -4
  131. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-04-journeys.md +4 -4
  132. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-05-domain.md +4 -4
  133. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-06-innovation.md +4 -4
  134. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-07-project-type.md +4 -4
  135. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-08-scoping.md +4 -4
  136. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-09-functional.md +4 -4
  137. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-10-nonfunctional.md +4 -4
  138. package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-01-document-discovery.md +1 -1
  139. package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-02-prd-analysis.md +1 -1
  140. package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-03-epic-coverage-validation.md +1 -1
  141. package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-04-ux-alignment.md +1 -1
  142. package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-05-epic-quality-review.md +1 -1
  143. package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-06-final-assessment.md +1 -1
  144. package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md +2 -2
  145. package/src/modules/bmm/workflows/3-solutioning/create-architecture/architecture-decision-template.md +0 -1
  146. package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-01-init.md +9 -21
  147. package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-02-context.md +4 -4
  148. package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-03-starter.md +2 -2
  149. package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-04-decisions.md +4 -4
  150. package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-05-patterns.md +4 -4
  151. package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-06-structure.md +4 -4
  152. package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-07-validation.md +4 -4
  153. package/src/modules/bmm/workflows/3-solutioning/create-architecture/workflow.md +1 -1
  154. package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-01-validate-prerequisites.md +8 -8
  155. package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-02-design-epics.md +1 -1
  156. package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-03-create-stories.md +1 -1
  157. package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-04-final-validation.md +1 -1
  158. package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md +2 -2
  159. package/src/modules/bmm/workflows/4-implementation/code-review/workflow.yaml +4 -4
  160. package/src/modules/bmm/workflows/4-implementation/correct-course/checklist.md +1 -1
  161. package/src/modules/bmm/workflows/4-implementation/correct-course/instructions.md +2 -2
  162. package/src/modules/bmm/workflows/4-implementation/correct-course/workflow.yaml +16 -14
  163. package/src/modules/bmm/workflows/4-implementation/create-story/instructions.xml +2 -12
  164. package/src/modules/bmm/workflows/4-implementation/create-story/workflow.yaml +4 -4
  165. package/src/modules/bmm/workflows/4-implementation/dev-story/instructions.xml +1 -1
  166. package/src/modules/bmm/workflows/4-implementation/dev-story/workflow.yaml +3 -3
  167. package/src/modules/bmm/workflows/4-implementation/retrospective/instructions.md +2 -2
  168. package/src/modules/bmm/workflows/4-implementation/retrospective/workflow.yaml +5 -5
  169. package/src/modules/bmm/workflows/4-implementation/sprint-planning/instructions.md +2 -2
  170. package/src/modules/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +7 -6
  171. package/src/modules/bmm/workflows/4-implementation/sprint-status/instructions.md +2 -2
  172. package/src/modules/bmm/workflows/4-implementation/sprint-status/workflow.yaml +4 -3
  173. package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/instructions.md +4 -4
  174. package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/workflow.yaml +4 -2
  175. package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-01-mode-detection.md +156 -0
  176. package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-02-context-gathering.md +120 -0
  177. package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-03-execute.md +113 -0
  178. package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-04-self-check.md +113 -0
  179. package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-05-adversarial-review.md +106 -0
  180. package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-06-resolve-findings.md +140 -0
  181. package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md +51 -0
  182. package/src/modules/bmm/workflows/document-project/instructions.md +27 -28
  183. package/src/modules/bmm/workflows/document-project/workflow.yaml +2 -3
  184. package/src/modules/bmm/workflows/generate-project-context/project-context-template.md +2 -1
  185. package/src/modules/bmm/workflows/generate-project-context/steps/step-01-discover.md +5 -15
  186. package/src/modules/bmm/workflows/generate-project-context/steps/step-02-generate.md +2 -2
  187. package/src/modules/bmm/workflows/testarch/atdd/atdd-checklist-template.md +8 -7
  188. package/src/modules/bmm/workflows/testarch/atdd/checklist.md +1 -0
  189. package/src/modules/bmm/workflows/testarch/atdd/instructions.md +1 -0
  190. package/src/modules/bmm/workflows/testarch/automate/checklist.md +2 -0
  191. package/src/modules/bmm/workflows/testarch/ci/checklist.md +2 -0
  192. package/src/modules/bmm/workflows/testarch/ci/instructions.md +2 -0
  193. package/src/modules/bmm/workflows/testarch/nfr-assess/checklist.md +2 -0
  194. package/src/modules/bmm/workflows/testarch/nfr-assess/nfr-report-template.md +2 -0
  195. package/src/modules/bmm/workflows/testarch/test-design/checklist.md +3 -2
  196. package/src/modules/bmm/workflows/testarch/test-design/instructions.md +1 -1
  197. package/src/modules/bmm/workflows/testarch/test-design/test-design-template.md +9 -0
  198. package/src/modules/bmm/workflows/testarch/test-review/checklist.md +2 -0
  199. package/src/modules/bmm/workflows/testarch/test-review/test-review-template.md +2 -0
  200. package/src/modules/bmm/workflows/testarch/trace/checklist.md +1 -0
  201. package/src/modules/bmm/workflows/testarch/trace/instructions.md +2 -0
  202. package/src/modules/bmm/workflows/testarch/trace/trace-template.md +2 -0
  203. package/src/modules/bmm/workflows/workflow-status/init/instructions.md +2 -2
  204. package/src/modules/bmm/workflows/workflow-status/init/workflow.yaml +1 -1
  205. package/src/modules/bmm/workflows/workflow-status/instructions.md +2 -2
  206. package/src/modules/bmm/workflows/workflow-status/workflow.yaml +3 -1
  207. package/src/modules/cis/{readme.md → docs/index.md} +2 -6
  208. package/src/modules/cis/workflows/design-thinking/instructions.md +2 -2
  209. package/src/modules/cis/workflows/innovation-strategy/instructions.md +2 -2
  210. package/src/modules/cis/workflows/problem-solving/instructions.md +2 -2
  211. package/test/fixtures/agent-schema/invalid/menu-triggers/compound-invalid-format.agent.yaml +24 -0
  212. package/test/fixtures/agent-schema/invalid/menu-triggers/compound-mismatched-kebab.agent.yaml +24 -0
  213. package/test/fixtures/agent-schema/invalid/menu-triggers/compound-wrong-shortcut.agent.yaml +24 -0
  214. package/test/fixtures/agent-schema/valid/menu-triggers/compound-triggers.agent.yaml +30 -0
  215. package/tools/build-docs.js +630 -0
  216. package/tools/cli/commands/install.js +11 -5
  217. package/tools/cli/installers/install-messages.yaml +52 -0
  218. package/tools/cli/installers/lib/core/config-collector.js +25 -30
  219. package/tools/cli/installers/lib/message-loader.js +85 -0
  220. package/tools/cli/lib/ui.js +221 -41
  221. package/tools/schema/agent.js +68 -5
  222. package/website/css/custom.css +52 -0
  223. package/website/docusaurus.config.js +179 -0
  224. package/website/sidebars.js +157 -0
  225. package/website/src/pages/downloads.md +81 -0
  226. package/website/src/pages/index.js +50 -0
  227. package/website/static/favicon.ico +0 -0
  228. package/website/static/img/logo.svg +4 -0
  229. package/website/static/robots.txt +37 -0
  230. package/docs/installers-bundlers/ide-injections.md +0 -186
  231. package/docs/installers-bundlers/installers-modules-platforms-reference.md +0 -389
  232. package/src/modules/bmgd/README.md +0 -209
  233. package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/checklist.md +0 -25
  234. package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/instructions.md +0 -202
  235. package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/workflow.yaml +0 -33
  236. package/tools/cli/commands/build.js +0 -283
  237. package/tools/cli/commands/list.js +0 -40
  238. package/tools/cli/commands/status.js +0 -47
  239. package/tools/cli/commands/uninstall.js +0 -44
  240. package/tools/cli/commands/update.js +0 -28
  241. package/tools/validate-bundles.js +0 -87
  242. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/README.md +0 -0
  243. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/commit-poet/commit-poet.agent.yaml +0 -0
  244. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/instructions.md +0 -0
  245. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/knowledge/bundlers.md +0 -0
  246. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/knowledge/deploy.md +0 -0
  247. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/knowledge/docs.md +0 -0
  248. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/knowledge/tests.md +0 -0
  249. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/memories.md +0 -0
  250. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith.agent.yaml +0 -0
  251. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/module.yaml +0 -0
  252. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-02-q1.md +0 -0
  253. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-03-q2.md +0 -0
  254. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-04-q3.md +0 -0
  255. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-05-q4.md +0 -0
  256. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-06-q5.md +0 -0
  257. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-07-q6.md +0 -0
  258. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-08-q7.md +0 -0
  259. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-09-q8.md +0 -0
  260. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-10-q9.md +0 -0
  261. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-11-q10.md +0 -0
  262. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-12-results.md +0 -0
  263. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/templates/csv-headers.template +0 -0
  264. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/wassup/workflow.md +0 -0
  265. /package/{docs → samples}/sample-custom-modules/sample-wellness-module/README.md +0 -0
  266. /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/meditation-guide.agent.yaml +0 -0
  267. /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/wellness-companion/foo.md +0 -0
  268. /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/wellness-companion/wellness-companion-sidecar/addition1.md +0 -0
  269. /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/wellness-companion/wellness-companion-sidecar/insights.md +0 -0
  270. /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/wellness-companion/wellness-companion-sidecar/instructions.md +0 -0
  271. /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/wellness-companion/wellness-companion-sidecar/memories.md +0 -0
  272. /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/wellness-companion/wellness-companion-sidecar/patterns.md +0 -0
  273. /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/wellness-companion/wellness-companion.agent.yaml +0 -0
  274. /package/{docs → samples}/sample-custom-modules/sample-wellness-module/module.yaml +0 -0
  275. /package/{docs → samples}/sample-custom-modules/sample-wellness-module/workflows/daily-checkin/README.md +0 -0
  276. /package/{docs → samples}/sample-custom-modules/sample-wellness-module/workflows/daily-checkin/workflow.md +0 -0
  277. /package/{docs → samples}/sample-custom-modules/sample-wellness-module/workflows/guided-meditation/README.md +0 -0
  278. /package/{docs → samples}/sample-custom-modules/sample-wellness-module/workflows/guided-meditation/workflow.md +0 -0
  279. /package/{docs → samples}/sample-custom-modules/sample-wellness-module/workflows/wellness-journal/README.md +0 -0
  280. /package/{docs → samples}/sample-custom-modules/sample-wellness-module/workflows/wellness-journal/workflow.md +0 -0
@@ -1,209 +0,0 @@
1
- # BMad Game Development (BMGD)
2
-
3
- A comprehensive game development toolkit providing specialized agents and workflows for creating games from initial concept through production.
4
-
5
- ## Overview
6
-
7
- The BMGD module brings together game-specific development workflows organized around industry-standard development phases:
8
-
9
- - **Preproduction** - Concept development, brainstorming, game brief creation
10
- - **Design** - Game Design Document (GDD) and narrative design
11
- - **Technical** - Game architecture and technical specifications
12
- - **Production** - Sprint-based implementation using BMM workflows
13
-
14
- ## Installation
15
-
16
- ```bash
17
- bmad install bmgd
18
- ```
19
-
20
- During installation, you'll be asked to configure:
21
-
22
- - Game project name
23
- - Document storage locations
24
- - Development experience level
25
- - Primary target platform
26
-
27
- ## Components
28
-
29
- ### Agents (4)
30
-
31
- **Game Designer** 🎨
32
- Creative vision and game design documentation specialist. Creates compelling GDDs and defines game mechanics.
33
-
34
- **Game Developer** 🕹️
35
- Senior implementation specialist with expertise across Unity, Unreal, and custom engines. Handles gameplay programming, physics, AI, and optimization.
36
-
37
- **Game Architect** 🏗️
38
- Technical systems and infrastructure expert. Designs scalable game architecture and engine-level solutions.
39
-
40
- **Game Dev Scrum Master** 🎯
41
- Sprint orchestrator specialized in game development workflows. Coordinates multi-disciplinary teams and translates GDDs into actionable development stories.
42
-
43
- ### Team Bundle
44
-
45
- **Team Game Development** 🎮
46
- Pre-configured team including Game Designer, Game Developer, and Game Architect for comprehensive game projects.
47
-
48
- ### Workflows
49
-
50
- #### Phase 1: Preproduction
51
-
52
- - **brainstorm-game** - Interactive game concept brainstorming
53
- - **game-brief** - Create focused game brief document
54
-
55
- #### Phase 2: Design
56
-
57
- - **gdd** - Generate comprehensive Game Design Document
58
- - **narrative** - Design narrative structure and story elements
59
-
60
- #### Phase 3: Technical
61
-
62
- - **game-architecture** - Define technical architecture (adapted from BMM architecture workflow)
63
-
64
- #### Phase 4: Production
65
-
66
- Production workflows are provided by the BMM module and accessible through the Game Dev Scrum Master agent:
67
-
68
- - Sprint planning
69
- - Story creation and management
70
- - Epic technical specifications
71
- - Code review and retrospectives
72
-
73
- ## Quick Start
74
-
75
- ### 1. Start with Concept Development
76
-
77
- ```
78
- Load agent: game-designer
79
- Run workflow: brainstorm-game
80
- ```
81
-
82
- ### 2. Create Game Brief
83
-
84
- ```
85
- Run workflow: game-brief
86
- ```
87
-
88
- ### 3. Develop Game Design Document
89
-
90
- ```
91
- Run workflow: gdd
92
- ```
93
-
94
- ### 4. Define Technical Architecture
95
-
96
- ```
97
- Load agent: game-architect
98
- Run workflow: game-architecture
99
- ```
100
-
101
- ### 5. Begin Production Sprints
102
-
103
- ```
104
- Load agent: game-scrum-master
105
- Run: *sprint-planning
106
- ```
107
-
108
- ## Module Structure
109
-
110
- ```
111
- bmgd/
112
- ├── agents/
113
- │ ├── game-designer.agent.yaml
114
- │ ├── game-dev.agent.yaml
115
- │ ├── game-architect.agent.yaml
116
- │ └── game-scrum-master.agent.yaml
117
- ├── teams/
118
- │ └── team-gamedev.yaml
119
- ├── workflows/
120
- │ ├── 1-preproduction/
121
- │ │ ├── brainstorm-game/
122
- │ │ └── game-brief/
123
- │ ├── 2-design/
124
- │ │ ├── gdd/
125
- │ │ └── narrative/
126
- │ ├── 3-technical/
127
- │ │ └── game-architecture/
128
- │ └── 4-production/
129
- │ (Uses BMM workflows via cross-module references)
130
- ├── templates/
131
- ├── data/
132
- ├── module.yaml
133
- └── _module-installer/
134
- └── installer.js (optional)
135
- ```
136
-
137
- ## Configuration
138
-
139
- After installation, configure the module in `_bmad/bmgd/config.yaml`
140
-
141
- Key settings:
142
-
143
- - **game_project_name** - Your game's working title
144
- - **game_design_docs** - Location for GDD and design documents
145
- - **game_tech_docs** - Location for technical documentation
146
- - **game_story_location** - Location for development user stories
147
- - **game_dev_experience** - Your experience level (affects agent communication)
148
- - **primary_platform** - Target platform (PC, mobile, console, web, multi-platform)
149
-
150
- ## Workflow Integration
151
-
152
- BMGD leverages the BMM module for production/implementation workflows. The Game Dev Scrum Master agent provides access to:
153
-
154
- - Sprint planning and management
155
- - Story creation from GDD specifications
156
- - Epic technical context generation
157
- - Code review workflows
158
- - Retrospectives and course correction
159
-
160
- This separation allows BMGD to focus on game-specific design and architecture while using battle-tested agile implementation workflows.
161
-
162
- ## Example: Creating a 2D Platformer
163
-
164
- 1. **Brainstorm** concepts with `brainstorm-game` workflow
165
- 2. **Define** the vision with `game-brief` workflow
166
- 3. **Design** mechanics and progression with `gdd` workflow
167
- 4. **Craft** character arcs and story with `narrative` workflow
168
- 5. **Architect** technical systems with `game-architecture` workflow
169
- 6. **Implement** via Game Dev Scrum Master sprint workflows
170
-
171
- ## Development Roadmap
172
-
173
- ### Phase 1: Core Enhancement
174
-
175
- - [ ] Customize game-architecture workflow for game-specific patterns
176
- - [ ] Add game-specific templates (level design, character sheets, etc.)
177
- - [ ] Create asset pipeline workflows
178
-
179
- ### Phase 2: Expanded Features
180
-
181
- - [ ] Add monetization planning workflows
182
- - [ ] Create playtesting and feedback workflows
183
- - [ ] Develop game balancing tools
184
-
185
- ### Phase 3: Platform Integration
186
-
187
- - [ ] Add platform-specific deployment workflows
188
- - [ ] Create build and release automation
189
- - [ ] Develop live ops workflows
190
-
191
- ## Contributing
192
-
193
- To extend this module:
194
-
195
- 1. Add new agents using `/bmad:bmb:workflows:create-agent`
196
- 2. Add new workflows using `/bmad:bmb:workflows:create-workflow`
197
- 3. Submit improvements via pull request
198
-
199
- ## Dependencies
200
-
201
- - **BMM Module** - Required for production/implementation workflows
202
-
203
- ## Author
204
-
205
- Extracted and refined from BMM module on 2025-11-05
206
-
207
- ## License
208
-
209
- Part of the BMAD Method ecosystem
@@ -1,25 +0,0 @@
1
- # Quick-Dev Checklist
2
-
3
- ## Before Implementation
4
-
5
- - [ ] Context loaded (tech-spec or user guidance)
6
- - [ ] Files to modify identified
7
- - [ ] Patterns understood
8
-
9
- ## Implementation
10
-
11
- - [ ] All tasks completed
12
- - [ ] Code follows existing patterns
13
- - [ ] Error handling appropriate
14
-
15
- ## Testing
16
-
17
- - [ ] Tests written (where appropriate)
18
- - [ ] All tests passing
19
- - [ ] No regressions
20
-
21
- ## Completion
22
-
23
- - [ ] Acceptance criteria satisfied
24
- - [ ] Tech-spec updated (if applicable)
25
- - [ ] Summary provided to user
@@ -1,202 +0,0 @@
1
- # Quick-Dev - Flexible Development Workflow
2
-
3
- <workflow>
4
-
5
- <critical>Communicate in {communication_language}, tailored to {user_skill_level}</critical>
6
- <critical>Execute continuously until COMPLETE - do not stop for milestones</critical>
7
- <critical>Flexible - handles tech-specs OR direct instructions</critical>
8
- <critical>ALWAYS respect {project_context} if it exists - it defines project standards</critical>
9
-
10
- <checkpoint-handlers>
11
- <on-select key="a">Load and execute {advanced_elicitation}, then return</on-select>
12
- <on-select key="p">Load and execute {party_mode_workflow}, then return</on-select>
13
- <on-select key="t">Load and execute {create_tech_spec_workflow}</on-select>
14
- </checkpoint-handlers>
15
-
16
- <step n="1" goal="Load project context and determine execution mode">
17
-
18
- <action>Check if {project_context} exists. If yes, load it - this is your foundational reference for ALL implementation decisions (patterns, conventions, architecture).</action>
19
-
20
- <action>Parse user input:
21
-
22
- **Mode A: Tech-Spec** - e.g., `quick-dev tech-spec-auth.md`
23
- → Load spec, extract tasks/context/AC, goto step 3
24
-
25
- **Mode B: Direct Instructions** - e.g., `refactor src/foo.ts...`
26
- → Offer planning choice
27
- </action>
28
-
29
- <check if="Mode A">
30
- <action>Load tech-spec, extract tasks/context/AC</action>
31
- <goto>step_3</goto>
32
- </check>
33
-
34
- <check if="Mode B">
35
-
36
- <!-- Escalation Threshold: Lightweight check - should we invoke scale-adaptive? -->
37
-
38
- <action>Evaluate escalation threshold against user input (minimal tokens, no file loading):
39
-
40
- **Triggers escalation** (if 2+ signals present):
41
-
42
- - Multiple components mentioned (e.g., dashboard + api + database)
43
- - System-level language (e.g., platform, integration, architecture)
44
- - Uncertainty about approach (e.g., "how should I", "best way to")
45
- - Multi-layer scope (e.g., UI + backend + data together)
46
- - Extended timeframe (e.g., "this week", "over the next few days")
47
-
48
- **Reduces signal:**
49
-
50
- - Simplicity markers (e.g., "just", "quickly", "fix", "bug", "typo", "simple", "basic", "minor")
51
- - Single file/component focus
52
- - Confident, specific request
53
-
54
- Use holistic judgment, not mechanical keyword matching.</action>
55
-
56
- <!-- No Escalation: Simple request, offer existing choice -->
57
- <check if="escalation threshold NOT triggered">
58
- <ask>**[t] Plan first** - Create tech-spec then implement
59
- **[e] Execute directly** - Start now</ask>
60
-
61
- <check if="t">
62
- <action>Load and execute {create_tech_spec_workflow}</action>
63
- <action>Continue to implementation after spec complete</action>
64
- </check>
65
-
66
- <check if="e">
67
- <ask>Any additional guidance before I begin? (patterns, files, constraints) Or "go" to start.</ask>
68
- <goto>step_2</goto>
69
- </check>
70
-
71
- </check>
72
-
73
- <!-- Escalation Triggered: Load scale-adaptive and evaluate level -->
74
- <check if="escalation threshold triggered">
75
- <action>Load {project_levels} and evaluate user input against detection_hints.keywords</action>
76
- <action>Determine level (0-4) using scale-adaptive definitions</action>
77
-
78
- <!-- Level 0: Scale-adaptive confirms simple, fall back to standard choice -->
79
- <check if="level 0">
80
- <ask>**[t] Plan first** - Create tech-spec then implement
81
-
82
- **[e] Execute directly** - Start now</ask>
83
-
84
- <check if="t">
85
- <action>Load and execute {create_tech_spec_workflow}</action>
86
- <action>Continue to implementation after spec complete</action>
87
- </check>
88
-
89
- <check if="e">
90
- <ask>Any additional guidance before I begin? (patterns, files, constraints) Or "go" to start.</ask>
91
- <goto>step_2</goto>
92
- </check>
93
- </check>
94
-
95
- <check if="level 1 or 2 or couldn't determine level">
96
- <ask>This looks like a focused feature with multiple components.
97
-
98
- **[t] Create tech-spec first** (recommended)
99
- **[w] Seems bigger than quick-dev** — see what BMad Method recommends (workflow-init)
100
- **[e] Execute directly**</ask>
101
-
102
- <check if="t">
103
- <action>Load and execute {create_tech_spec_workflow}</action>
104
- <action>Continue to implementation after spec complete</action>
105
- </check>
106
-
107
- <check if="w">
108
- <action>Load and execute {workflow_init}</action>
109
- <action>EXIT quick-dev - user has been routed to BMad Method</action>
110
- </check>
111
-
112
- <check if="e">
113
- <ask>Any additional guidance before I begin? (patterns, files, constraints) Or "go" to start.</ask>
114
- <goto>step_2</goto>
115
- </check>
116
- </check>
117
-
118
- <!-- Level 3+: BMad Method territory, recommend workflow-init -->
119
- <check if="level 3 or higher">
120
- <ask>This sounds like platform/system work.
121
-
122
- **[w] Start BMad Method** (recommended) (workflow-init)
123
- **[t] Create tech-spec** (lighter planning)
124
- **[e] Execute directly** - feeling lucky</ask>
125
-
126
- <check if="w">
127
- <action>Load and execute {workflow_init}</action>
128
- <action>EXIT quick-dev - user has been routed to BMad Method</action>
129
- </check>
130
-
131
- <check if="t">
132
- <action>Load and execute {create_tech_spec_workflow}</action>
133
- <action>Continue to implementation after spec complete</action>
134
- </check>
135
-
136
- <check if="e">
137
- <ask>Any additional guidance before I begin? (patterns, files, constraints) Or "go" to start.</ask>
138
- <goto>step_2</goto>
139
- </check>
140
- </check>
141
-
142
- </check>
143
-
144
- </check>
145
-
146
- </step>
147
-
148
- <step n="2" goal="Quick context gathering (direct mode)">
149
-
150
- <action>Identify files to modify, find relevant patterns, note dependencies</action>
151
-
152
- <action>Create mental plan: tasks, acceptance criteria, files to touch</action>
153
-
154
- </step>
155
-
156
- <step n="3" goal="Execute implementation" id="step_3">
157
-
158
- <action>For each task:
159
-
160
- 1. **Load Context** - read files from spec or relevant to change
161
- 2. **Implement** - follow patterns, handle errors, follow conventions
162
- 3. **Test** - write tests, run existing tests, verify AC
163
- 4. **Mark Complete** - check off task [x], continue
164
- </action>
165
-
166
- <action if="3 failures">HALT and request guidance</action>
167
- <action if="tests fail">Fix before continuing</action>
168
-
169
- <critical>Continue through ALL tasks without stopping</critical>
170
-
171
- </step>
172
-
173
- <step n="4" goal="Verify and complete">
174
-
175
- <action>Verify: all tasks [x], tests passing, AC satisfied, patterns followed</action>
176
-
177
- <check if="using tech-spec">
178
- <action>Update tech-spec status to "Completed", mark all tasks [x]</action>
179
- </check>
180
-
181
- <output>**Implementation Complete!**
182
-
183
- **Summary:** {{implementation_summary}}
184
- **Files Modified:** {{files_list}}
185
- **Tests:** {{test_summary}}
186
- **AC Status:** {{ac_status}}
187
-
188
- ---
189
-
190
- **Before committing (Recommended): Copy this code review prompt to a different LLM**
191
-
192
- ```
193
- You are a cynical, jaded code reviewer with zero patience for sloppy work. These uncommitted changes were submitted by a clueless weasel and you expect to find problems. Find at least five issues to fix or improve in it. Number them. Be skeptical of everything.
194
- ```
195
-
196
- </output>
197
-
198
- <action>You must explain what was implemented based on {user_skill_level}</action>
199
-
200
- </step>
201
-
202
- </workflow>
@@ -1,33 +0,0 @@
1
- # Quick-Flow: Quick-Dev
2
- name: quick-dev
3
- description: "Flexible development - execute tech-specs OR direct instructions with optional planning."
4
- author: "BMad"
5
-
6
- # Config
7
- config_source: "{project-root}/_bmad/bmm/config.yaml"
8
- output_folder: "{config_source}:output_folder"
9
- sprint_artifacts: "{config_source}:sprint_artifacts"
10
- user_name: "{config_source}:user_name"
11
- communication_language: "{config_source}:communication_language"
12
- user_skill_level: "{config_source}:user_skill_level"
13
- date: system-generated
14
-
15
- # Project context
16
- project_context: "**/project-context.md"
17
-
18
- # Workflow components
19
- installed_path: "{project-root}/_bmad/bmm/workflows/bmad-quick-flow/quick-dev"
20
- instructions: "{installed_path}/instructions.md"
21
- checklist: "{installed_path}/checklist.md"
22
-
23
- # Related workflows
24
- create_tech_spec_workflow: "{project-root}/_bmad/bmm/workflows/bmad-quick-flow/create-tech-spec/workflow.yaml"
25
- party_mode_exec: "{project-root}/_bmad/core/workflows/party-mode/workflow.md"
26
- advanced_elicitation: "{project-root}/_bmad/core/tasks/advanced-elicitation.xml"
27
-
28
- # Routing resources (lazy-loaded)
29
- project_levels: "{project-root}/_bmad/bmm/workflows/workflow-status/project-levels.yaml"
30
- workflow_init: "{project-root}/_bmad/bmm/workflows/workflow-status/init/workflow.yaml"
31
-
32
- standalone: true
33
- web_bundle: false