@delorenj/pjangler 1.2.25 → 1.2.33

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 (834) hide show
  1. package/README.md +12 -3
  2. package/dist/index.js +8461 -5505
  3. package/dist/mcp-server.js +7998 -5448
  4. package/package.json +8 -4
  5. package/templates/commonproject/copier.yml +6 -6
  6. package/templates/commonproject/template/.agents/skills.json +2 -1
  7. package/templates/commonproject/template/.env.op +6 -2
  8. package/templates/commonproject/template/.github/workflows/code-review.yml.jinja +48 -0
  9. package/templates/commonproject/template/.mise/scripts/materialize-env.sh +28 -0
  10. package/templates/commonproject/template/.mise/scripts/provision-packs.py +565 -0
  11. package/templates/commonproject/template/.mise/scripts/sync-skills.py +1411 -132
  12. package/templates/commonproject/template/mise.toml.jinja +10 -7
  13. package/templates/hermes-agent/copier.yml +2 -1
  14. package/templates/hermes-agent/template/.gitignore.jinja +1 -0
  15. package/templates/hermes-agent/template/.scripts/20-runtime-repo.sh +61 -4
  16. package/templates/hermes-agent/template/.scripts/70-systemd.sh +7 -0
  17. package/templates/hermes-agent/template/.scripts/lib/ticket-provider.sh +15 -7
  18. package/templates/hermes-agent/template/.scripts/providers/linear.sh +41 -1
  19. package/templates/hermes-agent/template/.scripts/providers/plane.sh +91 -21
  20. package/templates/hermes-agent/template/.scripts/providers/trello.sh +34 -1
  21. package/templates/hermes-agent/template/.scripts/reporter-watchdog.py +242 -0
  22. package/templates/hermes-agent/template/.scripts/secret-scan.py +68 -0
  23. package/templates/hermes-agent/template/.scripts/sentinel.prompt.md.jinja +3 -2
  24. package/templates/hermes-agent/template/SOUL.md.jinja +30 -8
  25. package/templates/hermes-agent/template/role.yaml.jinja +1 -0
  26. package/templates/commonproject/.augment/commands/bmad/agents/bmb-agent-builder.md +0 -14
  27. package/templates/commonproject/.augment/commands/bmad/agents/bmb-module-builder.md +0 -14
  28. package/templates/commonproject/.augment/commands/bmad/agents/bmb-workflow-builder.md +0 -14
  29. package/templates/commonproject/.augment/commands/bmad/agents/bmm-analyst.md +0 -14
  30. package/templates/commonproject/.augment/commands/bmad/agents/bmm-architect.md +0 -14
  31. package/templates/commonproject/.augment/commands/bmad/agents/bmm-dev.md +0 -14
  32. package/templates/commonproject/.augment/commands/bmad/agents/bmm-pm.md +0 -14
  33. package/templates/commonproject/.augment/commands/bmad/agents/bmm-quick-flow-solo-dev.md +0 -14
  34. package/templates/commonproject/.augment/commands/bmad/agents/bmm-sm.md +0 -14
  35. package/templates/commonproject/.augment/commands/bmad/agents/bmm-tea.md +0 -14
  36. package/templates/commonproject/.augment/commands/bmad/agents/bmm-tech-writer.md +0 -14
  37. package/templates/commonproject/.augment/commands/bmad/agents/bmm-ux-designer.md +0 -14
  38. package/templates/commonproject/.augment/commands/bmad/agents/cis-brainstorming-coach.md +0 -14
  39. package/templates/commonproject/.augment/commands/bmad/agents/cis-creative-problem-solver.md +0 -14
  40. package/templates/commonproject/.augment/commands/bmad/agents/cis-design-thinking-coach.md +0 -14
  41. package/templates/commonproject/.augment/commands/bmad/agents/cis-innovation-strategist.md +0 -14
  42. package/templates/commonproject/.augment/commands/bmad/agents/cis-presentation-master.md +0 -14
  43. package/templates/commonproject/.augment/commands/bmad/agents/cis-storyteller.md +0 -14
  44. package/templates/commonproject/.augment/commands/bmad/agents/core-bmad-master.md +0 -14
  45. package/templates/commonproject/.augment/commands/bmad/tasks/core-index-docs.md +0 -74
  46. package/templates/commonproject/.augment/commands/bmad/tasks/core-shard-doc.md +0 -118
  47. package/templates/commonproject/.augment/commands/bmad/workflows/bmb-agent.md +0 -5
  48. package/templates/commonproject/.augment/commands/bmad/workflows/bmb-module.md +0 -5
  49. package/templates/commonproject/.augment/commands/bmad/workflows/bmb-workflow.md +0 -5
  50. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-check-implementation-readiness.md +0 -5
  51. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-code-review.md +0 -13
  52. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-correct-course.md +0 -13
  53. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-create-architecture.md +0 -5
  54. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-create-epics-and-stories.md +0 -5
  55. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-create-excalidraw-dataflow.md +0 -13
  56. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-create-excalidraw-diagram.md +0 -13
  57. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-create-excalidraw-flowchart.md +0 -13
  58. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-create-excalidraw-wireframe.md +0 -13
  59. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-create-product-brief.md +0 -5
  60. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-create-story.md +0 -13
  61. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-create-ux-design.md +0 -5
  62. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-dev-story.md +0 -13
  63. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-document-project.md +0 -13
  64. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-generate-project-context.md +0 -5
  65. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-prd.md +0 -5
  66. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-quick-dev.md +0 -5
  67. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-quick-spec.md +0 -5
  68. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-research.md +0 -5
  69. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-retrospective.md +0 -13
  70. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-sprint-planning.md +0 -13
  71. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-sprint-status.md +0 -13
  72. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-testarch-atdd.md +0 -13
  73. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-testarch-automate.md +0 -13
  74. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-testarch-ci.md +0 -13
  75. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-testarch-framework.md +0 -13
  76. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-testarch-nfr.md +0 -13
  77. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-testarch-test-design.md +0 -13
  78. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-testarch-test-review.md +0 -13
  79. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-testarch-trace.md +0 -13
  80. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-workflow-init.md +0 -13
  81. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-workflow-status.md +0 -13
  82. package/templates/commonproject/.augment/commands/bmad/workflows/cis-design-thinking.md +0 -13
  83. package/templates/commonproject/.augment/commands/bmad/workflows/cis-innovation-strategy.md +0 -13
  84. package/templates/commonproject/.augment/commands/bmad/workflows/cis-problem-solving.md +0 -13
  85. package/templates/commonproject/.augment/commands/bmad/workflows/cis-storytelling.md +0 -13
  86. package/templates/commonproject/.augment/commands/bmad/workflows/core-brainstorming.md +0 -5
  87. package/templates/commonproject/.augment/commands/bmad/workflows/core-party-mode.md +0 -5
  88. package/templates/commonproject/.augment/commands/bmad/workflows/custom-ticket-lifecycle.md +0 -5
  89. package/templates/commonproject/.copier-answers.yml +0 -4
  90. package/templates/commonproject/.gemini/commands/bmad-agent-bmb-agent-builder.toml +0 -12
  91. package/templates/commonproject/.gemini/commands/bmad-agent-bmb-module-builder.toml +0 -12
  92. package/templates/commonproject/.gemini/commands/bmad-agent-bmb-workflow-builder.toml +0 -12
  93. package/templates/commonproject/.gemini/commands/bmad-agent-bmm-analyst.toml +0 -12
  94. package/templates/commonproject/.gemini/commands/bmad-agent-bmm-architect.toml +0 -12
  95. package/templates/commonproject/.gemini/commands/bmad-agent-bmm-dev.toml +0 -12
  96. package/templates/commonproject/.gemini/commands/bmad-agent-bmm-pm.toml +0 -12
  97. package/templates/commonproject/.gemini/commands/bmad-agent-bmm-quick-flow-solo-dev.toml +0 -12
  98. package/templates/commonproject/.gemini/commands/bmad-agent-bmm-sm.toml +0 -12
  99. package/templates/commonproject/.gemini/commands/bmad-agent-bmm-tea.toml +0 -12
  100. package/templates/commonproject/.gemini/commands/bmad-agent-bmm-tech-writer.toml +0 -12
  101. package/templates/commonproject/.gemini/commands/bmad-agent-bmm-ux-designer.toml +0 -12
  102. package/templates/commonproject/.gemini/commands/bmad-agent-cis-brainstorming-coach.toml +0 -12
  103. package/templates/commonproject/.gemini/commands/bmad-agent-cis-creative-problem-solver.toml +0 -12
  104. package/templates/commonproject/.gemini/commands/bmad-agent-cis-design-thinking-coach.toml +0 -12
  105. package/templates/commonproject/.gemini/commands/bmad-agent-cis-innovation-strategist.toml +0 -12
  106. package/templates/commonproject/.gemini/commands/bmad-agent-cis-presentation-master.toml +0 -12
  107. package/templates/commonproject/.gemini/commands/bmad-agent-cis-storyteller.toml +0 -12
  108. package/templates/commonproject/.gemini/commands/bmad-agent-core-bmad-master.toml +0 -12
  109. package/templates/commonproject/.gemini/commands/bmad-task-core-index-docs.toml +0 -12
  110. package/templates/commonproject/.gemini/commands/bmad-task-core-review-adversarial-general.toml +0 -12
  111. package/templates/commonproject/.gemini/commands/bmad-task-core-shard-doc.toml +0 -12
  112. package/templates/commonproject/.gemini/commands/bmad-task-core-workflow.toml +0 -12
  113. package/templates/commonproject/.gemini/commands/bmad-workflow-bmb-agent.toml +0 -4
  114. package/templates/commonproject/.gemini/commands/bmad-workflow-bmb-module.toml +0 -4
  115. package/templates/commonproject/.gemini/commands/bmad-workflow-bmb-workflow.toml +0 -4
  116. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-check-implementation-readiness.toml +0 -4
  117. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-code-review.toml +0 -12
  118. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-correct-course.toml +0 -12
  119. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-create-architecture.toml +0 -4
  120. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-create-epics-and-stories.toml +0 -4
  121. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-create-excalidraw-dataflow.toml +0 -12
  122. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-create-excalidraw-diagram.toml +0 -12
  123. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-create-excalidraw-flowchart.toml +0 -12
  124. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-create-excalidraw-wireframe.toml +0 -12
  125. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-create-product-brief.toml +0 -4
  126. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-create-story.toml +0 -12
  127. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-create-ux-design.toml +0 -4
  128. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-dev-story.toml +0 -12
  129. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-document-project.toml +0 -12
  130. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-generate-project-context.toml +0 -4
  131. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-prd.toml +0 -4
  132. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-quick-dev.toml +0 -4
  133. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-quick-spec.toml +0 -4
  134. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-research.toml +0 -4
  135. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-retrospective.toml +0 -12
  136. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-sprint-planning.toml +0 -12
  137. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-sprint-status.toml +0 -12
  138. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-testarch-atdd.toml +0 -12
  139. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-testarch-automate.toml +0 -12
  140. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-testarch-ci.toml +0 -12
  141. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-testarch-framework.toml +0 -12
  142. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-testarch-nfr.toml +0 -12
  143. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-testarch-test-design.toml +0 -12
  144. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-testarch-test-review.toml +0 -12
  145. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-testarch-trace.toml +0 -12
  146. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-workflow-init.toml +0 -12
  147. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-workflow-status.toml +0 -12
  148. package/templates/commonproject/.gemini/commands/bmad-workflow-cis-design-thinking.toml +0 -12
  149. package/templates/commonproject/.gemini/commands/bmad-workflow-cis-innovation-strategy.toml +0 -12
  150. package/templates/commonproject/.gemini/commands/bmad-workflow-cis-problem-solving.toml +0 -12
  151. package/templates/commonproject/.gemini/commands/bmad-workflow-cis-storytelling.toml +0 -12
  152. package/templates/commonproject/.gemini/commands/bmad-workflow-core-brainstorming.toml +0 -4
  153. package/templates/commonproject/.gemini/commands/bmad-workflow-core-party-mode.toml +0 -4
  154. package/templates/commonproject/.gemini/commands/bmad-workflow-custom-ticket-lifecycle.toml +0 -4
  155. package/templates/commonproject/.github/agents/bmd-custom-bmb-agent-builder.agent.md +0 -17
  156. package/templates/commonproject/.github/agents/bmd-custom-bmb-module-builder.agent.md +0 -17
  157. package/templates/commonproject/.github/agents/bmd-custom-bmb-workflow-builder.agent.md +0 -17
  158. package/templates/commonproject/.github/agents/bmd-custom-bmm-analyst.agent.md +0 -17
  159. package/templates/commonproject/.github/agents/bmd-custom-bmm-architect.agent.md +0 -17
  160. package/templates/commonproject/.github/agents/bmd-custom-bmm-dev.agent.md +0 -17
  161. package/templates/commonproject/.github/agents/bmd-custom-bmm-pm.agent.md +0 -17
  162. package/templates/commonproject/.github/agents/bmd-custom-bmm-quick-flow-solo-dev.agent.md +0 -17
  163. package/templates/commonproject/.github/agents/bmd-custom-bmm-sm.agent.md +0 -17
  164. package/templates/commonproject/.github/agents/bmd-custom-bmm-tea.agent.md +0 -17
  165. package/templates/commonproject/.github/agents/bmd-custom-bmm-tech-writer.agent.md +0 -17
  166. package/templates/commonproject/.github/agents/bmd-custom-bmm-ux-designer.agent.md +0 -17
  167. package/templates/commonproject/.github/agents/bmd-custom-cis-brainstorming-coach.agent.md +0 -17
  168. package/templates/commonproject/.github/agents/bmd-custom-cis-creative-problem-solver.agent.md +0 -17
  169. package/templates/commonproject/.github/agents/bmd-custom-cis-design-thinking-coach.agent.md +0 -17
  170. package/templates/commonproject/.github/agents/bmd-custom-cis-innovation-strategist.agent.md +0 -17
  171. package/templates/commonproject/.github/agents/bmd-custom-cis-presentation-master.agent.md +0 -17
  172. package/templates/commonproject/.github/agents/bmd-custom-cis-storyteller.agent.md +0 -17
  173. package/templates/commonproject/.github/agents/bmd-custom-core-bmad-master.agent.md +0 -17
  174. package/templates/commonproject/.mcp.json +0 -12
  175. package/templates/commonproject/.mise/scripts/claude +0 -13
  176. package/templates/commonproject/.mise/scripts/create-plane-project.sh +0 -149
  177. package/templates/commonproject/.mise/scripts/init-project.sh +0 -314
  178. package/templates/commonproject/.mise/scripts/link-agentfiles.sh +0 -9
  179. package/templates/commonproject/.opencode/agent/bmad-agent-bmb-agent-builder.md +0 -14
  180. package/templates/commonproject/.opencode/agent/bmad-agent-bmb-module-builder.md +0 -14
  181. package/templates/commonproject/.opencode/agent/bmad-agent-bmb-workflow-builder.md +0 -14
  182. package/templates/commonproject/.opencode/agent/bmad-agent-bmm-analyst.md +0 -14
  183. package/templates/commonproject/.opencode/agent/bmad-agent-bmm-architect.md +0 -14
  184. package/templates/commonproject/.opencode/agent/bmad-agent-bmm-dev.md +0 -14
  185. package/templates/commonproject/.opencode/agent/bmad-agent-bmm-pm.md +0 -14
  186. package/templates/commonproject/.opencode/agent/bmad-agent-bmm-quick-flow-solo-dev.md +0 -14
  187. package/templates/commonproject/.opencode/agent/bmad-agent-bmm-sm.md +0 -14
  188. package/templates/commonproject/.opencode/agent/bmad-agent-bmm-tea.md +0 -14
  189. package/templates/commonproject/.opencode/agent/bmad-agent-bmm-tech-writer.md +0 -14
  190. package/templates/commonproject/.opencode/agent/bmad-agent-bmm-ux-designer.md +0 -14
  191. package/templates/commonproject/.opencode/agent/bmad-agent-cis-brainstorming-coach.md +0 -14
  192. package/templates/commonproject/.opencode/agent/bmad-agent-cis-creative-problem-solver.md +0 -14
  193. package/templates/commonproject/.opencode/agent/bmad-agent-cis-design-thinking-coach.md +0 -14
  194. package/templates/commonproject/.opencode/agent/bmad-agent-cis-innovation-strategist.md +0 -14
  195. package/templates/commonproject/.opencode/agent/bmad-agent-cis-presentation-master.md +0 -14
  196. package/templates/commonproject/.opencode/agent/bmad-agent-cis-storyteller.md +0 -14
  197. package/templates/commonproject/.opencode/agent/bmad-agent-core-bmad-master.md +0 -14
  198. package/templates/commonproject/.opencode/command/bmad-bmb-agent.md +0 -5
  199. package/templates/commonproject/.opencode/command/bmad-bmb-module.md +0 -5
  200. package/templates/commonproject/.opencode/command/bmad-bmb-workflow.md +0 -5
  201. package/templates/commonproject/.opencode/command/bmad-bmm-check-implementation-readiness.md +0 -5
  202. package/templates/commonproject/.opencode/command/bmad-bmm-code-review.md +0 -13
  203. package/templates/commonproject/.opencode/command/bmad-bmm-correct-course.md +0 -13
  204. package/templates/commonproject/.opencode/command/bmad-bmm-create-architecture.md +0 -5
  205. package/templates/commonproject/.opencode/command/bmad-bmm-create-epics-and-stories.md +0 -5
  206. package/templates/commonproject/.opencode/command/bmad-bmm-create-excalidraw-dataflow.md +0 -13
  207. package/templates/commonproject/.opencode/command/bmad-bmm-create-excalidraw-diagram.md +0 -13
  208. package/templates/commonproject/.opencode/command/bmad-bmm-create-excalidraw-flowchart.md +0 -13
  209. package/templates/commonproject/.opencode/command/bmad-bmm-create-excalidraw-wireframe.md +0 -13
  210. package/templates/commonproject/.opencode/command/bmad-bmm-create-product-brief.md +0 -5
  211. package/templates/commonproject/.opencode/command/bmad-bmm-create-story.md +0 -13
  212. package/templates/commonproject/.opencode/command/bmad-bmm-create-ux-design.md +0 -5
  213. package/templates/commonproject/.opencode/command/bmad-bmm-dev-story.md +0 -13
  214. package/templates/commonproject/.opencode/command/bmad-bmm-document-project.md +0 -13
  215. package/templates/commonproject/.opencode/command/bmad-bmm-generate-project-context.md +0 -5
  216. package/templates/commonproject/.opencode/command/bmad-bmm-prd.md +0 -5
  217. package/templates/commonproject/.opencode/command/bmad-bmm-quick-dev.md +0 -5
  218. package/templates/commonproject/.opencode/command/bmad-bmm-quick-spec.md +0 -5
  219. package/templates/commonproject/.opencode/command/bmad-bmm-research.md +0 -5
  220. package/templates/commonproject/.opencode/command/bmad-bmm-retrospective.md +0 -13
  221. package/templates/commonproject/.opencode/command/bmad-bmm-sprint-planning.md +0 -13
  222. package/templates/commonproject/.opencode/command/bmad-bmm-sprint-status.md +0 -13
  223. package/templates/commonproject/.opencode/command/bmad-bmm-testarch-atdd.md +0 -13
  224. package/templates/commonproject/.opencode/command/bmad-bmm-testarch-automate.md +0 -13
  225. package/templates/commonproject/.opencode/command/bmad-bmm-testarch-ci.md +0 -13
  226. package/templates/commonproject/.opencode/command/bmad-bmm-testarch-framework.md +0 -13
  227. package/templates/commonproject/.opencode/command/bmad-bmm-testarch-nfr.md +0 -13
  228. package/templates/commonproject/.opencode/command/bmad-bmm-testarch-test-design.md +0 -13
  229. package/templates/commonproject/.opencode/command/bmad-bmm-testarch-test-review.md +0 -13
  230. package/templates/commonproject/.opencode/command/bmad-bmm-testarch-trace.md +0 -13
  231. package/templates/commonproject/.opencode/command/bmad-bmm-workflow-init.md +0 -13
  232. package/templates/commonproject/.opencode/command/bmad-bmm-workflow-status.md +0 -13
  233. package/templates/commonproject/.opencode/command/bmad-cis-design-thinking.md +0 -13
  234. package/templates/commonproject/.opencode/command/bmad-cis-innovation-strategy.md +0 -13
  235. package/templates/commonproject/.opencode/command/bmad-cis-problem-solving.md +0 -13
  236. package/templates/commonproject/.opencode/command/bmad-cis-storytelling.md +0 -13
  237. package/templates/commonproject/.opencode/command/bmad-core-brainstorming.md +0 -5
  238. package/templates/commonproject/.opencode/command/bmad-core-party-mode.md +0 -5
  239. package/templates/commonproject/.opencode/command/bmad-custom-ticket-lifecycle.md +0 -5
  240. package/templates/commonproject/.opencode/command/bmad-task-core-index-docs.md +0 -9
  241. package/templates/commonproject/.opencode/command/bmad-task-core-shard-doc.md +0 -9
  242. package/templates/commonproject/.plane.json +0 -6
  243. package/templates/commonproject/.scripts/test-template.sh +0 -63
  244. package/templates/commonproject/AGENTS.md +0 -86
  245. package/templates/commonproject/README.md +0 -172
  246. package/templates/commonproject/_bmad/_config/agent-manifest.csv +0 -20
  247. package/templates/commonproject/_bmad/_config/agents/bmb-agent-builder.customize.yaml +0 -41
  248. package/templates/commonproject/_bmad/_config/agents/bmb-module-builder.customize.yaml +0 -41
  249. package/templates/commonproject/_bmad/_config/agents/bmb-workflow-builder.customize.yaml +0 -41
  250. package/templates/commonproject/_bmad/_config/agents/bmm-analyst.customize.yaml +0 -41
  251. package/templates/commonproject/_bmad/_config/agents/bmm-architect.customize.yaml +0 -41
  252. package/templates/commonproject/_bmad/_config/agents/bmm-dev.customize.yaml +0 -41
  253. package/templates/commonproject/_bmad/_config/agents/bmm-pm.customize.yaml +0 -41
  254. package/templates/commonproject/_bmad/_config/agents/bmm-quick-flow-solo-dev.customize.yaml +0 -41
  255. package/templates/commonproject/_bmad/_config/agents/bmm-sm.customize.yaml +0 -41
  256. package/templates/commonproject/_bmad/_config/agents/bmm-tea.customize.yaml +0 -41
  257. package/templates/commonproject/_bmad/_config/agents/bmm-tech-writer.customize.yaml +0 -41
  258. package/templates/commonproject/_bmad/_config/agents/bmm-ux-designer.customize.yaml +0 -41
  259. package/templates/commonproject/_bmad/_config/agents/cis-brainstorming-coach.customize.yaml +0 -41
  260. package/templates/commonproject/_bmad/_config/agents/cis-creative-problem-solver.customize.yaml +0 -41
  261. package/templates/commonproject/_bmad/_config/agents/cis-design-thinking-coach.customize.yaml +0 -41
  262. package/templates/commonproject/_bmad/_config/agents/cis-innovation-strategist.customize.yaml +0 -41
  263. package/templates/commonproject/_bmad/_config/agents/cis-presentation-master.customize.yaml +0 -41
  264. package/templates/commonproject/_bmad/_config/agents/cis-storyteller.customize.yaml +0 -41
  265. package/templates/commonproject/_bmad/_config/agents/core-bmad-master.customize.yaml +0 -41
  266. package/templates/commonproject/_bmad/_config/custom/cache-manifest.yaml +0 -4
  267. package/templates/commonproject/_bmad/_config/custom/custom/module.yaml +0 -8
  268. package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/data/ac-sufficiency-rubric.md +0 -33
  269. package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/data/audit-comment-template.md +0 -54
  270. package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/data/event-schemas.md +0 -58
  271. package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/steps-c/step-01-init.md +0 -173
  272. package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/steps-c/step-02-triage.md +0 -159
  273. package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/steps-c/step-03-refine.md +0 -149
  274. package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/steps-c/step-04-implement.md +0 -147
  275. package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/steps-c/step-05-review.md +0 -146
  276. package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/steps-c/step-06-qa.md +0 -199
  277. package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/steps-c/step-07-complete.md +0 -141
  278. package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/steps-e/step-01-assess.md +0 -102
  279. package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/steps-e/step-02-apply.md +0 -85
  280. package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/steps-v/step-01-validate.md +0 -154
  281. package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/workflow-plan-ticket-lifecycle.md +0 -346
  282. package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/workflow.md +0 -84
  283. package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/workflow.yaml +0 -39
  284. package/templates/commonproject/_bmad/_config/files-manifest.csv +0 -483
  285. package/templates/commonproject/_bmad/_config/ides/claude-code.yaml +0 -6
  286. package/templates/commonproject/_bmad/_config/ides/codex.yaml +0 -5
  287. package/templates/commonproject/_bmad/_config/manifest.yaml +0 -18
  288. package/templates/commonproject/_bmad/_config/task-manifest.csv +0 -5
  289. package/templates/commonproject/_bmad/_config/tool-manifest.csv +0 -1
  290. package/templates/commonproject/_bmad/_config/workflow-manifest.csv +0 -43
  291. package/templates/commonproject/_bmad/_memory/config.yaml +0 -11
  292. package/templates/commonproject/_bmad/_memory/storyteller-sidecar/stories-told.md +0 -7
  293. package/templates/commonproject/_bmad/_memory/storyteller-sidecar/story-preferences.md +0 -7
  294. package/templates/commonproject/_bmad/bmb/README.md +0 -25
  295. package/templates/commonproject/_bmad/bmb/agents/agent-builder.md +0 -64
  296. package/templates/commonproject/_bmad/bmb/agents/module-builder.md +0 -65
  297. package/templates/commonproject/_bmad/bmb/agents/workflow-builder.md +0 -66
  298. package/templates/commonproject/_bmad/bmb/config.yaml +0 -12
  299. package/templates/commonproject/_bmad/bmb/workflows/agent/data/agent-compilation.md +0 -273
  300. package/templates/commonproject/_bmad/bmb/workflows/agent/data/agent-menu-patterns.md +0 -233
  301. package/templates/commonproject/_bmad/bmb/workflows/agent/data/agent-metadata.md +0 -208
  302. package/templates/commonproject/_bmad/bmb/workflows/agent/data/brainstorm-context.md +0 -146
  303. package/templates/commonproject/_bmad/bmb/workflows/agent/data/communication-presets.csv +0 -61
  304. package/templates/commonproject/_bmad/bmb/workflows/agent/data/critical-actions.md +0 -120
  305. package/templates/commonproject/_bmad/bmb/workflows/agent/data/expert-agent-architecture.md +0 -236
  306. package/templates/commonproject/_bmad/bmb/workflows/agent/data/expert-agent-validation.md +0 -174
  307. package/templates/commonproject/_bmad/bmb/workflows/agent/data/module-agent-validation.md +0 -126
  308. package/templates/commonproject/_bmad/bmb/workflows/agent/data/persona-properties.md +0 -266
  309. package/templates/commonproject/_bmad/bmb/workflows/agent/data/principles-crafting.md +0 -292
  310. package/templates/commonproject/_bmad/bmb/workflows/agent/data/reference/module-examples/architect.md +0 -68
  311. package/templates/commonproject/_bmad/bmb/workflows/agent/data/simple-agent-architecture.md +0 -204
  312. package/templates/commonproject/_bmad/bmb/workflows/agent/data/simple-agent-validation.md +0 -133
  313. package/templates/commonproject/_bmad/bmb/workflows/agent/data/understanding-agent-types.md +0 -222
  314. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-c/step-01-brainstorm.md +0 -128
  315. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-c/step-02-discovery.md +0 -170
  316. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-c/step-03-type-metadata.md +0 -296
  317. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-c/step-04-persona.md +0 -212
  318. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-c/step-05-commands-menu.md +0 -178
  319. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-c/step-06-activation.md +0 -279
  320. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-c/step-07a-build-simple.md +0 -187
  321. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-c/step-07b-build-expert.md +0 -201
  322. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-c/step-07c-build-module.md +0 -258
  323. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-c/step-08-celebrate.md +0 -249
  324. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-e/e-01-load-existing.md +0 -221
  325. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-e/e-02-discover-edits.md +0 -193
  326. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-e/e-03-placeholder.md +0 -1
  327. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-e/e-04-type-metadata.md +0 -124
  328. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-e/e-05-persona.md +0 -134
  329. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-e/e-06-commands-menu.md +0 -122
  330. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-e/e-07-activation.md +0 -125
  331. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-e/e-08a-edit-simple.md +0 -137
  332. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-e/e-08b-edit-expert.md +0 -119
  333. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-e/e-08c-edit-module.md +0 -123
  334. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-e/e-09-celebrate.md +0 -155
  335. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-v/v-01-load-review.md +0 -136
  336. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-v/v-02a-validate-metadata.md +0 -116
  337. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-v/v-02b-validate-persona.md +0 -124
  338. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-v/v-02c-validate-menu.md +0 -145
  339. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-v/v-02d-validate-structure.md +0 -136
  340. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-v/v-02e-validate-sidecar.md +0 -136
  341. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-v/v-03-summary.md +0 -104
  342. package/templates/commonproject/_bmad/bmb/workflows/agent/templates/agent-plan.template.md +0 -5
  343. package/templates/commonproject/_bmad/bmb/workflows/agent/templates/expert-agent-template/expert-agent.template.md +0 -77
  344. package/templates/commonproject/_bmad/bmb/workflows/agent/templates/simple-agent.template.md +0 -72
  345. package/templates/commonproject/_bmad/bmb/workflows/agent/workflow.md +0 -123
  346. package/templates/commonproject/_bmad/bmb/workflows/module/data/agent-architecture.md +0 -179
  347. package/templates/commonproject/_bmad/bmb/workflows/module/data/agent-spec-template.md +0 -79
  348. package/templates/commonproject/_bmad/bmb/workflows/module/data/module-installer-standards.md +0 -348
  349. package/templates/commonproject/_bmad/bmb/workflows/module/data/module-standards.md +0 -280
  350. package/templates/commonproject/_bmad/bmb/workflows/module/data/module-yaml-conventions.md +0 -392
  351. package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-01-welcome.md +0 -147
  352. package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-02-spark.md +0 -140
  353. package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-03-module-type.md +0 -148
  354. package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-04-vision.md +0 -82
  355. package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-05-identity.md +0 -96
  356. package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-06-users.md +0 -85
  357. package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-07-value.md +0 -75
  358. package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-08-agents.md +0 -96
  359. package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-09-workflows.md +0 -82
  360. package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-10-tools.md +0 -90
  361. package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-11-scenarios.md +0 -83
  362. package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-12-creative.md +0 -94
  363. package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-13-review.md +0 -104
  364. package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-14-finalize.md +0 -117
  365. package/templates/commonproject/_bmad/bmb/workflows/module/steps-c/step-01-load-brief.md +0 -178
  366. package/templates/commonproject/_bmad/bmb/workflows/module/steps-c/step-01b-continue.md +0 -83
  367. package/templates/commonproject/_bmad/bmb/workflows/module/steps-c/step-02-structure.md +0 -109
  368. package/templates/commonproject/_bmad/bmb/workflows/module/steps-c/step-03-config.md +0 -118
  369. package/templates/commonproject/_bmad/bmb/workflows/module/steps-c/step-04-installer.md +0 -160
  370. package/templates/commonproject/_bmad/bmb/workflows/module/steps-c/step-05-agents.md +0 -167
  371. package/templates/commonproject/_bmad/bmb/workflows/module/steps-c/step-06-workflows.md +0 -183
  372. package/templates/commonproject/_bmad/bmb/workflows/module/steps-c/step-07-docs.md +0 -402
  373. package/templates/commonproject/_bmad/bmb/workflows/module/steps-c/step-08-complete.md +0 -123
  374. package/templates/commonproject/_bmad/bmb/workflows/module/steps-e/step-01-load-target.md +0 -81
  375. package/templates/commonproject/_bmad/bmb/workflows/module/steps-e/step-02-select-edit.md +0 -77
  376. package/templates/commonproject/_bmad/bmb/workflows/module/steps-e/step-03-apply-edit.md +0 -77
  377. package/templates/commonproject/_bmad/bmb/workflows/module/steps-e/step-04-review.md +0 -80
  378. package/templates/commonproject/_bmad/bmb/workflows/module/steps-e/step-05-confirm.md +0 -75
  379. package/templates/commonproject/_bmad/bmb/workflows/module/steps-v/step-01-load-target.md +0 -96
  380. package/templates/commonproject/_bmad/bmb/workflows/module/steps-v/step-02-file-structure.md +0 -94
  381. package/templates/commonproject/_bmad/bmb/workflows/module/steps-v/step-03-module-yaml.md +0 -99
  382. package/templates/commonproject/_bmad/bmb/workflows/module/steps-v/step-04-agent-specs.md +0 -152
  383. package/templates/commonproject/_bmad/bmb/workflows/module/steps-v/step-05-workflow-specs.md +0 -152
  384. package/templates/commonproject/_bmad/bmb/workflows/module/steps-v/step-06-documentation.md +0 -143
  385. package/templates/commonproject/_bmad/bmb/workflows/module/steps-v/step-07-installation.md +0 -113
  386. package/templates/commonproject/_bmad/bmb/workflows/module/steps-v/step-08-report.md +0 -197
  387. package/templates/commonproject/_bmad/bmb/workflows/module/templates/brief-template.md +0 -154
  388. package/templates/commonproject/_bmad/bmb/workflows/module/templates/workflow-spec-template.md +0 -96
  389. package/templates/commonproject/_bmad/bmb/workflows/module/workflow.md +0 -100
  390. package/templates/commonproject/_bmad/bmb/workflows/workflow/data/architecture.md +0 -152
  391. package/templates/commonproject/_bmad/bmb/workflows/workflow/data/common-workflow-tools.csv +0 -19
  392. package/templates/commonproject/_bmad/bmb/workflows/workflow/data/csv-data-file-standards.md +0 -81
  393. package/templates/commonproject/_bmad/bmb/workflows/workflow/data/frontmatter-standards.md +0 -225
  394. package/templates/commonproject/_bmad/bmb/workflows/workflow/data/input-discovery-standards.md +0 -269
  395. package/templates/commonproject/_bmad/bmb/workflows/workflow/data/intent-vs-prescriptive-spectrum.md +0 -50
  396. package/templates/commonproject/_bmad/bmb/workflows/workflow/data/menu-handling-standards.md +0 -167
  397. package/templates/commonproject/_bmad/bmb/workflows/workflow/data/output-format-standards.md +0 -188
  398. package/templates/commonproject/_bmad/bmb/workflows/workflow/data/step-file-rules.md +0 -235
  399. package/templates/commonproject/_bmad/bmb/workflows/workflow/data/step-type-patterns.md +0 -311
  400. package/templates/commonproject/_bmad/bmb/workflows/workflow/data/subprocess-optimization-patterns.md +0 -386
  401. package/templates/commonproject/_bmad/bmb/workflows/workflow/data/trimodal-workflow-structure.md +0 -209
  402. package/templates/commonproject/_bmad/bmb/workflows/workflow/data/workflow-chaining-standards.md +0 -271
  403. package/templates/commonproject/_bmad/bmb/workflows/workflow/data/workflow-examples.md +0 -276
  404. package/templates/commonproject/_bmad/bmb/workflows/workflow/data/workflow-type-criteria.md +0 -172
  405. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-00-conversion.md +0 -262
  406. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-01-discovery.md +0 -194
  407. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-01b-continuation.md +0 -3
  408. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-02-classification.md +0 -269
  409. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-03-requirements.md +0 -282
  410. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-04-tools.md +0 -281
  411. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-05-plan-review.md +0 -242
  412. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-06-design.md +0 -329
  413. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-07-foundation.md +0 -238
  414. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-08-build-step-01.md +0 -377
  415. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-09-build-next-step.md +0 -350
  416. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-10-confirmation.md +0 -320
  417. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-11-completion.md +0 -191
  418. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-e/step-e-01-assess-workflow.md +0 -237
  419. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-e/step-e-02-discover-edits.md +0 -248
  420. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-e/step-e-03-fix-validation.md +0 -252
  421. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-e/step-e-04-direct-edit.md +0 -275
  422. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-e/step-e-05-apply-edit.md +0 -154
  423. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-e/step-e-06-validate-after.md +0 -190
  424. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-e/step-e-07-complete.md +0 -206
  425. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-01-validate-max-mode.md +0 -109
  426. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-01-validate.md +0 -221
  427. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-01b-structure.md +0 -152
  428. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-02-frontmatter-validation.md +0 -199
  429. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-02b-path-violations.md +0 -265
  430. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-03-menu-validation.md +0 -164
  431. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-04-step-type-validation.md +0 -211
  432. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-05-output-format-validation.md +0 -200
  433. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-06-validation-design-check.md +0 -195
  434. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-07-instruction-style-check.md +0 -209
  435. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-08-collaborative-experience-check.md +0 -199
  436. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-08b-subprocess-optimization.md +0 -179
  437. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-09-cohesive-review.md +0 -186
  438. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-10-report-complete.md +0 -154
  439. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-11-plan-validation.md +0 -237
  440. package/templates/commonproject/_bmad/bmb/workflows/workflow/templates/minimal-output-template.md +0 -11
  441. package/templates/commonproject/_bmad/bmb/workflows/workflow/templates/step-01-init-continuable-template.md +0 -241
  442. package/templates/commonproject/_bmad/bmb/workflows/workflow/templates/step-1b-template.md +0 -223
  443. package/templates/commonproject/_bmad/bmb/workflows/workflow/templates/step-template.md +0 -290
  444. package/templates/commonproject/_bmad/bmb/workflows/workflow/templates/workflow-template.md +0 -102
  445. package/templates/commonproject/_bmad/bmb/workflows/workflow/workflow.md +0 -109
  446. package/templates/commonproject/_bmad/bmm/agents/analyst.md +0 -82
  447. package/templates/commonproject/_bmad/bmm/agents/architect.md +0 -74
  448. package/templates/commonproject/_bmad/bmm/agents/dev.md +0 -76
  449. package/templates/commonproject/_bmad/bmm/agents/pm.md +0 -78
  450. package/templates/commonproject/_bmad/bmm/agents/quick-flow-solo-dev.md +0 -74
  451. package/templates/commonproject/_bmad/bmm/agents/sm.md +0 -77
  452. package/templates/commonproject/_bmad/bmm/agents/tea.md +0 -77
  453. package/templates/commonproject/_bmad/bmm/agents/tech-writer.md +0 -78
  454. package/templates/commonproject/_bmad/bmm/agents/ux-designer.md +0 -74
  455. package/templates/commonproject/_bmad/bmm/config.yaml +0 -18
  456. package/templates/commonproject/_bmad/bmm/data/README.md +0 -29
  457. package/templates/commonproject/_bmad/bmm/data/documentation-standards.md +0 -262
  458. package/templates/commonproject/_bmad/bmm/data/project-context-template.md +0 -40
  459. package/templates/commonproject/_bmad/bmm/teams/default-party.csv +0 -21
  460. package/templates/commonproject/_bmad/bmm/teams/team-fullstack.yaml +0 -12
  461. package/templates/commonproject/_bmad/bmm/testarch/knowledge/api-request.md +0 -442
  462. package/templates/commonproject/_bmad/bmm/testarch/knowledge/api-testing-patterns.md +0 -843
  463. package/templates/commonproject/_bmad/bmm/testarch/knowledge/auth-session.md +0 -552
  464. package/templates/commonproject/_bmad/bmm/testarch/knowledge/burn-in.md +0 -273
  465. package/templates/commonproject/_bmad/bmm/testarch/knowledge/ci-burn-in.md +0 -675
  466. package/templates/commonproject/_bmad/bmm/testarch/knowledge/component-tdd.md +0 -486
  467. package/templates/commonproject/_bmad/bmm/testarch/knowledge/contract-testing.md +0 -957
  468. package/templates/commonproject/_bmad/bmm/testarch/knowledge/data-factories.md +0 -500
  469. package/templates/commonproject/_bmad/bmm/testarch/knowledge/email-auth.md +0 -721
  470. package/templates/commonproject/_bmad/bmm/testarch/knowledge/error-handling.md +0 -725
  471. package/templates/commonproject/_bmad/bmm/testarch/knowledge/feature-flags.md +0 -750
  472. package/templates/commonproject/_bmad/bmm/testarch/knowledge/file-utils.md +0 -463
  473. package/templates/commonproject/_bmad/bmm/testarch/knowledge/fixture-architecture.md +0 -401
  474. package/templates/commonproject/_bmad/bmm/testarch/knowledge/fixtures-composition.md +0 -382
  475. package/templates/commonproject/_bmad/bmm/testarch/knowledge/intercept-network-call.md +0 -430
  476. package/templates/commonproject/_bmad/bmm/testarch/knowledge/log.md +0 -429
  477. package/templates/commonproject/_bmad/bmm/testarch/knowledge/network-error-monitor.md +0 -405
  478. package/templates/commonproject/_bmad/bmm/testarch/knowledge/network-first.md +0 -486
  479. package/templates/commonproject/_bmad/bmm/testarch/knowledge/network-recorder.md +0 -527
  480. package/templates/commonproject/_bmad/bmm/testarch/knowledge/nfr-criteria.md +0 -670
  481. package/templates/commonproject/_bmad/bmm/testarch/knowledge/overview.md +0 -286
  482. package/templates/commonproject/_bmad/bmm/testarch/knowledge/playwright-config.md +0 -730
  483. package/templates/commonproject/_bmad/bmm/testarch/knowledge/probability-impact.md +0 -601
  484. package/templates/commonproject/_bmad/bmm/testarch/knowledge/recurse.md +0 -421
  485. package/templates/commonproject/_bmad/bmm/testarch/knowledge/risk-governance.md +0 -615
  486. package/templates/commonproject/_bmad/bmm/testarch/knowledge/selective-testing.md +0 -732
  487. package/templates/commonproject/_bmad/bmm/testarch/knowledge/selector-resilience.md +0 -527
  488. package/templates/commonproject/_bmad/bmm/testarch/knowledge/test-healing-patterns.md +0 -644
  489. package/templates/commonproject/_bmad/bmm/testarch/knowledge/test-levels-framework.md +0 -473
  490. package/templates/commonproject/_bmad/bmm/testarch/knowledge/test-priorities-matrix.md +0 -373
  491. package/templates/commonproject/_bmad/bmm/testarch/knowledge/test-quality.md +0 -664
  492. package/templates/commonproject/_bmad/bmm/testarch/knowledge/timing-debugging.md +0 -372
  493. package/templates/commonproject/_bmad/bmm/testarch/knowledge/visual-debugging.md +0 -524
  494. package/templates/commonproject/_bmad/bmm/testarch/tea-index.csv +0 -34
  495. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/create-product-brief/product-brief.template.md +0 -10
  496. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-01-init.md +0 -177
  497. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-01b-continue.md +0 -161
  498. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-02-vision.md +0 -199
  499. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-03-users.md +0 -202
  500. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-04-metrics.md +0 -205
  501. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-05-scope.md +0 -219
  502. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-06-complete.md +0 -194
  503. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/create-product-brief/workflow.md +0 -58
  504. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-01-init.md +0 -137
  505. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-02-domain-analysis.md +0 -229
  506. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-03-competitive-landscape.md +0 -238
  507. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-04-regulatory-focus.md +0 -206
  508. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-05-technical-trends.md +0 -234
  509. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-06-research-synthesis.md +0 -443
  510. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/market-steps/step-01-init.md +0 -182
  511. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/market-steps/step-02-customer-behavior.md +0 -237
  512. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/market-steps/step-02-customer-insights.md +0 -200
  513. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/market-steps/step-03-customer-pain-points.md +0 -249
  514. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/market-steps/step-04-customer-decisions.md +0 -259
  515. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/market-steps/step-05-competitive-analysis.md +0 -177
  516. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/market-steps/step-06-research-completion.md +0 -475
  517. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/research.template.md +0 -29
  518. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-01-init.md +0 -137
  519. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-02-technical-overview.md +0 -239
  520. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-03-integration-patterns.md +0 -248
  521. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-04-architectural-patterns.md +0 -202
  522. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-05-implementation-research.md +0 -239
  523. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-06-research-synthesis.md +0 -486
  524. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/workflow.md +0 -173
  525. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01-init.md +0 -135
  526. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01b-continue.md +0 -127
  527. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-02-discovery.md +0 -190
  528. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-03-core-experience.md +0 -216
  529. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-04-emotional-response.md +0 -219
  530. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-05-inspiration.md +0 -234
  531. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-06-design-system.md +0 -252
  532. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-07-defining-experience.md +0 -254
  533. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-08-visual-foundation.md +0 -224
  534. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-09-design-directions.md +0 -224
  535. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-10-user-journeys.md +0 -241
  536. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-11-component-strategy.md +0 -248
  537. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-12-ux-patterns.md +0 -237
  538. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-13-responsive-accessibility.md +0 -264
  539. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-14-complete.md +0 -228
  540. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/ux-design-template.md +0 -13
  541. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md +0 -43
  542. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/data/domain-complexity.csv +0 -13
  543. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/data/prd-purpose.md +0 -197
  544. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/data/project-types.csv +0 -11
  545. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-01-init.md +0 -191
  546. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-01b-continue.md +0 -153
  547. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-02-discovery.md +0 -224
  548. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-03-success.md +0 -226
  549. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-04-journeys.md +0 -213
  550. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-05-domain.md +0 -207
  551. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-06-innovation.md +0 -226
  552. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-07-project-type.md +0 -237
  553. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-08-scoping.md +0 -228
  554. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-09-functional.md +0 -231
  555. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-10-nonfunctional.md +0 -242
  556. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-11-polish.md +0 -217
  557. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-12-complete.md +0 -180
  558. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-e/step-e-01-discovery.md +0 -247
  559. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-e/step-e-01b-legacy-conversion.md +0 -208
  560. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-e/step-e-02-review.md +0 -249
  561. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-e/step-e-03-edit.md +0 -253
  562. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-e/step-e-04-complete.md +0 -168
  563. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-01-discovery.md +0 -218
  564. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-02-format-detection.md +0 -191
  565. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-02b-parity-check.md +0 -209
  566. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-03-density-validation.md +0 -174
  567. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-04-brief-coverage-validation.md +0 -214
  568. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-05-measurability-validation.md +0 -228
  569. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-06-traceability-validation.md +0 -217
  570. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-07-implementation-leakage-validation.md +0 -205
  571. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-08-domain-compliance-validation.md +0 -243
  572. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-09-project-type-validation.md +0 -263
  573. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-10-smart-validation.md +0 -209
  574. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-11-holistic-quality-validation.md +0 -264
  575. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-12-completeness-validation.md +0 -242
  576. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-13-report-complete.md +0 -232
  577. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/templates/prd-template.md +0 -10
  578. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/validation-report-prd-workflow.md +0 -433
  579. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/workflow.md +0 -150
  580. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-01-document-discovery.md +0 -190
  581. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-02-prd-analysis.md +0 -178
  582. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-03-epic-coverage-validation.md +0 -179
  583. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-04-ux-alignment.md +0 -139
  584. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-05-epic-quality-review.md +0 -252
  585. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-06-final-assessment.md +0 -133
  586. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/templates/readiness-report-template.md +0 -4
  587. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md +0 -55
  588. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/architecture-decision-template.md +0 -12
  589. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/data/domain-complexity.csv +0 -11
  590. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/data/project-types.csv +0 -7
  591. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-01-init.md +0 -153
  592. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-01b-continue.md +0 -164
  593. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-02-context.md +0 -224
  594. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-03-starter.md +0 -331
  595. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-04-decisions.md +0 -318
  596. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-05-patterns.md +0 -359
  597. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-06-structure.md +0 -379
  598. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-07-validation.md +0 -359
  599. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-08-complete.md +0 -352
  600. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/workflow.md +0 -50
  601. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-01-validate-prerequisites.md +0 -259
  602. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-02-design-epics.md +0 -233
  603. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-03-create-stories.md +0 -272
  604. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-04-final-validation.md +0 -145
  605. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/templates/epics-template.md +0 -57
  606. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md +0 -59
  607. package/templates/commonproject/_bmad/bmm/workflows/4-implementation/code-review/checklist.md +0 -23
  608. package/templates/commonproject/_bmad/bmm/workflows/4-implementation/code-review/instructions.xml +0 -227
  609. package/templates/commonproject/_bmad/bmm/workflows/4-implementation/code-review/workflow.yaml +0 -50
  610. package/templates/commonproject/_bmad/bmm/workflows/4-implementation/correct-course/checklist.md +0 -279
  611. package/templates/commonproject/_bmad/bmm/workflows/4-implementation/correct-course/instructions.md +0 -206
  612. package/templates/commonproject/_bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml +0 -58
  613. package/templates/commonproject/_bmad/bmm/workflows/4-implementation/create-story/checklist.md +0 -358
  614. package/templates/commonproject/_bmad/bmm/workflows/4-implementation/create-story/instructions.xml +0 -345
  615. package/templates/commonproject/_bmad/bmm/workflows/4-implementation/create-story/template.md +0 -49
  616. package/templates/commonproject/_bmad/bmm/workflows/4-implementation/create-story/workflow.yaml +0 -59
  617. package/templates/commonproject/_bmad/bmm/workflows/4-implementation/dev-story/checklist.md +0 -80
  618. package/templates/commonproject/_bmad/bmm/workflows/4-implementation/dev-story/instructions.xml +0 -410
  619. package/templates/commonproject/_bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml +0 -25
  620. package/templates/commonproject/_bmad/bmm/workflows/4-implementation/retrospective/instructions.md +0 -1443
  621. package/templates/commonproject/_bmad/bmm/workflows/4-implementation/retrospective/workflow.yaml +0 -57
  622. package/templates/commonproject/_bmad/bmm/workflows/4-implementation/sprint-planning/checklist.md +0 -33
  623. package/templates/commonproject/_bmad/bmm/workflows/4-implementation/sprint-planning/instructions.md +0 -225
  624. package/templates/commonproject/_bmad/bmm/workflows/4-implementation/sprint-planning/sprint-status-template.yaml +0 -55
  625. package/templates/commonproject/_bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +0 -52
  626. package/templates/commonproject/_bmad/bmm/workflows/4-implementation/sprint-status/instructions.md +0 -229
  627. package/templates/commonproject/_bmad/bmm/workflows/4-implementation/sprint-status/workflow.yaml +0 -35
  628. package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-01-mode-detection.md +0 -156
  629. package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-02-context-gathering.md +0 -120
  630. package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-03-execute.md +0 -113
  631. package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-04-self-check.md +0 -113
  632. package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-05-adversarial-review.md +0 -106
  633. package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-06-resolve-findings.md +0 -140
  634. package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md +0 -52
  635. package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-01-understand.md +0 -189
  636. package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-02-investigate.md +0 -144
  637. package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-03-generate.md +0 -128
  638. package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-04-review.md +0 -173
  639. package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/tech-spec-template.md +0 -74
  640. package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/workflow.md +0 -79
  641. package/templates/commonproject/_bmad/bmm/workflows/document-project/checklist.md +0 -245
  642. package/templates/commonproject/_bmad/bmm/workflows/document-project/documentation-requirements.csv +0 -12
  643. package/templates/commonproject/_bmad/bmm/workflows/document-project/instructions.md +0 -221
  644. package/templates/commonproject/_bmad/bmm/workflows/document-project/templates/deep-dive-template.md +0 -345
  645. package/templates/commonproject/_bmad/bmm/workflows/document-project/templates/index-template.md +0 -169
  646. package/templates/commonproject/_bmad/bmm/workflows/document-project/templates/project-overview-template.md +0 -103
  647. package/templates/commonproject/_bmad/bmm/workflows/document-project/templates/project-scan-report-schema.json +0 -160
  648. package/templates/commonproject/_bmad/bmm/workflows/document-project/templates/source-tree-template.md +0 -135
  649. package/templates/commonproject/_bmad/bmm/workflows/document-project/workflow.yaml +0 -28
  650. package/templates/commonproject/_bmad/bmm/workflows/document-project/workflows/deep-dive-instructions.md +0 -298
  651. package/templates/commonproject/_bmad/bmm/workflows/document-project/workflows/deep-dive.yaml +0 -31
  652. package/templates/commonproject/_bmad/bmm/workflows/document-project/workflows/full-scan-instructions.md +0 -1106
  653. package/templates/commonproject/_bmad/bmm/workflows/document-project/workflows/full-scan.yaml +0 -31
  654. package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/_shared/excalidraw-library.json +0 -90
  655. package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/_shared/excalidraw-templates.yaml +0 -127
  656. package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/create-dataflow/checklist.md +0 -39
  657. package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/create-dataflow/instructions.md +0 -130
  658. package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/create-dataflow/workflow.yaml +0 -26
  659. package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/create-diagram/checklist.md +0 -43
  660. package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/create-diagram/instructions.md +0 -141
  661. package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/create-diagram/workflow.yaml +0 -26
  662. package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/create-flowchart/checklist.md +0 -49
  663. package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/create-flowchart/instructions.md +0 -241
  664. package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/create-flowchart/workflow.yaml +0 -26
  665. package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/create-wireframe/checklist.md +0 -38
  666. package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/create-wireframe/instructions.md +0 -133
  667. package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/create-wireframe/workflow.yaml +0 -26
  668. package/templates/commonproject/_bmad/bmm/workflows/generate-project-context/project-context-template.md +0 -21
  669. package/templates/commonproject/_bmad/bmm/workflows/generate-project-context/steps/step-01-discover.md +0 -184
  670. package/templates/commonproject/_bmad/bmm/workflows/generate-project-context/steps/step-02-generate.md +0 -318
  671. package/templates/commonproject/_bmad/bmm/workflows/generate-project-context/steps/step-03-complete.md +0 -278
  672. package/templates/commonproject/_bmad/bmm/workflows/generate-project-context/workflow.md +0 -49
  673. package/templates/commonproject/_bmad/bmm/workflows/testarch/atdd/atdd-checklist-template.md +0 -364
  674. package/templates/commonproject/_bmad/bmm/workflows/testarch/atdd/checklist.md +0 -374
  675. package/templates/commonproject/_bmad/bmm/workflows/testarch/atdd/instructions.md +0 -806
  676. package/templates/commonproject/_bmad/bmm/workflows/testarch/atdd/workflow.yaml +0 -45
  677. package/templates/commonproject/_bmad/bmm/workflows/testarch/automate/checklist.md +0 -582
  678. package/templates/commonproject/_bmad/bmm/workflows/testarch/automate/instructions.md +0 -1324
  679. package/templates/commonproject/_bmad/bmm/workflows/testarch/automate/workflow.yaml +0 -52
  680. package/templates/commonproject/_bmad/bmm/workflows/testarch/ci/checklist.md +0 -248
  681. package/templates/commonproject/_bmad/bmm/workflows/testarch/ci/github-actions-template.yaml +0 -198
  682. package/templates/commonproject/_bmad/bmm/workflows/testarch/ci/gitlab-ci-template.yaml +0 -149
  683. package/templates/commonproject/_bmad/bmm/workflows/testarch/ci/instructions.md +0 -536
  684. package/templates/commonproject/_bmad/bmm/workflows/testarch/ci/workflow.yaml +0 -45
  685. package/templates/commonproject/_bmad/bmm/workflows/testarch/framework/checklist.md +0 -321
  686. package/templates/commonproject/_bmad/bmm/workflows/testarch/framework/instructions.md +0 -481
  687. package/templates/commonproject/_bmad/bmm/workflows/testarch/framework/workflow.yaml +0 -47
  688. package/templates/commonproject/_bmad/bmm/workflows/testarch/nfr-assess/checklist.md +0 -407
  689. package/templates/commonproject/_bmad/bmm/workflows/testarch/nfr-assess/instructions.md +0 -722
  690. package/templates/commonproject/_bmad/bmm/workflows/testarch/nfr-assess/nfr-report-template.md +0 -445
  691. package/templates/commonproject/_bmad/bmm/workflows/testarch/nfr-assess/workflow.yaml +0 -47
  692. package/templates/commonproject/_bmad/bmm/workflows/testarch/test-design/checklist.md +0 -235
  693. package/templates/commonproject/_bmad/bmm/workflows/testarch/test-design/instructions.md +0 -788
  694. package/templates/commonproject/_bmad/bmm/workflows/testarch/test-design/test-design-template.md +0 -294
  695. package/templates/commonproject/_bmad/bmm/workflows/testarch/test-design/workflow.yaml +0 -54
  696. package/templates/commonproject/_bmad/bmm/workflows/testarch/test-review/checklist.md +0 -472
  697. package/templates/commonproject/_bmad/bmm/workflows/testarch/test-review/instructions.md +0 -628
  698. package/templates/commonproject/_bmad/bmm/workflows/testarch/test-review/test-review-template.md +0 -390
  699. package/templates/commonproject/_bmad/bmm/workflows/testarch/test-review/workflow.yaml +0 -46
  700. package/templates/commonproject/_bmad/bmm/workflows/testarch/trace/checklist.md +0 -655
  701. package/templates/commonproject/_bmad/bmm/workflows/testarch/trace/instructions.md +0 -1047
  702. package/templates/commonproject/_bmad/bmm/workflows/testarch/trace/trace-template.md +0 -675
  703. package/templates/commonproject/_bmad/bmm/workflows/testarch/trace/workflow.yaml +0 -55
  704. package/templates/commonproject/_bmad/bmm/workflows/workflow-status/init/instructions.md +0 -346
  705. package/templates/commonproject/_bmad/bmm/workflows/workflow-status/init/workflow.yaml +0 -29
  706. package/templates/commonproject/_bmad/bmm/workflows/workflow-status/instructions.md +0 -395
  707. package/templates/commonproject/_bmad/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +0 -103
  708. package/templates/commonproject/_bmad/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +0 -100
  709. package/templates/commonproject/_bmad/bmm/workflows/workflow-status/paths/method-brownfield.yaml +0 -103
  710. package/templates/commonproject/_bmad/bmm/workflows/workflow-status/paths/method-greenfield.yaml +0 -100
  711. package/templates/commonproject/_bmad/bmm/workflows/workflow-status/project-levels.yaml +0 -59
  712. package/templates/commonproject/_bmad/bmm/workflows/workflow-status/workflow-status-template.yaml +0 -24
  713. package/templates/commonproject/_bmad/bmm/workflows/workflow-status/workflow.yaml +0 -30
  714. package/templates/commonproject/_bmad/cis/agents/brainstorming-coach.md +0 -66
  715. package/templates/commonproject/_bmad/cis/agents/creative-problem-solver.md +0 -66
  716. package/templates/commonproject/_bmad/cis/agents/design-thinking-coach.md +0 -66
  717. package/templates/commonproject/_bmad/cis/agents/innovation-strategist.md +0 -66
  718. package/templates/commonproject/_bmad/cis/agents/presentation-master.md +0 -72
  719. package/templates/commonproject/_bmad/cis/agents/storyteller/storyteller.md +0 -63
  720. package/templates/commonproject/_bmad/cis/config.yaml +0 -11
  721. package/templates/commonproject/_bmad/cis/teams/creative-squad.yaml +0 -7
  722. package/templates/commonproject/_bmad/cis/teams/default-party.csv +0 -12
  723. package/templates/commonproject/_bmad/cis/workflows/README.md +0 -139
  724. package/templates/commonproject/_bmad/cis/workflows/design-thinking/README.md +0 -56
  725. package/templates/commonproject/_bmad/cis/workflows/design-thinking/design-methods.csv +0 -31
  726. package/templates/commonproject/_bmad/cis/workflows/design-thinking/instructions.md +0 -202
  727. package/templates/commonproject/_bmad/cis/workflows/design-thinking/template.md +0 -111
  728. package/templates/commonproject/_bmad/cis/workflows/design-thinking/workflow.yaml +0 -27
  729. package/templates/commonproject/_bmad/cis/workflows/innovation-strategy/README.md +0 -56
  730. package/templates/commonproject/_bmad/cis/workflows/innovation-strategy/innovation-frameworks.csv +0 -31
  731. package/templates/commonproject/_bmad/cis/workflows/innovation-strategy/instructions.md +0 -276
  732. package/templates/commonproject/_bmad/cis/workflows/innovation-strategy/template.md +0 -189
  733. package/templates/commonproject/_bmad/cis/workflows/innovation-strategy/workflow.yaml +0 -27
  734. package/templates/commonproject/_bmad/cis/workflows/problem-solving/README.md +0 -56
  735. package/templates/commonproject/_bmad/cis/workflows/problem-solving/instructions.md +0 -252
  736. package/templates/commonproject/_bmad/cis/workflows/problem-solving/solving-methods.csv +0 -31
  737. package/templates/commonproject/_bmad/cis/workflows/problem-solving/template.md +0 -165
  738. package/templates/commonproject/_bmad/cis/workflows/problem-solving/workflow.yaml +0 -27
  739. package/templates/commonproject/_bmad/cis/workflows/storytelling/README.md +0 -58
  740. package/templates/commonproject/_bmad/cis/workflows/storytelling/instructions.md +0 -293
  741. package/templates/commonproject/_bmad/cis/workflows/storytelling/story-types.csv +0 -26
  742. package/templates/commonproject/_bmad/cis/workflows/storytelling/template.md +0 -113
  743. package/templates/commonproject/_bmad/cis/workflows/storytelling/workflow.yaml +0 -27
  744. package/templates/commonproject/_bmad/core/agents/bmad-master.md +0 -63
  745. package/templates/commonproject/_bmad/core/config.yaml +0 -9
  746. package/templates/commonproject/_bmad/core/resources/excalidraw/README.md +0 -160
  747. package/templates/commonproject/_bmad/core/resources/excalidraw/excalidraw-helpers.md +0 -127
  748. package/templates/commonproject/_bmad/core/resources/excalidraw/library-loader.md +0 -50
  749. package/templates/commonproject/_bmad/core/resources/excalidraw/validate-json-instructions.md +0 -79
  750. package/templates/commonproject/_bmad/core/tasks/index-docs.xml +0 -65
  751. package/templates/commonproject/_bmad/core/tasks/review-adversarial-general.xml +0 -41
  752. package/templates/commonproject/_bmad/core/tasks/shard-doc.xml +0 -109
  753. package/templates/commonproject/_bmad/core/tasks/workflow.xml +0 -235
  754. package/templates/commonproject/_bmad/core/workflows/advanced-elicitation/methods.csv +0 -51
  755. package/templates/commonproject/_bmad/core/workflows/advanced-elicitation/workflow.xml +0 -117
  756. package/templates/commonproject/_bmad/core/workflows/brainstorming/brain-methods.csv +0 -62
  757. package/templates/commonproject/_bmad/core/workflows/brainstorming/steps/step-01-session-setup.md +0 -197
  758. package/templates/commonproject/_bmad/core/workflows/brainstorming/steps/step-01b-continue.md +0 -122
  759. package/templates/commonproject/_bmad/core/workflows/brainstorming/steps/step-02a-user-selected.md +0 -225
  760. package/templates/commonproject/_bmad/core/workflows/brainstorming/steps/step-02b-ai-recommended.md +0 -237
  761. package/templates/commonproject/_bmad/core/workflows/brainstorming/steps/step-02c-random-selection.md +0 -209
  762. package/templates/commonproject/_bmad/core/workflows/brainstorming/steps/step-02d-progressive-flow.md +0 -264
  763. package/templates/commonproject/_bmad/core/workflows/brainstorming/steps/step-03-technique-execution.md +0 -399
  764. package/templates/commonproject/_bmad/core/workflows/brainstorming/steps/step-04-idea-organization.md +0 -303
  765. package/templates/commonproject/_bmad/core/workflows/brainstorming/template.md +0 -15
  766. package/templates/commonproject/_bmad/core/workflows/brainstorming/workflow.md +0 -58
  767. package/templates/commonproject/_bmad/core/workflows/party-mode/steps/step-01-agent-loading.md +0 -139
  768. package/templates/commonproject/_bmad/core/workflows/party-mode/steps/step-02-discussion-orchestration.md +0 -204
  769. package/templates/commonproject/_bmad/core/workflows/party-mode/steps/step-03-graceful-exit.md +0 -159
  770. package/templates/commonproject/_bmad/core/workflows/party-mode/workflow.md +0 -206
  771. package/templates/commonproject/_bmad/custom/config.yaml +0 -11
  772. package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/data/ac-sufficiency-rubric.md +0 -33
  773. package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/data/audit-comment-template.md +0 -54
  774. package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/data/event-schemas.md +0 -58
  775. package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/steps-c/step-01-init.md +0 -173
  776. package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/steps-c/step-02-triage.md +0 -159
  777. package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/steps-c/step-03-refine.md +0 -149
  778. package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/steps-c/step-04-implement.md +0 -147
  779. package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/steps-c/step-05-review.md +0 -146
  780. package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/steps-c/step-06-qa.md +0 -199
  781. package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/steps-c/step-07-complete.md +0 -141
  782. package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/steps-e/step-01-assess.md +0 -102
  783. package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/steps-e/step-02-apply.md +0 -85
  784. package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/steps-v/step-01-validate.md +0 -154
  785. package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/workflow-plan-ticket-lifecycle.md +0 -346
  786. package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/workflow.md +0 -84
  787. package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/workflow.yaml +0 -39
  788. package/templates/commonproject/mise.toml +0 -38
  789. package/templates/commonproject/template/.mise/scripts/provision-bmad-skills.py +0 -480
  790. package/templates/commonproject/tests/test_provision_bmad_skills.py +0 -203
  791. package/templates/commonproject/tests/test_sync_skills_topology.py +0 -120
  792. package/templates/hermes-agent/README.md +0 -192
  793. package/templates/hermes-agent/config.example.toml +0 -1
  794. package/templates/hermes-agent/docs/architecture.md +0 -135
  795. package/templates/hermes-agent/docs/fleet-control-plane/README.md +0 -35
  796. package/templates/hermes-agent/docs/fleet-control-plane/architecture.md +0 -258
  797. package/templates/hermes-agent/docs/fleet-control-plane/epics-and-stories.md +0 -280
  798. package/templates/hermes-agent/docs/fleet-control-plane/implementation-readiness-report-2026-06-27.md +0 -118
  799. package/templates/hermes-agent/docs/fleet-control-plane/prd.md +0 -140
  800. package/templates/hermes-agent/docs/operations.md +0 -335
  801. package/templates/hermes-agent/docs/runbooks/runtime-checkpoint-repair.md +0 -31
  802. package/templates/hermes-agent/docs/sentinel/README.md +0 -119
  803. package/templates/hermes-agent/docs/sentinel/architecture.md +0 -202
  804. package/templates/hermes-agent/docs/sentinel/development.md +0 -274
  805. package/templates/hermes-agent/docs/sentinel/providers.md +0 -203
  806. package/templates/hermes-agent/docs/sentinel.md +0 -18
  807. package/templates/hermes-agent/install-local.sh +0 -253
  808. package/templates/hermes-agent/runtime-scaffold/.gitattributes +0 -10
  809. package/templates/hermes-agent/runtime-scaffold/README.md +0 -55
  810. package/templates/hermes-agent/runtime-scaffold/decisions/.gitkeep +0 -2
  811. package/templates/hermes-agent/runtime-scaffold/logs/.gitkeep +0 -1
  812. package/templates/hermes-agent/runtime-scaffold/memories/MEMORY.md +0 -47
  813. package/templates/hermes-agent/runtime-scaffold/memories/USER.md +0 -51
  814. package/templates/hermes-agent/scripts/backfill-fleet-sot.sh +0 -270
  815. package/templates/hermes-agent/scripts/degit-runtime.sh +0 -192
  816. package/templates/hermes-agent/scripts/fleet-prune-debris.sh +0 -128
  817. package/templates/hermes-agent/scripts/fleet-sync.sh +0 -526
  818. package/templates/hermes-agent/scripts/hermes-runtime-templatize.py +0 -321
  819. package/templates/hermes-agent/scripts/migrate-profile-scoped-chat-secrets.py +0 -136
  820. package/templates/hermes-agent/scripts/migrate-unify.sh +0 -252
  821. package/templates/hermes-agent/scripts/momo-unify-agent.py +0 -224
  822. package/templates/hermes-agent/scripts/repair-runtime-checkpoint.sh +0 -10
  823. package/templates/hermes-agent/scripts/retrofit-70-envfile.sh +0 -129
  824. package/templates/hermes-agent/scripts/unify-pm.sh +0 -148
  825. package/templates/hermes-agent/tests/test_bloodbank_consumer_contract.py +0 -437
  826. package/templates/hermes-agent/tests/test_fleet_upgrade_contract.py +0 -176
  827. package/templates/hermes-agent/tests/test_launcher_chat_secret_isolation.py +0 -85
  828. package/templates/hermes-agent/tests/test_local_runtime_provisioning.py +0 -130
  829. package/templates/hermes-agent/tests/test_operator_docs_local_runtime_contract.py +0 -132
  830. package/templates/hermes-agent/tests/test_profile_env_detach_contract.py +0 -14
  831. package/templates/hermes-agent/tests/test_profile_scoped_chat_secrets.py +0 -89
  832. package/templates/hermes-agent/tests/test_repository_privacy_contract.py +0 -32
  833. package/templates/hermes-agent/tests/test_slack_provisioning.py +0 -344
  834. package/templates/hermes-agent/tests/test_telegram_provisioning.py +0 -475
