agentvibes 2.9.7 → 2.12.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 (441) hide show
  1. package/.claude/commands/agent-vibes/agent-vibes.md +1 -1
  2. package/.claude/commands/agent-vibes/bmad.md +3 -3
  3. package/.claude/commands/agent-vibes/set-pretext.md +2 -2
  4. package/.claude/commands/agent-vibes-bmad-voices.md +5 -5
  5. package/.claude/hooks/bmad-speak.sh +1 -1
  6. package/.claude/hooks/bmad-voice-manager.sh +1 -1
  7. package/.claude/hooks/migrate-to-agentvibes.sh +161 -0
  8. package/.claude/hooks/play-tts-elevenlabs.sh +1 -1
  9. package/.claude/output-styles/agent-vibes.md +3 -3
  10. package/README.md +9 -6
  11. package/RELEASE_NOTES.md +341 -0
  12. package/docs/architecture/provider-system.md +3 -3
  13. package/docs/bmad-v6-support.md +1 -1
  14. package/docs/technical-deep-dive.md +1 -1
  15. package/docs/voice-mapping-format.md +1 -1
  16. package/package.json +1 -1
  17. package/src/installer.js +93 -21
  18. package/test-migration.sh +539 -0
  19. package/.bmad/_cfg/agent-manifest.csv +0 -11
  20. package/.bmad/_cfg/agent-voice-map.csv +0 -11
  21. package/.bmad/_cfg/agents/bmm-analyst.customize.yaml +0 -42
  22. package/.bmad/_cfg/agents/bmm-architect.customize.yaml +0 -42
  23. package/.bmad/_cfg/agents/bmm-dev.customize.yaml +0 -42
  24. package/.bmad/_cfg/agents/bmm-frame-expert.customize.yaml +0 -42
  25. package/.bmad/_cfg/agents/bmm-pm.customize.yaml +0 -42
  26. package/.bmad/_cfg/agents/bmm-sm.customize.yaml +0 -42
  27. package/.bmad/_cfg/agents/bmm-tea.customize.yaml +0 -42
  28. package/.bmad/_cfg/agents/bmm-tech-writer.customize.yaml +0 -42
  29. package/.bmad/_cfg/agents/bmm-ux-designer.customize.yaml +0 -42
  30. package/.bmad/_cfg/agents/core-bmad-master.customize.yaml +0 -42
  31. package/.bmad/_cfg/files-manifest.csv +0 -243
  32. package/.bmad/_cfg/ides/claude-code.yaml +0 -6
  33. package/.bmad/_cfg/manifest.yaml +0 -9
  34. package/.bmad/_cfg/task-manifest.csv +0 -5
  35. package/.bmad/_cfg/tool-manifest.csv +0 -2
  36. package/.bmad/_cfg/workflow-manifest.csv +0 -38
  37. package/.bmad/bmm/README.md +0 -128
  38. package/.bmad/bmm/agents/analyst.md +0 -79
  39. package/.bmad/bmm/agents/analyst.md.backup-pre-tts +0 -75
  40. package/.bmad/bmm/agents/architect.md +0 -80
  41. package/.bmad/bmm/agents/dev.md +0 -70
  42. package/.bmad/bmm/agents/frame-expert.md +0 -72
  43. package/.bmad/bmm/agents/pm.md +0 -84
  44. package/.bmad/bmm/agents/sm.md +0 -93
  45. package/.bmad/bmm/agents/tea.md +0 -80
  46. package/.bmad/bmm/agents/tech-writer.md +0 -84
  47. package/.bmad/bmm/agents/ux-designer.md +0 -79
  48. package/.bmad/bmm/config.yaml +0 -17
  49. package/.bmad/bmm/docs/README.md +0 -236
  50. package/.bmad/bmm/docs/agents-guide.md +0 -1058
  51. package/.bmad/bmm/docs/brownfield-guide.md +0 -762
  52. package/.bmad/bmm/docs/enterprise-agentic-development.md +0 -686
  53. package/.bmad/bmm/docs/faq.md +0 -588
  54. package/.bmad/bmm/docs/glossary.md +0 -320
  55. package/.bmad/bmm/docs/party-mode.md +0 -224
  56. package/.bmad/bmm/docs/quick-spec-flow.md +0 -652
  57. package/.bmad/bmm/docs/quick-start.md +0 -376
  58. package/.bmad/bmm/docs/scale-adaptive-system.md +0 -612
  59. package/.bmad/bmm/docs/test-architecture.md +0 -396
  60. package/.bmad/bmm/docs/workflow-architecture-reference.md +0 -366
  61. package/.bmad/bmm/docs/workflow-document-project-reference.md +0 -489
  62. package/.bmad/bmm/docs/workflows-analysis.md +0 -370
  63. package/.bmad/bmm/docs/workflows-implementation.md +0 -286
  64. package/.bmad/bmm/docs/workflows-planning.md +0 -612
  65. package/.bmad/bmm/docs/workflows-solutioning.md +0 -554
  66. package/.bmad/bmm/teams/default-party.csv +0 -20
  67. package/.bmad/bmm/teams/team-fullstack.yaml +0 -13
  68. package/.bmad/bmm/testarch/knowledge/ci-burn-in.md +0 -675
  69. package/.bmad/bmm/testarch/knowledge/component-tdd.md +0 -486
  70. package/.bmad/bmm/testarch/knowledge/contract-testing.md +0 -957
  71. package/.bmad/bmm/testarch/knowledge/data-factories.md +0 -500
  72. package/.bmad/bmm/testarch/knowledge/email-auth.md +0 -721
  73. package/.bmad/bmm/testarch/knowledge/error-handling.md +0 -725
  74. package/.bmad/bmm/testarch/knowledge/feature-flags.md +0 -750
  75. package/.bmad/bmm/testarch/knowledge/fixture-architecture.md +0 -401
  76. package/.bmad/bmm/testarch/knowledge/network-first.md +0 -486
  77. package/.bmad/bmm/testarch/knowledge/nfr-criteria.md +0 -670
  78. package/.bmad/bmm/testarch/knowledge/playwright-config.md +0 -730
  79. package/.bmad/bmm/testarch/knowledge/probability-impact.md +0 -601
  80. package/.bmad/bmm/testarch/knowledge/risk-governance.md +0 -615
  81. package/.bmad/bmm/testarch/knowledge/selective-testing.md +0 -732
  82. package/.bmad/bmm/testarch/knowledge/selector-resilience.md +0 -527
  83. package/.bmad/bmm/testarch/knowledge/test-healing-patterns.md +0 -644
  84. package/.bmad/bmm/testarch/knowledge/test-levels-framework.md +0 -473
  85. package/.bmad/bmm/testarch/knowledge/test-priorities-matrix.md +0 -373
  86. package/.bmad/bmm/testarch/knowledge/test-quality.md +0 -664
  87. package/.bmad/bmm/testarch/knowledge/timing-debugging.md +0 -372
  88. package/.bmad/bmm/testarch/knowledge/visual-debugging.md +0 -524
  89. package/.bmad/bmm/testarch/tea-index.csv +0 -22
  90. package/.bmad/bmm/workflows/1-analysis/brainstorm-project/instructions.md +0 -112
  91. package/.bmad/bmm/workflows/1-analysis/brainstorm-project/project-context.md +0 -25
  92. package/.bmad/bmm/workflows/1-analysis/brainstorm-project/workflow.yaml +0 -26
  93. package/.bmad/bmm/workflows/1-analysis/domain-research/instructions.md +0 -425
  94. package/.bmad/bmm/workflows/1-analysis/domain-research/template.md +0 -180
  95. package/.bmad/bmm/workflows/1-analysis/domain-research/workflow.yaml +0 -28
  96. package/.bmad/bmm/workflows/1-analysis/product-brief/checklist.md +0 -115
  97. package/.bmad/bmm/workflows/1-analysis/product-brief/instructions.md +0 -524
  98. package/.bmad/bmm/workflows/1-analysis/product-brief/template.md +0 -181
  99. package/.bmad/bmm/workflows/1-analysis/product-brief/workflow.yaml +0 -45
  100. package/.bmad/bmm/workflows/1-analysis/research/checklist-deep-prompt.md +0 -144
  101. package/.bmad/bmm/workflows/1-analysis/research/checklist-technical.md +0 -249
  102. package/.bmad/bmm/workflows/1-analysis/research/checklist.md +0 -299
  103. package/.bmad/bmm/workflows/1-analysis/research/claude-code/injections.yaml +0 -114
  104. package/.bmad/bmm/workflows/1-analysis/research/instructions-deep-prompt.md +0 -438
  105. package/.bmad/bmm/workflows/1-analysis/research/instructions-market.md +0 -675
  106. package/.bmad/bmm/workflows/1-analysis/research/instructions-router.md +0 -134
  107. package/.bmad/bmm/workflows/1-analysis/research/instructions-technical.md +0 -534
  108. package/.bmad/bmm/workflows/1-analysis/research/template-deep-prompt.md +0 -94
  109. package/.bmad/bmm/workflows/1-analysis/research/template-market.md +0 -347
  110. package/.bmad/bmm/workflows/1-analysis/research/template-technical.md +0 -245
  111. package/.bmad/bmm/workflows/1-analysis/research/workflow.yaml +0 -44
  112. package/.bmad/bmm/workflows/2-plan-workflows/create-epics-and-stories/epics-template.md +0 -80
  113. package/.bmad/bmm/workflows/2-plan-workflows/create-epics-and-stories/instructions.md +0 -616
  114. package/.bmad/bmm/workflows/2-plan-workflows/create-epics-and-stories/workflow.yaml +0 -53
  115. package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/checklist.md +0 -310
  116. package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/instructions.md +0 -1308
  117. package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/ux-design-template.md +0 -145
  118. package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.yaml +0 -61
  119. package/.bmad/bmm/workflows/2-plan-workflows/prd/checklist.md +0 -346
  120. package/.bmad/bmm/workflows/2-plan-workflows/prd/domain-complexity.csv +0 -13
  121. package/.bmad/bmm/workflows/2-plan-workflows/prd/instructions.md +0 -703
  122. package/.bmad/bmm/workflows/2-plan-workflows/prd/prd-template.md +0 -204
  123. package/.bmad/bmm/workflows/2-plan-workflows/prd/project-types.csv +0 -11
  124. package/.bmad/bmm/workflows/2-plan-workflows/prd/workflow.yaml +0 -52
  125. package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/checklist.md +0 -217
  126. package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/epics-template.md +0 -74
  127. package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/instructions-generate-stories.md +0 -436
  128. package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/instructions.md +0 -980
  129. package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/tech-spec-template.md +0 -181
  130. package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/user-story-template.md +0 -90
  131. package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml +0 -58
  132. package/.bmad/bmm/workflows/3-solutioning/architecture/architecture-patterns.yaml +0 -321
  133. package/.bmad/bmm/workflows/3-solutioning/architecture/architecture-template.md +0 -103
  134. package/.bmad/bmm/workflows/3-solutioning/architecture/checklist.md +0 -240
  135. package/.bmad/bmm/workflows/3-solutioning/architecture/decision-catalog.yaml +0 -222
  136. package/.bmad/bmm/workflows/3-solutioning/architecture/instructions.md +0 -768
  137. package/.bmad/bmm/workflows/3-solutioning/architecture/pattern-categories.csv +0 -13
  138. package/.bmad/bmm/workflows/3-solutioning/architecture/workflow.yaml +0 -55
  139. package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/checklist.md +0 -169
  140. package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/instructions.md +0 -332
  141. package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/template.md +0 -146
  142. package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/workflow.yaml +0 -62
  143. package/.bmad/bmm/workflows/4-implementation/code-review/backlog_template.md +0 -12
  144. package/.bmad/bmm/workflows/4-implementation/code-review/checklist.md +0 -22
  145. package/.bmad/bmm/workflows/4-implementation/code-review/instructions.md +0 -398
  146. package/.bmad/bmm/workflows/4-implementation/code-review/workflow.yaml +0 -60
  147. package/.bmad/bmm/workflows/4-implementation/correct-course/checklist.md +0 -279
  148. package/.bmad/bmm/workflows/4-implementation/correct-course/instructions.md +0 -206
  149. package/.bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml +0 -56
  150. package/.bmad/bmm/workflows/4-implementation/create-story/checklist.md +0 -240
  151. package/.bmad/bmm/workflows/4-implementation/create-story/instructions.md +0 -256
  152. package/.bmad/bmm/workflows/4-implementation/create-story/template.md +0 -51
  153. package/.bmad/bmm/workflows/4-implementation/create-story/workflow.yaml +0 -71
  154. package/.bmad/bmm/workflows/4-implementation/dev-story/checklist.md +0 -38
  155. package/.bmad/bmm/workflows/4-implementation/dev-story/instructions.md +0 -267
  156. package/.bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml +0 -56
  157. package/.bmad/bmm/workflows/4-implementation/epic-tech-context/checklist.md +0 -17
  158. package/.bmad/bmm/workflows/4-implementation/epic-tech-context/instructions.md +0 -164
  159. package/.bmad/bmm/workflows/4-implementation/epic-tech-context/template.md +0 -76
  160. package/.bmad/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml +0 -57
  161. package/.bmad/bmm/workflows/4-implementation/retrospective/instructions.md +0 -1443
  162. package/.bmad/bmm/workflows/4-implementation/retrospective/workflow.yaml +0 -56
  163. package/.bmad/bmm/workflows/4-implementation/sprint-planning/checklist.md +0 -33
  164. package/.bmad/bmm/workflows/4-implementation/sprint-planning/instructions.md +0 -234
  165. package/.bmad/bmm/workflows/4-implementation/sprint-planning/sprint-status-template.yaml +0 -55
  166. package/.bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +0 -49
  167. package/.bmad/bmm/workflows/4-implementation/story-context/checklist.md +0 -16
  168. package/.bmad/bmm/workflows/4-implementation/story-context/context-template.xml +0 -34
  169. package/.bmad/bmm/workflows/4-implementation/story-context/instructions.md +0 -209
  170. package/.bmad/bmm/workflows/4-implementation/story-context/workflow.yaml +0 -61
  171. package/.bmad/bmm/workflows/4-implementation/story-done/instructions.md +0 -111
  172. package/.bmad/bmm/workflows/4-implementation/story-done/workflow.yaml +0 -26
  173. package/.bmad/bmm/workflows/4-implementation/story-ready/instructions.md +0 -117
  174. package/.bmad/bmm/workflows/4-implementation/story-ready/workflow.yaml +0 -23
  175. package/.bmad/bmm/workflows/document-project/checklist.md +0 -245
  176. package/.bmad/bmm/workflows/document-project/documentation-requirements.csv +0 -12
  177. package/.bmad/bmm/workflows/document-project/instructions.md +0 -222
  178. package/.bmad/bmm/workflows/document-project/templates/deep-dive-template.md +0 -345
  179. package/.bmad/bmm/workflows/document-project/templates/index-template.md +0 -169
  180. package/.bmad/bmm/workflows/document-project/templates/project-overview-template.md +0 -103
  181. package/.bmad/bmm/workflows/document-project/templates/project-scan-report-schema.json +0 -160
  182. package/.bmad/bmm/workflows/document-project/templates/source-tree-template.md +0 -135
  183. package/.bmad/bmm/workflows/document-project/workflow.yaml +0 -29
  184. package/.bmad/bmm/workflows/document-project/workflows/deep-dive-instructions.md +0 -298
  185. package/.bmad/bmm/workflows/document-project/workflows/deep-dive.yaml +0 -31
  186. package/.bmad/bmm/workflows/document-project/workflows/full-scan-instructions.md +0 -1106
  187. package/.bmad/bmm/workflows/document-project/workflows/full-scan.yaml +0 -31
  188. package/.bmad/bmm/workflows/frame-expert/_shared/excalidraw-helpers.md +0 -127
  189. package/.bmad/bmm/workflows/frame-expert/_shared/excalidraw-library.json +0 -90
  190. package/.bmad/bmm/workflows/frame-expert/_shared/excalidraw-templates.yaml +0 -127
  191. package/.bmad/bmm/workflows/frame-expert/_shared/validate-json-instructions.md +0 -79
  192. package/.bmad/bmm/workflows/frame-expert/create-dataflow/checklist.md +0 -39
  193. package/.bmad/bmm/workflows/frame-expert/create-dataflow/instructions.md +0 -131
  194. package/.bmad/bmm/workflows/frame-expert/create-dataflow/workflow.yaml +0 -23
  195. package/.bmad/bmm/workflows/frame-expert/create-diagram/checklist.md +0 -43
  196. package/.bmad/bmm/workflows/frame-expert/create-diagram/instructions.md +0 -142
  197. package/.bmad/bmm/workflows/frame-expert/create-diagram/workflow.yaml +0 -24
  198. package/.bmad/bmm/workflows/frame-expert/create-flowchart/checklist.md +0 -49
  199. package/.bmad/bmm/workflows/frame-expert/create-flowchart/instructions.md +0 -242
  200. package/.bmad/bmm/workflows/frame-expert/create-flowchart/workflow.yaml +0 -27
  201. package/.bmad/bmm/workflows/frame-expert/create-wireframe/checklist.md +0 -38
  202. package/.bmad/bmm/workflows/frame-expert/create-wireframe/instructions.md +0 -133
  203. package/.bmad/bmm/workflows/frame-expert/create-wireframe/workflow.yaml +0 -23
  204. package/.bmad/bmm/workflows/techdoc/documentation-standards.md +0 -262
  205. package/.bmad/bmm/workflows/testarch/atdd/atdd-checklist-template.md +0 -363
  206. package/.bmad/bmm/workflows/testarch/atdd/checklist.md +0 -373
  207. package/.bmad/bmm/workflows/testarch/atdd/instructions.md +0 -785
  208. package/.bmad/bmm/workflows/testarch/atdd/workflow.yaml +0 -45
  209. package/.bmad/bmm/workflows/testarch/automate/checklist.md +0 -580
  210. package/.bmad/bmm/workflows/testarch/automate/instructions.md +0 -1303
  211. package/.bmad/bmm/workflows/testarch/automate/workflow.yaml +0 -52
  212. package/.bmad/bmm/workflows/testarch/ci/checklist.md +0 -246
  213. package/.bmad/bmm/workflows/testarch/ci/github-actions-template.yaml +0 -165
  214. package/.bmad/bmm/workflows/testarch/ci/gitlab-ci-template.yaml +0 -128
  215. package/.bmad/bmm/workflows/testarch/ci/instructions.md +0 -517
  216. package/.bmad/bmm/workflows/testarch/ci/workflow.yaml +0 -45
  217. package/.bmad/bmm/workflows/testarch/framework/checklist.md +0 -321
  218. package/.bmad/bmm/workflows/testarch/framework/instructions.md +0 -455
  219. package/.bmad/bmm/workflows/testarch/framework/workflow.yaml +0 -47
  220. package/.bmad/bmm/workflows/testarch/nfr-assess/checklist.md +0 -405
  221. package/.bmad/bmm/workflows/testarch/nfr-assess/instructions.md +0 -722
  222. package/.bmad/bmm/workflows/testarch/nfr-assess/nfr-report-template.md +0 -443
  223. package/.bmad/bmm/workflows/testarch/nfr-assess/workflow.yaml +0 -47
  224. package/.bmad/bmm/workflows/testarch/test-design/checklist.md +0 -234
  225. package/.bmad/bmm/workflows/testarch/test-design/instructions.md +0 -782
  226. package/.bmad/bmm/workflows/testarch/test-design/test-design-template.md +0 -285
  227. package/.bmad/bmm/workflows/testarch/test-design/workflow.yaml +0 -48
  228. package/.bmad/bmm/workflows/testarch/test-review/checklist.md +0 -470
  229. package/.bmad/bmm/workflows/testarch/test-review/instructions.md +0 -608
  230. package/.bmad/bmm/workflows/testarch/test-review/test-review-template.md +0 -388
  231. package/.bmad/bmm/workflows/testarch/test-review/workflow.yaml +0 -46
  232. package/.bmad/bmm/workflows/testarch/trace/checklist.md +0 -654
  233. package/.bmad/bmm/workflows/testarch/trace/instructions.md +0 -1045
  234. package/.bmad/bmm/workflows/testarch/trace/trace-template.md +0 -673
  235. package/.bmad/bmm/workflows/testarch/trace/workflow.yaml +0 -55
  236. package/.bmad/bmm/workflows/workflow-status/init/instructions.md +0 -334
  237. package/.bmad/bmm/workflows/workflow-status/init/workflow.yaml +0 -28
  238. package/.bmad/bmm/workflows/workflow-status/instructions.md +0 -388
  239. package/.bmad/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +0 -138
  240. package/.bmad/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +0 -126
  241. package/.bmad/bmm/workflows/workflow-status/paths/game-design.yaml +0 -52
  242. package/.bmad/bmm/workflows/workflow-status/paths/method-brownfield.yaml +0 -122
  243. package/.bmad/bmm/workflows/workflow-status/paths/method-greenfield.yaml +0 -113
  244. package/.bmad/bmm/workflows/workflow-status/paths/quick-flow-brownfield.yaml +0 -58
  245. package/.bmad/bmm/workflows/workflow-status/paths/quick-flow-greenfield.yaml +0 -47
  246. package/.bmad/bmm/workflows/workflow-status/project-levels.yaml +0 -59
  247. package/.bmad/bmm/workflows/workflow-status/workflow-status-template.yaml +0 -24
  248. package/.bmad/bmm/workflows/workflow-status/workflow.yaml +0 -28
  249. package/.bmad/core/agents/bmad-master.md +0 -72
  250. package/.bmad/core/agents/bmad-web-orchestrator.agent.xml +0 -113
  251. package/.bmad/core/config.yaml +0 -11
  252. package/.bmad/core/tasks/adv-elicit-methods.csv +0 -39
  253. package/.bmad/core/tasks/advanced-elicitation-methods.csv +0 -21
  254. package/.bmad/core/tasks/advanced-elicitation.xml +0 -106
  255. package/.bmad/core/tasks/index-docs.xml +0 -65
  256. package/.bmad/core/tasks/validate-workflow.xml +0 -89
  257. package/.bmad/core/tasks/workflow.xml +0 -270
  258. package/.bmad/core/tools/shard-doc.xml +0 -109
  259. package/.bmad/core/workflows/brainstorming/README.md +0 -261
  260. package/.bmad/core/workflows/brainstorming/brain-methods.csv +0 -36
  261. package/.bmad/core/workflows/brainstorming/instructions.md +0 -315
  262. package/.bmad/core/workflows/brainstorming/template.md +0 -106
  263. package/.bmad/core/workflows/brainstorming/workflow.yaml +0 -38
  264. package/.bmad/core/workflows/party-mode/instructions.md +0 -203
  265. package/.bmad/core/workflows/party-mode/workflow.yaml +0 -28
  266. package/.bmad/docs/claude-code-instructions.md +0 -25
  267. package/.claude/commands/BMad/analyst.md +0 -88
  268. package/.claude/commands/BMad/architect.md +0 -89
  269. package/.claude/commands/BMad/bmad-master.md +0 -114
  270. package/.claude/commands/BMad/bmad-orchestrator.md +0 -151
  271. package/.claude/commands/BMad/dev.md +0 -85
  272. package/.claude/commands/BMad/pm.md +0 -88
  273. package/.claude/commands/BMad/po.md +0 -83
  274. package/.claude/commands/BMad/qa.md +0 -91
  275. package/.claude/commands/BMad/sm.md +0 -69
  276. package/.claude/commands/BMad/tasks/advanced-elicitation.md +0 -123
  277. package/.claude/commands/BMad/tasks/apply-qa-fixes.md +0 -154
  278. package/.claude/commands/BMad/tasks/brownfield-create-epic.md +0 -166
  279. package/.claude/commands/BMad/tasks/brownfield-create-story.md +0 -153
  280. package/.claude/commands/BMad/tasks/correct-course.md +0 -76
  281. package/.claude/commands/BMad/tasks/create-brownfield-story.md +0 -318
  282. package/.claude/commands/BMad/tasks/create-deep-research-prompt.md +0 -284
  283. package/.claude/commands/BMad/tasks/create-doc.md +0 -107
  284. package/.claude/commands/BMad/tasks/create-next-story.md +0 -118
  285. package/.claude/commands/BMad/tasks/document-project.md +0 -349
  286. package/.claude/commands/BMad/tasks/execute-checklist.md +0 -92
  287. package/.claude/commands/BMad/tasks/facilitate-brainstorming-session.md +0 -142
  288. package/.claude/commands/BMad/tasks/generate-ai-frontend-prompt.md +0 -57
  289. package/.claude/commands/BMad/tasks/index-docs.md +0 -179
  290. package/.claude/commands/BMad/tasks/kb-mode-interaction.md +0 -81
  291. package/.claude/commands/BMad/tasks/nfr-assess.md +0 -349
  292. package/.claude/commands/BMad/tasks/qa-gate.md +0 -167
  293. package/.claude/commands/BMad/tasks/review-story.md +0 -320
  294. package/.claude/commands/BMad/tasks/risk-profile.md +0 -359
  295. package/.claude/commands/BMad/tasks/shard-doc.md +0 -191
  296. package/.claude/commands/BMad/tasks/test-design.md +0 -180
  297. package/.claude/commands/BMad/tasks/trace-requirements.md +0 -270
  298. package/.claude/commands/BMad/tasks/validate-next-story.md +0 -140
  299. package/.claude/commands/BMad/ux-expert.md +0 -73
  300. package/.claude/commands/bmad/bmm/agents/analyst.md +0 -14
  301. package/.claude/commands/bmad/bmm/agents/architect.md +0 -14
  302. package/.claude/commands/bmad/bmm/agents/dev.md +0 -14
  303. package/.claude/commands/bmad/bmm/agents/frame-expert.md +0 -14
  304. package/.claude/commands/bmad/bmm/agents/pm.md +0 -14
  305. package/.claude/commands/bmad/bmm/agents/sm.md +0 -14
  306. package/.claude/commands/bmad/bmm/agents/tea.md +0 -14
  307. package/.claude/commands/bmad/bmm/agents/tech-writer.md +0 -14
  308. package/.claude/commands/bmad/bmm/agents/ux-designer.md +0 -14
  309. package/.claude/commands/bmad/bmm/workflows/architecture.md +0 -13
  310. package/.claude/commands/bmad/bmm/workflows/brainstorm-project.md +0 -13
  311. package/.claude/commands/bmad/bmm/workflows/code-review.md +0 -13
  312. package/.claude/commands/bmad/bmm/workflows/correct-course.md +0 -13
  313. package/.claude/commands/bmad/bmm/workflows/create-dataflow.md +0 -13
  314. package/.claude/commands/bmad/bmm/workflows/create-diagram.md +0 -13
  315. package/.claude/commands/bmad/bmm/workflows/create-epics-and-stories.md +0 -13
  316. package/.claude/commands/bmad/bmm/workflows/create-flowchart.md +0 -13
  317. package/.claude/commands/bmad/bmm/workflows/create-story.md +0 -13
  318. package/.claude/commands/bmad/bmm/workflows/create-ux-design.md +0 -13
  319. package/.claude/commands/bmad/bmm/workflows/create-wireframe.md +0 -13
  320. package/.claude/commands/bmad/bmm/workflows/dev-story.md +0 -13
  321. package/.claude/commands/bmad/bmm/workflows/document-project.md +0 -13
  322. package/.claude/commands/bmad/bmm/workflows/domain-research.md +0 -13
  323. package/.claude/commands/bmad/bmm/workflows/epic-tech-context.md +0 -13
  324. package/.claude/commands/bmad/bmm/workflows/implementation-readiness.md +0 -13
  325. package/.claude/commands/bmad/bmm/workflows/prd.md +0 -13
  326. package/.claude/commands/bmad/bmm/workflows/product-brief.md +0 -13
  327. package/.claude/commands/bmad/bmm/workflows/research.md +0 -13
  328. package/.claude/commands/bmad/bmm/workflows/retrospective.md +0 -13
  329. package/.claude/commands/bmad/bmm/workflows/sprint-planning.md +0 -13
  330. package/.claude/commands/bmad/bmm/workflows/story-context.md +0 -13
  331. package/.claude/commands/bmad/bmm/workflows/story-done.md +0 -13
  332. package/.claude/commands/bmad/bmm/workflows/story-ready.md +0 -13
  333. package/.claude/commands/bmad/bmm/workflows/tech-spec.md +0 -13
  334. package/.claude/commands/bmad/bmm/workflows/workflow-init.md +0 -13
  335. package/.claude/commands/bmad/bmm/workflows/workflow-status.md +0 -13
  336. package/.claude/commands/bmad/core/agents/bmad-master.md +0 -14
  337. package/.claude/commands/bmad/core/tasks/advanced-elicitation.md +0 -9
  338. package/.claude/commands/bmad/core/tasks/index-docs.md +0 -9
  339. package/.claude/commands/bmad/core/tools/shard-doc.md +0 -9
  340. package/.claude/commands/bmad/core/workflows/brainstorming.md +0 -13
  341. package/.claude/commands/bmad/core/workflows/party-mode.md +0 -13
  342. package/.claude/config/README-personality-defaults.md +0 -162
  343. package/.claude/config/agentvibes.json +0 -1
  344. package/.claude/config/bmad-voices-enabled.flag +0 -0
  345. package/.claude/config/bmad-voices.md +0 -68
  346. package/.claude/config/personality-voice-defaults.default.json +0 -21
  347. package/.claude/github-star-reminder.txt +0 -1
  348. package/.claude/hooks/bmad-party-manager.sh +0 -225
  349. package/.claude/hooks/stop.sh +0 -221
  350. package/.claude/piper-voices-dir.txt +0 -1
  351. package/.claude/plugins/bmad-voices-enabled.flag +0 -0
  352. package/.mcp.json +0 -88
  353. package/RELEASE_NOTES_v2.4.0_DRAFT.md +0 -116
  354. package/RELEASE_NOTES_v2.4.1_DRAFT.md +0 -61
  355. package/docs/2025-11-15_15-14-33.snagx +0 -0
  356. package/docs/Screenshot 2025-11-15 151325.png +0 -0
  357. package/docs/Screenshot 2025-11-15 151432.png +0 -0
  358. package/docs/macos-piper-issue.md +0 -172
  359. package/docs/stargazer-cms-prd.md +0 -1918
  360. package/docs/whatsapp-plugin-github-issue.md +0 -393
  361. package/docs/whatsapp-tts-plugin-feasibility.md +0 -418
  362. package/docs/whatsapp-tts-standalone-plugin.md +0 -628
  363. package/github-profile-draft.md +0 -57
  364. package/linkedin/vibe-coding-and-pulseaudio.md +0 -121
  365. package/mcp-server/agentvibes.db +0 -0
  366. package/scripts/audio-tunnel.config +0 -17
  367. package/v4-backup/.bmad-core/agent-teams/team-all.yaml +0 -15
  368. package/v4-backup/.bmad-core/agent-teams/team-fullstack.yaml +0 -19
  369. package/v4-backup/.bmad-core/agent-teams/team-ide-minimal.yaml +0 -11
  370. package/v4-backup/.bmad-core/agent-teams/team-no-ui.yaml +0 -14
  371. package/v4-backup/.bmad-core/agents/analyst.md +0 -84
  372. package/v4-backup/.bmad-core/agents/architect.md +0 -85
  373. package/v4-backup/.bmad-core/agents/bmad-master.md +0 -110
  374. package/v4-backup/.bmad-core/agents/bmad-orchestrator.md +0 -147
  375. package/v4-backup/.bmad-core/agents/dev.md +0 -81
  376. package/v4-backup/.bmad-core/agents/pm.md +0 -84
  377. package/v4-backup/.bmad-core/agents/po.md +0 -79
  378. package/v4-backup/.bmad-core/agents/qa.md +0 -87
  379. package/v4-backup/.bmad-core/agents/sm.md +0 -65
  380. package/v4-backup/.bmad-core/agents/ux-expert.md +0 -69
  381. package/v4-backup/.bmad-core/checklists/architect-checklist.md +0 -440
  382. package/v4-backup/.bmad-core/checklists/change-checklist.md +0 -184
  383. package/v4-backup/.bmad-core/checklists/pm-checklist.md +0 -372
  384. package/v4-backup/.bmad-core/checklists/po-master-checklist.md +0 -434
  385. package/v4-backup/.bmad-core/checklists/story-dod-checklist.md +0 -96
  386. package/v4-backup/.bmad-core/checklists/story-draft-checklist.md +0 -155
  387. package/v4-backup/.bmad-core/core-config.yaml +0 -22
  388. package/v4-backup/.bmad-core/data/bmad-kb.md +0 -809
  389. package/v4-backup/.bmad-core/data/brainstorming-techniques.md +0 -38
  390. package/v4-backup/.bmad-core/data/elicitation-methods.md +0 -156
  391. package/v4-backup/.bmad-core/data/technical-preferences.md +0 -5
  392. package/v4-backup/.bmad-core/data/test-levels-framework.md +0 -148
  393. package/v4-backup/.bmad-core/data/test-priorities-matrix.md +0 -174
  394. package/v4-backup/.bmad-core/enhanced-ide-development-workflow.md +0 -248
  395. package/v4-backup/.bmad-core/install-manifest.yaml +0 -230
  396. package/v4-backup/.bmad-core/tasks/advanced-elicitation.md +0 -119
  397. package/v4-backup/.bmad-core/tasks/apply-qa-fixes.md +0 -150
  398. package/v4-backup/.bmad-core/tasks/brownfield-create-epic.md +0 -162
  399. package/v4-backup/.bmad-core/tasks/brownfield-create-story.md +0 -149
  400. package/v4-backup/.bmad-core/tasks/correct-course.md +0 -72
  401. package/v4-backup/.bmad-core/tasks/create-brownfield-story.md +0 -314
  402. package/v4-backup/.bmad-core/tasks/create-deep-research-prompt.md +0 -280
  403. package/v4-backup/.bmad-core/tasks/create-doc.md +0 -103
  404. package/v4-backup/.bmad-core/tasks/create-next-story.md +0 -114
  405. package/v4-backup/.bmad-core/tasks/document-project.md +0 -345
  406. package/v4-backup/.bmad-core/tasks/execute-checklist.md +0 -88
  407. package/v4-backup/.bmad-core/tasks/facilitate-brainstorming-session.md +0 -138
  408. package/v4-backup/.bmad-core/tasks/generate-ai-frontend-prompt.md +0 -53
  409. package/v4-backup/.bmad-core/tasks/index-docs.md +0 -175
  410. package/v4-backup/.bmad-core/tasks/kb-mode-interaction.md +0 -77
  411. package/v4-backup/.bmad-core/tasks/nfr-assess.md +0 -345
  412. package/v4-backup/.bmad-core/tasks/qa-gate.md +0 -163
  413. package/v4-backup/.bmad-core/tasks/review-story.md +0 -316
  414. package/v4-backup/.bmad-core/tasks/risk-profile.md +0 -355
  415. package/v4-backup/.bmad-core/tasks/shard-doc.md +0 -187
  416. package/v4-backup/.bmad-core/tasks/test-design.md +0 -176
  417. package/v4-backup/.bmad-core/tasks/trace-requirements.md +0 -266
  418. package/v4-backup/.bmad-core/tasks/validate-next-story.md +0 -136
  419. package/v4-backup/.bmad-core/templates/architecture-tmpl.yaml +0 -651
  420. package/v4-backup/.bmad-core/templates/brainstorming-output-tmpl.yaml +0 -156
  421. package/v4-backup/.bmad-core/templates/brownfield-architecture-tmpl.yaml +0 -477
  422. package/v4-backup/.bmad-core/templates/brownfield-prd-tmpl.yaml +0 -281
  423. package/v4-backup/.bmad-core/templates/competitor-analysis-tmpl.yaml +0 -307
  424. package/v4-backup/.bmad-core/templates/front-end-architecture-tmpl.yaml +0 -219
  425. package/v4-backup/.bmad-core/templates/front-end-spec-tmpl.yaml +0 -350
  426. package/v4-backup/.bmad-core/templates/fullstack-architecture-tmpl.yaml +0 -824
  427. package/v4-backup/.bmad-core/templates/market-research-tmpl.yaml +0 -253
  428. package/v4-backup/.bmad-core/templates/prd-tmpl.yaml +0 -203
  429. package/v4-backup/.bmad-core/templates/project-brief-tmpl.yaml +0 -222
  430. package/v4-backup/.bmad-core/templates/qa-gate-tmpl.yaml +0 -103
  431. package/v4-backup/.bmad-core/templates/story-tmpl.yaml +0 -138
  432. package/v4-backup/.bmad-core/user-guide.md +0 -577
  433. package/v4-backup/.bmad-core/utils/bmad-doc-template.md +0 -327
  434. package/v4-backup/.bmad-core/utils/workflow-management.md +0 -71
  435. package/v4-backup/.bmad-core/workflows/brownfield-fullstack.yaml +0 -298
  436. package/v4-backup/.bmad-core/workflows/brownfield-service.yaml +0 -188
  437. package/v4-backup/.bmad-core/workflows/brownfield-ui.yaml +0 -198
  438. package/v4-backup/.bmad-core/workflows/greenfield-fullstack.yaml +0 -241
  439. package/v4-backup/.bmad-core/workflows/greenfield-service.yaml +0 -207
  440. package/v4-backup/.bmad-core/workflows/greenfield-ui.yaml +0 -236
  441. package/v4-backup/.bmad-core/working-in-the-brownfield.md +0 -606
