agentvibes 3.1.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 (345) 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/github-star-reminder.txt +1 -1
  250. package/.clawdbot/README.md +105 -0
  251. package/.clawdbot/skill/SKILL.md +432 -0
  252. package/README.md +87 -11
  253. package/RELEASE_NOTES.md +115 -0
  254. package/package.json +4 -2
  255. package/src/installer.js +23 -17
  256. package/.bmad/bmm/workflows/1-analysis/brainstorm-project/instructions.md +0 -112
  257. package/.bmad/bmm/workflows/1-analysis/brainstorm-project/project-context.md +0 -25
  258. package/.bmad/bmm/workflows/1-analysis/brainstorm-project/workflow.yaml +0 -26
  259. package/.bmad/bmm/workflows/1-analysis/domain-research/instructions.md +0 -425
  260. package/.bmad/bmm/workflows/1-analysis/domain-research/template.md +0 -180
  261. package/.bmad/bmm/workflows/1-analysis/domain-research/workflow.yaml +0 -28
  262. package/.bmad/bmm/workflows/1-analysis/product-brief/checklist.md +0 -115
  263. package/.bmad/bmm/workflows/1-analysis/product-brief/instructions.md +0 -524
  264. package/.bmad/bmm/workflows/1-analysis/product-brief/template.md +0 -181
  265. package/.bmad/bmm/workflows/1-analysis/product-brief/workflow.yaml +0 -45
  266. package/.bmad/bmm/workflows/1-analysis/research/checklist-deep-prompt.md +0 -144
  267. package/.bmad/bmm/workflows/1-analysis/research/checklist-technical.md +0 -249
  268. package/.bmad/bmm/workflows/1-analysis/research/checklist.md +0 -299
  269. package/.bmad/bmm/workflows/1-analysis/research/claude-code/injections.yaml +0 -114
  270. package/.bmad/bmm/workflows/1-analysis/research/instructions-deep-prompt.md +0 -438
  271. package/.bmad/bmm/workflows/1-analysis/research/instructions-market.md +0 -675
  272. package/.bmad/bmm/workflows/1-analysis/research/instructions-router.md +0 -134
  273. package/.bmad/bmm/workflows/1-analysis/research/instructions-technical.md +0 -534
  274. package/.bmad/bmm/workflows/1-analysis/research/template-deep-prompt.md +0 -94
  275. package/.bmad/bmm/workflows/1-analysis/research/template-market.md +0 -347
  276. package/.bmad/bmm/workflows/1-analysis/research/template-technical.md +0 -245
  277. package/.bmad/bmm/workflows/1-analysis/research/workflow.yaml +0 -44
  278. package/.bmad/bmm/workflows/2-plan-workflows/create-epics-and-stories/epics-template.md +0 -80
  279. package/.bmad/bmm/workflows/2-plan-workflows/create-epics-and-stories/instructions.md +0 -616
  280. package/.bmad/bmm/workflows/2-plan-workflows/create-epics-and-stories/workflow.yaml +0 -53
  281. package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/checklist.md +0 -310
  282. package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/instructions.md +0 -1308
  283. package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.yaml +0 -61
  284. package/.bmad/bmm/workflows/2-plan-workflows/prd/checklist.md +0 -346
  285. package/.bmad/bmm/workflows/2-plan-workflows/prd/instructions.md +0 -703
  286. package/.bmad/bmm/workflows/2-plan-workflows/prd/workflow.yaml +0 -52
  287. package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/checklist.md +0 -217
  288. package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/epics-template.md +0 -74
  289. package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/instructions-generate-stories.md +0 -436
  290. package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/instructions.md +0 -980
  291. package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/tech-spec-template.md +0 -181
  292. package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/user-story-template.md +0 -90
  293. package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml +0 -58
  294. package/.bmad/bmm/workflows/3-solutioning/architecture/architecture-patterns.yaml +0 -321
  295. package/.bmad/bmm/workflows/3-solutioning/architecture/architecture-template.md +0 -103
  296. package/.bmad/bmm/workflows/3-solutioning/architecture/checklist.md +0 -240
  297. package/.bmad/bmm/workflows/3-solutioning/architecture/decision-catalog.yaml +0 -222
  298. package/.bmad/bmm/workflows/3-solutioning/architecture/instructions.md +0 -768
  299. package/.bmad/bmm/workflows/3-solutioning/architecture/pattern-categories.csv +0 -13
  300. package/.bmad/bmm/workflows/3-solutioning/architecture/workflow.yaml +0 -55
  301. package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/checklist.md +0 -169
  302. package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/instructions.md +0 -332
  303. package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/template.md +0 -146
  304. package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/workflow.yaml +0 -62
  305. package/.bmad/bmm/workflows/4-implementation/code-review/backlog_template.md +0 -12
  306. package/.bmad/bmm/workflows/4-implementation/code-review/instructions.md +0 -398
  307. package/.bmad/bmm/workflows/4-implementation/create-story/instructions.md +0 -256
  308. package/.bmad/bmm/workflows/4-implementation/dev-story/instructions.md +0 -267
  309. package/.bmad/bmm/workflows/4-implementation/epic-tech-context/checklist.md +0 -17
  310. package/.bmad/bmm/workflows/4-implementation/epic-tech-context/instructions.md +0 -164
  311. package/.bmad/bmm/workflows/4-implementation/epic-tech-context/template.md +0 -76
  312. package/.bmad/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml +0 -57
  313. package/.bmad/bmm/workflows/4-implementation/story-context/checklist.md +0 -16
  314. package/.bmad/bmm/workflows/4-implementation/story-context/context-template.xml +0 -34
  315. package/.bmad/bmm/workflows/4-implementation/story-context/instructions.md +0 -209
  316. package/.bmad/bmm/workflows/4-implementation/story-context/workflow.yaml +0 -61
  317. package/.bmad/bmm/workflows/4-implementation/story-done/instructions.md +0 -111
  318. package/.bmad/bmm/workflows/4-implementation/story-done/workflow.yaml +0 -26
  319. package/.bmad/bmm/workflows/4-implementation/story-ready/instructions.md +0 -117
  320. package/.bmad/bmm/workflows/4-implementation/story-ready/workflow.yaml +0 -23
  321. package/.bmad/bmm/workflows/frame-expert/create-dataflow/workflow.yaml +0 -23
  322. package/.bmad/bmm/workflows/frame-expert/create-diagram/workflow.yaml +0 -24
  323. package/.bmad/bmm/workflows/frame-expert/create-flowchart/workflow.yaml +0 -27
  324. package/.bmad/bmm/workflows/frame-expert/create-wireframe/workflow.yaml +0 -23
  325. package/.bmad/bmm/workflows/workflow-status/paths/game-design.yaml +0 -52
  326. package/.bmad/bmm/workflows/workflow-status/paths/quick-flow-brownfield.yaml +0 -58
  327. package/.bmad/bmm/workflows/workflow-status/paths/quick-flow-greenfield.yaml +0 -47
  328. package/.claude/commands/bmad/bmm/workflows/architecture.md +0 -13
  329. package/.claude/commands/bmad/bmm/workflows/brainstorm-project.md +0 -13
  330. package/.claude/commands/bmad/bmm/workflows/create-epics-and-stories.md +0 -13
  331. package/.claude/commands/bmad/bmm/workflows/epic-tech-context.md +0 -13
  332. package/.claude/commands/bmad/bmm/workflows/implementation-readiness.md +0 -13
  333. package/.claude/commands/bmad/bmm/workflows/product-brief.md +0 -13
  334. package/.claude/commands/bmad/bmm/workflows/story-done.md +0 -13
  335. package/.claude/commands/bmad/bmm/workflows/story-ready.md +0 -13
  336. package/.claude/commands/bmad/bmm/workflows/tech-spec.md +0 -13
  337. /package/.bmad/bmm/{workflows/techdoc → data}/documentation-standards.md +0 -0
  338. /package/.bmad/bmm/workflows/{frame-expert → diagrams}/_shared/excalidraw-library.json +0 -0
  339. /package/.bmad/bmm/workflows/{frame-expert → diagrams}/_shared/excalidraw-templates.yaml +0 -0
  340. /package/.bmad/bmm/workflows/{frame-expert → diagrams}/create-dataflow/checklist.md +0 -0
  341. /package/.bmad/bmm/workflows/{frame-expert → diagrams}/create-diagram/checklist.md +0 -0
  342. /package/.bmad/bmm/workflows/{frame-expert → diagrams}/create-flowchart/checklist.md +0 -0
  343. /package/.bmad/bmm/workflows/{frame-expert → diagrams}/create-wireframe/checklist.md +0 -0
  344. /package/.bmad/{bmm/workflows/frame-expert/_shared → core/resources/excalidraw}/excalidraw-helpers.md +0 -0
  345. /package/.bmad/{bmm/workflows/frame-expert/_shared → core/resources/excalidraw}/validate-json-instructions.md +0 -0
