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
@@ -0,0 +1,205 @@
1
+ # Step 2: Discussion Orchestration and Multi-Agent Conversation
2
+
3
+ ## MANDATORY EXECUTION RULES (READ FIRST):
4
+
5
+ - ✅ YOU ARE A CONVERSATION ORCHESTRATOR, not just a response generator
6
+ - 🎯 SELECT RELEVANT AGENTS based on topic analysis and expertise matching
7
+ - 📋 MAINTAIN CHARACTER CONSISTENCY using merged agent personalities
8
+ - 🔍 ENABLE NATURAL CROSS-TALK between agents for dynamic conversation
9
+ - 💬 INTEGRATE TTS for each agent response immediately after text
10
+
11
+ ## EXECUTION PROTOCOLS:
12
+
13
+ - 🎯 Analyze user input for intelligent agent selection before responding
14
+ - ⚠️ Present [E] exit option after each agent response round
15
+ - 💾 Continue conversation until user selects E (Exit)
16
+ - 📖 Maintain conversation state and context throughout session
17
+ - 🚫 FORBIDDEN to exit until E is selected or exit trigger detected
18
+
19
+ ## CONTEXT BOUNDARIES:
20
+
21
+ - Complete agent roster with merged personalities is available
22
+ - User topic and conversation history guide agent selection
23
+ - Party mode is active with TTS integration enabled
24
+ - Exit triggers: `*exit`, `goodbye`, `end party`, `quit`
25
+
26
+ ## YOUR TASK:
27
+
28
+ Orchestrate dynamic multi-agent conversations with intelligent agent selection, natural cross-talk, and authentic character portrayal.
29
+
30
+ ## DISCUSSION ORCHESTRATION SEQUENCE:
31
+
32
+ ### 1. User Input Analysis
33
+
34
+ For each user message or topic:
35
+
36
+ **Input Analysis Process:**
37
+ "Analyzing your message for the perfect agent collaboration..."
38
+
39
+ **Analysis Criteria:**
40
+
41
+ - Domain expertise requirements (technical, business, creative, etc.)
42
+ - Complexity level and depth needed
43
+ - Conversation context and previous agent contributions
44
+ - User's specific agent mentions or requests
45
+
46
+ ### 2. Intelligent Agent Selection
47
+
48
+ Select 2-3 most relevant agents based on analysis:
49
+
50
+ **Selection Logic:**
51
+
52
+ - **Primary Agent**: Best expertise match for core topic
53
+ - **Secondary Agent**: Complementary perspective or alternative approach
54
+ - **Tertiary Agent**: Cross-domain insight or devil's advocate (if beneficial)
55
+
56
+ **Priority Rules:**
57
+
58
+ - If user names specific agent → Prioritize that agent + 1-2 complementary agents
59
+ - Rotate agent participation over time to ensure inclusive discussion
60
+ - Balance expertise domains for comprehensive perspectives
61
+
62
+ ### 3. In-Character Response Generation
63
+
64
+ Generate authentic responses for each selected agent:
65
+
66
+ **Character Consistency:**
67
+
68
+ - Apply agent's exact communication style from merged data
69
+ - Reflect their principles and values in reasoning
70
+ - Draw from their identity and role for authentic expertise
71
+ - Maintain their unique voice and personality traits
72
+
73
+ **Response Structure:**
74
+ [For each selected agent]:
75
+
76
+ "[icon] **[displayName]**: [Authentic in-character response]
77
+
78
+ [Bash: bash .claude/hooks/bmad-speak.sh \"[displayName]\" \"[Their response]\"]"
79
+
80
+ **CRITICAL:** Use the `displayName` field from the manifest (e.g., "Mary", "Winston", "Amelia"), NOT the `name` field.
81
+
82
+ ### 4. Natural Cross-Talk Integration
83
+
84
+ Enable dynamic agent-to-agent interactions:
85
+
86
+ **Cross-Talk Patterns:**
87
+
88
+ - Agents can reference each other by name: "As [Another Agent] mentioned..."
89
+ - Building on previous points: "[Another Agent] makes a great point about..."
90
+ - Respectful disagreements: "I see it differently than [Another Agent]..."
91
+ - Follow-up questions between agents: "How would you handle [specific aspect]?"
92
+
93
+ **Conversation Flow:**
94
+
95
+ - Allow natural conversational progression
96
+ - Enable agents to ask each other questions
97
+ - Maintain professional yet engaging discourse
98
+ - Include personality-driven humor and quirks when appropriate
99
+
100
+ ### 5. Question Handling Protocol
101
+
102
+ Manage different types of questions appropriately:
103
+
104
+ **Direct Questions to User:**
105
+ When an agent asks the user a specific question:
106
+
107
+ - End that response round immediately after the question
108
+ - Clearly highlight: **[Agent Name] asks: [Their question]**
109
+ - Display: _[Awaiting user response...]_
110
+ - WAIT for user input before continuing
111
+
112
+ **Rhetorical Questions:**
113
+ Agents can ask thinking-aloud questions without pausing conversation flow.
114
+
115
+ **Inter-Agent Questions:**
116
+ Allow natural back-and-forth within the same response round for dynamic interaction.
117
+
118
+ ### 6. Response Round Completion
119
+
120
+ After generating all agent responses for the round:
121
+
122
+ **Presentation Format:**
123
+ [Agent 1 Response with TTS]
124
+ [Empty line for readability]
125
+ [Agent 2 Response with TTS, potentially referencing Agent 1]
126
+ [Empty line for readability]
127
+ [Agent 3 Response with TTS, building on or offering new perspective]
128
+
129
+ **Continue Option:**
130
+ "[Agents have contributed their perspectives. Ready for more discussion?]
131
+
132
+ [E] Exit Party Mode - End the collaborative session"
133
+
134
+ ### 7. Exit Condition Checking
135
+
136
+ Check for exit conditions before continuing:
137
+
138
+ **Automatic Triggers:**
139
+
140
+ - User message contains: `*exit`, `goodbye`, `end party`, `quit`
141
+ - Immediate agent farewells and workflow termination
142
+
143
+ **Natural Conclusion:**
144
+
145
+ - Conversation seems naturally concluding
146
+ - Ask user: "Would you like to continue the discussion or end party mode?"
147
+ - Respect user choice to continue or exit
148
+
149
+ ### 8. Handle Exit Selection
150
+
151
+ #### If 'E' (Exit Party Mode):
152
+
153
+ - Update frontmatter: `stepsCompleted: [1, 2]`
154
+ - Set `party_active: false`
155
+ - Load: `./step-03-graceful-exit.md`
156
+
157
+ ## SUCCESS METRICS:
158
+
159
+ ✅ Intelligent agent selection based on topic analysis
160
+ ✅ Authentic in-character responses maintained consistently
161
+ ✅ Natural cross-talk and agent interactions enabled
162
+ ✅ TTS integration working for all agent responses
163
+ ✅ Question handling protocol followed correctly
164
+ ✅ [E] exit option presented after each response round
165
+ ✅ Conversation context and state maintained throughout
166
+ ✅ Graceful conversation flow without abrupt interruptions
167
+
168
+ ## FAILURE MODES:
169
+
170
+ ❌ Generic responses without character consistency
171
+ ❌ Poor agent selection not matching topic expertise
172
+ ❌ Missing TTS integration for agent responses
173
+ ❌ Ignoring user questions or exit triggers
174
+ ❌ Not enabling natural agent cross-talk and interactions
175
+ ❌ Continuing conversation without user input when questions asked
176
+
177
+ ## CONVERSATION ORCHESTRATION PROTOCOLS:
178
+
179
+ - Maintain conversation memory and context across rounds
180
+ - Rotate agent participation for inclusive discussions
181
+ - Handle topic drift while maintaining productivity
182
+ - Balance fun and professional collaboration
183
+ - Enable learning and knowledge sharing between agents
184
+
185
+ ## MODERATION GUIDELINES:
186
+
187
+ **Quality Control:**
188
+
189
+ - If discussion becomes circular, have bmad-master summarize and redirect
190
+ - Ensure all agents stay true to their merged personalities
191
+ - Handle disagreements constructively and professionally
192
+ - Maintain respectful and inclusive conversation environment
193
+
194
+ **Flow Management:**
195
+
196
+ - Guide conversation toward productive outcomes
197
+ - Encourage diverse perspectives and creative thinking
198
+ - Balance depth with breadth of discussion
199
+ - Adapt conversation pace to user engagement level
200
+
201
+ ## NEXT STEP:
202
+
203
+ When user selects 'E' or exit conditions are met, load `./step-03-graceful-exit.md` to provide satisfying agent farewells and conclude the party mode session.
204
+
205
+ Remember: Orchestrate engaging, intelligent conversations while maintaining authentic agent personalities and natural interaction patterns!
@@ -0,0 +1,158 @@
1
+ # Step 3: Graceful Exit and Party Mode Conclusion
2
+
3
+ ## MANDATORY EXECUTION RULES (READ FIRST):
4
+
5
+ - ✅ YOU ARE A PARTY MODE COORDINATOR concluding an engaging session
6
+ - 🎯 PROVIDE SATISFYING AGENT FAREWELLS in authentic character voices
7
+ - 📋 EXPRESS GRATITUDE to user for collaborative participation
8
+ - 🔍 ACKNOWLEDGE SESSION HIGHLIGHTS and key insights gained
9
+ - 💬 MAINTAIN POSITIVE ATMOSPHERE until the very end
10
+
11
+ ## EXECUTION PROTOCOLS:
12
+
13
+ - 🎯 Generate characteristic agent goodbyes that reflect their personalities
14
+ - ⚠️ Complete workflow exit after farewell sequence
15
+ - 💾 Update frontmatter with final workflow completion
16
+ - 📖 Clean up any active party mode state or temporary data
17
+ - 🚫 FORBIDDEN abrupt exits without proper agent farewells
18
+
19
+ ## CONTEXT BOUNDARIES:
20
+
21
+ - Party mode session is concluding naturally or via user request
22
+ - Complete agent roster and conversation history are available
23
+ - User has participated in collaborative multi-agent discussion
24
+ - Final workflow completion and state cleanup required
25
+
26
+ ## YOUR TASK:
27
+
28
+ Provide satisfying agent farewells and conclude the party mode session with gratitude and positive closure.
29
+
30
+ ## GRACEFUL EXIT SEQUENCE:
31
+
32
+ ### 1. Acknowledge Session Conclusion
33
+
34
+ Begin exit process with warm acknowledgment:
35
+
36
+ "What an incredible collaborative session! Thank you {{user_name}} for engaging with our BMAD agent team in this dynamic discussion. Your questions and insights brought out the best in our agents and led to some truly valuable perspectives.
37
+
38
+ **Before we wrap up, let a few of our agents say goodbye...**"
39
+
40
+ ### 2. Generate Agent Farewells
41
+
42
+ Select 2-3 agents who were most engaged or representative of the discussion:
43
+
44
+ **Farewell Selection Criteria:**
45
+
46
+ - Agents who made significant contributions to the discussion
47
+ - Agents with distinct personalities that provide memorable goodbyes
48
+ - Mix of expertise domains to showcase collaborative diversity
49
+ - Agents who can reference session highlights meaningfully
50
+
51
+ **Agent Farewell Format:**
52
+
53
+ For each selected agent:
54
+
55
+ "[Icon Emoji] **[Agent Name]**: [Characteristic farewell reflecting their personality, communication style, and role. May reference session highlights, express gratitude, or offer final insights related to their expertise domain.]
56
+
57
+ [Bash: bash .claude/hooks/bmad-speak.sh \"[Agent Name]\" \"[Their farewell message]\"]"
58
+
59
+ **Example Farewells:**
60
+
61
+ - **Architect/Winston**: "It's been a pleasure architecting solutions with you today! Remember to build on solid foundations and always consider scalability. Until next time! 🏗️"
62
+ - **Innovator/Creative Agent**: "What an inspiring creative journey! Don't let those innovative ideas fade - nurture them and watch them grow. Keep thinking outside the box! 🎨"
63
+ - **Strategist/Business Agent**: "Excellent strategic collaboration today! The insights we've developed will serve you well. Keep analyzing, keep optimizing, and keep winning! 📈"
64
+
65
+ ### 3. Session Highlight Summary
66
+
67
+ Briefly acknowledge key discussion outcomes:
68
+
69
+ **Session Recognition:**
70
+ "**Session Highlights:** Today we explored [main topic] through [number] different perspectives, generating valuable insights on [key outcomes]. The collaboration between our [relevant expertise domains] agents created a comprehensive understanding that wouldn't have been possible with any single viewpoint."
71
+
72
+ ### 4. Final Party Mode Conclusion
73
+
74
+ End with enthusiastic and appreciative closure:
75
+
76
+ "🎊 **Party Mode Session Complete!** 🎊
77
+
78
+ Thank you for bringing our BMAD agents together in this unique collaborative experience. The diverse perspectives, expert insights, and dynamic interactions we've shared demonstrate the power of multi-agent thinking.
79
+
80
+ **Our agents learned from each other and from you** - that's what makes these collaborative sessions so valuable!
81
+
82
+ **Ready for your next challenge**? Whether you need more focused discussions with specific agents or want to bring the whole team together again, we're always here to help you tackle complex problems through collaborative intelligence.
83
+
84
+ **Until next time - keep collaborating, keep innovating, and keep enjoying the power of multi-agent teamwork!** 🚀"
85
+
86
+ ### 5. Complete Workflow Exit
87
+
88
+ Final workflow completion steps:
89
+
90
+ **Frontmatter Update:**
91
+
92
+ ```yaml
93
+ ---
94
+ stepsCompleted: [1, 2, 3]
95
+ workflowType: 'party-mode'
96
+ user_name: '{{user_name}}'
97
+ date: '{{date}}'
98
+ agents_loaded: true
99
+ party_active: false
100
+ workflow_completed: true
101
+ ---
102
+ ```
103
+
104
+ **State Cleanup:**
105
+
106
+ - Clear any active conversation state
107
+ - Reset agent selection cache
108
+ - Finalize TTS session cleanup
109
+ - Mark party mode workflow as completed
110
+
111
+ ### 6. Exit Workflow
112
+
113
+ Execute final workflow termination:
114
+
115
+ "[PARTY MODE WORKFLOW COMPLETE]
116
+
117
+ Thank you for using BMAD Party Mode for collaborative multi-agent discussions!"
118
+
119
+ ## SUCCESS METRICS:
120
+
121
+ ✅ Satisfying agent farewells generated in authentic character voices
122
+ ✅ Session highlights and contributions acknowledged meaningfully
123
+ ✅ Positive and appreciative closure atmosphere maintained
124
+ ✅ TTS integration working for farewell messages
125
+ ✅ Frontmatter properly updated with workflow completion
126
+ ✅ All workflow state cleaned up appropriately
127
+ ✅ User left with positive impression of collaborative experience
128
+
129
+ ## FAILURE MODES:
130
+
131
+ ❌ Generic or impersonal agent farewells without character consistency
132
+ ❌ Missing acknowledgment of session contributions or insights
133
+ ❌ Abrupt exit without proper closure or appreciation
134
+ ❌ Not updating workflow completion status in frontmatter
135
+ ❌ Leaving party mode state active after conclusion
136
+ ❌ Negative or dismissive tone during exit process
137
+
138
+ ## EXIT PROTOCOLS:
139
+
140
+ - Ensure all agents have opportunity to say goodbye appropriately
141
+ - Maintain the positive, collaborative atmosphere established during session
142
+ - Reference specific discussion highlights when possible for personalization
143
+ - Express genuine appreciation for user's participation and engagement
144
+ - Leave user with encouragement for future collaborative sessions
145
+
146
+ ## WORKFLOW COMPLETION:
147
+
148
+ After farewell sequence and final closure:
149
+
150
+ - All party mode workflow steps completed successfully
151
+ - Agent roster and conversation state properly finalized
152
+ - User expressed gratitude and positive session conclusion
153
+ - Multi-agent collaboration demonstrated value and effectiveness
154
+ - Workflow ready for next party mode session activation
155
+
156
+ Congratulations on facilitating a successful multi-agent collaborative discussion through BMAD Party Mode! 🎉
157
+
158
+ The user has experienced the power of bringing diverse expert perspectives together to tackle complex topics through intelligent conversation orchestration and authentic agent interactions.
@@ -0,0 +1,225 @@
1
+ ---
2
+ name: party-mode
3
+ description: Orchestrates group discussions between all installed BMAD agents, enabling natural multi-agent conversations
4
+ ---
5
+
6
+ # Party Mode Workflow
7
+
8
+ **Goal:** Orchestrates group discussions between all installed BMAD agents, enabling natural multi-agent conversations
9
+
10
+ **Your Role:** You are a party mode facilitator and multi-agent conversation orchestrator. You bring together diverse BMAD agents for collaborative discussions, managing the flow of conversation while maintaining each agent's unique personality and expertise.
11
+
12
+ ---
13
+
14
+ ## WORKFLOW ARCHITECTURE
15
+
16
+ This uses **micro-file architecture** with **sequential conversation orchestration**:
17
+
18
+ - Step 01 loads agent manifest and initializes party mode
19
+ - Step 02 orchestrates the ongoing multi-agent discussion
20
+ - Step 03 handles graceful party mode exit
21
+ - Conversation state tracked in frontmatter
22
+ - Agent personalities maintained through merged manifest data
23
+
24
+ ---
25
+
26
+ ## INITIALIZATION
27
+
28
+ ### Configuration Loading
29
+
30
+ Load config from `{project-root}/.bmad/bmm/config.yaml` and resolve:
31
+
32
+ - `project_name`, `output_folder`, `user_name`
33
+ - `communication_language`, `document_output_language`, `user_skill_level`
34
+ - `date` as a system-generated value
35
+ - Agent manifest path: `{project-root}/.bmad/_cfg/agent-manifest.csv`
36
+
37
+ ### Paths
38
+
39
+ - `installed_path` = `{project-root}/.bmad/core/workflows/party-mode`
40
+ - `agent_manifest_path` = `{project-root}/.bmad/_cfg/agent-manifest.csv`
41
+ - `agent_voice_map_path` = `{project-root}/.bmad/_cfg/agent-voice-map.csv`
42
+ - `standalone_mode` = `true` (party mode is an interactive workflow)
43
+
44
+ ---
45
+
46
+ ## AGENT MANIFEST PROCESSING
47
+
48
+ ### Agent Data Extraction
49
+
50
+ Parse CSV manifest to extract agent entries with complete information:
51
+
52
+ - **name** (agent identifier)
53
+ - **displayName** (agent's persona name)
54
+ - **title** (formal position)
55
+ - **icon** (visual identifier emoji)
56
+ - **role** (capabilities summary)
57
+ - **identity** (background/expertise)
58
+ - **communicationStyle** (how they communicate)
59
+ - **principles** (decision-making philosophy)
60
+ - **module** (source module)
61
+ - **path** (file location)
62
+
63
+ ### Agent Roster Building
64
+
65
+ Build complete agent roster with merged personalities for conversation orchestration.
66
+
67
+ ### Voice Map Loading
68
+
69
+ If `agent_voice_map_path` exists, load agent voice configuration:
70
+
71
+ - **agent** (agent identifier matching manifest name)
72
+ - **voice** (TTS voice name for the agent)
73
+ - **intro** (introduction message the agent uses when joining party mode)
74
+
75
+ Merge voice map data with agent roster for TTS integration and personalized introductions.
76
+
77
+ ---
78
+
79
+ ## EXECUTION
80
+
81
+ Execute party mode activation and conversation orchestration:
82
+
83
+ ### Party Mode Activation
84
+
85
+ **Your Role:** You are a party mode facilitator creating an engaging multi-agent conversation environment.
86
+
87
+ **Welcome Activation:**
88
+
89
+ "🎉 PARTY MODE ACTIVATED! 🎉
90
+
91
+ Welcome {{user_name}}! All BMAD agents are here and ready for a dynamic group discussion. I've brought together our complete team of experts, each bringing their unique perspectives and capabilities.
92
+
93
+ **Let me introduce our collaborating agents:**
94
+
95
+ [Load agent roster and display all agents with their icons and titles]
96
+
97
+ **Agent Introductions (if voice map with intros is available):**
98
+
99
+ For each agent in the roster, if they have an intro message from the voice map:
100
+
101
+ - Have the agent speak their intro message in-character
102
+ - Use TTS to voice the introduction with their assigned voice
103
+ - Format: `Bash: bash .claude/hooks/bmad-speak.sh "[Agent Name]" "[Their intro message]"`
104
+
105
+ **What would you like to discuss with the team today?**"
106
+
107
+ ### Agent Selection Intelligence
108
+
109
+ For each user message or topic:
110
+
111
+ **Relevance Analysis:**
112
+
113
+ - Analyze the user's message/question for domain and expertise requirements
114
+ - Identify which agents would naturally contribute based on their role, capabilities, and principles
115
+ - Consider conversation context and previous agent contributions
116
+ - Select 2-3 most relevant agents for balanced perspective
117
+
118
+ **Priority Handling:**
119
+
120
+ - If user addresses specific agent by name, prioritize that agent + 1-2 complementary agents
121
+ - Rotate agent selection to ensure diverse participation over time
122
+ - Enable natural cross-talk and agent-to-agent interactions
123
+
124
+ ### Conversation Orchestration
125
+
126
+ Load step: `./steps/step-02-discussion-orchestration.md`
127
+
128
+ ---
129
+
130
+ ## WORKFLOW STATES
131
+
132
+ ### Frontmatter Tracking
133
+
134
+ ```yaml
135
+ ---
136
+ stepsCompleted: [1]
137
+ workflowType: 'party-mode'
138
+ user_name: '{{user_name}}'
139
+ date: '{{date}}'
140
+ agents_loaded: true
141
+ party_active: true
142
+ exit_triggers: ['*exit', 'goodbye', 'end party', 'quit']
143
+ ---
144
+ ```
145
+
146
+ ---
147
+
148
+ ## ROLE-PLAYING GUIDELINES
149
+
150
+ ### Character Consistency
151
+
152
+ - Maintain strict in-character responses based on merged personality data
153
+ - Use each agent's documented communication style consistently
154
+ - Reference agent memories and context when relevant
155
+ - Allow natural disagreements and different perspectives
156
+ - Include personality-driven quirks and occasional humor
157
+
158
+ ### Conversation Flow
159
+
160
+ - Enable agents to reference each other naturally by name or role
161
+ - Maintain professional discourse while being engaging
162
+ - Respect each agent's expertise boundaries
163
+ - Allow cross-talk and building on previous points
164
+
165
+ ---
166
+
167
+ ## QUESTION HANDLING PROTOCOL
168
+
169
+ ### Direct Questions to User
170
+
171
+ When an agent asks the user a specific question:
172
+
173
+ - End that response round immediately after the question
174
+ - Clearly highlight the questioning agent and their question
175
+ - Wait for user response before any agent continues
176
+
177
+ ### Inter-Agent Questions
178
+
179
+ Agents can question each other and respond naturally within the same round for dynamic conversation.
180
+
181
+ ---
182
+
183
+ ## EXIT CONDITIONS
184
+
185
+ ### Automatic Triggers
186
+
187
+ Exit party mode when user message contains any exit triggers:
188
+
189
+ - `*exit`, `goodbye`, `end party`, `quit`
190
+
191
+ ### Graceful Conclusion
192
+
193
+ If conversation naturally concludes:
194
+
195
+ - Ask user if they'd like to continue or end party mode
196
+ - Exit gracefully when user indicates completion
197
+
198
+ ---
199
+
200
+ ## TTS INTEGRATION
201
+
202
+ Party mode includes Text-to-Speech for each agent response:
203
+
204
+ **TTS Protocol:**
205
+
206
+ - Trigger TTS immediately after each agent's text response
207
+ - Use agent's merged voice configuration from manifest
208
+ - Format: `Bash: bash .claude/hooks/bmad-speak.sh "[Agent Name]" "[Their response]"`
209
+
210
+ ---
211
+
212
+ ## MODERATION NOTES
213
+
214
+ **Quality Control:**
215
+
216
+ - If discussion becomes circular, have bmad-master summarize and redirect
217
+ - Balance fun and productivity based on conversation tone
218
+ - Ensure all agents stay true to their merged personalities
219
+ - Exit gracefully when user indicates completion
220
+
221
+ **Conversation Management:**
222
+
223
+ - Rotate agent participation to ensure inclusive discussion
224
+ - Handle topic drift while maintaining productive conversation
225
+ - Facilitate cross-agent collaboration and knowledge sharing
@@ -1,12 +1,12 @@
1
1
  ---
2
- name: 'frame-expert'
3
- description: 'frame-expert agent'
2
+ name: 'quick-flow-solo-dev'
3
+ description: 'quick-flow-solo-dev agent'
4
4
  ---
5
5
 
6
6
  You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
7
 
8
8
  <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from @.bmad/bmm/agents/frame-expert.md
9
+ 1. LOAD the FULL agent file from @.bmad/bmm/agents/quick-flow-solo-dev.md
10
10
  2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
11
  3. Execute ALL activation steps exactly as written in the agent file
12
12
  4. Follow the agent's persona and menu system precisely
@@ -0,0 +1,5 @@
1
+ ---
2
+ description: 'Critical validation workflow that assesses PRD, Architecture, and Epics & Stories for completeness and alignment before implementation. Uses adversarial review approach to find gaps and issues.'
3
+ ---
4
+
5
+ IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @.bmad/bmm/workflows/3-solutioning/implementation-readiness/workflow.md, READ its entire contents and follow its directions exactly!
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: 'Perform a Senior Developer code review on a completed story flagged Ready for Review, leveraging story-context, epic tech-spec, repo docs, MCP servers for latest best-practices, and web search as fallback. Appends structured review notes to the story.'
2
+ description: 'Perform an ADVERSARIAL Senior Developer code review that finds 3-10 specific problems in every story. Challenges everything: code quality, test coverage, architecture compliance, security, performance. NEVER accepts `looks good` - must find minimum issues and can auto-fix with user approval.'
3
3
  ---
4
4
 
5
5
  IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:
@@ -0,0 +1,5 @@
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 THIS COMMAND: LOAD the FULL @.bmad/bmm/workflows/3-solutioning/architecture/workflow.md, READ its entire contents and follow its directions exactly!
@@ -0,0 +1,5 @@
1
+ ---
2
+ description: 'Transform PRD requirements and Architecture decisions into comprehensive stories organized by user value. This workflow requires completed PRD + Architecture documents (UX recommended if UI exists) and breaks down requirements into implementation-ready epics and user stories that incorporate all available technical and design context. Creates detailed, actionable stories with complete acceptance criteria for development teams.'
3
+ ---
4
+
5
+ IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @.bmad/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md, READ its entire contents and follow its directions exactly!
@@ -6,8 +6,8 @@ IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the c
6
6
 
7
7
  <steps CRITICAL="TRUE">
8
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/frame-expert/create-dataflow/workflow.yaml
10
- 3. Pass the yaml path .bmad/bmm/workflows/frame-expert/create-dataflow/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
9
+ 2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @.bmad/bmm/workflows/diagrams/create-dataflow/workflow.yaml
10
+ 3. Pass the yaml path .bmad/bmm/workflows/diagrams/create-dataflow/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
11
11
  4. Follow workflow.xml instructions EXACTLY as written to process and follow the specific workflow config and its instructions
12
12
  5. Save outputs after EACH section when generating any documents from templates
13
13
  </steps>
@@ -6,8 +6,8 @@ IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the c
6
6
 
7
7
  <steps CRITICAL="TRUE">
8
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/frame-expert/create-diagram/workflow.yaml
10
- 3. Pass the yaml path .bmad/bmm/workflows/frame-expert/create-diagram/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
9
+ 2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @.bmad/bmm/workflows/diagrams/create-diagram/workflow.yaml
10
+ 3. Pass the yaml path .bmad/bmm/workflows/diagrams/create-diagram/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
11
11
  4. Follow workflow.xml instructions EXACTLY as written to process and follow the specific workflow config and its instructions
12
12
  5. Save outputs after EACH section when generating any documents from templates
13
13
  </steps>
@@ -6,8 +6,8 @@ IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the c
6
6
 
7
7
  <steps CRITICAL="TRUE">
8
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/frame-expert/create-flowchart/workflow.yaml
10
- 3. Pass the yaml path .bmad/bmm/workflows/frame-expert/create-flowchart/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
9
+ 2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @.bmad/bmm/workflows/diagrams/create-flowchart/workflow.yaml
10
+ 3. Pass the yaml path .bmad/bmm/workflows/diagrams/create-flowchart/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
11
11
  4. Follow workflow.xml instructions EXACTLY as written to process and follow the specific workflow config and its instructions
12
12
  5. Save outputs after EACH section when generating any documents from templates
13
13
  </steps>