agentvibes 3.0.0 → 3.2.0

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 (350) hide show
  1. package/.bmad/_cfg/agent-manifest.csv +9 -9
  2. package/.bmad/_cfg/agent-voice-map.csv +11 -11
  3. package/.bmad/_cfg/agents/bmm-quick-flow-solo-dev.customize.yaml +42 -0
  4. package/.bmad/_cfg/files-manifest.csv +286 -242
  5. package/.bmad/_cfg/ides/claude-code.yaml +1 -1
  6. package/.bmad/_cfg/manifest.yaml +5 -3
  7. package/.bmad/_cfg/task-manifest.csv +1 -0
  8. package/.bmad/_cfg/workflow-manifest.csv +37 -38
  9. package/.bmad/bmm/agents/analyst.md +40 -41
  10. package/.bmad/bmm/agents/{frame-expert.md → analyst.md.bak} +23 -16
  11. package/.bmad/bmm/agents/architect.md +34 -42
  12. package/.bmad/bmm/agents/dev.md +38 -34
  13. package/.bmad/bmm/agents/pm.md +34 -46
  14. package/.bmad/bmm/agents/quick-flow-solo-dev.md +64 -0
  15. package/.bmad/bmm/agents/sm.md +47 -53
  16. package/.bmad/bmm/agents/tea.md +41 -42
  17. package/.bmad/bmm/agents/tech-writer.md +37 -39
  18. package/.bmad/bmm/agents/ux-designer.md +42 -41
  19. package/.bmad/bmm/config.yaml +7 -5
  20. package/.bmad/bmm/data/README.md +29 -0
  21. package/.bmad/bmm/data/project-context-template.md +40 -0
  22. package/.bmad/bmm/docs/README.md +48 -10
  23. package/.bmad/bmm/docs/agents-guide.md +80 -53
  24. package/.bmad/bmm/docs/bmad-quick-flow.md +528 -0
  25. package/.bmad/bmm/docs/brownfield-guide.md +25 -39
  26. package/.bmad/bmm/docs/enterprise-agentic-development.md +3 -3
  27. package/.bmad/bmm/docs/faq.md +6 -39
  28. package/.bmad/bmm/docs/glossary.md +12 -25
  29. package/.bmad/bmm/docs/images/README.md +37 -0
  30. package/.bmad/bmm/docs/images/workflow-method-greenfield.excalidraw +5034 -0
  31. package/.bmad/bmm/docs/images/workflow-method-greenfield.svg +4 -0
  32. package/.bmad/bmm/docs/quick-flow-solo-dev.md +337 -0
  33. package/.bmad/bmm/docs/quick-spec-flow.md +5 -5
  34. package/.bmad/bmm/docs/quick-start.md +15 -25
  35. package/.bmad/bmm/docs/scale-adaptive-system.md +11 -5
  36. package/.bmad/bmm/docs/test-architecture.md +90 -24
  37. package/.bmad/bmm/docs/troubleshooting.md +680 -0
  38. package/.bmad/bmm/docs/workflow-document-project-reference.md +1 -1
  39. package/.bmad/bmm/docs/workflows-analysis.md +36 -140
  40. package/.bmad/bmm/docs/workflows-implementation.md +182 -157
  41. package/.bmad/bmm/docs/workflows-planning.md +51 -212
  42. package/.bmad/bmm/docs/workflows-solutioning.md +26 -71
  43. package/.bmad/bmm/tasks/daily-standup.xml +85 -0
  44. package/.bmad/bmm/teams/default-party.csv +15 -14
  45. package/.bmad/bmm/teams/team-fullstack.yaml +0 -1
  46. package/.bmad/bmm/testarch/knowledge/api-request.md +303 -0
  47. package/.bmad/bmm/testarch/knowledge/auth-session.md +356 -0
  48. package/.bmad/bmm/testarch/knowledge/burn-in.md +273 -0
  49. package/.bmad/bmm/testarch/knowledge/ci-burn-in.md +1 -1
  50. package/.bmad/bmm/testarch/knowledge/file-utils.md +260 -0
  51. package/.bmad/bmm/testarch/knowledge/fixtures-composition.md +382 -0
  52. package/.bmad/bmm/testarch/knowledge/intercept-network-call.md +280 -0
  53. package/.bmad/bmm/testarch/knowledge/log.md +294 -0
  54. package/.bmad/bmm/testarch/knowledge/network-error-monitor.md +272 -0
  55. package/.bmad/bmm/testarch/knowledge/network-recorder.md +265 -0
  56. package/.bmad/bmm/testarch/knowledge/overview.md +284 -0
  57. package/.bmad/bmm/testarch/knowledge/recurse.md +296 -0
  58. package/.bmad/bmm/testarch/tea-index.csv +11 -0
  59. package/.bmad/bmm/workflows/1-analysis/product-brief/product-brief.template.md +8 -0
  60. package/.bmad/bmm/workflows/1-analysis/product-brief/steps/step-01-init.md +192 -0
  61. package/.bmad/bmm/workflows/1-analysis/product-brief/steps/step-01b-continue.md +167 -0
  62. package/.bmad/bmm/workflows/1-analysis/product-brief/steps/step-02-vision.md +203 -0
  63. package/.bmad/bmm/workflows/1-analysis/product-brief/steps/step-03-users.md +206 -0
  64. package/.bmad/bmm/workflows/1-analysis/product-brief/steps/step-04-metrics.md +209 -0
  65. package/.bmad/bmm/workflows/1-analysis/product-brief/steps/step-05-scope.md +223 -0
  66. package/.bmad/bmm/workflows/1-analysis/product-brief/steps/step-06-complete.md +199 -0
  67. package/.bmad/bmm/workflows/1-analysis/product-brief/workflow.md +58 -0
  68. package/.bmad/bmm/workflows/1-analysis/research/domain-steps/step-01-init.md +136 -0
  69. package/.bmad/bmm/workflows/1-analysis/research/domain-steps/step-02-domain-analysis.md +228 -0
  70. package/.bmad/bmm/workflows/1-analysis/research/domain-steps/step-03-competitive-landscape.md +237 -0
  71. package/.bmad/bmm/workflows/1-analysis/research/domain-steps/step-04-regulatory-focus.md +205 -0
  72. package/.bmad/bmm/workflows/1-analysis/research/domain-steps/step-05-technical-trends.md +233 -0
  73. package/.bmad/bmm/workflows/1-analysis/research/domain-steps/step-06-research-synthesis.md +442 -0
  74. package/.bmad/bmm/workflows/1-analysis/research/market-steps/step-01-init.md +181 -0
  75. package/.bmad/bmm/workflows/1-analysis/research/market-steps/step-02-customer-behavior.md +236 -0
  76. package/.bmad/bmm/workflows/1-analysis/research/market-steps/step-02-customer-insights.md +199 -0
  77. package/.bmad/bmm/workflows/1-analysis/research/market-steps/step-03-customer-pain-points.md +248 -0
  78. package/.bmad/bmm/workflows/1-analysis/research/market-steps/step-04-customer-decisions.md +258 -0
  79. package/.bmad/bmm/workflows/1-analysis/research/market-steps/step-05-competitive-analysis.md +176 -0
  80. package/.bmad/bmm/workflows/1-analysis/research/market-steps/step-06-research-completion.md +474 -0
  81. package/.bmad/bmm/workflows/1-analysis/research/research.template.md +15 -0
  82. package/.bmad/bmm/workflows/1-analysis/research/technical-steps/step-01-init.md +136 -0
  83. package/.bmad/bmm/workflows/1-analysis/research/technical-steps/step-02-technical-overview.md +238 -0
  84. package/.bmad/bmm/workflows/1-analysis/research/technical-steps/step-03-integration-patterns.md +247 -0
  85. package/.bmad/bmm/workflows/1-analysis/research/technical-steps/step-04-architectural-patterns.md +201 -0
  86. package/.bmad/bmm/workflows/1-analysis/research/technical-steps/step-05-implementation-research.md +238 -0
  87. package/.bmad/bmm/workflows/1-analysis/research/technical-steps/step-06-research-synthesis.md +485 -0
  88. package/.bmad/bmm/workflows/1-analysis/research/workflow.md +204 -0
  89. package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01-init.md +159 -0
  90. package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01b-continue.md +126 -0
  91. package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-02-discovery.md +209 -0
  92. package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-03-core-experience.md +215 -0
  93. package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-04-emotional-response.md +218 -0
  94. package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-05-inspiration.md +233 -0
  95. package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-06-design-system.md +251 -0
  96. package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-07-defining-experience.md +253 -0
  97. package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-08-visual-foundation.md +223 -0
  98. package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-09-design-directions.md +223 -0
  99. package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-10-user-journeys.md +240 -0
  100. package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-11-component-strategy.md +247 -0
  101. package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-12-ux-patterns.md +236 -0
  102. package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-13-responsive-accessibility.md +263 -0
  103. package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-14-complete.md +226 -0
  104. package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/ux-design-template.md +6 -138
  105. package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md +59 -0
  106. package/.bmad/bmm/workflows/2-plan-workflows/prd/prd-template.md +12 -200
  107. package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-01-init.md +243 -0
  108. package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-01b-continue.md +165 -0
  109. package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-02-discovery.md +420 -0
  110. package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-03-success.md +289 -0
  111. package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-04-journeys.md +290 -0
  112. package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-05-domain.md +270 -0
  113. package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-06-innovation.md +261 -0
  114. package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-07-project-type.md +257 -0
  115. package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-08-scoping.md +298 -0
  116. package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-09-functional.md +269 -0
  117. package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-10-nonfunctional.md +293 -0
  118. package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-11-complete.md +223 -0
  119. package/.bmad/bmm/workflows/2-plan-workflows/prd/workflow.md +61 -0
  120. package/.bmad/bmm/workflows/3-solutioning/architecture/architecture-decision-template.md +13 -0
  121. package/.bmad/bmm/workflows/3-solutioning/architecture/data/domain-complexity.csv +11 -0
  122. package/.bmad/bmm/workflows/3-solutioning/architecture/data/project-types.csv +7 -0
  123. package/.bmad/bmm/workflows/3-solutioning/architecture/steps/step-01-init.md +194 -0
  124. package/.bmad/bmm/workflows/3-solutioning/architecture/steps/step-01b-continue.md +163 -0
  125. package/.bmad/bmm/workflows/3-solutioning/architecture/steps/step-02-context.md +223 -0
  126. package/.bmad/bmm/workflows/3-solutioning/architecture/steps/step-03-starter.md +330 -0
  127. package/.bmad/bmm/workflows/3-solutioning/architecture/steps/step-04-decisions.md +317 -0
  128. package/.bmad/bmm/workflows/3-solutioning/architecture/steps/step-05-patterns.md +358 -0
  129. package/.bmad/bmm/workflows/3-solutioning/architecture/steps/step-06-structure.md +378 -0
  130. package/.bmad/bmm/workflows/3-solutioning/architecture/steps/step-07-validation.md +358 -0
  131. package/.bmad/bmm/workflows/3-solutioning/architecture/steps/step-08-complete.md +351 -0
  132. package/.bmad/bmm/workflows/3-solutioning/architecture/workflow.md +49 -0
  133. package/.bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-01-validate-prerequisites.md +258 -0
  134. package/.bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-02-design-epics.md +232 -0
  135. package/.bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-03-create-stories.md +271 -0
  136. package/.bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-04-final-validation.md +144 -0
  137. package/.bmad/bmm/workflows/3-solutioning/create-epics-and-stories/templates/epics-template.md +57 -0
  138. package/.bmad/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md +58 -0
  139. package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/steps/step-01-document-discovery.md +189 -0
  140. package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/steps/step-02-prd-analysis.md +177 -0
  141. package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/steps/step-03-epic-coverage-validation.md +178 -0
  142. package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/steps/step-04-ux-alignment.md +138 -0
  143. package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/steps/step-05-epic-quality-review.md +251 -0
  144. package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/steps/step-06-final-assessment.md +132 -0
  145. package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/templates/readiness-report-template.md +4 -0
  146. package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/workflow.md +54 -0
  147. package/.bmad/bmm/workflows/4-implementation/code-review/checklist.md +2 -1
  148. package/.bmad/bmm/workflows/4-implementation/code-review/instructions.xml +224 -0
  149. package/.bmad/bmm/workflows/4-implementation/code-review/workflow.yaml +4 -11
  150. package/.bmad/bmm/workflows/4-implementation/create-story/checklist.md +332 -214
  151. package/.bmad/bmm/workflows/4-implementation/create-story/instructions.xml +354 -0
  152. package/.bmad/bmm/workflows/4-implementation/create-story/workflow.yaml +21 -34
  153. package/.bmad/bmm/workflows/4-implementation/dev-story/checklist.md +65 -23
  154. package/.bmad/bmm/workflows/4-implementation/dev-story/instructions.xml +406 -0
  155. package/.bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml +6 -37
  156. package/.bmad/bmm/workflows/4-implementation/retrospective/instructions.md +3 -3
  157. package/.bmad/bmm/workflows/4-implementation/sprint-planning/instructions.md +19 -21
  158. package/.bmad/bmm/workflows/4-implementation/sprint-planning/sprint-status-template.yaml +11 -10
  159. package/.bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +2 -0
  160. package/.bmad/bmm/workflows/4-implementation/sprint-status/instructions.md +174 -0
  161. package/.bmad/bmm/workflows/4-implementation/sprint-status/workflow.yaml +34 -0
  162. package/.bmad/bmm/workflows/bmad-quick-flow/create-tech-spec/instructions.md +115 -0
  163. package/.bmad/bmm/workflows/bmad-quick-flow/create-tech-spec/workflow.yaml +25 -0
  164. package/.bmad/bmm/workflows/bmad-quick-flow/quick-dev/checklist.md +25 -0
  165. package/.bmad/bmm/workflows/bmad-quick-flow/quick-dev/instructions.md +202 -0
  166. package/.bmad/bmm/workflows/bmad-quick-flow/quick-dev/workflow.yaml +32 -0
  167. package/.bmad/bmm/workflows/{frame-expert → diagrams}/create-dataflow/instructions.md +7 -8
  168. package/.bmad/bmm/workflows/diagrams/create-dataflow/workflow.yaml +26 -0
  169. package/.bmad/bmm/workflows/{frame-expert → diagrams}/create-diagram/instructions.md +9 -10
  170. package/.bmad/bmm/workflows/diagrams/create-diagram/workflow.yaml +26 -0
  171. package/.bmad/bmm/workflows/{frame-expert → diagrams}/create-flowchart/instructions.md +4 -5
  172. package/.bmad/bmm/workflows/diagrams/create-flowchart/workflow.yaml +26 -0
  173. package/.bmad/bmm/workflows/{frame-expert → diagrams}/create-wireframe/instructions.md +3 -3
  174. package/.bmad/bmm/workflows/diagrams/create-wireframe/workflow.yaml +26 -0
  175. package/.bmad/bmm/workflows/document-project/instructions.md +1 -1
  176. package/.bmad/bmm/workflows/document-project/workflows/deep-dive-instructions.md +2 -2
  177. package/.bmad/bmm/workflows/generate-project-context/project-context-template.md +20 -0
  178. package/.bmad/bmm/workflows/generate-project-context/steps/step-01-discover.md +193 -0
  179. package/.bmad/bmm/workflows/generate-project-context/steps/step-02-generate.md +317 -0
  180. package/.bmad/bmm/workflows/generate-project-context/steps/step-03-complete.md +277 -0
  181. package/.bmad/bmm/workflows/generate-project-context/workflow.md +48 -0
  182. package/.bmad/bmm/workflows/testarch/atdd/atdd-checklist-template.md +1 -1
  183. package/.bmad/bmm/workflows/testarch/atdd/instructions.md +23 -3
  184. package/.bmad/bmm/workflows/testarch/automate/instructions.md +23 -2
  185. package/.bmad/bmm/workflows/testarch/ci/checklist.md +1 -1
  186. package/.bmad/bmm/workflows/testarch/ci/github-actions-template.yaml +36 -3
  187. package/.bmad/bmm/workflows/testarch/ci/gitlab-ci-template.yaml +25 -4
  188. package/.bmad/bmm/workflows/testarch/ci/instructions.md +20 -3
  189. package/.bmad/bmm/workflows/testarch/framework/instructions.md +27 -1
  190. package/.bmad/bmm/workflows/testarch/test-design/instructions.md +8 -2
  191. package/.bmad/bmm/workflows/testarch/test-review/instructions.md +29 -9
  192. package/.bmad/bmm/workflows/workflow-status/init/instructions.md +66 -54
  193. package/.bmad/bmm/workflows/workflow-status/instructions.md +11 -4
  194. package/.bmad/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +22 -38
  195. package/.bmad/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +6 -22
  196. package/.bmad/bmm/workflows/workflow-status/paths/method-brownfield.yaml +6 -22
  197. package/.bmad/bmm/workflows/workflow-status/paths/method-greenfield.yaml +6 -23
  198. package/.bmad/core/agents/bmad-master.md +12 -17
  199. package/.bmad/core/agents/bmad-web-orchestrator.agent.xml +1 -1
  200. package/.bmad/core/config.yaml +11 -0
  201. package/.bmad/core/resources/excalidraw/README.md +160 -0
  202. package/.bmad/core/resources/excalidraw/library-loader.md +50 -0
  203. package/.bmad/core/tasks/advanced-elicitation-methods.csv +51 -21
  204. package/.bmad/core/tasks/advanced-elicitation.xml +18 -8
  205. package/.bmad/core/tasks/workflow.xml +36 -71
  206. package/.bmad/core/workflows/brainstorming/brain-methods.csv +62 -36
  207. package/.bmad/core/workflows/brainstorming/steps/step-01-session-setup.md +196 -0
  208. package/.bmad/core/workflows/brainstorming/steps/step-01b-continue.md +121 -0
  209. package/.bmad/core/workflows/brainstorming/steps/step-02a-user-selected.md +224 -0
  210. package/.bmad/core/workflows/brainstorming/steps/step-02b-ai-recommended.md +236 -0
  211. package/.bmad/core/workflows/brainstorming/steps/step-02c-random-selection.md +208 -0
  212. package/.bmad/core/workflows/brainstorming/steps/step-02d-progressive-flow.md +263 -0
  213. package/.bmad/core/workflows/brainstorming/steps/step-03-technique-execution.md +339 -0
  214. package/.bmad/core/workflows/brainstorming/steps/step-04-idea-organization.md +302 -0
  215. package/.bmad/core/workflows/brainstorming/template.md +13 -104
  216. package/.bmad/core/workflows/brainstorming/workflow.md +51 -0
  217. package/.bmad/core/workflows/party-mode/instructions.md.bak +205 -0
  218. package/.bmad/core/workflows/party-mode/steps/step-01-agent-loading.md +140 -0
  219. package/.bmad/core/workflows/party-mode/steps/step-02-discussion-orchestration.md +205 -0
  220. package/.bmad/core/workflows/party-mode/steps/step-03-graceful-exit.md +158 -0
  221. package/.bmad/core/workflows/party-mode/workflow.md +225 -0
  222. package/.claude/commands/bmad/bmm/agents/{frame-expert.md → quick-flow-solo-dev.md} +3 -3
  223. package/.claude/commands/bmad/bmm/workflows/check-implementation-readiness.md +5 -0
  224. package/.claude/commands/bmad/bmm/workflows/code-review.md +1 -1
  225. package/.claude/commands/bmad/bmm/workflows/create-architecture.md +5 -0
  226. package/.claude/commands/bmad/bmm/workflows/create-epics-stories.md +5 -0
  227. package/.claude/commands/bmad/bmm/workflows/{create-dataflow.md → create-excalidraw-dataflow.md} +2 -2
  228. package/.claude/commands/bmad/bmm/workflows/{create-diagram.md → create-excalidraw-diagram.md} +2 -2
  229. package/.claude/commands/bmad/bmm/workflows/{create-flowchart.md → create-excalidraw-flowchart.md} +2 -2
  230. package/.claude/commands/bmad/bmm/workflows/{create-wireframe.md → create-excalidraw-wireframe.md} +2 -2
  231. package/.claude/commands/bmad/bmm/workflows/create-prd.md +5 -0
  232. package/.claude/commands/bmad/bmm/workflows/create-product-brief.md +5 -0
  233. package/.claude/commands/bmad/bmm/workflows/create-story.md +1 -1
  234. package/.claude/commands/bmad/bmm/workflows/create-tech-spec.md +13 -0
  235. package/.claude/commands/bmad/bmm/workflows/create-ux-design.md +2 -10
  236. package/.claude/commands/bmad/bmm/workflows/generate-project-context.md +5 -0
  237. package/.claude/commands/bmad/bmm/workflows/{domain-research.md → quick-dev.md} +3 -3
  238. package/.claude/commands/bmad/bmm/workflows/research.md +2 -10
  239. package/.claude/commands/bmad/bmm/workflows/{story-context.md → sprint-status.md} +3 -3
  240. package/.claude/commands/bmad/bmm/workflows/testarch-atdd.md +13 -0
  241. package/.claude/commands/bmad/bmm/workflows/testarch-automate.md +13 -0
  242. package/.claude/commands/bmad/bmm/workflows/testarch-ci.md +13 -0
  243. package/.claude/commands/bmad/bmm/workflows/testarch-framework.md +13 -0
  244. package/.claude/commands/bmad/bmm/workflows/testarch-nfr.md +13 -0
  245. package/.claude/commands/bmad/bmm/workflows/{prd.md → testarch-test-design.md} +3 -3
  246. package/.claude/commands/bmad/bmm/workflows/testarch-test-review.md +13 -0
  247. package/.claude/commands/bmad/bmm/workflows/testarch-trace.md +13 -0
  248. package/.claude/commands/bmad/core/workflows/brainstorming-session.md +5 -0
  249. package/.claude/config/tts-speech-rate.txt +1 -0
  250. package/.claude/github-star-reminder.txt +1 -1
  251. package/.claude/hooks/audio-processor.sh +12 -3
  252. package/.claude/hooks/piper-installer.sh +17 -0
  253. package/.claude/hooks/play-tts-piper.sh +4 -0
  254. package/.claude/hooks/termux-installer.sh +224 -0
  255. package/.clawdbot/README.md +105 -0
  256. package/.clawdbot/skill/SKILL.md +432 -0
  257. package/README.md +167 -11
  258. package/RELEASE_NOTES.md +255 -249
  259. package/package.json +4 -2
  260. package/src/installer.js +75 -21
  261. package/.bmad/bmm/workflows/1-analysis/brainstorm-project/instructions.md +0 -112
  262. package/.bmad/bmm/workflows/1-analysis/brainstorm-project/project-context.md +0 -25
  263. package/.bmad/bmm/workflows/1-analysis/brainstorm-project/workflow.yaml +0 -26
  264. package/.bmad/bmm/workflows/1-analysis/domain-research/instructions.md +0 -425
  265. package/.bmad/bmm/workflows/1-analysis/domain-research/template.md +0 -180
  266. package/.bmad/bmm/workflows/1-analysis/domain-research/workflow.yaml +0 -28
  267. package/.bmad/bmm/workflows/1-analysis/product-brief/checklist.md +0 -115
  268. package/.bmad/bmm/workflows/1-analysis/product-brief/instructions.md +0 -524
  269. package/.bmad/bmm/workflows/1-analysis/product-brief/template.md +0 -181
  270. package/.bmad/bmm/workflows/1-analysis/product-brief/workflow.yaml +0 -45
  271. package/.bmad/bmm/workflows/1-analysis/research/checklist-deep-prompt.md +0 -144
  272. package/.bmad/bmm/workflows/1-analysis/research/checklist-technical.md +0 -249
  273. package/.bmad/bmm/workflows/1-analysis/research/checklist.md +0 -299
  274. package/.bmad/bmm/workflows/1-analysis/research/claude-code/injections.yaml +0 -114
  275. package/.bmad/bmm/workflows/1-analysis/research/instructions-deep-prompt.md +0 -438
  276. package/.bmad/bmm/workflows/1-analysis/research/instructions-market.md +0 -675
  277. package/.bmad/bmm/workflows/1-analysis/research/instructions-router.md +0 -134
  278. package/.bmad/bmm/workflows/1-analysis/research/instructions-technical.md +0 -534
  279. package/.bmad/bmm/workflows/1-analysis/research/template-deep-prompt.md +0 -94
  280. package/.bmad/bmm/workflows/1-analysis/research/template-market.md +0 -347
  281. package/.bmad/bmm/workflows/1-analysis/research/template-technical.md +0 -245
  282. package/.bmad/bmm/workflows/1-analysis/research/workflow.yaml +0 -44
  283. package/.bmad/bmm/workflows/2-plan-workflows/create-epics-and-stories/epics-template.md +0 -80
  284. package/.bmad/bmm/workflows/2-plan-workflows/create-epics-and-stories/instructions.md +0 -616
  285. package/.bmad/bmm/workflows/2-plan-workflows/create-epics-and-stories/workflow.yaml +0 -53
  286. package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/checklist.md +0 -310
  287. package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/instructions.md +0 -1308
  288. package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.yaml +0 -61
  289. package/.bmad/bmm/workflows/2-plan-workflows/prd/checklist.md +0 -346
  290. package/.bmad/bmm/workflows/2-plan-workflows/prd/instructions.md +0 -703
  291. package/.bmad/bmm/workflows/2-plan-workflows/prd/workflow.yaml +0 -52
  292. package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/checklist.md +0 -217
  293. package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/epics-template.md +0 -74
  294. package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/instructions-generate-stories.md +0 -436
  295. package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/instructions.md +0 -980
  296. package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/tech-spec-template.md +0 -181
  297. package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/user-story-template.md +0 -90
  298. package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml +0 -58
  299. package/.bmad/bmm/workflows/3-solutioning/architecture/architecture-patterns.yaml +0 -321
  300. package/.bmad/bmm/workflows/3-solutioning/architecture/architecture-template.md +0 -103
  301. package/.bmad/bmm/workflows/3-solutioning/architecture/checklist.md +0 -240
  302. package/.bmad/bmm/workflows/3-solutioning/architecture/decision-catalog.yaml +0 -222
  303. package/.bmad/bmm/workflows/3-solutioning/architecture/instructions.md +0 -768
  304. package/.bmad/bmm/workflows/3-solutioning/architecture/pattern-categories.csv +0 -13
  305. package/.bmad/bmm/workflows/3-solutioning/architecture/workflow.yaml +0 -55
  306. package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/checklist.md +0 -169
  307. package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/instructions.md +0 -332
  308. package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/template.md +0 -146
  309. package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/workflow.yaml +0 -62
  310. package/.bmad/bmm/workflows/4-implementation/code-review/backlog_template.md +0 -12
  311. package/.bmad/bmm/workflows/4-implementation/code-review/instructions.md +0 -398
  312. package/.bmad/bmm/workflows/4-implementation/create-story/instructions.md +0 -256
  313. package/.bmad/bmm/workflows/4-implementation/dev-story/instructions.md +0 -267
  314. package/.bmad/bmm/workflows/4-implementation/epic-tech-context/checklist.md +0 -17
  315. package/.bmad/bmm/workflows/4-implementation/epic-tech-context/instructions.md +0 -164
  316. package/.bmad/bmm/workflows/4-implementation/epic-tech-context/template.md +0 -76
  317. package/.bmad/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml +0 -57
  318. package/.bmad/bmm/workflows/4-implementation/story-context/checklist.md +0 -16
  319. package/.bmad/bmm/workflows/4-implementation/story-context/context-template.xml +0 -34
  320. package/.bmad/bmm/workflows/4-implementation/story-context/instructions.md +0 -209
  321. package/.bmad/bmm/workflows/4-implementation/story-context/workflow.yaml +0 -61
  322. package/.bmad/bmm/workflows/4-implementation/story-done/instructions.md +0 -111
  323. package/.bmad/bmm/workflows/4-implementation/story-done/workflow.yaml +0 -26
  324. package/.bmad/bmm/workflows/4-implementation/story-ready/instructions.md +0 -117
  325. package/.bmad/bmm/workflows/4-implementation/story-ready/workflow.yaml +0 -23
  326. package/.bmad/bmm/workflows/frame-expert/create-dataflow/workflow.yaml +0 -23
  327. package/.bmad/bmm/workflows/frame-expert/create-diagram/workflow.yaml +0 -24
  328. package/.bmad/bmm/workflows/frame-expert/create-flowchart/workflow.yaml +0 -27
  329. package/.bmad/bmm/workflows/frame-expert/create-wireframe/workflow.yaml +0 -23
  330. package/.bmad/bmm/workflows/workflow-status/paths/game-design.yaml +0 -52
  331. package/.bmad/bmm/workflows/workflow-status/paths/quick-flow-brownfield.yaml +0 -58
  332. package/.bmad/bmm/workflows/workflow-status/paths/quick-flow-greenfield.yaml +0 -47
  333. package/.claude/commands/bmad/bmm/workflows/architecture.md +0 -13
  334. package/.claude/commands/bmad/bmm/workflows/brainstorm-project.md +0 -13
  335. package/.claude/commands/bmad/bmm/workflows/create-epics-and-stories.md +0 -13
  336. package/.claude/commands/bmad/bmm/workflows/epic-tech-context.md +0 -13
  337. package/.claude/commands/bmad/bmm/workflows/implementation-readiness.md +0 -13
  338. package/.claude/commands/bmad/bmm/workflows/product-brief.md +0 -13
  339. package/.claude/commands/bmad/bmm/workflows/story-done.md +0 -13
  340. package/.claude/commands/bmad/bmm/workflows/story-ready.md +0 -13
  341. package/.claude/commands/bmad/bmm/workflows/tech-spec.md +0 -13
  342. /package/.bmad/bmm/{workflows/techdoc → data}/documentation-standards.md +0 -0
  343. /package/.bmad/bmm/workflows/{frame-expert → diagrams}/_shared/excalidraw-library.json +0 -0
  344. /package/.bmad/bmm/workflows/{frame-expert → diagrams}/_shared/excalidraw-templates.yaml +0 -0
  345. /package/.bmad/bmm/workflows/{frame-expert → diagrams}/create-dataflow/checklist.md +0 -0
  346. /package/.bmad/bmm/workflows/{frame-expert → diagrams}/create-diagram/checklist.md +0 -0
  347. /package/.bmad/bmm/workflows/{frame-expert → diagrams}/create-flowchart/checklist.md +0 -0
  348. /package/.bmad/bmm/workflows/{frame-expert → diagrams}/create-wireframe/checklist.md +0 -0
  349. /package/.bmad/{bmm/workflows/frame-expert/_shared → core/resources/excalidraw}/excalidraw-helpers.md +0 -0
  350. /package/.bmad/{bmm/workflows/frame-expert/_shared → core/resources/excalidraw}/validate-json-instructions.md +0 -0