@@ -1,52 +1,50 @@
1
1
  ---
2
2
  name: "tech writer"
3
3
  description: "Technical Writer"
4
+ tts:
5
+ intro: "Hi! I'm Paige, your Technical Writer. I'll make sure everything is documented clearly."
6
+ voices:
7
+ - piper: "jenny"
8
+ - mac: "Karen"
4
9
  ---
5
10
 
6
11
  You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
12
 
8
13
  ```xml
9
- <agent id=".bmad/bmm/agents/tech-writer.md" name="Paige" title="Technical Writer" icon="📚">
14
+ <agent id="tech-writer.agent.yaml" name="Tech Writer" title="Technical Writer" icon="📚">
10
15
  <activation critical="MANDATORY">
11
16
  <step n="1">Load persona from this current agent file (already in context)</step>
12
- <step n="2">🚨 IMMEDIATE ACTION REQUIRED - BEFORE ANY OUTPUT:
13
- - Load and read {project-root}/{bmad_folder}/bmm/config.yaml NOW
14
- - Store ALL fields as session variables: {user_name}, {communication_language}, {output_folder}
15
- - VERIFY: If config not loaded, STOP and report error to user
16
- - DO NOT PROCEED to step 3 until config is successfully loaded and variables stored</step>
17
+ <step n="2">Load and read {project-root}/{bmad_folder}/core/config.yaml to get {user_name}, {communication_language}, {output_folder}</step>
17
18
  <step n="3">Remember: user's name is {user_name}</step>
18
- <step n="4">CRITICAL: Load COMPLETE file {project-root}/.bmad/bmm/workflows/techdoc/documentation-standards.md into permanent memory and follow ALL rules within</step>
19
- <step n="5">Show greeting using {user_name} from config, communicate in {communication_language}, then display numbered list of
19
+ <step n="4">CRITICAL: Load COMPLETE file {project-root}/{bmad_folder}/bmm/data/documentation-standards.md into permanent memory and follow ALL rules within</step>
20
+ <step n="5">Find if this exists, if it does, always treat it as the bible I plan and execute against: `**/project-context.md`</step>
21
+ <step n="6">ALWAYS communicate in {communication_language}</step>
22
+ <step n="7">Show greeting using {user_name} from config, communicate in {communication_language}, then display numbered list of
20
23
  ALL menu items from menu section</step>
21
- <step n="6">STOP and WAIT for user input - do NOT execute menu items automatically - accept number or cmd trigger or fuzzy command
24
+ <step n="8">STOP and WAIT for user input - do NOT execute menu items automatically - accept number or cmd trigger or fuzzy command
22
25
  match</step>
23
- <step n="7">On user input: Number → execute menu item[n] | Text → case-insensitive substring match | Multiple matches → ask user
26
+ <step n="9">On user input: Number → execute menu item[n] | Text → case-insensitive substring match | Multiple matches → ask user
24
27
  to clarify | No match → show "Not recognized"</step>
25
- <step n="8">When executing a menu item: Check menu-handlers section below - extract any attributes from the selected menu item
26
- (workflow, exec, tmpl, data, action, validate-workflow) and follow the corresponding handler instructions</step>
28
+ <step n="10">When executing a menu item: Check menu-handlers section below - extract any attributes from the selected menu item and follow the corresponding handler instructions</step>
27
29
 
28
30
  <menu-handlers>
29
- <handlers>
30
- <handler type="workflow">
31
- When menu item has: workflow="path/to/workflow.yaml"
32
- 1. CRITICAL: Always LOAD {project-root}/{bmad_folder}/core/tasks/workflow.xml
33
- 2. Read the complete file - this is the CORE OS for executing BMAD workflows
34
- 3. Pass the yaml path as 'workflow-config' parameter to those instructions
35
- 4. Execute workflow.xml instructions precisely following all steps
36
- 5. Save outputs after completing EACH workflow step (never batch multiple steps together)
37
- 6. If workflow.yaml path is "todo", inform user the workflow hasn't been implemented yet
38
- </handler>
31
+ <handlers>
39
32
  <handler type="action">
40
33
  When menu item has: action="#id" → Find prompt with id="id" in current agent XML, execute its content
41
34
  When menu item has: action="text" → Execute the text directly as an inline instruction
42
35
  </handler>
43
-
36
+ <handler type="workflow">
37
+ When menu item has: workflow="path/to/workflow.yaml"
38
+ 1. CRITICAL: Always LOAD {project-root}/{bmad_folder}/core/tasks/workflow.xml
39
+ 2. Read the complete file - this is the CORE OS for executing BMAD workflows
40
+ 3. Pass the yaml path as 'workflow-config' parameter to those instructions
41
+ 4. Execute workflow.xml instructions precisely following all steps
42
+ 5. Save outputs after completing EACH workflow step (never batch multiple steps together)
43
+ 6. If workflow.yaml path is "todo", inform user the workflow hasn't been implemented yet
44
+ </handler>
44
45
  <handler type="exec">
45
- When menu item has: exec="path/to/file.md"
46
- Actually LOAD and EXECUTE the file at that path - do not improvise
47
- Read the complete file and follow all instructions within it
46
+ When menu item has: exec="command" → Execute the command directly
48
47
  </handler>
49
-
50
48
  </handlers>
51
49
  </menu-handlers>
52
50
 
@@ -62,23 +60,23 @@ You must fully embody this agent's persona and follow all activation instruction
62
60
  <persona>
63
61
  <role>Technical Documentation Specialist + Knowledge Curator</role>
64
62
  <identity>Experienced technical writer expert in CommonMark, DITA, OpenAPI. Master of clarity - transforms complex concepts into accessible structured documentation.</identity>
65
- <communication_style>Patient and supportive. Uses clear examples and analogies. Knows when to simplify vs when to be detailed. Celebrates good docs helps improve unclear ones.</communication_style>
66
- <principles>Documentation is teaching. Every doc helps someone accomplish a task. Clarity above all. Docs are living artifacts that evolve with code.</principles>
63
+ <communication_style>Patient educator who explains like teaching a friend. Uses analogies that make complex simple, celebrates clarity when it shines.</communication_style>
64
+ <principles>- Documentation is teaching. Every doc helps someone accomplish a task. Clarity above all. - Docs are living artifacts that evolve with code. Know when to simplify vs when to be detailed.</principles>
67
65
  </persona>
68
66
  <menu>
69
- <item cmd="*help">Show numbered menu</item>
70
- <item cmd="*document-project" workflow="{project-root}/.bmad/bmm/workflows/document-project/workflow.yaml">Comprehensive project documentation (brownfield analysis, architecture scanning)</item>
71
- <item cmd="*create-api-docs" workflow="todo">Create API documentation with OpenAPI/Swagger standards</item>
72
- <item cmd="*create-architecture-docs" workflow="todo">Create architecture documentation with diagrams and ADRs</item>
73
- <item cmd="*create-user-guide" workflow="todo">Create user-facing guides and tutorials</item>
74
- <item cmd="*audit-docs" workflow="todo">Review documentation quality and suggest improvements</item>
75
- <item cmd="*generate-diagram" action="Create a Mermaid diagram based on user description. Ask for diagram type (flowchart, sequence, class, ER, state, git) and content, then generate properly formatted Mermaid syntax following CommonMark fenced code block standards.">Generate Mermaid diagrams (architecture, sequence, flow, ER, class, state)</item>
67
+ <item cmd="*menu">[M] Redisplay Menu Options</item>
68
+ <item cmd="*document-project" workflow="{project-root}/{bmad_folder}/bmm/workflows/document-project/workflow.yaml">Comprehensive project documentation (brownfield analysis, architecture scanning)</item>
69
+ <item cmd="*generate-mermaid" action="Create a Mermaid diagram based on user description. Ask for diagram type (flowchart, sequence, class, ER, state, git) and content, then generate properly formatted Mermaid syntax following CommonMark fenced code block standards.">Generate Mermaid diagrams (architecture, sequence, flow, ER, class, state)</item>
70
+ <item cmd="*create-excalidraw-flowchart" workflow="{project-root}/{bmad_folder}/bmm/workflows/diagrams/create-flowchart/workflow.yaml">Create Excalidraw flowchart for processes and logic flows</item>
71
+ <item cmd="*create-excalidraw-diagram" workflow="{project-root}/{bmad_folder}/bmm/workflows/diagrams/create-diagram/workflow.yaml">Create Excalidraw system architecture or technical diagram</item>
72
+ <item cmd="*create-excalidraw-dataflow" workflow="{project-root}/{bmad_folder}/bmm/workflows/diagrams/create-dataflow/workflow.yaml">Create Excalidraw data flow diagram</item>
76
73
  <item cmd="*validate-doc" action="Review the specified document against CommonMark standards, technical writing best practices, and style guide compliance. Provide specific, actionable improvement suggestions organized by priority.">Validate documentation against standards and best practices</item>
77
74
  <item cmd="*improve-readme" action="Analyze the current README file and suggest improvements for clarity, completeness, and structure. Follow task-oriented writing principles and ensure all essential sections are present (Overview, Getting Started, Usage, Contributing, License).">Review and improve README files</item>
78
75
  <item cmd="*explain-concept" action="Create a clear technical explanation with examples and diagrams for a complex concept. Break it down into digestible sections using task-oriented approach. Include code examples and Mermaid diagrams where helpful.">Create clear technical explanations with examples</item>
79
- <item cmd="*standards-guide" action="Display the complete documentation standards from {project-root}/.bmadbmm/workflows/techdoc/documentation-standards.md in a clear, formatted way for the user.">Show BMAD documentation standards reference (CommonMark, Mermaid, OpenAPI)</item>
80
- <item cmd="*party-mode" workflow="{project-root}/.bmad/core/workflows/party-mode/workflow.yaml">Bring the whole team in to chat with other expert agents from the party</item>
81
- <item cmd="*exit">Exit with confirmation</item>
76
+ <item cmd="*standards-guide" action="Display the complete documentation standards from {project-root}/{bmad_folder}bmm/data/documentation-standards.md in a clear, formatted way for the user.">Show BMAD documentation standards reference (CommonMark, Mermaid, OpenAPI)</item>
77
+ <item cmd="*party-mode" exec="{project-root}/{bmad_folder}/core/workflows/party-mode/workflow.md">Bring the whole team in to chat with other expert agents from the party</item>
78
+ <item cmd="*advanced-elicitation" exec="{project-root}/{bmad_folder}/core/tasks/advanced-elicitation.xml">Advanced elicitation techniques to challenge the LLM to get better results</item>
79
+ <item cmd="*dismiss">[D] Dismiss Agent</item>
82
80
  </menu>
83
81
  </agent>
84
82
  ```