@@ -1,226 +0,0 @@
1
- ---
2
- name: 'step-03-success'
3
- description: 'Define comprehensive success criteria covering user, business, and technical success'
4
-
5
- # File References
6
- nextStepFile: './step-04-journeys.md'
7
- outputFile: '{planning_artifacts}/prd.md'
8
-
9
- # Task References
10
- advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
11
- partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
12
- ---
13
-
14
- # Step 3: Success Criteria Definition
15
-
16
- **Progress: Step 3 of 11** - Next: User Journey Mapping
17
-
18
- ## MANDATORY EXECUTION RULES (READ FIRST):
19
-
20
- - 🛑 NEVER generate content without user input
21
-
22
- - 📖 CRITICAL: ALWAYS read the complete step file before taking any action - partial understanding leads to incomplete decisions
23
- - 🔄 CRITICAL: When loading next step with 'C', ensure the entire file is read and understood before proceeding
24
- - ✅ ALWAYS treat this as collaborative discovery between PM peers
25
- - 📋 YOU ARE A FACILITATOR, not a content generator
26
- - 💬 FOCUS on defining what winning looks like for this product
27
- - 🎯 COLLABORATIVE discovery, not assumption-based goal setting
28
- - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
29
-
30
- ## EXECUTION PROTOCOLS:
31
-
32
- - 🎯 Show your analysis before taking any action
33
- - ⚠️ Present A/P/C menu after generating success criteria content
34
- - 💾 ONLY save when user chooses C (Continue)
35
- - 📖 Update output file frontmatter, adding this step name to the end of the list of stepsCompleted
36
- - 🚫 FORBIDDEN to load next step until C is selected
37
-
38
- ## CONTEXT BOUNDARIES:
39
-
40
- - Current document and frontmatter from previous steps are available
41
- - Executive Summary and Project Classification already exist in document
42
- - Input documents from step-01 are available (product briefs, research, brainstorming)
43
- - No additional data files needed for this step
44
- - Focus on measurable, specific success criteria
45
- - LEVERAGE existing input documents to inform success criteria
46
-
47
- ## YOUR TASK:
48
-
49
- Define comprehensive success criteria that cover user success, business success, and technical success, using input documents as a foundation while allowing user refinement.
50
-
51
- ## SUCCESS DISCOVERY SEQUENCE:
52
-
53
- ### 1. Begin Success Definition Conversation
54
-
55
- **Check Input Documents for Success Indicators:**
56
- Analyze product brief, research, and brainstorming documents for success criteria already mentioned.
57
-
58
- **If Input Documents Contain Success Criteria:**
59
- Guide user to refine existing success criteria:
60
- - Acknowledge what's already documented in their materials
61
- - Extract key success themes from brief, research, and brainstorming
62
- - Help user identify gaps and areas for expansion
63
- - Probe for specific, measurable outcomes: When do users feel delighted/relieved/empowered?
64
- - Ask about emotional success moments and completion scenarios
65
- - Explore what "worth it" means beyond what's already captured
66
-
67
- **If No Success Criteria in Input Documents:**
68
- Start with user-centered success exploration:
69
- - Guide conversation toward defining what "worth it" means for users
70
- - Ask about the moment users realize their problem is solved
71
- - Explore specific user outcomes and emotional states
72
- - Identify success "aha!" moments and completion scenarios
73
- - Focus on user experience of success first
74
-
75
- ### 2. Explore User Success Metrics
76
-
77
- Listen for specific user outcomes and help make them measurable:
78
-
79
- - Guide from vague to specific: NOT "users are happy" → "users complete [key action] within [timeframe]"
80
- - Ask about emotional success: "When do they feel delighted/relieved/empowered?"
81
- - Identify success moments: "What's the 'aha!' moment?"
82
- - Define completion scenarios: "What does 'done' look like for the user?"
83
-
84
- ### 3. Define Business Success
85
-
86
- Transition to business metrics:
87
- - Guide conversation to business perspective on success
88
- - Explore timelines: What does 3-month success look like? 12-month success?
89
- - Identify key business metrics: revenue, user growth, engagement, or other measures?
90
- - Ask what specific metric would indicate "this is working"
91
- - Understand business success from their perspective
92
-
93
- ### 4. Challenge Vague Metrics
94
-
95
- Push for specificity on business metrics:
96
-
97
- - "10,000 users" → "What kind of users? Doing what?"
98
- - "99.9% uptime" → "What's the real concern - data loss? Failed payments?"
99
- - "Fast" → "How fast, and what specifically needs to be fast?"
100
- - "Good adoption" → "What percentage adoption by when?"
101
-
102
- ### 5. Connect to Product Differentiator
103
-
104
- Tie success metrics back to what makes the product special:
105
- - Connect success criteria to the product's unique differentiator
106
- - Ensure metrics reflect the specific value proposition
107
- - Adapt success criteria to domain context:
108
- - Consumer: User love, engagement, retention
109
- - B2B: ROI, efficiency, adoption
110
- - Developer tools: Developer experience, community
111
- - Regulated: Compliance, safety, validation
112
- - GovTech: Government compliance, accessibility, procurement
113
-
114
- ### 6. Smart Scope Negotiation
115
-
116
- Guide scope definition through success lens:
117
- - Help user distinguish MVP (must work to be useful) from growth (competitive) and vision (dream)
118
- - Guide conversation through three scope levels:
119
- 1. MVP: What's essential for proving the concept?
120
- 2. Growth: What makes it competitive?
121
- 3. Vision: What's the dream version?
122
- - Challenge scope creep conversationally: Could this wait until after launch? Is this essential for MVP?
123
- - For complex domains: Ensure compliance minimums are included in MVP
124
-
125
- ### 7. Generate Success Criteria Content
126
-
127
- Prepare the content to append to the document:
128
-
129
- #### Content Structure:
130
-
131
- When saving to document, append these Level 2 and Level 3 sections:
132
-
133
- ```markdown
134
- ## Success Criteria
135
-
136
- ### User Success
137
-
138
- [Content about user success criteria based on conversation]
139
-
140
- ### Business Success
141
-
142
- [Content about business success metrics based on conversation]
143
-
144
- ### Technical Success
145
-
146
- [Content about technical success requirements based on conversation]
147
-
148
- ### Measurable Outcomes
149
-
150
- [Content about specific measurable outcomes based on conversation]
151
-
152
- ## Product Scope
153
-
154
- ### MVP - Minimum Viable Product
155
-
156
- [Content about MVP scope based on conversation]
157
-
158
- ### Growth Features (Post-MVP)
159
-
160
- [Content about growth features based on conversation]
161
-
162
- ### Vision (Future)
163
-
164
- [Content about future vision based on conversation]
165
- ```
166
-
167
- ### 8. Present MENU OPTIONS
168
-
169
- Present the success criteria content for user review, then display menu:
170
-
171
- - Show the drafted success criteria and scope definition (using structure from section 7)
172
- - Ask if they'd like to refine further, get other perspectives, or proceed
173
- - Present menu options naturally as part of the conversation
174
-
175
- Display: "**Select:** [A] Advanced Elicitation [P] Party Mode [C] Continue to User Journey Mapping (Step 4 of 11)"
176
-
177
- #### Menu Handling Logic:
178
- - IF A: Execute {advancedElicitationTask} with the current success criteria content, process the enhanced success metrics that come back, ask user "Accept these improvements to the success criteria? (y/n)", if yes update content with improvements then redisplay menu, if no keep original content then redisplay menu
179
- - IF P: Execute {partyModeWorkflow} with the current success criteria, process the collaborative improvements to metrics and scope, ask user "Accept these changes to the success criteria? (y/n)", if yes update content with improvements then redisplay menu, if no keep original content then redisplay menu
180
- - IF C: Append the final content to {outputFile}, update frontmatter by adding this step name to the end of the stepsCompleted array, then load, read entire file, then execute {nextStepFile}
181
- - IF Any other: help user respond, then redisplay menu
182
-
183
- #### EXECUTION RULES:
184
- - ALWAYS halt and wait for user input after presenting menu
185
- - ONLY proceed to next step when user selects 'C'
186
- - After other menu items execution, return to this menu
187
-
188
- ## APPEND TO DOCUMENT:
189
-
190
- When user selects 'C', append the content directly to the document using the structure from step 7.
191
-
192
- ## SUCCESS METRICS:
193
-
194
- ✅ User success criteria clearly identified and made measurable
195
- ✅ Business success metrics defined with specific targets
196
- ✅ Success criteria connected to product differentiator
197
- ✅ Scope properly negotiated (MVP, Growth, Vision)
198
- ✅ A/P/C menu presented and handled correctly
199
- ✅ Content properly appended to document when C selected
200
-
201
- ## FAILURE MODES:
202
-
203
- ❌ Accepting vague success metrics without pushing for specificity
204
- ❌ Not connecting success criteria back to product differentiator
205
- ❌ Missing scope negotiation and leaving it undefined
206
- ❌ Generating content without real user input on what success looks like
207
- ❌ Not presenting A/P/C menu after content generation
208
- ❌ Appending content without user selecting 'C'
209
-
210
- ❌ **CRITICAL**: Reading only partial step file - leads to incomplete understanding and poor decisions
211
- ❌ **CRITICAL**: Proceeding with 'C' without fully reading and understanding the next step file
212
- ❌ **CRITICAL**: Making decisions without complete understanding of step requirements and protocols
213
-
214
- ## DOMAIN CONSIDERATIONS:
215
-
216
- If working in regulated domains (healthcare, fintech, govtech):
217
-
218
- - Include compliance milestones in success criteria
219
- - Add regulatory approval timelines to MVP scope
220
- - Consider audit requirements as technical success metrics
221
-
222
- ## NEXT STEP:
223
-
224
- After user selects 'C' and content is saved to document, load `./step-04-journeys.md` to map user journeys.
225
-
226
- Remember: Do NOT proceed to step-04 until user explicitly selects 'C' from the A/P/C menu and content is saved!
@@ -1,213 +0,0 @@
1
- ---
2
- name: 'step-04-journeys'
3
- description: 'Map ALL user types that interact with the system with narrative story-based journeys'
4
-
5
- # File References
6
- nextStepFile: './step-05-domain.md'
7
- outputFile: '{planning_artifacts}/prd.md'
8
-
9
- # Task References
10
- advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
11
- partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
12
- ---
13
-
14
- # Step 4: User Journey Mapping
15
-
16
- **Progress: Step 4 of 11** - Next: Domain Requirements
17
-
18
- ## MANDATORY EXECUTION RULES (READ FIRST):
19
-
20
- - 🛑 NEVER generate content without user input
21
-
22
- - 📖 CRITICAL: ALWAYS read the complete step file before taking any action - partial understanding leads to incomplete decisions
23
- - 🔄 CRITICAL: When loading next step with 'C', ensure the entire file is read and understood before proceeding
24
- - ✅ ALWAYS treat this as collaborative discovery between PM peers
25
- - 📋 YOU ARE A FACILITATOR, not a content generator
26
- - 💬 FOCUS on mapping ALL user types that interact with the system
27
- - 🎯 CRITICAL: No journey = no functional requirements = product doesn't exist
28
- - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
29
-
30
- ## EXECUTION PROTOCOLS:
31
-
32
- - 🎯 Show your analysis before taking any action
33
- - ⚠️ Present A/P/C menu after generating journey content
34
- - 💾 ONLY save when user chooses C (Continue)
35
- - 📖 Update output file frontmatter, adding this step name to the end of the list of stepsCompleted
36
- - 🚫 FORBIDDEN to load next step until C is selected
37
-
38
- ## CONTEXT BOUNDARIES:
39
-
40
- - Current document and frontmatter from previous steps are available
41
- - Success criteria and scope already defined
42
- - Input documents from step-01 are available (product briefs with user personas)
43
- - Every human interaction with the system needs a journey
44
-
45
- ## YOUR TASK:
46
-
47
- Create compelling narrative user journeys that leverage existing personas from product briefs and identify additional user types needed for comprehensive coverage.
48
-
49
- ## JOURNEY MAPPING SEQUENCE:
50
-
51
- ### 1. Leverage Existing Users & Identify Additional Types
52
-
53
- **Check Input Documents for Existing Personas:**
54
- Analyze product brief, research, and brainstorming documents for user personas already defined.
55
-
56
- **If User Personas Exist in Input Documents:**
57
- Guide user to build on existing personas:
58
- - Acknowledge personas found in their product brief
59
- - Extract key persona details and backstories
60
- - Leverage existing insights about their needs
61
- - Prompt to identify additional user types beyond those documented
62
- - Suggest additional user types based on product context (admins, moderators, support, API consumers, internal ops)
63
- - Ask what additional user types should be considered
64
-
65
- **If No Personas in Input Documents:**
66
- Start with comprehensive user type discovery:
67
- - Guide exploration of ALL people who interact with the system
68
- - Consider beyond primary users: admins, moderators, support staff, API consumers, internal ops
69
- - Ask what user types should be mapped for this specific product
70
- - Ensure comprehensive coverage of all system interactions
71
-
72
- ### 2. Create Narrative Story-Based Journeys
73
-
74
- For each user type, create compelling narrative journeys that tell their story:
75
-
76
- #### Narrative Journey Creation Process:
77
-
78
- **If Using Existing Persona from Input Documents:**
79
- Guide narrative journey creation:
80
- - Use persona's existing backstory from brief
81
- - Explore how the product changes their life/situation
82
- - Craft journey narrative: where do we meet them, how does product help them write their next chapter?
83
-
84
- **If Creating New Persona:**
85
- Guide persona creation with story framework:
86
- - Name: realistic name and personality
87
- - Situation: What's happening in their life/work that creates need?
88
- - Goal: What do they desperately want to achieve?
89
- - Obstacle: What's standing in their way?
90
- - Solution: How does the product solve their story?
91
-
92
- **Story-Based Journey Mapping:**
93
-
94
- Guide narrative journey creation using story structure:
95
- - **Opening Scene**: Where/how do we meet them? What's their current pain?
96
- - **Rising Action**: What steps do they take? What do they discover?
97
- - **Climax**: Critical moment where product delivers real value
98
- - **Resolution**: How does their situation improve? What's their new reality?
99
-
100
- Encourage narrative format with specific user details, emotional journey, and clear before/after contrast
101
-
102
- ### 3. Guide Journey Exploration
103
-
104
- For each journey, facilitate detailed exploration:
105
- - What happens at each step specifically?
106
- - What could go wrong? What's the recovery path?
107
- - What information do they need to see/hear?
108
- - What's their emotional state at each point?
109
- - Where does this journey succeed or fail?
110
-
111
- ### 4. Connect Journeys to Requirements
112
-
113
- After each journey, explicitly state:
114
- - This journey reveals requirements for specific capability areas
115
- - Help user see how different journeys create different feature sets
116
- - Connect journey needs to concrete capabilities (onboarding, dashboards, notifications, etc.)
117
-
118
- ### 5. Aim for Comprehensive Coverage
119
-
120
- Guide toward complete journey set:
121
-
122
- - **Primary user** - happy path (core experience)
123
- - **Primary user** - edge case (different goal, error recovery)
124
- - **Secondary user** (admin, moderator, support, etc.)
125
- - **API consumer** (if applicable)
126
-
127
- Ask if additional journeys are needed to cover uncovered user types
128
-
129
- ### 6. Generate User Journey Content
130
-
131
- Prepare the content to append to the document:
132
-
133
- #### Content Structure:
134
-
135
- When saving to document, append these Level 2 and Level 3 sections:
136
-
137
- ```markdown
138
- ## User Journeys
139
-
140
- [All journey narratives based on conversation]
141
-
142
- ### Journey Requirements Summary
143
-
144
- [Summary of capabilities revealed by journeys based on conversation]
145
- ```
146
-
147
- ### 7. Present MENU OPTIONS
148
-
149
- Present the user journey content for review, then display menu:
150
- - Show the mapped user journeys (using structure from section 6)
151
- - Highlight how each journey reveals different capabilities
152
- - Ask if they'd like to refine further, get other perspectives, or proceed
153
- - Present menu options naturally as part of conversation
154
-
155
- Display: "**Select:** [A] Advanced Elicitation [P] Party Mode [C] Continue to Domain Requirements (Step 5 of 11)"
156
-
157
- #### Menu Handling Logic:
158
- - IF A: Execute {advancedElicitationTask} with the current journey content, process the enhanced journey insights that come back, ask user "Accept these improvements to the user journeys? (y/n)", if yes update content with improvements then redisplay menu, if no keep original content then redisplay menu
159
- - IF P: Execute {partyModeWorkflow} with the current journeys, process the collaborative journey improvements and additions, ask user "Accept these changes to the user journeys? (y/n)", if yes update content with improvements then redisplay menu, if no keep original content then redisplay menu
160
- - IF C: Append the final content to {outputFile}, update frontmatter by adding this step name to the end of the stepsCompleted array, then load, read entire file, then execute {nextStepFile}
161
- - IF Any other: help user respond, then redisplay menu
162
-
163
- #### EXECUTION RULES:
164
- - ALWAYS halt and wait for user input after presenting menu
165
- - ONLY proceed to next step when user selects 'C'
166
- - After other menu items execution, return to this menu
167
-
168
- ## APPEND TO DOCUMENT:
169
-
170
- When user selects 'C', append the content directly to the document using the structure from step 6.
171
-
172
- ## SUCCESS METRICS:
173
-
174
- ✅ Existing personas from product briefs leveraged when available
175
- ✅ All user types identified (not just primary users)
176
- ✅ Rich narrative storytelling for each persona and journey
177
- ✅ Complete story-based journey mapping with emotional arc
178
- ✅ Journey requirements clearly connected to capabilities needed
179
- ✅ Minimum 3-4 compelling narrative journeys covering different user types
180
- ✅ A/P/C menu presented and handled correctly
181
- ✅ Content properly appended to document when C selected
182
-
183
- ## FAILURE MODES:
184
-
185
- ❌ Ignoring existing personas from product briefs
186
- ❌ Only mapping primary user journeys and missing secondary users
187
- ❌ Creating generic journeys without rich persona details and narrative
188
- ❌ Missing emotional storytelling elements that make journeys compelling
189
- ❌ Missing critical decision points and failure scenarios
190
- ❌ Not connecting journeys to required capabilities
191
- ❌ Not having enough journey diversity (admin, support, API, etc.)
192
- ❌ Not presenting A/P/C menu after content generation
193
- ❌ Appending content without user selecting 'C'
194
-
195
- ❌ **CRITICAL**: Reading only partial step file - leads to incomplete understanding and poor decisions
196
- ❌ **CRITICAL**: Proceeding with 'C' without fully reading and understanding the next step file
197
- ❌ **CRITICAL**: Making decisions without complete understanding of step requirements and protocols
198
-
199
- ## JOURNEY TYPES TO ENSURE:
200
-
201
- **Minimum Coverage:**
202
-
203
- 1. **Primary User - Success Path**: Core experience journey
204
- 2. **Primary User - Edge Case**: Error recovery, alternative goals
205
- 3. **Admin/Operations User**: Management, configuration, monitoring
206
- 4. **Support/Troubleshooting**: Help, investigation, issue resolution
207
- 5. **API/Integration** (if applicable): Developer/technical user journey
208
-
209
- ## NEXT STEP:
210
-
211
- After user selects 'C' and content is saved to document, load `./step-05-domain.md`.
212
-
213
- Remember: Do NOT proceed to step-05 until user explicitly selects 'C' from the A/P/C menu and content is saved!
@@ -1,207 +0,0 @@
1
- ---
2
- name: 'step-05-domain'
3
- description: 'Explore domain-specific requirements for complex domains (optional step)'
4
-
5
- # File References
6
- nextStepFile: './step-06-innovation.md'
7
- outputFile: '{planning_artifacts}/prd.md'
8
- domainComplexityCSV: '../data/domain-complexity.csv'
9
-
10
- # Task References
11
- advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
12
- partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
13
- ---
14
-
15
- # Step 5: Domain-Specific Requirements (Optional)
16
-
17
- **Progress: Step 5 of 13** - Next: Innovation Focus
18
-
19
- ## STEP GOAL:
20
-
21
- For complex domains only that have a mapping in {domainComplexityCSV}, explore domain-specific constraints, compliance requirements, and technical considerations that shape the product.
22
-
23
- ## MANDATORY EXECUTION RULES (READ FIRST):
24
-
25
- ### Universal Rules:
26
-
27
- - 🛑 NEVER generate content without user input
28
- - 📖 CRITICAL: Read the complete step file before taking any action
29
- - 🔄 CRITICAL: When loading next step with 'C', ensure the entire file is read
30
- - ✅ ALWAYS treat this as collaborative discovery between PM peers
31
- - 📋 YOU ARE A FACILITATOR, not a content generator
32
- - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
33
-
34
- ### Role Reinforcement:
35
-
36
- - ✅ You are a product-focused PM facilitator collaborating with an expert peer
37
- - ✅ We engage in collaborative dialogue, not command-response
38
- - ✅ You bring structured thinking and facilitation skills, while the user brings domain expertise
39
-
40
- ### Step-Specific Rules:
41
-
42
- - 🎯 This step is OPTIONAL - only needed for complex domains
43
- - 🚫 SKIP if domain complexity is "low" from step-02
44
- - 💬 APPROACH: Natural conversation to discover domain-specific needs
45
- - 🎯 Focus on constraints, compliance, and domain patterns
46
-
47
- ## EXECUTION PROTOCOLS:
48
-
49
- - 🎯 Check domain complexity from step-02 classification first
50
- - ⚠️ If complexity is "low", offer to skip this step
51
- - ⚠️ Present A/P/C menu after domain requirements defined (or skipped)
52
- - 💾 ONLY save when user chooses C (Continue)
53
- - 📖 Update output file frontmatter, adding this step name to the end of the list of stepsCompleted
54
- - 🚫 FORBIDDEN to load next step until C is selected
55
-
56
- ## CONTEXT BOUNDARIES:
57
-
58
- - Domain classification from step-02 is available
59
- - If complexity is low, this step may be skipped
60
- - Domain CSV data provides complexity reference
61
- - Focus on domain-specific constraints, not general requirements
62
-
63
- ## YOUR TASK:
64
-
65
- For complex domains, explore what makes this domain special:
66
- - **Compliance requirements** - regulations, standards, certifications
67
- - **Technical constraints** - security, privacy, integration requirements
68
- - **Domain patterns** - common patterns, best practices, anti-patterns
69
- - **Risks and mitigations** - what could go wrong, how to prevent it
70
-
71
- ## DOMAIN DISCOVERY SEQUENCE:
72
-
73
- ### 1. Check Domain Complexity
74
-
75
- **Review classification from step-02:**
76
-
77
- - What's the domain complexity level? (low/medium/high)
78
- - What's the specific domain? (healthcare, fintech, education, etc.)
79
-
80
- **If complexity is LOW:**
81
-
82
- Offer to skip:
83
- "The domain complexity from our discovery is low. We may not need deep domain-specific requirements. Would you like to:
84
- - [C] Skip this step and move to Innovation
85
- - [D] Do domain exploration anyway"
86
-
87
- **If complexity is MEDIUM or HIGH:**
88
-
89
- Proceed with domain exploration.
90
-
91
- ### 2. Load Domain Reference Data
92
-
93
- **Attempt subprocess data lookup:**
94
-
95
- "Your task: Lookup data in {domainComplexityCSV}
96
-
97
- **Search criteria:**
98
- - Find row where domain matches {{domainFromStep02}}
99
-
100
- **Return format:**
101
- Return ONLY the matching row as a YAML-formatted object with these fields:
102
- domain, complexity, typical_concerns, compliance_requirements
103
-
104
- **Do NOT return the entire CSV - only the matching row.**"
105
-
106
- **Graceful degradation (if Task tool unavailable):**
107
- - Load the CSV file directly
108
- - Find the matching row manually
109
- - Extract required fields
110
- - Understand typical concerns and compliance requirements
111
-
112
- ### 3. Explore Domain-Specific Concerns
113
-
114
- **Start with what you know:**
115
-
116
- Acknowledge the domain and explore what makes it complex:
117
- - What regulations apply? (HIPAA, PCI-DSS, GDPR, SOX, etc.)
118
- - What standards matter? (ISO, NIST, domain-specific standards)
119
- - What certifications are needed? (security, privacy, domain-specific)
120
- - What integrations are required? (EMR systems, payment processors, etc.)
121
-
122
- **Explore technical constraints:**
123
- - Security requirements (encryption, audit logs, access control)
124
- - Privacy requirements (data handling, consent, retention)
125
- - Performance requirements (real-time, batch, latency)
126
- - Availability requirements (uptime, disaster recovery)
127
-
128
- ### 4. Document Domain Requirements
129
-
130
- **Structure the requirements around key concerns:**
131
-
132
- ```markdown
133
- ### Compliance & Regulatory
134
- - [Specific requirements]
135
-
136
- ### Technical Constraints
137
- - [Security, privacy, performance needs]
138
-
139
- ### Integration Requirements
140
- - [Required systems and data flows]
141
-
142
- ### Risk Mitigations
143
- - [Domain-specific risks and how to address them]
144
- ```
145
-
146
- ### 5. Validate Completeness
147
-
148
- **Check with the user:**
149
-
150
- "Are there other domain-specific concerns we should consider? For [this domain], what typically gets overlooked?"
151
-
152
- ### N. Present MENU OPTIONS
153
-
154
- Display: "**Select:** [A] Advanced Elicitation [P] Party Mode [C] Continue - Save and Proceed to Innovation (Step 6 of 13)"
155
-
156
- #### Menu Handling Logic:
157
- - IF A: Execute {advancedElicitationTask}, and when finished redisplay the menu
158
- - IF P: Execute {partyModeWorkflow}, and when finished redisplay the menu
159
- - IF C: Save content to {outputFile}, update frontmatter, then load, read entire file, then execute {nextStepFile}
160
- - IF Any other comments or queries: help user respond then [Redisplay Menu Options](#n-present-menu-options)
161
-
162
- #### EXECUTION RULES:
163
- - ALWAYS halt and wait for user input after presenting menu
164
- - ONLY proceed to next step when user selects 'C'
165
- - After other menu items execution, return to this menu
166
-
167
- ## APPEND TO DOCUMENT
168
-
169
- When user selects 'C', append to `{outputFile}`:
170
-
171
- ```markdown
172
- ## Domain-Specific Requirements
173
-
174
- {{discovered domain requirements}}
175
- ```
176
-
177
- If step was skipped, append nothing and proceed.
178
-
179
- ## CRITICAL STEP COMPLETION NOTE
180
-
181
- ONLY WHEN [C continue option] is selected and [content saved or skipped], will you then load and read fully `{nextStepFile}` to explore innovation.
182
-
183
- ---
184
-
185
- ## 🚨 SYSTEM SUCCESS/FAILURE METRICS
186
-
187
- ### ✅ SUCCESS:
188
-
189
- - Domain complexity checked before proceeding
190
- - Offered to skip if complexity is low
191
- - Natural conversation exploring domain concerns
192
- - Compliance, technical, and integration requirements identified
193
- - Domain-specific risks documented with mitigations
194
- - User validated completeness
195
- - Content properly saved (or step skipped) when C selected
196
-
197
- ### ❌ SYSTEM FAILURE:
198
-
199
- - Not checking domain complexity first
200
- - Not offering to skip for low-complexity domains
201
- - Missing critical compliance requirements
202
- - Not exploring technical constraints
203
- - Not asking about domain-specific risks
204
- - Being generic instead of domain-specific
205
- - Proceeding without user validation
206
-
207
- **Master Rule:** This step is OPTIONAL for simple domains. For complex domains, focus on compliance, constraints, and domain patterns. Natural conversation, not checklists.