@@ -1,111 +0,0 @@
1
- # Story Approved Workflow Instructions (DEV Agent)
2
-
3
- <critical>The workflow execution engine is governed by: {project-root}/.bmad/core/tasks/workflow.xml</critical>
4
- <critical>You MUST have already loaded and processed: {installed_path}/workflow.yaml</critical>
5
- <critical>Communicate all responses in {communication_language}</critical>
6
-
7
- <workflow>
8
-
9
- <critical>This workflow is run by DEV agent AFTER user confirms a story is approved (Definition of Done is complete)</critical>
10
- <critical>Workflow: Update story file status to Done</critical>
11
-
12
- <step n="1" goal="Find reviewed story to mark done" tag="sprint-status">
13
-
14
- <check if="{story_path} is provided">
15
- <action>Use {story_path} directly</action>
16
- <action>Read COMPLETE story file and parse sections</action>
17
- <action>Extract story_key from filename or story metadata</action>
18
- <action>Verify Status is "review" - if not, HALT with message: "Story status must be 'review' to mark as done"</action>
19
- </check>
20
-
21
- <check if="{story_path} is NOT provided">
22
- <critical>MUST read COMPLETE sprint-status.yaml file from start to end to preserve order</critical>
23
- <action>Load the FULL file: {output_folder}/sprint-status.yaml</action>
24
- <action>Read ALL lines from beginning to end - do not skip any content</action>
25
- <action>Parse the development_status section completely</action>
26
-
27
- <action>Find FIRST story (reading in order from top to bottom) where: - Key matches pattern: number-number-name (e.g., "1-2-user-auth") - NOT an epic key (epic-X) or retrospective (epic-X-retrospective) - Status value equals "review"
28
- </action>
29
-
30
- <check if="no story with status 'review' found">
31
- <output>📋 No stories with status "review" found
32
-
33
- All stories are either still in development or already done.
34
-
35
- **Next Steps:**
36
-
37
- 1. Run `dev-story` to implement stories
38
- 2. Run `code-review` if stories need review first
39
- 3. Check sprint-status.yaml for current story states
40
- </output>
41
- <action>HALT</action>
42
- </check>
43
-
44
- <action>Use the first reviewed story found</action>
45
- <action>Find matching story file in {story_dir} using story_key pattern</action>
46
- <action>Read the COMPLETE story file</action>
47
- </check>
48
-
49
- <action>Extract story_id and story_title from the story file</action>
50
-
51
- <action>Find the "Status:" line (usually at the top)</action>
52
- <action>Update story file: Change Status to "done"</action>
53
-
54
- <action>Add completion notes to Dev Agent Record section:</action>
55
- <action>Find "## Dev Agent Record" section and add:
56
-
57
- ```
58
- ### Completion Notes
59
- **Completed:** {date}
60
- **Definition of Done:** All acceptance criteria met, code reviewed, tests passing
61
- ```
62
-
63
- </action>
64
-
65
- <action>Save the story file</action>
66
- </step>
67
-
68
- <step n="2" goal="Update sprint status to done" tag="sprint-status">
69
- <action>Load the FULL file: {output_folder}/sprint-status.yaml</action>
70
- <action>Find development_status key matching {story_key}</action>
71
- <action>Verify current status is "review" (expected previous state)</action>
72
- <action>Update development_status[{story_key}] = "done"</action>
73
- <action>Save file, preserving ALL comments and structure including STATUS DEFINITIONS</action>
74
-
75
- <check if="story key not found in file">
76
- <output>⚠️ Story file updated, but could not update sprint-status: {story_key} not found
77
-
78
- Story is marked Done in file, but sprint-status.yaml may be out of sync.
79
- </output>
80
- </check>
81
-
82
- </step>
83
-
84
- <step n="3" goal="Confirm completion to user">
85
-
86
- <output>**Story Approved and Marked Done, {user_name}!**
87
-
88
- ✅ Story file updated → Status: done
89
- ✅ Sprint status updated: review → done
90
-
91
- **Completed Story:**
92
-
93
- - **ID:** {story_id}
94
- - **Key:** {story_key}
95
- - **Title:** {story_title}
96
- - **Completed:** {date}
97
-
98
- **Next Steps:**
99
-
100
- 1. Continue with next story in your backlog
101
- - Run `create-story` for next backlog story
102
- - Or run `dev-story` if ready stories exist
103
- 2. Check epic completion status
104
- - Run `retrospective` workflow to check if epic is complete
105
- - Epic retrospective will verify all stories are done
106
- </output>
107
-
108
- </step>
109
-
110
- </workflow>
111
- ```
@@ -1,26 +0,0 @@
1
- # Story Done Workflow (DEV Agent)
2
- name: story-done
3
- description: "Marks a story as done (DoD complete) and moves it from its current status → DONE in the status file. Advances the story queue. Simple status-update workflow with no searching required."
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
- date: system-generated
12
- sprint_artifacts: "{config_source}:sprint_artifacts"
13
- sprint_status: "{sprint_artifacts}/sprint-status.yaml || {output_folder}/sprint-status.yaml"
14
-
15
- # Workflow components
16
- installed_path: "{project-root}/.bmad/bmm/workflows/4-implementation/story-done"
17
- instructions: "{installed_path}/instructions.md"
18
-
19
- # Variables and inputs
20
- variables:
21
- story_dir: "{config_source}:sprint_artifacts" # Directory where stories are stored
22
-
23
- # Output configuration - no output file, just status updates
24
- default_output_file: ""
25
-
26
- standalone: true
@@ -1,117 +0,0 @@
1
- # Story Ready Workflow Instructions (SM Agent)
2
-
3
- <critical>The workflow execution engine is governed by: {project_root}/.bmad/core/tasks/workflow.xml</critical>
4
- <critical>You MUST have already loaded and processed: {installed_path}/workflow.yaml</critical>
5
- <critical>Communicate all responses in {communication_language} and language MUST be tailored to {user_skill_level}</critical>
6
- <critical>Generate all documents in {document_output_language}</critical>
7
-
8
- <workflow>
9
-
10
- <critical>This workflow is run by SM agent AFTER user reviews a drafted story and confirms it's ready for development</critical>
11
- <critical>Simple workflow: Update story file status to Ready</critical>
12
-
13
- <step n="1" goal="Find drafted story to mark ready" tag="sprint-status">
14
-
15
- <action>If {{story_path}} is provided → use it directly; extract story_key from filename or metadata; GOTO mark_ready</action>
16
-
17
- <critical>MUST read COMPLETE {sprint_status} file from start to end to preserve order</critical>
18
- <action>Load the FULL file: {sprint_status}</action>
19
- <action>Read ALL lines from beginning to end - do not skip any content</action>
20
- <action>Parse the development_status section completely</action>
21
-
22
- <action>Find ALL stories (reading in order from start to end) where:
23
-
24
- - Key matches pattern: number-number-name (e.g., "1-2-user-auth")
25
- - NOT an epic key (epic-X) or retrospective (epic-X-retrospective)
26
- - Status value equals "drafted"
27
- </action>
28
-
29
- <action>Collect up to 10 drafted story keys in order (limit for display purposes)</action>
30
- <action>Count total drafted stories found</action>
31
-
32
- <check if="no drafted stories found">
33
- <output>📋 No drafted stories found in {sprint_status}
34
-
35
- All stories are either still in backlog or already marked ready/in-progress/done.
36
-
37
- **Options:**
38
-
39
- 1. Run `create-story` to draft more stories
40
- 2. Run `sprint-planning` to refresh story tracking
41
- </output>
42
- <action>HALT</action>
43
- </check>
44
-
45
- <action>Display available drafted stories:
46
-
47
- **Drafted Stories Available ({{drafted_count}} found):**
48
-
49
- {{list_of_drafted_story_keys}}
50
-
51
- </action>
52
-
53
- <ask if="{{non_interactive}} == false">Select the drafted story to mark as Ready (enter story key or number):</ask>
54
- <action if="{{non_interactive}} == true">Auto-select first story from the list</action>
55
-
56
- <action>Resolve selected story_key from user input or auto-selection</action>
57
- <action>Find matching story file in {{story_dir}} using story_key pattern</action>
58
-
59
- <anchor id="mark_ready" />
60
-
61
- <action>Read the story file from resolved path</action>
62
- <action>Extract story_id and story_title from the file</action>
63
-
64
- <action>Find the "Status:" line (usually at the top)</action>
65
- <action>Update story file: Change Status to "ready-for-dev"</action>
66
- <action>Save the story file</action>
67
- </step>
68
-
69
- <step n="2" goal="Update sprint status to ready-for-dev" tag="sprint-status">
70
- <action>Load the FULL file: {sprint_status}</action>
71
- <action>Find development_status key matching {{story_key}}</action>
72
- <action>Verify current status is "drafted" (expected previous state)</action>
73
- <action>Update development_status[{{story_key}}] = "ready-for-dev"</action>
74
- <action>Save file, preserving ALL comments and structure including STATUS DEFINITIONS</action>
75
-
76
- <check if="story key not found in file">
77
- <output>⚠️ Story file updated, but could not update sprint-status: {{story_key}} not found
78
-
79
- You may need to run sprint-planning to refresh tracking.
80
- </output>
81
- </check>
82
-
83
- </step>
84
-
85
- <step n="3" goal="Confirm completion to user">
86
-
87
- <output>**Story Marked Ready for Development, {user_name}!**
88
-
89
- ✅ Story file updated: `{{story_file}}` → Status: ready-for-dev
90
- ✅ Sprint status updated: drafted → ready-for-dev
91
-
92
- **Story Details:**
93
-
94
- - **ID:** {{story_id}}
95
- - **Key:** {{story_key}}
96
- - **Title:** {{story_title}}
97
- - **File:** `{{story_file}}`
98
- - **Status:** ready-for-dev
99
-
100
- **Next Steps:**
101
-
102
- 1. **Recommended:** Run `story-context` workflow to generate implementation context
103
- - This creates a comprehensive context XML for the DEV agent
104
- - Includes relevant architecture, dependencies, and existing code
105
-
106
- 2. **Alternative:** Skip context generation and go directly to `dev-story` workflow
107
- - Faster, but DEV agent will have less context
108
- - Only recommended for simple, well-understood stories
109
-
110
- **To proceed:**
111
-
112
- - For context generation: Stay with SM agent and run `story-context` workflow
113
- - For direct implementation: Load DEV agent and run `dev-story` workflow
114
-
115
- </step>
116
-
117
- </workflow>
@@ -1,23 +0,0 @@
1
- # Story Ready Workflow (SM Agent)
2
- name: story-ready
3
- description: "Marks a drafted story as ready for development and moves it from TODO → IN PROGRESS in the status file. Simple status-update workflow with no searching required."
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
- date: system-generated
12
- sprint_artifacts: "{config_source}:sprint_artifacts"
13
- sprint_status: "{sprint_artifacts}/sprint-status.yaml || {output_folder}/sprint-status.yaml"
14
-
15
- # Workflow components
16
- installed_path: "{project-root}/.bmad/bmm/workflows/4-implementation/story-ready"
17
- instructions: "{installed_path}/instructions.md"
18
-
19
- # Variables and inputs
20
- variables:
21
- story_dir: "{config_source}:sprint_artifacts"
22
-
23
- standalone: true
@@ -1,23 +0,0 @@
1
- name: create-dataflow
2
- description: "Create data flow diagrams (DFD) in Excalidraw format"
3
- author: "BMad"
4
-
5
- installed_path: "{project-root}/.bmad/bmm/workflows/frame-expert/create-dataflow"
6
- shared_path: "{project-root}/.bmad/bmm/workflows/frame-expert/_shared"
7
- instructions: "{installed_path}/instructions.md"
8
- validation: "{installed_path}/checklist.md"
9
-
10
- helpers: "{shared_path}/excalidraw-helpers.md"
11
- templates: "{shared_path}/excalidraw-templates.yaml"
12
- library: "{shared_path}/excalidraw-library.json"
13
-
14
- variables:
15
- dfd_level: ""
16
- process_count: ""
17
- datastore_count: ""
18
- external_entities: ""
19
- save_location: ""
20
-
21
- default_output_file: "{project-root}/docs/dataflow/dfd-{timestamp}.excalidraw"
22
-
23
- standalone: true
@@ -1,24 +0,0 @@
1
- name: create-diagram
2
- description: "Create system architecture diagrams, ERDs, UML diagrams, or general technical diagrams in Excalidraw format"
3
- author: "BMad"
4
-
5
- installed_path: "{project-root}/.bmad/bmm/workflows/frame-expert/create-diagram"
6
- shared_path: "{project-root}/.bmad/bmm/workflows/frame-expert/_shared"
7
- instructions: "{installed_path}/instructions.md"
8
- validation: "{installed_path}/checklist.md"
9
-
10
- helpers: "{shared_path}/excalidraw-helpers.md"
11
- templates: "{shared_path}/excalidraw-templates.yaml"
12
- library: "{shared_path}/excalidraw-library.json"
13
-
14
- variables:
15
- diagram_type: ""
16
- component_count: ""
17
- relationship_type: ""
18
- notation_standard: ""
19
- save_location: ""
20
- theme_choice: ""
21
-
22
- default_output_file: "{project-root}/docs/diagrams/diagram-{timestamp}.excalidraw"
23
-
24
- standalone: true
@@ -1,27 +0,0 @@
1
- name: create-flowchart
2
- description: "Create a flowchart visualization in Excalidraw format for processes, pipelines, or logic flows"
3
- author: "BMad"
4
-
5
- # Workflow components
6
- installed_path: "{project-root}/.bmad/bmm/workflows/frame-expert/create-flowchart"
7
- shared_path: "{project-root}/.bmad/bmm/workflows/frame-expert/_shared"
8
- instructions: "{installed_path}/instructions.md"
9
- validation: "{installed_path}/checklist.md"
10
-
11
- # Shared resources
12
- helpers: "{shared_path}/excalidraw-helpers.md"
13
- templates: "{shared_path}/excalidraw-templates.yaml"
14
- library: "{shared_path}/excalidraw-library.json"
15
-
16
- # Variables
17
- variables:
18
- flowchart_type: "" # Will be elicited
19
- complexity: "" # Will be elicited
20
- decision_points: "" # Will be elicited
21
- save_location: "" # Will be elicited
22
- theme_choice: "" # Will be elicited
23
- custom_colors: {} # For custom theme
24
-
25
- default_output_file: "{project-root}/docs/flowcharts/flowchart-{timestamp}.excalidraw"
26
-
27
- standalone: true
@@ -1,23 +0,0 @@
1
- name: create-wireframe
2
- description: "Create website or app wireframes in Excalidraw format"
3
- author: "BMad"
4
-
5
- installed_path: "{project-root}/.bmad/bmm/workflows/frame-expert/create-wireframe"
6
- shared_path: "{project-root}/.bmad/bmm/workflows/frame-expert/_shared"
7
- instructions: "{installed_path}/instructions.md"
8
- validation: "{installed_path}/checklist.md"
9
-
10
- helpers: "{shared_path}/excalidraw-helpers.md"
11
- templates: "{shared_path}/excalidraw-templates.yaml"
12
- library: "{shared_path}/excalidraw-library.json"
13
-
14
- variables:
15
- wireframe_type: ""
16
- fidelity_level: ""
17
- screen_count: ""
18
- device_type: ""
19
- save_location: ""
20
-
21
- default_output_file: "{project-root}/docs/wireframes/wireframe-{timestamp}.excalidraw"
22
-
23
- standalone: true
@@ -1,52 +0,0 @@
1
- # Game Development - Use BMGD Module
2
- # Game development workflows have been moved to the BMad Game Development module
3
-
4
- project_type: "game"
5
- level: "all"
6
- field_type: "any"
7
- description: "⚠️ Game development requires the BMGD module"
8
-
9
- error_message: |
10
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
11
-
12
- 🎮 **GAME DEVELOPMENT DETECTED**
13
-
14
- Game development workflows are now part of the **BMad Game Development (BMGD)** module,
15
- which provides specialized workflows and agents for game creation.
16
-
17
- **To proceed with game development:**
18
-
19
- 1. Install the BMGD module:
20
- ```bash
21
- bmad install bmgd
22
- ```
23
-
24
- 2. The BMGD module includes:
25
- - Game Designer, Game Developer, Game Architect agents
26
- - Game Dev Scrum Master for sprint coordination
27
- - Industry-standard game dev workflows:
28
- • Phase 1 (Preproduction): brainstorm-game, game-brief
29
- • Phase 2 (Design): GDD, narrative design
30
- • Phase 3 (Technical): game architecture
31
- • Phase 4 (Production): sprint planning, story management
32
-
33
- 3. After installation, load the Game Designer or Game Dev Scrum Master agent
34
- to begin your game development workflow
35
-
36
- **Why a separate module?**
37
- - Game development follows different phases than software development
38
- - Specialized agents understand game-specific terminology and patterns
39
- - Workflows configured for game development needs (playtesting, balancing, etc.)
40
- - Can be used standalone or alongside BMM for complete coverage
41
-
42
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
43
-
44
- # Placeholder phases - this file should not be used for actual workflow tracking
45
- # Users should install BMGD module instead
46
- phases:
47
- - phase: 1
48
- name: "ERROR - Install BMGD Module"
49
- workflows:
50
- - id: "install-bmgd"
51
- required: true
52
- note: "Run: bmad install bmgd"
@@ -1,58 +0,0 @@
1
- # BMad Quick Flow - Brownfield
2
- # Fast implementation path for existing codebases (1-15 stories typically)
3
-
4
- method_name: "BMad Quick Flow"
5
- track: "quick-flow"
6
- field_type: "brownfield"
7
- description: "Fast tech-spec based implementation for brownfield projects"
8
-
9
- phases:
10
- - prerequisite: true
11
- name: "Documentation"
12
- conditional: "if_undocumented"
13
- note: "NOT a phase - prerequisite for brownfield without docs"
14
- workflows:
15
- - id: "document-project"
16
- required: true
17
- agent: "analyst"
18
- command: "document-project"
19
- output: "Comprehensive project documentation"
20
- purpose: "Understand existing codebase before planning"
21
-
22
- - phase: 0
23
- name: "Discovery (Optional)"
24
- optional: true
25
- note: "User-selected during workflow-init"
26
- workflows:
27
- - id: "brainstorm-project"
28
- optional: true
29
- agent: "analyst"
30
- command: "brainstorm-project"
31
- included_by: "user_choice"
32
-
33
- - id: "research"
34
- optional: true
35
- agent: "analyst"
36
- command: "research"
37
- included_by: "user_choice"
38
-
39
- - phase: 1
40
- name: "Planning"
41
- required: true
42
- workflows:
43
- - id: "tech-spec"
44
- required: true
45
- agent: "pm"
46
- command: "tech-spec"
47
- output: "Technical Specification with stories (auto-detects epic if 2+ stories)"
48
- note: "Integrates with existing codebase patterns from document-project"
49
-
50
- - phase: 2
51
- name: "Implementation"
52
- required: true
53
- workflows:
54
- - id: "sprint-planning"
55
- required: true
56
- agent: "sm"
57
- command: "sprint-planning"
58
- note: "Creates sprint plan with all stories"
@@ -1,47 +0,0 @@
1
- # BMad Quick Flow - Greenfield
2
- # Fast implementation path with tech-spec planning (1-15 stories typically)
3
-
4
- method_name: "BMad Quick Flow"
5
- track: "quick-flow"
6
- field_type: "greenfield"
7
- description: "Fast tech-spec based implementation for greenfield projects"
8
-
9
- phases:
10
- - phase: 0
11
- name: "Discovery (Optional)"
12
- optional: true
13
- note: "User-selected during workflow-init"
14
- workflows:
15
- - id: "brainstorm-project"
16
- optional: true
17
- agent: "analyst"
18
- command: "brainstorm-project"
19
- included_by: "user_choice"
20
-
21
- - id: "research"
22
- optional: true
23
- agent: "analyst"
24
- command: "research"
25
- included_by: "user_choice"
26
- note: "Can have multiple research workflows"
27
-
28
- - phase: 1
29
- name: "Planning"
30
- required: true
31
- workflows:
32
- - id: "tech-spec"
33
- required: true
34
- agent: "pm"
35
- command: "tech-spec"
36
- output: "Technical Specification with stories (auto-detects epic if 2+ stories)"
37
- note: "Quick Spec Flow - implementation-focused planning"
38
-
39
- - phase: 2
40
- name: "Implementation"
41
- required: true
42
- workflows:
43
- - id: "sprint-planning"
44
- required: true
45
- agent: "sm"
46
- command: "sprint-planning"
47
- note: "Creates sprint plan with all stories - subsequent work tracked in sprint plan output, not workflow-status"
@@ -1,13 +0,0 @@
1
- ---
2
- description: 'Collaborative architectural decision facilitation for AI-agent consistency. Replaces template-driven architecture with intelligent, adaptive conversation that produces a decision-focused architecture document optimized for preventing agent conflicts.'
3
- ---
4
-
5
- IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:
6
-
7
- <steps CRITICAL="TRUE">
8
- 1. Always LOAD the FULL @.bmad/core/tasks/workflow.xml
9
- 2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @.bmad/bmm/workflows/3-solutioning/architecture/workflow.yaml
10
- 3. Pass the yaml path .bmad/bmm/workflows/3-solutioning/architecture/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
11
- 4. Follow workflow.xml instructions EXACTLY as written to process and follow the specific workflow config and its instructions
12
- 5. Save outputs after EACH section when generating any documents from templates
13
- </steps>
@@ -1,13 +0,0 @@
1
- ---
2
- description: 'Facilitate project brainstorming sessions by orchestrating the CIS brainstorming workflow with project-specific context and guidance.'
3
- ---
4
-
5
- IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:
6
-
7
- <steps CRITICAL="TRUE">
8
- 1. Always LOAD the FULL @.bmad/core/tasks/workflow.xml
9
- 2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @.bmad/bmm/workflows/1-analysis/brainstorm-project/workflow.yaml
10
- 3. Pass the yaml path .bmad/bmm/workflows/1-analysis/brainstorm-project/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
11
- 4. Follow workflow.xml instructions EXACTLY as written to process and follow the specific workflow config and its instructions
12
- 5. Save outputs after EACH section when generating any documents from templates
13
- </steps>
@@ -1,13 +0,0 @@
1
- ---
2
- description: 'Transform PRD requirements into bite-sized stories organized into deliverable functional epics. This workflow takes a Product Requirements Document (PRD) and breaks it down into epics and user stories that can be easily assigned to development teams. It ensures that all functional requirements are captured in a structured format, making it easier for teams to understand and implement the necessary features.'
3
- ---
4
-
5
- IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:
6
-
7
- <steps CRITICAL="TRUE">
8
- 1. Always LOAD the FULL @.bmad/core/tasks/workflow.xml
9
- 2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @.bmad/bmm/workflows/2-plan-workflows/create-epics-and-stories/workflow.yaml
10
- 3. Pass the yaml path .bmad/bmm/workflows/2-plan-workflows/create-epics-and-stories/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
11
- 4. Follow workflow.xml instructions EXACTLY as written to process and follow the specific workflow config and its instructions
12
- 5. Save outputs after EACH section when generating any documents from templates
13
- </steps>
@@ -1,13 +0,0 @@
1
- ---
2
- description: 'Generate a comprehensive Technical Specification from PRD and Architecture with acceptance criteria and traceability mapping'
3
- ---
4
-
5
- IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:
6
-
7
- <steps CRITICAL="TRUE">
8
- 1. Always LOAD the FULL @.bmad/core/tasks/workflow.xml
9
- 2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @.bmad/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml
10
- 3. Pass the yaml path .bmad/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
11
- 4. Follow workflow.xml instructions EXACTLY as written to process and follow the specific workflow config and its instructions
12
- 5. Save outputs after EACH section when generating any documents from templates
13
- </steps>
@@ -1,13 +0,0 @@
1
- ---
2
- description: 'Validate that PRD, UX Design, Architecture, Epics and Stories are complete and aligned before Phase 4 implementation. Ensures all artifacts cover the MVP requirements with no gaps or contradictions.'
3
- ---
4
-
5
- IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:
6
-
7
- <steps CRITICAL="TRUE">
8
- 1. Always LOAD the FULL @.bmad/core/tasks/workflow.xml
9
- 2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @.bmad/bmm/workflows/3-solutioning/implementation-readiness/workflow.yaml
10
- 3. Pass the yaml path .bmad/bmm/workflows/3-solutioning/implementation-readiness/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
11
- 4. Follow workflow.xml instructions EXACTLY as written to process and follow the specific workflow config and its instructions
12
- 5. Save outputs after EACH section when generating any documents from templates
13
- </steps>
@@ -1,13 +0,0 @@
1
- ---
2
- description: 'Interactive product brief creation workflow that guides users through defining their product vision with multiple input sources and conversational collaboration'
3
- ---
4
-
5
- IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:
6
-
7
- <steps CRITICAL="TRUE">
8
- 1. Always LOAD the FULL @.bmad/core/tasks/workflow.xml
9
- 2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @.bmad/bmm/workflows/1-analysis/product-brief/workflow.yaml
10
- 3. Pass the yaml path .bmad/bmm/workflows/1-analysis/product-brief/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
11
- 4. Follow workflow.xml instructions EXACTLY as written to process and follow the specific workflow config and its instructions
12
- 5. Save outputs after EACH section when generating any documents from templates
13
- </steps>
@@ -1,13 +0,0 @@
1
- ---
2
- description: 'Marks a story as done (DoD complete) and moves it from its current status → DONE in the status file. Advances the story queue. Simple status-update workflow with no searching required.'
3
- ---
4
-
5
- IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:
6
-
7
- <steps CRITICAL="TRUE">
8
- 1. Always LOAD the FULL @.bmad/core/tasks/workflow.xml
9
- 2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @.bmad/bmm/workflows/4-implementation/story-done/workflow.yaml
10
- 3. Pass the yaml path .bmad/bmm/workflows/4-implementation/story-done/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
11
- 4. Follow workflow.xml instructions EXACTLY as written to process and follow the specific workflow config and its instructions
12
- 5. Save outputs after EACH section when generating any documents from templates
13
- </steps>
@@ -1,13 +0,0 @@
1
- ---
2
- description: 'Marks a drafted story as ready for development and moves it from TODO → IN PROGRESS in the status file. Simple status-update workflow with no searching required.'
3
- ---
4
-
5
- IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:
6
-
7
- <steps CRITICAL="TRUE">
8
- 1. Always LOAD the FULL @.bmad/core/tasks/workflow.xml
9
- 2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @.bmad/bmm/workflows/4-implementation/story-ready/workflow.yaml
10
- 3. Pass the yaml path .bmad/bmm/workflows/4-implementation/story-ready/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
11
- 4. Follow workflow.xml instructions EXACTLY as written to process and follow the specific workflow config and its instructions
12
- 5. Save outputs after EACH section when generating any documents from templates
13
- </steps>