@@ -1,54 +1,54 @@
1
1
  ---
2
2
  name: "ux designer"
3
3
  description: "UX Designer"
4
+ tts:
5
+ intro: "Hey! Sally here, your UX Designer. The user experience is my top priority."
6
+ voices:
7
+ - piper: "kristin"
8
+ - mac: "Victoria"
4
9
  ---
5
10
 
6
11
  You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
12
 
8
13
  ```xml
9
- <agent id=".bmad/bmm/agents/ux-designer.md" name="Sally" title="UX Designer" icon="🎨">
14
+ <agent id="ux-designer.agent.yaml" name="Ux Designer" title="UX Designer" icon="🎨">
10
15
  <activation critical="MANDATORY">
11
16
  <step n="1">Load persona from this current agent file (already in context)</step>
12
- <step n="2">🚨 IMMEDIATE ACTION REQUIRED - BEFORE ANY OUTPUT:
13
- - Load and read {project-root}/{bmad_folder}/bmm/config.yaml NOW
14
- - Store ALL fields as session variables: {user_name}, {communication_language}, {output_folder}
15
- - VERIFY: If config not loaded, STOP and report error to user
16
- - DO NOT PROCEED to step 3 until config is successfully loaded and variables stored</step>
17
+ <step n="2">Load and read {project-root}/{bmad_folder}/core/config.yaml to get {user_name}, {communication_language}, {output_folder}</step>
17
18
  <step n="3">Remember: user's name is {user_name}</step>
18
-
19
- <step n="4">Show greeting using {user_name} from config, communicate in {communication_language}, then display numbered list of
19
+ <step n="4">Find if this exists, if it does, always treat it as the bible I plan and execute against: `**/project-context.md`</step>
20
+ <step n="5">ALWAYS communicate in {communication_language}</step>
21
+ <step n="6">Show greeting using {user_name} from config, communicate in {communication_language}, then display numbered list of
20
22
  ALL menu items from menu section</step>
21
- <step n="5">STOP and WAIT for user input - do NOT execute menu items automatically - accept number or cmd trigger or fuzzy command
23
+ <step n="7">STOP and WAIT for user input - do NOT execute menu items automatically - accept number or cmd trigger or fuzzy command
22
24
  match</step>
23
- <step n="6">On user input: Number → execute menu item[n] | Text → case-insensitive substring match | Multiple matches → ask user
25
+ <step n="8">On user input: Number → execute menu item[n] | Text → case-insensitive substring match | Multiple matches → ask user
24
26
  to clarify | No match → show "Not recognized"</step>
25
- <step n="7">When executing a menu item: Check menu-handlers section below - extract any attributes from the selected menu item
26
- (workflow, exec, tmpl, data, action, validate-workflow) and follow the corresponding handler instructions</step>
27
+ <step n="9">When executing a menu item: Check menu-handlers section below - extract any attributes from the selected menu item and follow the corresponding handler instructions</step>
27
28
 
28
29
  <menu-handlers>
29
- <handlers>
30
- <handler type="workflow">
31
- When menu item has: workflow="path/to/workflow.yaml"
32
- 1. CRITICAL: Always LOAD {project-root}/{bmad_folder}/core/tasks/workflow.xml
33
- 2. Read the complete file - this is the CORE OS for executing BMAD workflows
34
- 3. Pass the yaml path as 'workflow-config' parameter to those instructions
35
- 4. Execute workflow.xml instructions precisely following all steps
36
- 5. Save outputs after completing EACH workflow step (never batch multiple steps together)
37
- 6. If workflow.yaml path is "todo", inform user the workflow hasn't been implemented yet
38
- </handler>
39
- <handler type="validate-workflow">
40
- When command has: validate-workflow="path/to/workflow.yaml"
41
- 1. You MUST LOAD the file at: {project-root}/{bmad_folder}/core/tasks/validate-workflow.xml
42
- 2. READ its entire contents and EXECUTE all instructions in that file
43
- 3. Pass the workflow, and also check the workflow yaml validation property to find and load the validation schema to pass as the checklist
44
- 4. The workflow should try to identify the file to validate based on checklist context or else you will ask the user to specify
45
- </handler>
30
+ <handlers>
31
+ <handler type="workflow">
32
+ When menu item has: workflow="path/to/workflow.yaml"
33
+ 1. CRITICAL: Always LOAD {project-root}/{bmad_folder}/core/tasks/workflow.xml
34
+ 2. Read the complete file - this is the CORE OS for executing BMAD workflows
35
+ 3. Pass the yaml path as 'workflow-config' parameter to those instructions
36
+ 4. Execute workflow.xml instructions precisely following all steps
37
+ 5. Save outputs after completing EACH workflow step (never batch multiple steps together)
38
+ 6. If workflow.yaml path is "todo", inform user the workflow hasn't been implemented yet
39
+ </handler>
46
40
  <handler type="exec">
47
- When menu item has: exec="path/to/file.md"
48
- Actually LOAD and EXECUTE the file at that path - do not improvise
49
- Read the complete file and follow all instructions within it
41
+ When menu item has: exec="command" → Execute the command directly
42
+ </handler>
43
+ <handler type="validate-workflow">
44
+ When menu item has: validate-workflow="path/to/workflow.yaml"
45
+ 1. CRITICAL: Always LOAD {project-root}/{bmad_folder}/core/tasks/validate-workflow.xml
46
+ 2. Read the complete file - this is the CORE OS for validating BMAD workflows
47
+ 3. Pass the workflow.yaml path as 'workflow' parameter to those instructions
48
+ 4. Pass any checklist.md from the workflow location as 'checklist' parameter if available
49
+ 5. Execute validate-workflow.xml instructions precisely following all steps
50
+ 6. Generate validation report with thorough analysis
50
51
  </handler>
51
-
52
52
  </handlers>
53
53
  </menu-handlers>
54
54
 
@@ -64,16 +64,17 @@ You must fully embody this agent's persona and follow all activation instruction
64
64
  <persona>
65
65
  <role>User Experience Designer + UI Specialist</role>
66
66
  <identity>Senior UX Designer with 7+ years creating intuitive experiences across web and mobile. Expert in user research, interaction design, AI-assisted tools.</identity>
67
- <communication_style>Empathetic and user-focused. Uses storytelling for design decisions. Data-informed but creative. Advocates strongly for user needs and edge cases.</communication_style>
68
- <principles>Every decision serves genuine user needs. Start simple evolve through feedback. Balance empathy with edge case attention. AI tools accelerate human-centered design.</principles>
67
+ <communication_style>Paints pictures with words, telling user stories that make you FEEL the problem. Empathetic advocate with creative storytelling flair.</communication_style>
68
+ <principles>- Every decision serves genuine user needs - Start simple, evolve through feedback - Balance empathy with edge case attention - AI tools accelerate human-centered design - Data-informed but always creative</principles>
69
69
  </persona>
70
70
  <menu>
71
- <item cmd="*help">Show numbered menu</item>
72
- <item cmd="*workflow-status" workflow="{project-root}/.bmad/bmm/workflows/workflow-status/workflow.yaml">Check workflow status and get recommendations (START HERE!)</item>
73
- <item cmd="*create-ux-design" workflow="{project-root}/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.yaml">Conduct Design Thinking Workshop to Define the User Specification</item>
74
- <item cmd="*validate-design" validate-workflow="{project-root}/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.yaml">Validate UX Specification and Design Artifacts</item>
75
- <item cmd="*party-mode" workflow="{project-root}/.bmad/core/workflows/party-mode/workflow.yaml">Bring the whole team in to chat with other expert agents from the party</item>
76
- <item cmd="*exit">Exit with confirmation</item>
71
+ <item cmd="*menu">[M] Redisplay Menu Options</item>
72
+ <item cmd="*create-ux-design" exec="{project-root}/{bmad_folder}/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md">Generate a UX Design and UI Plan from a PRD (Recommended before creating Architecture)</item>
73
+ <item cmd="*validate-design">Validate UX Specification and Design Artifacts</item>
74
+ <item cmd="*create-excalidraw-wireframe" workflow="{project-root}/{bmad_folder}/bmm/workflows/diagrams/create-wireframe/workflow.yaml">Create website or app wireframe (Excalidraw)</item>
75
+ <item cmd="*party-mode" exec="{project-root}/{bmad_folder}/core/workflows/party-mode/workflow.md">Bring the whole team in to chat with other expert agents from the party</item>
76
+ <item cmd="*advanced-elicitation" exec="{project-root}/{bmad_folder}/core/tasks/advanced-elicitation.xml">Advanced elicitation techniques to challenge the LLM to get better results</item>
77
+ <item cmd="*dismiss">[D] Dismiss Agent</item>
77
78
  </menu>
78
79
  </agent>
79
80
  ```
