agentvibes 2.10.0 → 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 (437) 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/migrate-to-agentvibes.sh +161 -0
  7. package/.claude/hooks/play-tts-elevenlabs.sh +1 -1
  8. package/.claude/output-styles/agent-vibes.md +3 -3
  9. package/README.md +9 -6
  10. package/RELEASE_NOTES.md +341 -0
  11. package/docs/architecture/provider-system.md +3 -3
  12. package/docs/bmad-v6-support.md +1 -1
  13. package/docs/technical-deep-dive.md +1 -1
  14. package/docs/voice-mapping-format.md +1 -1
  15. package/package.json +1 -1
  16. package/src/installer.js +88 -16
  17. package/test-migration.sh +539 -0
  18. package/.agentvibes/bmad/bmad-voices-enabled.flag +0 -0
  19. package/.agentvibes/bmad/bmad-voices.md +0 -68
  20. package/.bmad/_cfg/agent-manifest.csv +0 -11
  21. package/.bmad/_cfg/agent-voice-map.csv +0 -11
  22. package/.bmad/_cfg/agents/bmm-analyst.customize.yaml +0 -42
  23. package/.bmad/_cfg/agents/bmm-architect.customize.yaml +0 -42
  24. package/.bmad/_cfg/agents/bmm-dev.customize.yaml +0 -42
  25. package/.bmad/_cfg/agents/bmm-frame-expert.customize.yaml +0 -42
  26. package/.bmad/_cfg/agents/bmm-pm.customize.yaml +0 -42
  27. package/.bmad/_cfg/agents/bmm-sm.customize.yaml +0 -42
  28. package/.bmad/_cfg/agents/bmm-tea.customize.yaml +0 -42
  29. package/.bmad/_cfg/agents/bmm-tech-writer.customize.yaml +0 -42
  30. package/.bmad/_cfg/agents/bmm-ux-designer.customize.yaml +0 -42
  31. package/.bmad/_cfg/agents/core-bmad-master.customize.yaml +0 -42
  32. package/.bmad/_cfg/files-manifest.csv +0 -243
  33. package/.bmad/_cfg/ides/claude-code.yaml +0 -6
  34. package/.bmad/_cfg/manifest.yaml +0 -9
  35. package/.bmad/_cfg/task-manifest.csv +0 -5
  36. package/.bmad/_cfg/tool-manifest.csv +0 -2
  37. package/.bmad/_cfg/workflow-manifest.csv +0 -38
  38. package/.bmad/bmm/README.md +0 -128
  39. package/.bmad/bmm/agents/analyst.md +0 -79
  40. package/.bmad/bmm/agents/analyst.md.backup-pre-tts +0 -75
  41. package/.bmad/bmm/agents/architect.md +0 -80
  42. package/.bmad/bmm/agents/dev.md +0 -70
  43. package/.bmad/bmm/agents/frame-expert.md +0 -72
  44. package/.bmad/bmm/agents/pm.md +0 -84
  45. package/.bmad/bmm/agents/sm.md +0 -93
  46. package/.bmad/bmm/agents/tea.md +0 -80
  47. package/.bmad/bmm/agents/tech-writer.md +0 -84
  48. package/.bmad/bmm/agents/ux-designer.md +0 -79
  49. package/.bmad/bmm/config.yaml +0 -17
  50. package/.bmad/bmm/docs/README.md +0 -236
  51. package/.bmad/bmm/docs/agents-guide.md +0 -1058
  52. package/.bmad/bmm/docs/brownfield-guide.md +0 -762
  53. package/.bmad/bmm/docs/enterprise-agentic-development.md +0 -686
  54. package/.bmad/bmm/docs/faq.md +0 -588
  55. package/.bmad/bmm/docs/glossary.md +0 -320
  56. package/.bmad/bmm/docs/party-mode.md +0 -224
  57. package/.bmad/bmm/docs/quick-spec-flow.md +0 -652
  58. package/.bmad/bmm/docs/quick-start.md +0 -376
  59. package/.bmad/bmm/docs/scale-adaptive-system.md +0 -612
  60. package/.bmad/bmm/docs/test-architecture.md +0 -396
  61. package/.bmad/bmm/docs/workflow-architecture-reference.md +0 -366
  62. package/.bmad/bmm/docs/workflow-document-project-reference.md +0 -489
  63. package/.bmad/bmm/docs/workflows-analysis.md +0 -370
  64. package/.bmad/bmm/docs/workflows-implementation.md +0 -286
  65. package/.bmad/bmm/docs/workflows-planning.md +0 -612
  66. package/.bmad/bmm/docs/workflows-solutioning.md +0 -554
  67. package/.bmad/bmm/teams/default-party.csv +0 -20
  68. package/.bmad/bmm/teams/team-fullstack.yaml +0 -13
  69. package/.bmad/bmm/testarch/knowledge/ci-burn-in.md +0 -675
  70. package/.bmad/bmm/testarch/knowledge/component-tdd.md +0 -486
  71. package/.bmad/bmm/testarch/knowledge/contract-testing.md +0 -957
  72. package/.bmad/bmm/testarch/knowledge/data-factories.md +0 -500
  73. package/.bmad/bmm/testarch/knowledge/email-auth.md +0 -721
  74. package/.bmad/bmm/testarch/knowledge/error-handling.md +0 -725
  75. package/.bmad/bmm/testarch/knowledge/feature-flags.md +0 -750
  76. package/.bmad/bmm/testarch/knowledge/fixture-architecture.md +0 -401
  77. package/.bmad/bmm/testarch/knowledge/network-first.md +0 -486
  78. package/.bmad/bmm/testarch/knowledge/nfr-criteria.md +0 -670
  79. package/.bmad/bmm/testarch/knowledge/playwright-config.md +0 -730
  80. package/.bmad/bmm/testarch/knowledge/probability-impact.md +0 -601
  81. package/.bmad/bmm/testarch/knowledge/risk-governance.md +0 -615
  82. package/.bmad/bmm/testarch/knowledge/selective-testing.md +0 -732
  83. package/.bmad/bmm/testarch/knowledge/selector-resilience.md +0 -527
  84. package/.bmad/bmm/testarch/knowledge/test-healing-patterns.md +0 -644
  85. package/.bmad/bmm/testarch/knowledge/test-levels-framework.md +0 -473
  86. package/.bmad/bmm/testarch/knowledge/test-priorities-matrix.md +0 -373
  87. package/.bmad/bmm/testarch/knowledge/test-quality.md +0 -664
  88. package/.bmad/bmm/testarch/knowledge/timing-debugging.md +0 -372
  89. package/.bmad/bmm/testarch/knowledge/visual-debugging.md +0 -524
  90. package/.bmad/bmm/testarch/tea-index.csv +0 -22
  91. package/.bmad/bmm/workflows/1-analysis/brainstorm-project/instructions.md +0 -112
  92. package/.bmad/bmm/workflows/1-analysis/brainstorm-project/project-context.md +0 -25
  93. package/.bmad/bmm/workflows/1-analysis/brainstorm-project/workflow.yaml +0 -26
  94. package/.bmad/bmm/workflows/1-analysis/domain-research/instructions.md +0 -425
  95. package/.bmad/bmm/workflows/1-analysis/domain-research/template.md +0 -180
  96. package/.bmad/bmm/workflows/1-analysis/domain-research/workflow.yaml +0 -28
  97. package/.bmad/bmm/workflows/1-analysis/product-brief/checklist.md +0 -115
  98. package/.bmad/bmm/workflows/1-analysis/product-brief/instructions.md +0 -524
  99. package/.bmad/bmm/workflows/1-analysis/product-brief/template.md +0 -181
  100. package/.bmad/bmm/workflows/1-analysis/product-brief/workflow.yaml +0 -45
  101. package/.bmad/bmm/workflows/1-analysis/research/checklist-deep-prompt.md +0 -144
  102. package/.bmad/bmm/workflows/1-analysis/research/checklist-technical.md +0 -249
  103. package/.bmad/bmm/workflows/1-analysis/research/checklist.md +0 -299
  104. package/.bmad/bmm/workflows/1-analysis/research/claude-code/injections.yaml +0 -114
  105. package/.bmad/bmm/workflows/1-analysis/research/instructions-deep-prompt.md +0 -438
  106. package/.bmad/bmm/workflows/1-analysis/research/instructions-market.md +0 -675
  107. package/.bmad/bmm/workflows/1-analysis/research/instructions-router.md +0 -134
  108. package/.bmad/bmm/workflows/1-analysis/research/instructions-technical.md +0 -534
  109. package/.bmad/bmm/workflows/1-analysis/research/template-deep-prompt.md +0 -94
  110. package/.bmad/bmm/workflows/1-analysis/research/template-market.md +0 -347
  111. package/.bmad/bmm/workflows/1-analysis/research/template-technical.md +0 -245
  112. package/.bmad/bmm/workflows/1-analysis/research/workflow.yaml +0 -44
  113. package/.bmad/bmm/workflows/2-plan-workflows/create-epics-and-stories/epics-template.md +0 -80
  114. package/.bmad/bmm/workflows/2-plan-workflows/create-epics-and-stories/instructions.md +0 -616
  115. package/.bmad/bmm/workflows/2-plan-workflows/create-epics-and-stories/workflow.yaml +0 -53
  116. package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/checklist.md +0 -310
  117. package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/instructions.md +0 -1308
  118. package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/ux-design-template.md +0 -145
  119. package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.yaml +0 -61
  120. package/.bmad/bmm/workflows/2-plan-workflows/prd/checklist.md +0 -346
  121. package/.bmad/bmm/workflows/2-plan-workflows/prd/domain-complexity.csv +0 -13
  122. package/.bmad/bmm/workflows/2-plan-workflows/prd/instructions.md +0 -703
  123. package/.bmad/bmm/workflows/2-plan-workflows/prd/prd-template.md +0 -204
  124. package/.bmad/bmm/workflows/2-plan-workflows/prd/project-types.csv +0 -11
  125. package/.bmad/bmm/workflows/2-plan-workflows/prd/workflow.yaml +0 -52
  126. package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/checklist.md +0 -217
  127. package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/epics-template.md +0 -74
  128. package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/instructions-generate-stories.md +0 -436
  129. package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/instructions.md +0 -980
  130. package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/tech-spec-template.md +0 -181
  131. package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/user-story-template.md +0 -90
  132. package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml +0 -58
  133. package/.bmad/bmm/workflows/3-solutioning/architecture/architecture-patterns.yaml +0 -321
  134. package/.bmad/bmm/workflows/3-solutioning/architecture/architecture-template.md +0 -103
  135. package/.bmad/bmm/workflows/3-solutioning/architecture/checklist.md +0 -240
  136. package/.bmad/bmm/workflows/3-solutioning/architecture/decision-catalog.yaml +0 -222
  137. package/.bmad/bmm/workflows/3-solutioning/architecture/instructions.md +0 -768
  138. package/.bmad/bmm/workflows/3-solutioning/architecture/pattern-categories.csv +0 -13
  139. package/.bmad/bmm/workflows/3-solutioning/architecture/workflow.yaml +0 -55
  140. package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/checklist.md +0 -169
  141. package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/instructions.md +0 -332
  142. package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/template.md +0 -146
  143. package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/workflow.yaml +0 -62
  144. package/.bmad/bmm/workflows/4-implementation/code-review/backlog_template.md +0 -12
  145. package/.bmad/bmm/workflows/4-implementation/code-review/checklist.md +0 -22
  146. package/.bmad/bmm/workflows/4-implementation/code-review/instructions.md +0 -398
  147. package/.bmad/bmm/workflows/4-implementation/code-review/workflow.yaml +0 -60
  148. package/.bmad/bmm/workflows/4-implementation/correct-course/checklist.md +0 -279
  149. package/.bmad/bmm/workflows/4-implementation/correct-course/instructions.md +0 -206
  150. package/.bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml +0 -56
  151. package/.bmad/bmm/workflows/4-implementation/create-story/checklist.md +0 -240
  152. package/.bmad/bmm/workflows/4-implementation/create-story/instructions.md +0 -256
  153. package/.bmad/bmm/workflows/4-implementation/create-story/template.md +0 -51
  154. package/.bmad/bmm/workflows/4-implementation/create-story/workflow.yaml +0 -71
  155. package/.bmad/bmm/workflows/4-implementation/dev-story/checklist.md +0 -38
  156. package/.bmad/bmm/workflows/4-implementation/dev-story/instructions.md +0 -267
  157. package/.bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml +0 -56
  158. package/.bmad/bmm/workflows/4-implementation/epic-tech-context/checklist.md +0 -17
  159. package/.bmad/bmm/workflows/4-implementation/epic-tech-context/instructions.md +0 -164
  160. package/.bmad/bmm/workflows/4-implementation/epic-tech-context/template.md +0 -76
  161. package/.bmad/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml +0 -57
  162. package/.bmad/bmm/workflows/4-implementation/retrospective/instructions.md +0 -1443
  163. package/.bmad/bmm/workflows/4-implementation/retrospective/workflow.yaml +0 -56
  164. package/.bmad/bmm/workflows/4-implementation/sprint-planning/checklist.md +0 -33
  165. package/.bmad/bmm/workflows/4-implementation/sprint-planning/instructions.md +0 -234
  166. package/.bmad/bmm/workflows/4-implementation/sprint-planning/sprint-status-template.yaml +0 -55
  167. package/.bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +0 -49
  168. package/.bmad/bmm/workflows/4-implementation/story-context/checklist.md +0 -16
  169. package/.bmad/bmm/workflows/4-implementation/story-context/context-template.xml +0 -34
  170. package/.bmad/bmm/workflows/4-implementation/story-context/instructions.md +0 -209
  171. package/.bmad/bmm/workflows/4-implementation/story-context/workflow.yaml +0 -61
  172. package/.bmad/bmm/workflows/4-implementation/story-done/instructions.md +0 -111
  173. package/.bmad/bmm/workflows/4-implementation/story-done/workflow.yaml +0 -26
  174. package/.bmad/bmm/workflows/4-implementation/story-ready/instructions.md +0 -117
  175. package/.bmad/bmm/workflows/4-implementation/story-ready/workflow.yaml +0 -23
  176. package/.bmad/bmm/workflows/document-project/checklist.md +0 -245
  177. package/.bmad/bmm/workflows/document-project/documentation-requirements.csv +0 -12
  178. package/.bmad/bmm/workflows/document-project/instructions.md +0 -222
  179. package/.bmad/bmm/workflows/document-project/templates/deep-dive-template.md +0 -345
  180. package/.bmad/bmm/workflows/document-project/templates/index-template.md +0 -169
  181. package/.bmad/bmm/workflows/document-project/templates/project-overview-template.md +0 -103
  182. package/.bmad/bmm/workflows/document-project/templates/project-scan-report-schema.json +0 -160
  183. package/.bmad/bmm/workflows/document-project/templates/source-tree-template.md +0 -135
  184. package/.bmad/bmm/workflows/document-project/workflow.yaml +0 -29
  185. package/.bmad/bmm/workflows/document-project/workflows/deep-dive-instructions.md +0 -298
  186. package/.bmad/bmm/workflows/document-project/workflows/deep-dive.yaml +0 -31
  187. package/.bmad/bmm/workflows/document-project/workflows/full-scan-instructions.md +0 -1106
  188. package/.bmad/bmm/workflows/document-project/workflows/full-scan.yaml +0 -31
  189. package/.bmad/bmm/workflows/frame-expert/_shared/excalidraw-helpers.md +0 -127
  190. package/.bmad/bmm/workflows/frame-expert/_shared/excalidraw-library.json +0 -90
  191. package/.bmad/bmm/workflows/frame-expert/_shared/excalidraw-templates.yaml +0 -127
  192. package/.bmad/bmm/workflows/frame-expert/_shared/validate-json-instructions.md +0 -79
  193. package/.bmad/bmm/workflows/frame-expert/create-dataflow/checklist.md +0 -39
  194. package/.bmad/bmm/workflows/frame-expert/create-dataflow/instructions.md +0 -131
  195. package/.bmad/bmm/workflows/frame-expert/create-dataflow/workflow.yaml +0 -23
  196. package/.bmad/bmm/workflows/frame-expert/create-diagram/checklist.md +0 -43
  197. package/.bmad/bmm/workflows/frame-expert/create-diagram/instructions.md +0 -142
  198. package/.bmad/bmm/workflows/frame-expert/create-diagram/workflow.yaml +0 -24
  199. package/.bmad/bmm/workflows/frame-expert/create-flowchart/checklist.md +0 -49
  200. package/.bmad/bmm/workflows/frame-expert/create-flowchart/instructions.md +0 -242
  201. package/.bmad/bmm/workflows/frame-expert/create-flowchart/workflow.yaml +0 -27
  202. package/.bmad/bmm/workflows/frame-expert/create-wireframe/checklist.md +0 -38
  203. package/.bmad/bmm/workflows/frame-expert/create-wireframe/instructions.md +0 -133
  204. package/.bmad/bmm/workflows/frame-expert/create-wireframe/workflow.yaml +0 -23
  205. package/.bmad/bmm/workflows/techdoc/documentation-standards.md +0 -262
  206. package/.bmad/bmm/workflows/testarch/atdd/atdd-checklist-template.md +0 -363
  207. package/.bmad/bmm/workflows/testarch/atdd/checklist.md +0 -373
  208. package/.bmad/bmm/workflows/testarch/atdd/instructions.md +0 -785
  209. package/.bmad/bmm/workflows/testarch/atdd/workflow.yaml +0 -45
  210. package/.bmad/bmm/workflows/testarch/automate/checklist.md +0 -580
  211. package/.bmad/bmm/workflows/testarch/automate/instructions.md +0 -1303
  212. package/.bmad/bmm/workflows/testarch/automate/workflow.yaml +0 -52
  213. package/.bmad/bmm/workflows/testarch/ci/checklist.md +0 -246
  214. package/.bmad/bmm/workflows/testarch/ci/github-actions-template.yaml +0 -165
  215. package/.bmad/bmm/workflows/testarch/ci/gitlab-ci-template.yaml +0 -128
  216. package/.bmad/bmm/workflows/testarch/ci/instructions.md +0 -517
  217. package/.bmad/bmm/workflows/testarch/ci/workflow.yaml +0 -45
  218. package/.bmad/bmm/workflows/testarch/framework/checklist.md +0 -321
  219. package/.bmad/bmm/workflows/testarch/framework/instructions.md +0 -455
  220. package/.bmad/bmm/workflows/testarch/framework/workflow.yaml +0 -47
  221. package/.bmad/bmm/workflows/testarch/nfr-assess/checklist.md +0 -405
  222. package/.bmad/bmm/workflows/testarch/nfr-assess/instructions.md +0 -722
  223. package/.bmad/bmm/workflows/testarch/nfr-assess/nfr-report-template.md +0 -443
  224. package/.bmad/bmm/workflows/testarch/nfr-assess/workflow.yaml +0 -47
  225. package/.bmad/bmm/workflows/testarch/test-design/checklist.md +0 -234
  226. package/.bmad/bmm/workflows/testarch/test-design/instructions.md +0 -782
  227. package/.bmad/bmm/workflows/testarch/test-design/test-design-template.md +0 -285
  228. package/.bmad/bmm/workflows/testarch/test-design/workflow.yaml +0 -48
  229. package/.bmad/bmm/workflows/testarch/test-review/checklist.md +0 -470
  230. package/.bmad/bmm/workflows/testarch/test-review/instructions.md +0 -608
  231. package/.bmad/bmm/workflows/testarch/test-review/test-review-template.md +0 -388
  232. package/.bmad/bmm/workflows/testarch/test-review/workflow.yaml +0 -46
  233. package/.bmad/bmm/workflows/testarch/trace/checklist.md +0 -654
  234. package/.bmad/bmm/workflows/testarch/trace/instructions.md +0 -1045
  235. package/.bmad/bmm/workflows/testarch/trace/trace-template.md +0 -673
  236. package/.bmad/bmm/workflows/testarch/trace/workflow.yaml +0 -55
  237. package/.bmad/bmm/workflows/workflow-status/init/instructions.md +0 -334
  238. package/.bmad/bmm/workflows/workflow-status/init/workflow.yaml +0 -28
  239. package/.bmad/bmm/workflows/workflow-status/instructions.md +0 -388
  240. package/.bmad/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +0 -138
  241. package/.bmad/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +0 -126
  242. package/.bmad/bmm/workflows/workflow-status/paths/game-design.yaml +0 -52
  243. package/.bmad/bmm/workflows/workflow-status/paths/method-brownfield.yaml +0 -122
  244. package/.bmad/bmm/workflows/workflow-status/paths/method-greenfield.yaml +0 -113
  245. package/.bmad/bmm/workflows/workflow-status/paths/quick-flow-brownfield.yaml +0 -58
  246. package/.bmad/bmm/workflows/workflow-status/paths/quick-flow-greenfield.yaml +0 -47
  247. package/.bmad/bmm/workflows/workflow-status/project-levels.yaml +0 -59
  248. package/.bmad/bmm/workflows/workflow-status/workflow-status-template.yaml +0 -24
  249. package/.bmad/bmm/workflows/workflow-status/workflow.yaml +0 -28
  250. package/.bmad/core/agents/bmad-master.md +0 -72
  251. package/.bmad/core/agents/bmad-web-orchestrator.agent.xml +0 -113
  252. package/.bmad/core/config.yaml +0 -11
  253. package/.bmad/core/tasks/adv-elicit-methods.csv +0 -39
  254. package/.bmad/core/tasks/advanced-elicitation-methods.csv +0 -21
  255. package/.bmad/core/tasks/advanced-elicitation.xml +0 -106
  256. package/.bmad/core/tasks/index-docs.xml +0 -65
  257. package/.bmad/core/tasks/validate-workflow.xml +0 -89
  258. package/.bmad/core/tasks/workflow.xml +0 -270
  259. package/.bmad/core/tools/shard-doc.xml +0 -109
  260. package/.bmad/core/workflows/brainstorming/README.md +0 -261
  261. package/.bmad/core/workflows/brainstorming/brain-methods.csv +0 -36
  262. package/.bmad/core/workflows/brainstorming/instructions.md +0 -315
  263. package/.bmad/core/workflows/brainstorming/template.md +0 -106
  264. package/.bmad/core/workflows/brainstorming/workflow.yaml +0 -38
  265. package/.bmad/core/workflows/party-mode/instructions.md +0 -203
  266. package/.bmad/core/workflows/party-mode/workflow.yaml +0 -28
  267. package/.bmad/docs/claude-code-instructions.md +0 -25
  268. package/.claude/commands/BMad/analyst.md +0 -88
  269. package/.claude/commands/BMad/architect.md +0 -89
  270. package/.claude/commands/BMad/bmad-master.md +0 -114
  271. package/.claude/commands/BMad/bmad-orchestrator.md +0 -151
  272. package/.claude/commands/BMad/dev.md +0 -85
  273. package/.claude/commands/BMad/pm.md +0 -88
  274. package/.claude/commands/BMad/po.md +0 -83
  275. package/.claude/commands/BMad/qa.md +0 -91
  276. package/.claude/commands/BMad/sm.md +0 -69
  277. package/.claude/commands/BMad/tasks/advanced-elicitation.md +0 -123
  278. package/.claude/commands/BMad/tasks/apply-qa-fixes.md +0 -154
  279. package/.claude/commands/BMad/tasks/brownfield-create-epic.md +0 -166
  280. package/.claude/commands/BMad/tasks/brownfield-create-story.md +0 -153
  281. package/.claude/commands/BMad/tasks/correct-course.md +0 -76
  282. package/.claude/commands/BMad/tasks/create-brownfield-story.md +0 -318
  283. package/.claude/commands/BMad/tasks/create-deep-research-prompt.md +0 -284
  284. package/.claude/commands/BMad/tasks/create-doc.md +0 -107
  285. package/.claude/commands/BMad/tasks/create-next-story.md +0 -118
  286. package/.claude/commands/BMad/tasks/document-project.md +0 -349
  287. package/.claude/commands/BMad/tasks/execute-checklist.md +0 -92
  288. package/.claude/commands/BMad/tasks/facilitate-brainstorming-session.md +0 -142
  289. package/.claude/commands/BMad/tasks/generate-ai-frontend-prompt.md +0 -57
  290. package/.claude/commands/BMad/tasks/index-docs.md +0 -179
  291. package/.claude/commands/BMad/tasks/kb-mode-interaction.md +0 -81
  292. package/.claude/commands/BMad/tasks/nfr-assess.md +0 -349
  293. package/.claude/commands/BMad/tasks/qa-gate.md +0 -167
  294. package/.claude/commands/BMad/tasks/review-story.md +0 -320
  295. package/.claude/commands/BMad/tasks/risk-profile.md +0 -359
  296. package/.claude/commands/BMad/tasks/shard-doc.md +0 -191
  297. package/.claude/commands/BMad/tasks/test-design.md +0 -180
  298. package/.claude/commands/BMad/tasks/trace-requirements.md +0 -270
  299. package/.claude/commands/BMad/tasks/validate-next-story.md +0 -140
  300. package/.claude/commands/BMad/ux-expert.md +0 -73
  301. package/.claude/commands/bmad/bmm/agents/analyst.md +0 -14
  302. package/.claude/commands/bmad/bmm/agents/architect.md +0 -14
  303. package/.claude/commands/bmad/bmm/agents/dev.md +0 -14
  304. package/.claude/commands/bmad/bmm/agents/frame-expert.md +0 -14
  305. package/.claude/commands/bmad/bmm/agents/pm.md +0 -14
  306. package/.claude/commands/bmad/bmm/agents/sm.md +0 -14
  307. package/.claude/commands/bmad/bmm/agents/tea.md +0 -14
  308. package/.claude/commands/bmad/bmm/agents/tech-writer.md +0 -14
  309. package/.claude/commands/bmad/bmm/agents/ux-designer.md +0 -14
  310. package/.claude/commands/bmad/bmm/workflows/architecture.md +0 -13
  311. package/.claude/commands/bmad/bmm/workflows/brainstorm-project.md +0 -13
  312. package/.claude/commands/bmad/bmm/workflows/code-review.md +0 -13
  313. package/.claude/commands/bmad/bmm/workflows/correct-course.md +0 -13
  314. package/.claude/commands/bmad/bmm/workflows/create-dataflow.md +0 -13
  315. package/.claude/commands/bmad/bmm/workflows/create-diagram.md +0 -13
  316. package/.claude/commands/bmad/bmm/workflows/create-epics-and-stories.md +0 -13
  317. package/.claude/commands/bmad/bmm/workflows/create-flowchart.md +0 -13
  318. package/.claude/commands/bmad/bmm/workflows/create-story.md +0 -13
  319. package/.claude/commands/bmad/bmm/workflows/create-ux-design.md +0 -13
  320. package/.claude/commands/bmad/bmm/workflows/create-wireframe.md +0 -13
  321. package/.claude/commands/bmad/bmm/workflows/dev-story.md +0 -13
  322. package/.claude/commands/bmad/bmm/workflows/document-project.md +0 -13
  323. package/.claude/commands/bmad/bmm/workflows/domain-research.md +0 -13
  324. package/.claude/commands/bmad/bmm/workflows/epic-tech-context.md +0 -13
  325. package/.claude/commands/bmad/bmm/workflows/implementation-readiness.md +0 -13
  326. package/.claude/commands/bmad/bmm/workflows/prd.md +0 -13
  327. package/.claude/commands/bmad/bmm/workflows/product-brief.md +0 -13
  328. package/.claude/commands/bmad/bmm/workflows/research.md +0 -13
  329. package/.claude/commands/bmad/bmm/workflows/retrospective.md +0 -13
  330. package/.claude/commands/bmad/bmm/workflows/sprint-planning.md +0 -13
  331. package/.claude/commands/bmad/bmm/workflows/story-context.md +0 -13
  332. package/.claude/commands/bmad/bmm/workflows/story-done.md +0 -13
  333. package/.claude/commands/bmad/bmm/workflows/story-ready.md +0 -13
  334. package/.claude/commands/bmad/bmm/workflows/tech-spec.md +0 -13
  335. package/.claude/commands/bmad/bmm/workflows/workflow-init.md +0 -13
  336. package/.claude/commands/bmad/bmm/workflows/workflow-status.md +0 -13
  337. package/.claude/commands/bmad/core/agents/bmad-master.md +0 -14
  338. package/.claude/commands/bmad/core/tasks/advanced-elicitation.md +0 -9
  339. package/.claude/commands/bmad/core/tasks/index-docs.md +0 -9
  340. package/.claude/commands/bmad/core/tools/shard-doc.md +0 -9
  341. package/.claude/commands/bmad/core/workflows/brainstorming.md +0 -13
  342. package/.claude/commands/bmad/core/workflows/party-mode.md +0 -13
  343. package/.claude/github-star-reminder.txt +0 -1
  344. package/.claude/hooks/bmad-party-manager.sh +0 -225
  345. package/.claude/hooks/stop.sh +0 -221
  346. package/.claude/piper-voices-dir.txt +0 -1
  347. package/.claude/plugins/bmad-voices-enabled.flag +0 -0
  348. package/.mcp.json +0 -88
  349. package/RELEASE_NOTES_v2.4.0_DRAFT.md +0 -116
  350. package/RELEASE_NOTES_v2.4.1_DRAFT.md +0 -61
  351. package/docs/2025-11-15_15-14-33.snagx +0 -0
  352. package/docs/Screenshot 2025-11-15 151325.png +0 -0
  353. package/docs/Screenshot 2025-11-15 151432.png +0 -0
  354. package/docs/macos-piper-issue.md +0 -172
  355. package/docs/stargazer-cms-prd.md +0 -1918
  356. package/docs/whatsapp-plugin-github-issue.md +0 -393
  357. package/docs/whatsapp-tts-plugin-feasibility.md +0 -418
  358. package/docs/whatsapp-tts-standalone-plugin.md +0 -628
  359. package/github-profile-draft.md +0 -57
  360. package/linkedin/vibe-coding-and-pulseaudio.md +0 -121
  361. package/mcp-server/agentvibes.db +0 -0
  362. package/scripts/audio-tunnel.config +0 -17
  363. package/v4-backup/.bmad-core/agent-teams/team-all.yaml +0 -15
  364. package/v4-backup/.bmad-core/agent-teams/team-fullstack.yaml +0 -19
  365. package/v4-backup/.bmad-core/agent-teams/team-ide-minimal.yaml +0 -11
  366. package/v4-backup/.bmad-core/agent-teams/team-no-ui.yaml +0 -14
  367. package/v4-backup/.bmad-core/agents/analyst.md +0 -84
  368. package/v4-backup/.bmad-core/agents/architect.md +0 -85
  369. package/v4-backup/.bmad-core/agents/bmad-master.md +0 -110
  370. package/v4-backup/.bmad-core/agents/bmad-orchestrator.md +0 -147
  371. package/v4-backup/.bmad-core/agents/dev.md +0 -81
  372. package/v4-backup/.bmad-core/agents/pm.md +0 -84
  373. package/v4-backup/.bmad-core/agents/po.md +0 -79
  374. package/v4-backup/.bmad-core/agents/qa.md +0 -87
  375. package/v4-backup/.bmad-core/agents/sm.md +0 -65
  376. package/v4-backup/.bmad-core/agents/ux-expert.md +0 -69
  377. package/v4-backup/.bmad-core/checklists/architect-checklist.md +0 -440
  378. package/v4-backup/.bmad-core/checklists/change-checklist.md +0 -184
  379. package/v4-backup/.bmad-core/checklists/pm-checklist.md +0 -372
  380. package/v4-backup/.bmad-core/checklists/po-master-checklist.md +0 -434
  381. package/v4-backup/.bmad-core/checklists/story-dod-checklist.md +0 -96
  382. package/v4-backup/.bmad-core/checklists/story-draft-checklist.md +0 -155
  383. package/v4-backup/.bmad-core/core-config.yaml +0 -22
  384. package/v4-backup/.bmad-core/data/bmad-kb.md +0 -809
  385. package/v4-backup/.bmad-core/data/brainstorming-techniques.md +0 -38
  386. package/v4-backup/.bmad-core/data/elicitation-methods.md +0 -156
  387. package/v4-backup/.bmad-core/data/technical-preferences.md +0 -5
  388. package/v4-backup/.bmad-core/data/test-levels-framework.md +0 -148
  389. package/v4-backup/.bmad-core/data/test-priorities-matrix.md +0 -174
  390. package/v4-backup/.bmad-core/enhanced-ide-development-workflow.md +0 -248
  391. package/v4-backup/.bmad-core/install-manifest.yaml +0 -230
  392. package/v4-backup/.bmad-core/tasks/advanced-elicitation.md +0 -119
  393. package/v4-backup/.bmad-core/tasks/apply-qa-fixes.md +0 -150
  394. package/v4-backup/.bmad-core/tasks/brownfield-create-epic.md +0 -162
  395. package/v4-backup/.bmad-core/tasks/brownfield-create-story.md +0 -149
  396. package/v4-backup/.bmad-core/tasks/correct-course.md +0 -72
  397. package/v4-backup/.bmad-core/tasks/create-brownfield-story.md +0 -314
  398. package/v4-backup/.bmad-core/tasks/create-deep-research-prompt.md +0 -280
  399. package/v4-backup/.bmad-core/tasks/create-doc.md +0 -103
  400. package/v4-backup/.bmad-core/tasks/create-next-story.md +0 -114
  401. package/v4-backup/.bmad-core/tasks/document-project.md +0 -345
  402. package/v4-backup/.bmad-core/tasks/execute-checklist.md +0 -88
  403. package/v4-backup/.bmad-core/tasks/facilitate-brainstorming-session.md +0 -138
  404. package/v4-backup/.bmad-core/tasks/generate-ai-frontend-prompt.md +0 -53
  405. package/v4-backup/.bmad-core/tasks/index-docs.md +0 -175
  406. package/v4-backup/.bmad-core/tasks/kb-mode-interaction.md +0 -77
  407. package/v4-backup/.bmad-core/tasks/nfr-assess.md +0 -345
  408. package/v4-backup/.bmad-core/tasks/qa-gate.md +0 -163
  409. package/v4-backup/.bmad-core/tasks/review-story.md +0 -316
  410. package/v4-backup/.bmad-core/tasks/risk-profile.md +0 -355
  411. package/v4-backup/.bmad-core/tasks/shard-doc.md +0 -187
  412. package/v4-backup/.bmad-core/tasks/test-design.md +0 -176
  413. package/v4-backup/.bmad-core/tasks/trace-requirements.md +0 -266
  414. package/v4-backup/.bmad-core/tasks/validate-next-story.md +0 -136
  415. package/v4-backup/.bmad-core/templates/architecture-tmpl.yaml +0 -651
  416. package/v4-backup/.bmad-core/templates/brainstorming-output-tmpl.yaml +0 -156
  417. package/v4-backup/.bmad-core/templates/brownfield-architecture-tmpl.yaml +0 -477
  418. package/v4-backup/.bmad-core/templates/brownfield-prd-tmpl.yaml +0 -281
  419. package/v4-backup/.bmad-core/templates/competitor-analysis-tmpl.yaml +0 -307
  420. package/v4-backup/.bmad-core/templates/front-end-architecture-tmpl.yaml +0 -219
  421. package/v4-backup/.bmad-core/templates/front-end-spec-tmpl.yaml +0 -350
  422. package/v4-backup/.bmad-core/templates/fullstack-architecture-tmpl.yaml +0 -824
  423. package/v4-backup/.bmad-core/templates/market-research-tmpl.yaml +0 -253
  424. package/v4-backup/.bmad-core/templates/prd-tmpl.yaml +0 -203
  425. package/v4-backup/.bmad-core/templates/project-brief-tmpl.yaml +0 -222
  426. package/v4-backup/.bmad-core/templates/qa-gate-tmpl.yaml +0 -103
  427. package/v4-backup/.bmad-core/templates/story-tmpl.yaml +0 -138
  428. package/v4-backup/.bmad-core/user-guide.md +0 -577
  429. package/v4-backup/.bmad-core/utils/bmad-doc-template.md +0 -327
  430. package/v4-backup/.bmad-core/utils/workflow-management.md +0 -71
  431. package/v4-backup/.bmad-core/workflows/brownfield-fullstack.yaml +0 -298
  432. package/v4-backup/.bmad-core/workflows/brownfield-service.yaml +0 -188
  433. package/v4-backup/.bmad-core/workflows/brownfield-ui.yaml +0 -198
  434. package/v4-backup/.bmad-core/workflows/greenfield-fullstack.yaml +0 -241
  435. package/v4-backup/.bmad-core/workflows/greenfield-service.yaml +0 -207
  436. package/v4-backup/.bmad-core/workflows/greenfield-ui.yaml +0 -236
  437. package/v4-backup/.bmad-core/working-in-the-brownfield.md +0 -606