@@ -1,270 +0,0 @@
1
- <task id="{bmad_folder}/core/tasks/workflow.xml" name="Execute Workflow">
2
- <objective>Execute given workflow by loading its configuration, following instructions, and producing output</objective>
3
-
4
- <llm critical="true">
5
- <mandate>Always read COMPLETE files - NEVER use offset/limit when reading any workflow related files</mandate>
6
- <mandate>Instructions are MANDATORY - either as file path, steps or embedded list in YAML, XML or markdown</mandate>
7
- <mandate>Execute ALL steps in instructions IN EXACT ORDER</mandate>
8
- <mandate>Save to template output file after EVERY "template-output" tag</mandate>
9
- <mandate>NEVER delegate a step - YOU are responsible for every steps execution</mandate>
10
- </llm>
11
-
12
- <WORKFLOW-RULES critical="true">
13
- <rule n="1">Steps execute in exact numerical order (1, 2, 3...)</rule>
14
- <rule n="2">Optional steps: Ask user unless #yolo mode active</rule>
15
- <rule n="3">Template-output tags: Save content → Show user → Get approval before continuing</rule>
16
- <rule n="4">User must approve each major section before continuing UNLESS #yolo mode active</rule>
17
- </WORKFLOW-RULES>
18
-
19
- <flow>
20
- <step n="1" title="Load and Initialize Workflow">
21
- <substep n="1a" title="Load Configuration and Resolve Variables">
22
- <action>Read workflow.yaml from provided path</action>
23
- <mandate>Load config_source (REQUIRED for all modules)</mandate>
24
- <phase n="1">Load external config from config_source path</phase>
25
- <phase n="2">Resolve all {config_source}: references with values from config</phase>
26
- <phase n="3">Resolve system variables (date:system-generated) and paths ({project-root}, {installed_path})</phase>
27
- <phase n="4">Ask user for input of any variables that are still unknown</phase>
28
- </substep>
29
-
30
- <substep n="1b" title="Load Required Components">
31
- <mandate>Instructions: Read COMPLETE file from path OR embedded list (REQUIRED)</mandate>
32
- <check>If template path → Read COMPLETE template file</check>
33
- <check>If validation path → Note path for later loading when needed</check>
34
- <check>If template: false → Mark as action-workflow (else template-workflow)</check>
35
- <note>Data files (csv, json) → Store paths only, load on-demand when instructions reference them</note>
36
- </substep>
37
-
38
- <substep n="1c" title="Initialize Output" if="template-workflow">
39
- <action>Resolve default_output_file path with all variables and {{date}}</action>
40
- <action>Create output directory if doesn't exist</action>
41
- <action>If template-workflow → Write template to output file with placeholders</action>
42
- <action>If action-workflow → Skip file creation</action>
43
- </substep>
44
- </step>
45
-
46
- <step n="2" title="Process Each Instruction Step">
47
- <iterate>For each step in instructions:</iterate>
48
-
49
- <substep n="2a" title="Handle Step Attributes">
50
- <check>If optional="true" and NOT #yolo → Ask user to include</check>
51
- <check>If if="condition" → Evaluate condition</check>
52
- <check>If for-each="item" → Repeat step for each item</check>
53
- <check>If repeat="n" → Repeat step n times</check>
54
- </substep>
55
-
56
- <substep n="2b" title="Execute Step Content">
57
- <action>Process step instructions (markdown or XML tags)</action>
58
- <action>Replace {{variables}} with values (ask user if unknown)</action>
59
- <execute-tags>
60
- <tag>action xml tag → Perform the action</tag>
61
- <tag>check if="condition" xml tag → Conditional block wrapping actions (requires closing &lt;/check&gt;)</tag>
62
- <tag>ask xml tag → Prompt user and WAIT for response</tag>
63
- <tag>invoke-workflow xml tag → Execute another workflow with given inputs</tag>
64
- <tag>invoke-task xml tag → Execute specified task</tag>
65
- <tag>invoke-protocol name="protocol_name" xml tag → Execute reusable protocol from protocols section</tag>
66
- <tag>goto step="x" → Jump to specified step</tag>
67
- </execute-tags>
68
- </substep>
69
-
70
- <substep n="2c" title="Handle template-output Tags">
71
- <if tag="template-output">
72
- <mandate>Generate content for this section</mandate>
73
- <mandate>Save to file (Write first time, Edit subsequent)</mandate>
74
- <action>Show checkpoint separator: ━━━━━━━━━━━━━━━━━━━━━━━</action>
75
- <action>Display generated content</action>
76
- <ask> [a] Advanced Elicitation, [c] Continue, [p] Party-Mode, [y] YOLO the rest of this document only. WAIT for response. <if
77
- response="a">
78
- <action>Start the advanced elicitation workflow {project-root}/{bmad_folder}/core/tasks/advanced-elicitation.xml</action>
79
- </if>
80
- <if
81
- response="c">
82
- <action>Continue to next step</action>
83
- </if>
84
- <if response="p">
85
- <action>Start the party-mode workflow {project-root}/{bmad_folder}/core/workflows/party-mode/workflow.yaml</action>
86
- </if>
87
- <if
88
- response="y">
89
- <action>Enter #yolo mode for the rest of the workflow</action>
90
- </if>
91
- </ask>
92
- </if>
93
- </substep>
94
-
95
- <substep n="2d" title="Step Completion">
96
- <check>If no special tags and NOT #yolo:</check>
97
- <ask>Continue to next step? (y/n/edit)</ask>
98
- </substep>
99
- </step>
100
-
101
- <step n="3" title="Completion">
102
- <check>If checklist exists → Run validation</check>
103
- <check>If template: false → Confirm actions completed</check>
104
- <check>Else → Confirm document saved to output path</check>
105
- <action>Report workflow completion</action>
106
- </step>
107
- </flow>
108
-
109
- <execution-modes>
110
- <mode name="normal">Full user interaction at all decision points</mode>
111
- <mode name="#yolo">Skip all confirmations and elicitation, minimize prompts and try to produce all of the workflow automatically by
112
- simulating the remaining discussions with an simulated expert user</mode>
113
- </execution-modes>
114
-
115
- <supported-tags desc="Instructions can use these tags">
116
- <structural>
117
- <tag>step n="X" goal="..." - Define step with number and goal</tag>
118
- <tag>optional="true" - Step can be skipped</tag>
119
- <tag>if="condition" - Conditional execution</tag>
120
- <tag>for-each="collection" - Iterate over items</tag>
121
- <tag>repeat="n" - Repeat n times</tag>
122
- </structural>
123
- <execution>
124
- <tag>action - Required action to perform</tag>
125
- <tag>action if="condition" - Single conditional action (inline, no closing tag needed)</tag>
126
- <tag>check if="condition"&gt;...&lt;/check&gt; - Conditional block wrapping multiple items (closing tag required)</tag>
127
- <tag>ask - Get user input (wait for response)</tag>
128
- <tag>goto - Jump to another step</tag>
129
- <tag>invoke-workflow - Call another workflow</tag>
130
- <tag>invoke-task - Call a task</tag>
131
- <tag>invoke-protocol - Execute a reusable protocol (e.g., discover_inputs)</tag>
132
- </execution>
133
- <output>
134
- <tag>template-output - Save content checkpoint</tag>
135
- <tag>critical - Cannot be skipped</tag>
136
- <tag>example - Show example output</tag>
137
- </output>
138
- </supported-tags>
139
-
140
- <conditional-execution-patterns desc="When to use each pattern">
141
- <pattern type="single-action">
142
- <use-case>One action with a condition</use-case>
143
- <syntax>&lt;action if="condition"&gt;Do something&lt;/action&gt;</syntax>
144
- <example>&lt;action if="file exists"&gt;Load the file&lt;/action&gt;</example>
145
- <rationale>Cleaner and more concise for single items</rationale>
146
- </pattern>
147
-
148
- <pattern type="multi-action-block">
149
- <use-case>Multiple actions/tags under same condition</use-case>
150
- <syntax>&lt;check if="condition"&gt;
151
- &lt;action&gt;First action&lt;/action&gt;
152
- &lt;action&gt;Second action&lt;/action&gt;
153
- &lt;/check&gt;</syntax>
154
- <example>&lt;check if="validation fails"&gt;
155
- &lt;action&gt;Log error&lt;/action&gt;
156
- &lt;goto step="1"&gt;Retry&lt;/goto&gt;
157
- &lt;/check&gt;</example>
158
- <rationale>Explicit scope boundaries prevent ambiguity</rationale>
159
- </pattern>
160
-
161
- <pattern type="nested-conditions">
162
- <use-case>Else/alternative branches</use-case>
163
- <syntax>&lt;check if="condition A"&gt;...&lt;/check&gt;
164
- &lt;check if="else"&gt;...&lt;/check&gt;</syntax>
165
- <rationale>Clear branching logic with explicit blocks</rationale>
166
- </pattern>
167
- </conditional-execution-patterns>
168
-
169
- <protocols desc="Reusable workflow protocols that can be invoked via invoke-protocol tag">
170
- <protocol name="discover_inputs" desc="Smart file discovery and loading based on input_file_patterns">
171
- <objective>Intelligently load project files (whole or sharded) based on workflow's input_file_patterns configuration</objective>
172
-
173
- <critical>Only execute if workflow.yaml contains input_file_patterns section</critical>
174
-
175
- <flow>
176
- <step n="1" title="Parse Input File Patterns">
177
- <action>Read input_file_patterns from loaded workflow.yaml</action>
178
- <action>For each pattern group (prd, architecture, epics, etc.), note the load_strategy if present</action>
179
- </step>
180
-
181
- <step n="2" title="Load Files Using Smart Strategies">
182
- <iterate>For each pattern in input_file_patterns:</iterate>
183
-
184
- <substep n="2a" title="Try Whole Document First">
185
- <action>Attempt glob match on 'whole' pattern (e.g., "{output_folder}/*prd*.md")</action>
186
- <check if="matches found">
187
- <action>Load ALL matching files completely (no offset/limit)</action>
188
- <action>Store content in variable: {pattern_name_content} (e.g., {prd_content})</action>
189
- <action>Mark pattern as RESOLVED, skip to next pattern</action>
190
- </check>
191
- </substep>
192
-
193
- <substep n="2b" title="Try Sharded Document if Whole Not Found">
194
- <check if="no whole matches AND sharded pattern exists">
195
- <action>Determine load_strategy from pattern config (defaults to FULL_LOAD if not specified)</action>
196
-
197
- <strategy name="FULL_LOAD">
198
- <desc>Load ALL files in sharded directory - used for PRD, Architecture, UX, brownfield docs</desc>
199
- <action>Use glob pattern to find ALL .md files (e.g., "{output_folder}/*architecture*/*.md")</action>
200
- <action>Load EVERY matching file completely</action>
201
- <action>Concatenate content in logical order (index.md first if exists, then alphabetical)</action>
202
- <action>Store in variable: {pattern_name_content}</action>
203
- </strategy>
204
-
205
- <strategy name="SELECTIVE_LOAD">
206
- <desc>Load specific shard using template variable - example: used for epics with {{epic_num}}</desc>
207
- <action>Check for template variables in sharded_single pattern (e.g., {{epic_num}})</action>
208
- <action>If variable undefined, ask user for value OR infer from context</action>
209
- <action>Resolve template to specific file path</action>
210
- <action>Load that specific file</action>
211
- <action>Store in variable: {pattern_name_content}</action>
212
- </strategy>
213
-
214
- <strategy name="INDEX_GUIDED">
215
- <desc>Load index.md, analyze structure and description of each doc in the index, then intelligently load relevant docs</desc>
216
- <mandate>DO NOT BE LAZY - use best judgment to load documents that might have relevant information, even if only a 5% chance</mandate>
217
- <action>Load index.md from sharded directory</action>
218
- <action>Parse table of contents, links, section headers</action>
219
- <action>Analyze workflow's purpose and objective</action>
220
- <action>Identify which linked/referenced documents are likely relevant</action>
221
- <example>If workflow is about authentication and index shows "Auth Overview", "Payment Setup", "Deployment" → Load auth
222
- docs, consider deployment docs, skip payment</example>
223
- <action>Load all identified relevant documents</action>
224
- <action>Store combined content in variable: {pattern_name_content}</action>
225
- <note>When in doubt, LOAD IT - context is valuable, being thorough is better than missing critical info</note>
226
- </strategy>
227
- </check>
228
- </substep>
229
-
230
- <substep n="2c" title="Handle Not Found">
231
- <check if="no matches for whole OR sharded">
232
- <action>Set {pattern_name_content} to empty string</action>
233
- <action>Note in session: "No {pattern_name} files found" (not an error, just unavailable, offer use change to provide)</action>
234
- </check>
235
- </substep>
236
- </step>
237
-
238
- <step n="3" title="Report Discovery Results">
239
- <action>List all loaded content variables with file counts</action>
240
- <example>
241
- ✓ Loaded {prd_content} from 1 file: PRD.md
242
- ✓ Loaded {architecture_content} from 5 sharded files: architecture/index.md, architecture/system-design.md, ...
243
- ✓ Loaded {epics_content} from selective load: epics/epic-3.md
244
- ○ No ux_design files found
245
- </example>
246
- <note>This gives workflow transparency into what context is available</note>
247
- </step>
248
- </flow>
249
-
250
- <usage-in-instructions>
251
- <example desc="Typical usage in workflow instructions.md">
252
- &lt;step n="0" goal="Discover and load project context"&gt;
253
- &lt;invoke-protocol name="discover_inputs" /&gt;
254
- &lt;/step&gt;
255
-
256
- &lt;step n="1" goal="Analyze requirements"&gt;
257
- &lt;action&gt;Review {prd_content} for functional requirements&lt;/action&gt;
258
- &lt;action&gt;Cross-reference with {architecture_content} for technical constraints&lt;/action&gt;
259
- &lt;/step&gt;
260
- </example>
261
- </usage-in-instructions>
262
- </protocol>
263
- </protocols>
264
-
265
- <llm final="true">
266
- <mandate>This is the complete workflow execution engine</mandate>
267
- <mandate>You MUST Follow instructions exactly as written and maintain conversation context between steps</mandate>
268
- <mandate>If confused, re-read this task, the workflow yaml, and any yaml indicated files</mandate>
269
- </llm>
270
- </task>
@@ -1,109 +0,0 @@
1
- <tool id="{bmad_folder}/core/tasks/shard-doc" name="Shard Document"
2
- description="Splits large markdown documents into smaller, organized files based on level 2 (default) sections" webskip="true"
3
- standalone="true">
4
- <objective>Split large markdown documents into smaller, organized files based on level 2 sections using @kayvan/markdown-tree-parser tool</objective>
5
-
6
- <llm critical="true">
7
- <i>MANDATORY: Execute ALL steps in the flow section IN EXACT ORDER</i>
8
- <i>DO NOT skip steps or change the sequence</i>
9
- <i>HALT immediately when halt-conditions are met</i>
10
- <i>Each action xml tag within step xml tag is a REQUIRED action to complete that step</i>
11
- <i>Sections outside flow (validation, output, critical-context) provide essential context - review and apply throughout execution</i>
12
- </llm>
13
-
14
- <critical-context>
15
- <i>Uses `npx @kayvan/markdown-tree-parser` to automatically shard documents by level 2 headings and generate an index</i>
16
- </critical-context>
17
-
18
- <flow>
19
- <step n="1" title="Get Source Document">
20
- <action>Ask user for the source document path if not provided already</action>
21
- <action>Verify file exists and is accessible</action>
22
- <action>Verify file is markdown format (.md extension)</action>
23
- <action if="file not found or not markdown">HALT with error message</action>
24
- </step>
25
-
26
- <step n="2" title="Get Destination Folder">
27
- <action>Determine default destination: same location as source file, folder named after source file without .md extension</action>
28
- <action>Example: /path/to/architecture.md → /path/to/architecture/</action>
29
- <action>Ask user for the destination folder path ([y] to confirm use of default: [suggested-path], else enter a new path)</action>
30
- <action if="user accepts default">Use the suggested destination path</action>
31
- <action if="user provides custom path">Use the custom destination path</action>
32
- <action>Verify destination folder exists or can be created</action>
33
- <action>Check write permissions for destination</action>
34
- <action if="permission denied">HALT with error message</action>
35
- </step>
36
-
37
- <step n="3" title="Execute Sharding">
38
- <action>Inform user that sharding is beginning</action>
39
- <action>Execute command: `npx @kayvan/markdown-tree-parser explode [source-document] [destination-folder]`</action>
40
- <action>Capture command output and any errors</action>
41
- <action if="command fails">HALT and display error to user</action>
42
- </step>
43
-
44
- <step n="4" title="Verify Output">
45
- <action>Check that destination folder contains sharded files</action>
46
- <action>Verify index.md was created in destination folder</action>
47
- <action>Count the number of files created</action>
48
- <action if="no files created">HALT with error message</action>
49
- </step>
50
-
51
- <step n="5" title="Report Completion">
52
- <action>Display completion report to user including:</action>
53
- <i>- Source document path and name</i>
54
- <i>- Destination folder path</i>
55
- <i>- Number of section files created</i>
56
- <i>- Confirmation that index.md was created</i>
57
- <i>- Any tool output or warnings</i>
58
- <action>Inform user that sharding completed successfully</action>
59
- </step>
60
-
61
- <step n="6" title="Handle Original Document">
62
- <critical>Keeping both the original and sharded versions defeats the purpose of sharding and can cause confusion</critical>
63
- <action>Present user with options for the original document:</action>
64
-
65
- <ask>What would you like to do with the original document `[source-document-name]`?
66
-
67
- Options:
68
- [d] Delete - Remove the original (recommended - shards can always be recombined)
69
- [m] Move to archive - Move original to a backup/archive location
70
- [k] Keep - Leave original in place (NOT recommended - defeats sharding purpose)
71
-
72
- Your choice (d/m/k):</ask>
73
-
74
- <check if="user selects 'd' (delete)">
75
- <action>Delete the original source document file</action>
76
- <action>Confirm deletion to user: "✓ Original document deleted: [source-document-path]"</action>
77
- <note>The document can be reconstructed from shards by concatenating all section files in order</note>
78
- </check>
79
-
80
- <check if="user selects 'm' (move)">
81
- <action>Determine default archive location: same directory as source, in an "archive" subfolder</action>
82
- <action>Example: /path/to/architecture.md → /path/to/archive/architecture.md</action>
83
- <ask>Archive location ([y] to use default: [default-archive-path], or provide custom path):</ask>
84
- <action if="user accepts default">Use default archive path</action>
85
- <action if="user provides custom path">Use custom archive path</action>
86
- <action>Create archive directory if it doesn't exist</action>
87
- <action>Move original document to archive location</action>
88
- <action>Confirm move to user: "✓ Original document moved to: [archive-path]"</action>
89
- </check>
90
-
91
- <check if="user selects 'k' (keep)">
92
- <action>Display warning to user:</action>
93
- <output>⚠️ WARNING: Keeping both original and sharded versions is NOT recommended.
94
-
95
- This creates confusion because:
96
- - The discover_inputs protocol may load the wrong version
97
- - Updates to one won't reflect in the other
98
- - You'll have duplicate content taking up space
99
-
100
- Consider deleting or archiving the original document.</output>
101
- <action>Confirm user choice: "Original document kept at: [source-document-path]"</action>
102
- </check>
103
- </step>
104
- </flow>
105
-
106
- <halt-conditions critical="true">
107
- <i>HALT if npx command fails or produces no output files</i>
108
- </halt-conditions>
109
- </tool>
@@ -1,261 +0,0 @@
1
- ---
2
- last-redoc-date: 2025-09-28
3
- ---
4
-
5
- # Brainstorming Session Workflow
6
-
7
- ## Overview
8
-
9
- The brainstorming workflow facilitates interactive brainstorming sessions using diverse creative techniques. This workflow acts as an AI facilitator guiding users through various ideation methods to generate and refine creative solutions in a structured, energetic, and highly interactive manner.
10
-
11
- ## Key Features
12
-
13
- - **36 Creative Techniques**: Comprehensive library spanning collaborative, structured, creative, deep, theatrical, wild, and introspective approaches
14
- - **Interactive Facilitation**: AI acts as a skilled facilitator using "Yes, and..." methodology
15
- - **Flexible Approach Selection**: User-guided, AI-recommended, random, or progressive technique flows
16
- - **Context-Aware Sessions**: Supports domain-specific brainstorming through context document input
17
- - **Systematic Organization**: Converges ideas into immediate opportunities, future innovations, and moonshots
18
- - **Action Planning**: Prioritizes top ideas with concrete next steps and timelines
19
- - **Session Documentation**: Comprehensive structured reports capturing all insights and outcomes
20
-
21
- ## Usage
22
-
23
- ### Configuration
24
-
25
- The workflow leverages configuration from `.bmad/core/config.yaml`:
26
-
27
- - **output_folder**: Where session results are saved
28
- - **user_name**: Session participant identification
29
-
30
- And the following has a default or can be passed in as an override for custom brainstorming scenarios.
31
-
32
- - **brain_techniques**: CSV database of 36 creative techniques, default is `./brain-methods.csv`
33
-
34
- ## Workflow Structure
35
-
36
- ### Files Included
37
-
38
- ```
39
- brainstorming/
40
- ├── workflow.yaml # Configuration and metadata
41
- ├── instructions.md # Step-by-step execution guide
42
- ├── template.md # Session report structure
43
- ├── brain-methods.csv # Database of 36 creative techniques
44
- └── README.md # This file
45
- ```
46
-
47
- ## Creative Techniques Library
48
-
49
- The workflow includes 36 techniques organized into 7 categories:
50
-
51
- ### Collaborative Techniques
52
-
53
- - **Yes And Building**: Build momentum through positive additions
54
- - **Brain Writing Round Robin**: Silent idea generation with sequential building
55
- - **Random Stimulation**: Use random catalysts for unexpected connections
56
- - **Role Playing**: Generate solutions from multiple stakeholder perspectives
57
-
58
- ### Structured Approaches
59
-
60
- - **SCAMPER Method**: Systematic creativity through seven lenses (Substitute/Combine/Adapt/Modify/Put/Eliminate/Reverse)
61
- - **Six Thinking Hats**: Explore through six perspectives (facts/emotions/benefits/risks/creativity/process)
62
- - **Mind Mapping**: Visual branching from central concepts
63
- - **Resource Constraints**: Innovation through extreme limitations
64
-
65
- ### Creative Methods
66
-
67
- - **What If Scenarios**: Explore radical possibilities by questioning constraints
68
- - **Analogical Thinking**: Find solutions through domain parallels
69
- - **Reversal Inversion**: Flip problems upside down for fresh angles
70
- - **First Principles Thinking**: Strip away assumptions to rebuild from fundamentals
71
- - **Forced Relationships**: Connect unrelated concepts for innovation
72
- - **Time Shifting**: Explore solutions across different time periods
73
- - **Metaphor Mapping**: Use extended metaphors as thinking tools
74
-
75
- ### Deep Analysis
76
-
77
- - **Five Whys**: Drill down through causation layers to root causes
78
- - **Morphological Analysis**: Systematically explore parameter combinations
79
- - **Provocation Technique**: Extract useful ideas from absurd starting points
80
- - **Assumption Reversal**: Challenge and flip core assumptions
81
- - **Question Storming**: Generate questions before seeking answers
82
-
83
- ### Theatrical Approaches
84
-
85
- - **Time Travel Talk Show**: Interview past/present/future selves
86
- - **Alien Anthropologist**: Examine through completely foreign eyes
87
- - **Dream Fusion Laboratory**: Start with impossible solutions, work backwards
88
- - **Emotion Orchestra**: Let different emotions lead separate sessions
89
- - **Parallel Universe Cafe**: Explore under alternative reality rules
90
-
91
- ### Wild Methods
92
-
93
- - **Chaos Engineering**: Deliberately break things to discover robust solutions
94
- - **Guerrilla Gardening Ideas**: Plant unexpected solutions in unlikely places
95
- - **Pirate Code Brainstorm**: Take what works from anywhere and remix
96
- - **Zombie Apocalypse Planning**: Design for extreme survival scenarios
97
- - **Drunk History Retelling**: Explain with uninhibited simplicity
98
-
99
- ### Introspective Delight
100
-
101
- - **Inner Child Conference**: Channel pure childhood curiosity
102
- - **Shadow Work Mining**: Explore what you're avoiding or resisting
103
- - **Values Archaeology**: Excavate deep personal values driving decisions
104
- - **Future Self Interview**: Seek wisdom from your wiser future self
105
- - **Body Wisdom Dialogue**: Let physical sensations guide ideation
106
-
107
- ## Workflow Process
108
-
109
- ### Phase 1: Session Setup (Step 1)
110
-
111
- - Context gathering (topic, goals, constraints)
112
- - Domain-specific guidance if context document provided
113
- - Session scope definition (broad exploration vs. focused ideation)
114
-
115
- ### Phase 2: Approach Selection (Step 2)
116
-
117
- - **User-Selected**: Browse and choose specific techniques
118
- - **AI-Recommended**: Tailored technique suggestions based on context
119
- - **Random Selection**: Surprise technique for creative breakthrough
120
- - **Progressive Flow**: Multi-technique journey from broad to focused
121
-
122
- ### Phase 3: Interactive Facilitation (Step 3)
123
-
124
- - Master facilitator approach using questions, not answers
125
- - "Yes, and..." building methodology
126
- - Energy monitoring and technique switching
127
- - Real-time idea capture and momentum building
128
- - Quantity over quality focus (aim: 100 ideas in 60 minutes)
129
-
130
- ### Phase 4: Convergent Organization (Step 4)
131
-
132
- - Review and categorize all generated ideas
133
- - Identify patterns and themes across techniques
134
- - Sort into three priority buckets for action planning
135
-
136
- ### Phase 5: Insight Extraction (Step 5)
137
-
138
- - Surface recurring themes across multiple techniques
139
- - Identify key realizations and surprising connections
140
- - Extract deeper patterns and meta-insights
141
-
142
- ### Phase 6: Action Planning (Step 6)
143
-
144
- - Prioritize top 3 ideas for implementation
145
- - Define concrete next steps for each priority
146
- - Determine resource needs and realistic timelines
147
-
148
- ### Phase 7: Session Reflection (Step 7)
149
-
150
- - Analyze what worked well and areas for further exploration
151
- - Recommend follow-up techniques and next session planning
152
- - Capture emergent questions for future investigation
153
-
154
- ### Phase 8: Report Generation (Step 8)
155
-
156
- - Compile comprehensive structured report
157
- - Calculate total ideas generated and techniques used
158
- - Format all content for sharing and future reference
159
-
160
- ## Output
161
-
162
- ### Generated Files
163
-
164
- - **Primary output**: Structured session report saved to `{output_folder}/brainstorming-session-results-{date}.md`
165
- - **Context integration**: Links to previous brainstorming sessions if available
166
-
167
- ### Output Structure
168
-
169
- 1. **Executive Summary** - Topic, goals, techniques used, total ideas generated, key themes
170
- 2. **Technique Sessions** - Detailed capture of each technique's ideation process
171
- 3. **Idea Categorization** - Immediate opportunities, future innovations, moonshots, insights
172
- 4. **Action Planning** - Top 3 priorities with rationale, steps, resources, timelines
173
- 5. **Reflection and Follow-up** - Session analysis, recommendations, next steps planning
174
-
175
- ## Requirements
176
-
177
- - No special software requirements
178
- - Access to the CIS module configuration (`.bmad/cis/config.yaml`)
179
- - Active participation and engagement throughout the interactive session
180
- - Optional: Domain context document for focused brainstorming
181
-
182
- ## Best Practices
183
-
184
- ### Before Starting
185
-
186
- 1. **Define Clear Intent**: Know whether you want broad exploration or focused problem-solving
187
- 2. **Gather Context**: Prepare any relevant background documents or domain knowledge
188
- 3. **Set Time Expectations**: Plan for 45-90 minutes for a comprehensive session
189
- 4. **Create Open Environment**: Ensure distraction-free space for creative thinking
190
-
191
- ### During Execution
192
-
193
- 1. **Embrace Quantity**: Generate many ideas without self-censoring
194
- 2. **Build with "Yes, And"**: Accept and expand on ideas rather than judging
195
- 3. **Stay Curious**: Follow unexpected connections and tangents
196
- 4. **Trust the Process**: Let the facilitator guide you through technique transitions
197
- 5. **Capture Everything**: Document all ideas, even seemingly silly ones
198
- 6. **Monitor Energy**: Communicate when you need technique changes or breaks
199
-
200
- ### After Completion
201
-
202
- 1. **Review Within 24 Hours**: Re-read the report while insights are fresh
203
- 2. **Act on Quick Wins**: Implement immediate opportunities within one week
204
- 3. **Schedule Follow-ups**: Plan development sessions for promising concepts
205
- 4. **Share Selectively**: Distribute relevant insights to appropriate stakeholders
206
-
207
- ## Facilitation Principles
208
-
209
- The AI facilitator operates using these core principles:
210
-
211
- - **Ask, Don't Tell**: Use questions to draw out participant's own ideas
212
- - **Build, Don't Judge**: Use "Yes, and..." methodology, never "No, but..."
213
- - **Quantity Over Quality**: Aim for volume in generation phase
214
- - **Defer Judgment**: Evaluation comes after generation is complete
215
- - **Stay Curious**: Show genuine interest in participant's unique perspectives
216
- - **Monitor Energy**: Adapt technique and pace to participant's engagement level
217
-
218
- ## Example Session Flow
219
-
220
- ### Progressive Technique Flow
221
-
222
- 1. **Mind Mapping** (10 min) - Build the landscape of possibilities
223
- 2. **SCAMPER** (15 min) - Systematic exploration of improvement angles
224
- 3. **Six Thinking Hats** (15 min) - Multiple perspectives on solutions
225
- 4. **Forced Relationships** (10 min) - Creative synthesis of unexpected connections
226
-
227
- ### Energy Checkpoints
228
-
229
- - After 15-20 minutes: "Should we continue with this technique or try something new?"
230
- - Before convergent phase: "Are you ready to start organizing ideas, or explore more?"
231
- - During action planning: "How's your energy for the final planning phase?"
232
-
233
- ## Customization
234
-
235
- To customize this workflow:
236
-
237
- 1. **Add New Techniques**: Extend `brain-methods.csv` with additional creative methods
238
- 2. **Modify Facilitation Style**: Adjust prompts in `instructions.md` for different energy levels
239
- 3. **Update Report Structure**: Modify `template.md` to include additional analysis sections
240
- 4. **Create Domain Variants**: Develop specialized technique sets for specific industries
241
-
242
- ## Version History
243
-
244
- - **v1.0.0** - Initial release
245
- - 36 creative techniques across 7 categories
246
- - Interactive facilitation with energy monitoring
247
- - Comprehensive structured reporting
248
- - Context-aware session guidance
249
-
250
- ## Support
251
-
252
- For issues or questions:
253
-
254
- - Review technique descriptions in `brain-methods.csv` for facilitation guidance
255
- - Consult the workflow instructions in `instructions.md` for step-by-step details
256
- - Reference the template structure in `template.md` for output expectations
257
- - Follow BMAD documentation standards for workflow customization
258
-
259
- ---
260
-
261
- _Part of the BMad Method v6 - Creative Ideation and Synthesis (CIS) Module_