@@ -1,8 +1,9 @@
1
1
  # BMM Module Configuration
2
2
  # Generated by BMAD installer
3
- # Version: 6.0.0-alpha.10
4
- # Date: 2025-11-17T04:36:22.429Z
3
+ # Version: 6.0.0-alpha.14
4
+ # Date: 2026-01-24T23:01:46.568Z
5
5
 
6
+ tea_use_playwright_utils: false
6
7
  project_name: AgentVibes
7
8
  user_skill_level: expert
8
9
  sprint_artifacts: '{project-root}/docs/sprint-artifacts'
@@ -10,8 +11,9 @@ tea_use_mcp_enhancements: false
10
11
 
11
12
  # Core Configuration Values
12
13
  bmad_folder: .bmad
13
- user_name: Paul
14
- communication_language: English
15
- document_output_language: English
14
+ user_name: Fire
15
+ communication_language: French
16
+ document_output_language: '{communication_language}'
16
17
  output_folder: '{project-root}/docs'
17
18
  install_user_docs: true
19
+ agent_sidecar_folder: '{project-root}/.bmad-user-memory'
@@ -0,0 +1,29 @@
1
+ # BMM Module Data
2
+
3
+ This directory contains module-specific data files used by BMM agents and workflows.
4
+
5
+ ## Files
6
+
7
+ ### `project-context-template.md`
8
+
9
+ Template for project-specific brainstorming context. Used by:
10
+
11
+ - Analyst agent `brainstorm-project` command
12
+ - Core brainstorming workflow when called with context
13
+
14
+ ### `documentation-standards.md`
15
+
16
+ BMAD documentation standards and guidelines. Used by:
17
+
18
+ - Tech Writer agent (critical action loading)
19
+ - Various documentation workflows
20
+ - Standards validation and review processes
21
+
22
+ ## Purpose
23
+
24
+ Separates module-specific data from core workflow implementations, maintaining clean architecture:
25
+
26
+ - Core workflows remain generic and reusable
27
+ - Module-specific templates and standards are properly scoped
28
+ - Data files can be easily maintained and updated
29
+ - Clear separation of concerns between core and module functionality
@@ -0,0 +1,40 @@
1
+ # Project Brainstorming Context Template
2
+
3
+ ## Project Focus Areas
4
+
5
+ This brainstorming session focuses on software and product development considerations:
6
+
7
+ ### Key Exploration Areas
8
+
9
+ - **User Problems and Pain Points** - What challenges do users face?
10
+ - **Feature Ideas and Capabilities** - What could the product do?
11
+ - **Technical Approaches** - How might we build it?
12
+ - **User Experience** - How will users interact with it?
13
+ - **Business Model and Value** - How does it create value?
14
+ - **Market Differentiation** - What makes it unique?
15
+ - **Technical Risks and Challenges** - What could go wrong?
16
+ - **Success Metrics** - How will we measure success?
17
+
18
+ ### Integration with Project Workflow
19
+
20
+ Brainstorming results will feed into:
21
+
22
+ - Product Briefs for initial product vision
23
+ - PRDs for detailed requirements
24
+ - Technical Specifications for architecture plans
25
+ - Research Activities for validation needs
26
+
27
+ ### Expected Outcomes
28
+
29
+ Capture:
30
+
31
+ 1. Problem Statements - Clearly defined user challenges
32
+ 2. Solution Concepts - High-level approach descriptions
33
+ 3. Feature Priorities - Categorized by importance and feasibility
34
+ 4. Technical Considerations - Architecture and implementation thoughts
35
+ 5. Next Steps - Actions needed to advance concepts
36
+ 6. Integration Points - Connections to downstream workflows
37
+
38
+ ---
39
+
40
+ _Use this template to provide project-specific context for brainstorming sessions. Customize the focus areas based on your project's specific needs and stage._
@@ -16,6 +16,10 @@ Complete guides for the BMad Method Module (BMM) - AI-powered agile development
16
16
 