@@ -1,267 +0,0 @@
1
- # Develop Story - Workflow Instructions
2
-
3
- ```xml
4
- <critical>The workflow execution engine is governed by: {project-root}/.bmad/core/tasks/workflow.xml</critical>
5
- <critical>You MUST have already loaded and processed: {installed_path}/workflow.yaml</critical>
6
- <critical>Communicate all responses in {communication_language} and language MUST be tailored to {user_skill_level}</critical>
7
- <critical>Generate all documents in {document_output_language}</critical>
8
- <critical>Only modify the story file in these areas: Tasks/Subtasks checkboxes, Dev Agent Record (Debug Log, Completion Notes), File List, Change Log, and Status</critical>
9
- <critical>Execute ALL steps in exact order; do NOT skip steps</critical>
10
- <critical>Absolutely DO NOT stop because of "milestones", "significant progress", or "session boundaries". Continue in a single execution until the story is COMPLETE (all ACs satisfied and all tasks/subtasks checked) UNLESS a HALT condition is triggered or the USER gives other instruction.</critical>
11
- <critical>Do NOT schedule a "next session" or request review pauses unless a HALT condition applies. Only Step 6 decides completion.</critical>
12
-
13
- <critical>User skill level ({user_skill_level}) affects conversation style ONLY, not code updates.</critical>
14
-
15
- <workflow>
16
-
17
- <step n="1" goal="Find next ready story and load it" tag="sprint-status">
18
- <check if="{{story_path}} is provided">
19
- <action>Use {{story_path}} directly</action>
20
- <action>Read COMPLETE story file</action>
21
- <action>Extract story_key from filename or metadata</action>
22
- <goto>task_check</goto>
23
- </check>
24
-
25
- <critical>MUST read COMPLETE sprint-status.yaml file from start to end to preserve order</critical>
26
- <action>Load the FULL file: {{output_folder}}/sprint-status.yaml</action>
27
- <action>Read ALL lines from beginning to end - do not skip any content</action>
28
- <action>Parse the development_status section completely to understand story order</action>
29
-
30
- <action>Find the FIRST story (by reading in order from top to bottom) where:
31
- - Key matches pattern: number-number-name (e.g., "1-2-user-auth")
32
- - NOT an epic key (epic-X) or retrospective (epic-X-retrospective)
33
- - Status value equals "ready-for-dev"
34
- </action>
35
-
36
- <check if="no ready-for-dev or in-progress story found">
37
- <output>📋 No ready-for-dev stories found in sprint-status.yaml
38
- **Options:**
39
- 1. Run `story-context` to generate context file and mark drafted stories as ready
40
- 2. Run `story-ready` to quickly mark drafted stories as ready without generating context
41
- 3. Run `create-story` if no incomplete stories are drafted yet
42
- 4. Check {output_folder}/sprint-status.yaml to see current sprint status
43
- </output>
44
- <action>HALT</action>
45
- </check>
46
-
47
- <action>Store the found story_key (e.g., "1-2-user-authentication") for later status updates</action>
48
- <action>Find matching story file in {{story_dir}} using story_key pattern: {{story_key}}.md</action>
49
- <action>Read COMPLETE story file from discovered path</action>
50
-
51
- <anchor id="task_check" />
52
-
53
- <action>Parse sections: Story, Acceptance Criteria, Tasks/Subtasks, Dev Notes, Dev Agent Record, File List, Change Log, Status</action>
54
-
55
- <action>Check if context file exists at: {{story_dir}}/{{story_key}}.context.xml</action>
56
- <check if="context file exists">
57
- <action>Read COMPLETE context file</action>
58
- <action>Parse all sections: story details, artifacts (docs, code, dependencies), interfaces, constraints, tests</action>
59
- <action>Use this context to inform implementation decisions and approaches</action>
60
- </check>
61
- <check if="context file does NOT exist">
62
- <output>ℹ️ No context file found for {{story_key}}
63
-
64
- Proceeding with story file only. For better context, consider running `story-context` workflow first.
65
- </output>
66
- </check>
67
-
68
- <action>Identify first incomplete task (unchecked [ ]) in Tasks/Subtasks</action>
69
-
70
- <action if="no incomplete tasks"><goto step="6">Completion sequence</goto></action>
71
- <action if="story file inaccessible">HALT: "Cannot develop story without access to story file"</action>
72
- <action if="incomplete task or subtask requirements ambiguous">ASK user to clarify or HALT</action>
73
- </step>
74
-
75
- <step n="0.5" goal="Discover and load project documents">
76
- <invoke-protocol name="discover_inputs" />
77
- <note>After discovery, these content variables are available: {architecture_content}, {tech_spec_content}, {ux_design_content}, {epics_content} (selective load), {document_project_content}</note>
78
- </step>
79
-
80
- <step n="1.5" goal="Detect review continuation and extract review context">
81
- <critical>Determine if this is a fresh start or continuation after code review</critical>
82
-
83
- <action>Check if "Senior Developer Review (AI)" section exists in the story file</action>
84
- <action>Check if "Review Follow-ups (AI)" subsection exists under Tasks/Subtasks</action>
85
-
86
- <check if="Senior Developer Review section exists">
87
- <action>Set review_continuation = true</action>
88
- <action>Extract from "Senior Developer Review (AI)" section:
89
- - Review outcome (Approve/Changes Requested/Blocked)
90
- - Review date
91
- - Total action items with checkboxes (count checked vs unchecked)
92
- - Severity breakdown (High/Med/Low counts)
93
- </action>
94
- <action>Count unchecked [ ] review follow-up tasks in "Review Follow-ups (AI)" subsection</action>
95
- <action>Store list of unchecked review items as {{pending_review_items}}</action>
96
-
97
- <output>⏯️ **Resuming Story After Code Review** ({{review_date}})
98
-
99
- **Review Outcome:** {{review_outcome}}
100
- **Action Items:** {{unchecked_review_count}} remaining to address
101
- **Priorities:** {{high_count}} High, {{med_count}} Medium, {{low_count}} Low
102
-
103
- **Strategy:** Will prioritize review follow-up tasks (marked [AI-Review]) before continuing with regular tasks.
104
- </output>
105
- </check>
106
-
107
- <check if="Senior Developer Review section does NOT exist">
108
- <action>Set review_continuation = false</action>
109
- <action>Set {{pending_review_items}} = empty</action>
110
-
111
- <output>🚀 **Starting Fresh Implementation**
112
-
113
- Story: {{story_key}}
114
- Context file: {{context_available}}
115
- First incomplete task: {{first_task_description}}
116
- </output>
117
- </check>
118
- </step>
119
-
120
- <step n="1.6" goal="Mark story in-progress" tag="sprint-status">
121
- <action>Load the FULL file: {{output_folder}}/sprint-status.yaml</action>
122
- <action>Read all development_status entries to find {{story_key}}</action>
123
- <action>Get current status value for development_status[{{story_key}}]</action>
124
-
125
- <check if="current status == 'ready-for-dev'">
126
- <action>Update the story in the sprint status report to = "in-progress"</action>
127
- <output>🚀 Starting work on story {{story_key}}
128
- Status updated: ready-for-dev → in-progress
129
- </output>
130
- </check>
131
-
132
- <check if="current status == 'in-progress'">
133
- <output>⏯️ Resuming work on story {{story_key}}
134
- Story is already marked in-progress
135
- </output>
136
- </check>
137
-
138
- <check if="current status is neither ready-for-dev nor in-progress">
139
- <output>⚠️ Unexpected story status: {{current_status}}
140
- Expected ready-for-dev or in-progress. Continuing anyway...
141
- </output>
142
- </check>
143
- </step>
144
-
145
- <step n="2" goal="Plan and implement task">
146
- <action>Review acceptance criteria and dev notes for the selected task</action>
147
- <action>Plan implementation steps and edge cases; write down a brief plan in Dev Agent Record → Debug Log</action>
148
- <action>Implement the task COMPLETELY including all subtasks, critically following best practices, coding patterns and coding standards in this repo you have learned about from the story and context file or your own critical agent instructions</action>
149
- <action>Handle error conditions and edge cases appropriately</action>
150
- <action if="new or different than what is documented dependencies are needed">ASK user for approval before adding</action>
151
- <action if="3 consecutive implementation failures occur">HALT and request guidance</action>
152
- <action if="required configuration is missing">HALT: "Cannot proceed without necessary configuration files"</action>
153
- <critical>Do not stop after partial progress; continue iterating tasks until all ACs are satisfied and tested or a HALT condition triggers</critical>
154
- <critical>Do NOT propose to pause for review, stand-ups, or validation until Step 6 gates are satisfied</critical>
155
- </step>
156
-
157
- <step n="3" goal="Author comprehensive tests">
158
- <action>Create unit tests for business logic and core functionality introduced/changed by the task</action>
159
- <action>Add integration tests for component interactions where desired by test plan or story notes</action>
160
- <action>Include end-to-end tests for critical user flows where desired by test plan or story notes</action>
161
- <action>Cover edge cases and error handling scenarios noted in the test plan or story notes</action>
162
- </step>
163
-
164
- <step n="4" goal="Run validations and tests">
165
- <action>Determine how to run tests for this repo (infer or use {{run_tests_command}} if provided)</action>
166
- <action>Run all existing tests to ensure no regressions</action>
167
- <action>Run the new tests to verify implementation correctness</action>
168
- <action>Run linting and code quality checks if configured</action>
169
- <action>Validate implementation meets ALL story acceptance criteria; if ACs include quantitative thresholds (e.g., test pass rate), ensure they are met before marking complete</action>
170
- <action if="regression tests fail">STOP and fix before continuing, consider how current changes made broke regression</action>
171
- <action if="new tests fail">STOP and fix before continuing</action>
172
- </step>
173
-
174
- <step n="5" goal="Mark task complete, track review resolutions, and update story">
175
- <critical>If task is a review follow-up, must mark BOTH the task checkbox AND the corresponding action item in the review section</critical>
176
-
177
- <action>Check if completed task has [AI-Review] prefix (indicates review follow-up task)</action>
178
-
179
- <check if="task is review follow-up">
180
- <action>Extract review item details (severity, description, related AC/file)</action>
181
- <action>Add to resolution tracking list: {{resolved_review_items}}</action>
182
-
183
- <!-- Mark task in Review Follow-ups section -->
184
- <action>Mark task checkbox [x] in "Tasks/Subtasks → Review Follow-ups (AI)" section</action>
185
-
186
- <!-- CRITICAL: Also mark corresponding action item in review section -->
187
- <action>Find matching action item in "Senior Developer Review (AI) → Action Items" section by matching description</action>
188
- <action>Mark that action item checkbox [x] as resolved</action>
189
-
190
- <action>Add to Dev Agent Record → Completion Notes: "✅ Resolved review finding [{{severity}}]: {{description}}"</action>
191
- </check>
192
-
193
- <action>ONLY mark the task (and subtasks) checkbox with [x] if ALL tests pass and validation succeeds</action>
194
- <action>Update File List section with any new, modified, or deleted files (paths relative to repo root)</action>
195
- <action>Add completion notes to Dev Agent Record if significant changes were made (summarize intent, approach, and any follow-ups)</action>
196
-
197
- <check if="review_continuation == true and {{resolved_review_items}} is not empty">
198
- <action>Count total resolved review items in this session</action>
199
- <action>Add Change Log entry: "Addressed code review findings - {{resolved_count}} items resolved (Date: {{date}})"</action>
200
- </check>
201
-
202
- <action>Save the story file</action>
203
- <action>Determine if more incomplete tasks remain</action>
204
- <action if="more tasks remain"><goto step="2">Next task</goto></action>
205
- <action if="no tasks remain"><goto step="6">Completion</goto></action>
206
- </step>
207
-
208
- <step n="6" goal="Story completion and mark for review" tag="sprint-status">
209
- <action>Verify ALL tasks and subtasks are marked [x] (re-scan the story document now)</action>
210
- <action>Run the full regression suite (do not skip)</action>
211
- <action>Confirm File List includes every changed file</action>
212
- <action>Execute story definition-of-done checklist, if the story includes one</action>
213
- <action>Update the story Status to: review</action>
214
-
215
- <!-- Mark story ready for review -->
216
- <action>Load the FULL file: {{output_folder}}/sprint-status.yaml</action>
217
- <action>Find development_status key matching {{story_key}}</action>
218
- <action>Verify current status is "in-progress" (expected previous state)</action>
219
- <action>Update development_status[{{story_key}}] = "review"</action>
220
- <action>Save file, preserving ALL comments and structure including STATUS DEFINITIONS</action>
221
-
222
- <check if="story key not found in file">
223
- <output>⚠️ Story file updated, but sprint-status update failed: {{story_key}} not found
224
-
225
- Story is marked Ready for Review in file, but sprint-status.yaml may be out of sync.
226
- </output>
227
- </check>
228
-
229
- <action if="any task is incomplete">Return to step 1 to complete remaining work (Do NOT finish with partial progress)</action>
230
- <action if="regression failures exist">STOP and resolve before completing</action>
231
- <action if="File List is incomplete">Update it before completing</action>
232
- </step>
233
-
234
- <step n="7" goal="Completion communication and user support">
235
- <action>Optionally run the workflow validation task against the story using {project-root}/.bmad/core/tasks/validate-workflow.xml</action>
236
- <action>Prepare a concise summary in Dev Agent Record → Completion Notes</action>
237
-
238
- <action>Communicate to {user_name} that story implementation is complete and ready for review</action>
239
- <action>Summarize key accomplishments: story ID, story key, title, key changes made, tests added, files modified</action>
240
- <action>Provide the story file path and current status (now "review", was "in-progress")</action>
241
-
242
- <action>Based on {user_skill_level}, ask if user needs any explanations about:
243
- - What was implemented and how it works
244
- - Why certain technical decisions were made
245
- - How to test or verify the changes
246
- - Any patterns, libraries, or approaches used
247
- - Anything else they'd like clarified
248
- </action>
249
-
250
- <check if="user asks for explanations">
251
- <action>Provide clear, contextual explanations tailored to {user_skill_level}</action>
252
- <action>Use examples and references to specific code when helpful</action>
253
- </check>
254
-
255
- <action>Once explanations are complete (or user indicates no questions), suggest logical next steps</action>
256
- <action>Common next steps to suggest (but allow user flexibility):
257
- - Review the implemented story yourself and test the changes
258
- - Verify all acceptance criteria are met
259
- - Ensure deployment readiness if applicable
260
- - Run `code-review` workflow for peer review
261
- - Check sprint-status.yaml to see project progress
262
- </action>
263
- <action>Remain flexible - allow user to choose their own path or ask for other assistance</action>
264
- </step>
265
-
266
- </workflow>
267
- ```
@@ -1,56 +0,0 @@
1
- name: dev-story
2
- description: "Execute a story by implementing tasks/subtasks, writing tests, validating, and updating the story file per acceptance criteria"
3
- author: "BMad"
4
-
5
- # Critical variables from config
6
- config_source: "{project-root}/.bmad/bmm/config.yaml"
7
- output_folder: "{config_source}:output_folder"
8
- user_name: "{config_source}:user_name"
9
- communication_language: "{config_source}:communication_language"
10
- user_skill_level: "{config_source}:user_skill_level"
11
- document_output_language: "{config_source}:document_output_language"
12
- story_dir: "{config_source}:sprint_artifacts"
13
- date: system-generated
14
-
15
- story_file: "" # Explicit story path; auto-discovered if empty
16
- # Context file uses same story_key as story file (e.g., "1-2-user-authentication.context.xml")
17
- context_file: "{story_dir}/{{story_key}}.context.xml"
18
- sprint_artifacts: "{config_source}:sprint_artifacts"
19
- sprint_status: "{sprint_artifacts}/sprint-status.yaml || {output_folder}/sprint-status.yaml"
20
-
21
- # Smart input file references - handles both whole docs and sharded docs
22
- # Priority: Whole document first, then sharded version
23
- # Strategy: Load necessary context for story implementation
24
- input_file_patterns:
25
- architecture:
26
- description: "System architecture and decisions"
27
- whole: "{output_folder}/*architecture*.md"
28
- sharded: "{output_folder}/*architecture*/*.md"
29
- load_strategy: "FULL_LOAD"
30
- tech_spec:
31
- description: "Technical specification for this epic"
32
- whole: "{output_folder}/tech-spec*.md"
33
- sharded: "{sprint_artifacts}/tech-spec-epic-*.md"
34
- load_strategy: "SELECTIVE_LOAD"
35
- ux_design:
36
- description: "UX design specification (if UI)"
37
- whole: "{output_folder}/*ux*.md"
38
- sharded: "{output_folder}/*ux*/*.md"
39
- load_strategy: "FULL_LOAD"
40
- epics:
41
- description: "Epic containing this story"
42
- whole: "{output_folder}/*epic*.md"
43
- sharded_index: "{output_folder}/*epic*/index.md"
44
- sharded_single: "{output_folder}/*epic*/epic-{{epic_num}}.md"
45
- load_strategy: "SELECTIVE_LOAD"
46
- document_project:
47
- description: "Brownfield project documentation (optional)"
48
- sharded: "{output_folder}/index.md"
49
- load_strategy: "INDEX_GUIDED"
50
-
51
- # Workflow components
52
- installed_path: "{project-root}/.bmad/bmm/workflows/4-implementation/dev-story"
53
- instructions: "{installed_path}/instructions.md"
54
- validation: "{installed_path}/checklist.md"
55
-
56
- standalone: true
@@ -1,17 +0,0 @@
1
- # Tech Spec Validation Checklist
2
-
3
- ```xml
4
- <checklist id=".bmad/bmm/workflows/4-implementation/epic-tech-context/checklist">
5
- <item>Overview clearly ties to PRD goals</item>
6
- <item>Scope explicitly lists in-scope and out-of-scope</item>
7
- <item>Design lists all services/modules with responsibilities</item>
8
- <item>Data models include entities, fields, and relationships</item>
9
- <item>APIs/interfaces are specified with methods and schemas</item>
10
- <item>NFRs: performance, security, reliability, observability addressed</item>
11
- <item>Dependencies/integrations enumerated with versions where known</item>
12
- <item>Acceptance criteria are atomic and testable</item>
13
- <item>Traceability maps AC → Spec → Components → Tests</item>
14
- <item>Risks/assumptions/questions listed with mitigation/next steps</item>
15
- <item>Test strategy covers all ACs and critical paths</item>
16
- </checklist>
17
- ```
@@ -1,164 +0,0 @@
1
- <!-- BMAD BMM Tech Spec Workflow Instructions (v6) -->
2
-
3
- ```xml
4
- <critical>The workflow execution engine is governed by: {project_root}/.bmad/core/tasks/workflow.xml</critical>
5
- <critical>You MUST have already loaded and processed: {installed_path}/workflow.yaml</critical>
6
- <critical>Communicate all responses in {communication_language}</critical>
7
- <critical>This workflow generates a comprehensive Technical Specification from PRD and Architecture, including detailed design, NFRs, acceptance criteria, and traceability mapping.</critical>
8
- <critical>If required inputs cannot be auto-discovered HALT with a clear message listing missing documents, allow user to provide them to proceed.</critical>
9
-
10
- <workflow>
11
- <step n="1" goal="Collect inputs and discover next epic" tag="sprint-status">
12
- <action>Identify PRD and Architecture documents from recommended_inputs. Attempt to auto-discover at default paths.</action>
13
- <ask if="inputs are missing">ask the user for file paths. HALT and wait for docs to proceed</ask>
14
-
15
- <!-- Intelligent Epic Discovery -->
16
- <critical>MUST read COMPLETE {sprint-status} file to discover next epic</critical>
17
- <action>Read ALL development_status entries</action>
18
- <action>Find all epics with status "backlog" (not yet contexted)</action>
19
- <action>Identify the FIRST backlog epic as the suggested default</action>
20
-
21
- <check if="backlog epics found">
22
- <output>📋 **Next Epic Suggested:** Epic {{suggested_epic_id}}: {{suggested_epic_title}}</output>
23
- <ask>Use this epic?
24
- - [y] Yes, use {{suggested_epic_id}}
25
- - [n] No, let me specify a different epic_id
26
- </ask>
27
-
28
- <check if="user selects 'n'">
29
- <ask>Enter the epic_id you want to context</ask>
30
- <action>Store user-provided epic_id as {{epic_id}}</action>
31
- </check>
32
-
33
- <check if="user selects 'y'">
34
- <action>Use {{suggested_epic_id}} as {{epic_id}}</action>
35
- </check>
36
- </check>
37
-
38
- <check if="no backlog epics found">
39
- <output>✅ All epics are already contexted!
40
-
41
- No epics with status "backlog" found in sprint-status.yaml.
42
- </output>
43
- <ask>Do you want to re-context an existing epic? Enter epic_id or [q] to quit:</ask>
44
-
45
- <check if="user enters epic_id">
46
- <action>Store as {{epic_id}}</action>
47
- </check>
48
-
49
- <check if="user enters 'q'">
50
- <action>HALT - No work needed</action>
51
- </check>
52
- </check>
53
-
54
- <action>Resolve output file path using workflow variables and initialize by writing the template.</action>
55
- </step>
56
-
57
- <step n="1.5" goal="Discover and load project documents">
58
- <invoke-protocol name="discover_inputs" />
59
- <note>After discovery, these content variables are available: {prd_content}, {gdd_content}, {architecture_content}, {ux_design_content}, {epics_content} (will load only epic-{{epic_id}}.md if sharded), {document_project_content}</note>
60
- <action>Extract {{epic_title}} from {prd_content} or {epics_content} based on {{epic_id}}.</action>
61
- </step>
62
-
63
- <step n="2" goal="Validate epic exists in sprint status" tag="sprint-status">
64
- <action>Look for epic key "epic-{{epic_id}}" in development_status (already loaded from step 1)</action>
65
- <action>Get current status value if epic exists</action>
66
-
67
- <check if="epic not found">
68
- <output>⚠️ Epic {{epic_id}} not found in sprint-status.yaml
69
-
70
- This epic hasn't been registered in the sprint plan yet.
71
- Run sprint-planning workflow to initialize epic tracking.
72
- </output>
73
- <action>HALT</action>
74
- </check>
75
-
76
- <check if="epic status == 'contexted'">
77
- <output>ℹ️ Epic {{epic_id}} already marked as contexted
78
-
79
- Continuing to regenerate tech spec...
80
- </output>
81
- </check>
82
- </step>
83
-
84
- <step n="3" goal="Overview and scope">
85
- <action>Read COMPLETE found {recommended_inputs}.</action>
86
- <template-output file="{default_output_file}">
87
- Replace {{overview}} with a concise 1-2 paragraph summary referencing PRD context and goals
88
- Replace {{objectives_scope}} with explicit in-scope and out-of-scope bullets
89
- Replace {{system_arch_alignment}} with a short alignment summary to the architecture (components referenced, constraints)
90
- </template-output>
91
- </step>
92
-
93
- <step n="4" goal="Detailed design">
94
- <action>Derive concrete implementation specifics from all {recommended_inputs} (CRITICAL: NO invention). If a epic tech spec precedes this one and exists, maintain consistency where appropriate.</action>
95
- <template-output file="{default_output_file}">
96
- Replace {{services_modules}} with a table or bullets listing services/modules with responsibilities, inputs/outputs, and owners
97
- Replace {{data_models}} with normalized data model definitions (entities, fields, types, relationships); include schema snippets where available
98
- Replace {{apis_interfaces}} with API endpoint specs or interface signatures (method, path, request/response models, error codes)
99
- Replace {{workflows_sequencing}} with sequence notes or diagrams-as-text (steps, actors, data flow)
100
- </template-output>
101
- </step>
102
-
103
- <step n="5" goal="Non-functional requirements">
104
- <template-output file="{default_output_file}">
105
- Replace {{nfr_performance}} with measurable targets (latency, throughput); link to any performance requirements in PRD/Architecture
106
- Replace {{nfr_security}} with authn/z requirements, data handling, threat notes; cite source sections
107
- Replace {{nfr_reliability}} with availability, recovery, and degradation behavior
108
- Replace {{nfr_observability}} with logging, metrics, tracing requirements; name required signals
109
- </template-output>
110
- </step>
111
-
112
- <step n="6" goal="Dependencies and integrations">
113
- <action>Scan repository for dependency manifests (e.g., package.json, pyproject.toml, go.mod, Unity Packages/manifest.json).</action>
114
- <template-output file="{default_output_file}">
115
- Replace {{dependencies_integrations}} with a structured list of dependencies and integration points with version or commit constraints when known
116
- </template-output>
117
- </step>
118
-
119
- <step n="7" goal="Acceptance criteria and traceability">
120
- <action>Extract acceptance criteria from PRD; normalize into atomic, testable statements.</action>
121
- <template-output file="{default_output_file}">
122
- Replace {{acceptance_criteria}} with a numbered list of testable acceptance criteria
123
- Replace {{traceability_mapping}} with a table mapping: AC → Spec Section(s) → Component(s)/API(s) → Test Idea
124
- </template-output>
125
- </step>
126
-
127
- <step n="8" goal="Risks and test strategy">
128
- <template-output file="{default_output_file}">
129
- Replace {{risks_assumptions_questions}} with explicit list (each item labeled as Risk/Assumption/Question) with mitigation or next step
130
- Replace {{test_strategy}} with a brief plan (test levels, frameworks, coverage of ACs, edge cases)
131
- </template-output>
132
- </step>
133
-
134
- <step n="9" goal="Validate and mark epic contexted" tag="sprint-status">
135
- <invoke-task>Validate against checklist at {installed_path}/checklist.md using .bmad/core/tasks/validate-workflow.xml</invoke-task>
136
-
137
- <!-- Mark epic as contexted -->
138
- <action>Load the FULL file: {sprint_status}</action>
139
- <action>Find development_status key "epic-{{epic_id}}"</action>
140
- <action>Verify current status is "backlog" (expected previous state)</action>
141
- <action>Update development_status["epic-{{epic_id}}"] = "contexted"</action>
142
- <action>Save file, preserving ALL comments and structure including STATUS DEFINITIONS</action>
143
-
144
- <check if="epic key not found in file">
145
- <output>⚠️ Could not update epic status: epic-{{epic_id}} not found</output>
146
- </check>
147
-
148
- <output>**✅ Tech Spec Generated Successfully, {user_name}!**
149
-
150
- **Epic Details:**
151
- - Epic ID: {{epic_id}}
152
- - Epic Title: {{epic_title}}
153
- - Tech Spec File: {{default_output_file}}
154
- - Epic Status: contexted (was backlog)
155
-
156
- **Note:** This is a JIT (Just-In-Time) workflow - run again for other epics as needed.
157
-
158
- **Next Steps:**
159
- 1. Load SM agent and run `create-story` to begin implementing the first story under this epic.
160
- </output>
161
- </step>
162
-
163
- </workflow>
164
- ```
@@ -1,76 +0,0 @@
1
- # Epic Technical Specification: {{epic_title}}
2
-
3
- Date: {{date}}
4
- Author: {{user_name}}
5
- Epic ID: {{epic_id}}
6
- Status: Draft
7
-
8
- ---
9
-
10
- ## Overview
11
-
12
- {{overview}}
13
-
14
- ## Objectives and Scope
15
-
16
- {{objectives_scope}}
17
-
18
- ## System Architecture Alignment
19
-
20
- {{system_arch_alignment}}
21
-
22
- ## Detailed Design
23
-
24
- ### Services and Modules
25
-
26
- {{services_modules}}
27
-
28
- ### Data Models and Contracts
29
-
30
- {{data_models}}
31
-
32
- ### APIs and Interfaces
33
-
34
- {{apis_interfaces}}
35
-
36
- ### Workflows and Sequencing
37
-
38
- {{workflows_sequencing}}
39
-
40
- ## Non-Functional Requirements
41
-
42
- ### Performance
43
-
44
- {{nfr_performance}}
45
-
46
- ### Security
47
-
48
- {{nfr_security}}
49
-
50
- ### Reliability/Availability
51
-
52
- {{nfr_reliability}}
53
-
54
- ### Observability
55
-
56
- {{nfr_observability}}
57
-
58
- ## Dependencies and Integrations
59
-
60
- {{dependencies_integrations}}
61
-
62
- ## Acceptance Criteria (Authoritative)
63
-
64
- {{acceptance_criteria}}
65
-
66
- ## Traceability Mapping
67
-
68
- {{traceability_mapping}}
69
-
70
- ## Risks, Assumptions, Open Questions
71
-
72
- {{risks_assumptions_questions}}
73
-
74
- ## Test Strategy Summary
75
-
76
- {{test_strategy}}
@@ -1,57 +0,0 @@
1
- name: epic-tech-context
2
- description: "Generate a comprehensive Technical Specification from PRD and Architecture with acceptance criteria and traceability mapping"
3
- author: "BMAD BMM"
4
-
5
- # Critical variables
6
- config_source: "{project-root}/.bmad/bmm/config.yaml"
7
- output_folder: "{config_source}:output_folder"
8
- user_name: "{config_source}:user_name"
9
- communication_language: "{config_source}:communication_language"
10
- date: system-generated
11
- sprint_artifacts: "{config_source}:sprint_artifacts"
12
- sprint_status: "{sprint_artifacts}/sprint-status.yaml || {output_folder}/sprint-status.yaml"
13
-
14
- # Smart input file references - handles both whole docs and sharded docs
15
- # Priority: Whole document first, then sharded version
16
- # Strategy: SELECTIVE LOAD - only load the specific epic needed (epic_num from context)
17
- input_file_patterns:
18
- prd:
19
- description: "Product requirements (optional)"
20
- whole: "{output_folder}/*prd*.md"
21
- sharded: "{output_folder}/*prd*/*.md"
22
- load_strategy: "FULL_LOAD"
23
- gdd:
24
- description: "Game Design Document (for game projects)"
25
- whole: "{output_folder}/*gdd*.md"
26
- sharded: "{output_folder}/*gdd*/*.md"
27
- load_strategy: "FULL_LOAD"
28
- architecture:
29
- description: "System architecture and decisions"
30
- whole: "{output_folder}/*architecture*.md"
31
- sharded: "{output_folder}/*architecture*/*.md"
32
- load_strategy: "FULL_LOAD"
33
- ux_design:
34
- description: "UX design specification (if UI)"
35
- whole: "{output_folder}/*ux*.md"
36
- sharded: "{output_folder}/*ux*/*.md"
37
- load_strategy: "FULL_LOAD"
38
- epics:
39
- description: "Specific epic for tech spec generation"
40
- whole: "{output_folder}/*epic*.md"
41
- sharded_index: "{output_folder}/*epic*/index.md"
42
- sharded_single: "{output_folder}/*epic*/epic-{{epic_num}}.md"
43
- load_strategy: "SELECTIVE_LOAD"
44
- document_project:
45
- description: "Brownfield project documentation (optional)"
46
- sharded: "{output_folder}/index.md"
47
- load_strategy: "INDEX_GUIDED"
48
-
49
- # Workflow components
50
- installed_path: "{project-root}/.bmad/bmm/workflows/4-implementation/epic-tech-context"
51
- template: "{installed_path}/template.md"
52
- instructions: "{installed_path}/instructions.md"
53
- validation: "{installed_path}/checklist.md"
54
-
55
- # Output configuration
56
- default_output_file: "{sprint_artifacts}/tech-spec-epic-{{epic_id}}.md"
57
- standalone: true