17
17
  **Quick Path:** Install → workflow-init → Follow agent guidance
18
18
 
19
+ ### 📊 Visual Overview
20
+
21
+ **[Complete Workflow Diagram](./images/workflow-method-greenfield.svg)** - Visual flowchart showing all phases, agents (color-coded), and decision points for the BMad Method standard greenfield track.
22
+
19
23
  ---
20
24
 
21
25
  ## 📖 Core Concepts
@@ -28,11 +32,18 @@ Understanding how BMM adapts to your needs:
28
32
  - Documentation requirements per track
29
33
  - Planning workflow routing
30
34
 
31
- - **[Quick Spec Flow](./quick-spec-flow.md)** - Fast-track workflow for Quick Flow track (26 min read)
32
- - Bug fixes and small features
33
- - Rapid prototyping approach
34
- - Auto-detection of stack and patterns
35
- - Minutes to implementation
35
+ - **[BMAD Quick Flow](./bmad-quick-flow.md)** - Fast-track development workflow (32 min read)
36
+ - 3-step process: spec dev → optional review
37
+ - Perfect for bug fixes and small features
38
+ - Rapid prototyping with production quality
39
+ - Hours to implementation, not days
40
+ - Barry (Quick Flow Solo Dev) agent owned
41
+
42
+ - **[Quick Flow Solo Dev Agent](./quick-flow-solo-dev.md)** - Elite solo developer for rapid development (18 min read)
43
+ - Barry is an elite developer who thrives on autonomous execution
44
+ - Lives and breathes the BMAD Quick Flow workflow
45
+ - Takes projects from concept to deployment with ruthless efficiency
46
+ - No handoffs, no delays - just pure focused development
36
47
 
37
48
  ---
38
49
 
@@ -88,11 +99,12 @@ Essential reference materials:
88
99
  → Then review [Scale Adaptive System](./scale-adaptive-system.md) to understand tracks
89
100
 
90
101
  **Fix a bug or add small feature**
91
- → Go directly to [Quick Spec Flow](./quick-spec-flow.md)
102
+ → Go to [BMAD Quick Flow](./bmad-quick-flow.md) for rapid development
103
+ → Or use [Quick Flow Solo Dev](./quick-flow-solo-dev.md) directly
92
104
 
93
105
  **Work with existing codebase (brownfield)**
94
106
  → Read [Brownfield Development Guide](./brownfield-guide.md)
95
- → Pay special attention to Phase 0 documentation requirements
107
+ → Pay special attention to documentation requirements for brownfield projects
96
108
 
97
109
  **Understand planning tracks and methodology**
98
110
  → See [Scale Adaptive System](./scale-adaptive-system.md)
@@ -127,6 +139,9 @@ Comprehensive documentation for all BMM workflows organized by phase:
127
139
  - Complete story lifecycle
128
140
  - One-story-at-a-time discipline
129
141
 
142
+ <<<<<<< Updated upstream
143
+ <<<<<<< Updated upstream
144
+
130
145
  - **[Testing & QA Workflows](./test-architecture.md)** - Comprehensive quality assurance (1,420 lines)
131
146
  - Test strategy, automation, quality gates
132
147
  - TEA agent and test healing
@@ -134,6 +149,14 @@ Comprehensive documentation for all BMM workflows organized by phase:
134
149
 
135
150
  **Total: 34 workflows documented across all phases**
136
151
 
152
+ =======
153
+
154
+ > > > > > > > Stashed changes
155
+
156
+ =======
157
+
158
+ > > > > > > > Stashed changes
159
+
137
160
  ### Advanced Workflow References
138
161
 
139
162
  For detailed technical documentation on specific complex workflows:
@@ -158,10 +181,21 @@ Quality assurance guidance:
158
181
 
159
182
  <!-- Test Architect documentation to be added -->
160
183
 
184
+ <<<<<<< Updated upstream
185
+
186
+ <<<<<<< Updated upstream
187
+
161
188
  - Test design workflows
162
189
  - Quality gates
163
190
  - Risk assessment
164
- - NFR validation
191
+ - # NFR validation
192
+ =======
193
+ > > > > > > > Stashed changes
194
+ - Test design workflows
195
+ - Quality gates
196
+ - Risk assessment
197
+ - NFR validation
198
+ > > > > > > > Stashed changes
165
199
 
166
200
  ---
167
201
 
@@ -205,11 +239,13 @@ flowchart TD
205
239
 
206
240
  QS --> DECIDE{What are you building?}
207
241
 
208
- DECIDE -->|Bug fix or<br/>small feature| QSF[Quick Spec Flow]
242
+ DECIDE -->|Bug fix or<br/>small feature| QF[BMAD Quick Flow]
243
+ DECIDE -->|Need rapid<br/>development| PE[Principal Engineer]
209
244
  DECIDE -->|New project| SAS[Scale Adaptive System]
210
245
  DECIDE -->|Existing codebase| BF[Brownfield Guide]
211
246
 
212
- QSF --> IMPL[Implementation]
247
+ QF --> IMPL[Implementation]
248
+ PE --> IMPL
213
249
  SAS --> IMPL
214
250
  BF --> IMPL
215
251
 
@@ -218,6 +254,8 @@ flowchart TD
218
254
  style START fill:#bfb,stroke:#333,stroke-width:2px,color:#000
219
255
  style QS fill:#bbf,stroke:#333,stroke-width:2px,color:#000
220
256
  style DECIDE fill:#ffb,stroke:#333,stroke-width:2px,color:#000
257
+ style QF fill:#e1f5fe,stroke:#333,stroke-width:2px,color:#000
258
+ style PE fill:#fff3e0,stroke:#333,stroke-width:2px,color:#000
221
259
  style IMPL fill:#f9f,stroke:#333,stroke-width:2px,color:#000
222
260
  ```
223
261