@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,227 +0,0 @@
1
- <workflow>
2
- <critical>The workflow execution engine is governed by: {project-root}/_bmad/core/tasks/workflow.xml</critical>
3
- <critical>You MUST have already loaded and processed: {installed_path}/workflow.yaml</critical>
4
- <critical>Communicate all responses in {communication_language} and language MUST be tailored to {user_skill_level}</critical>
5
- <critical>Generate all documents in {document_output_language}</critical>
6
-
7
- <critical>🔥 YOU ARE AN ADVERSARIAL CODE REVIEWER - Find what's wrong or missing! 🔥</critical>
8
- <critical>Your purpose: Validate story file claims against actual implementation</critical>
9
- <critical>Challenge everything: Are tasks marked [x] actually done? Are ACs really implemented?</critical>
10
- <critical>Find 3-10 specific issues in every review minimum - no lazy "looks good" reviews - YOU are so much better than the dev agent
11
- that wrote this slop</critical>
12
- <critical>Read EVERY file in the File List - verify implementation against story requirements</critical>
13
- <critical>Tasks marked complete but not done = CRITICAL finding</critical>
14
- <critical>Acceptance Criteria not implemented = HIGH severity finding</critical>
15
- <critical>Do not review files that are not part of the application's source code. Always exclude the _bmad/ and _bmad-output/ folders from the review. Always exclude IDE and CLI configuration folders like .cursor/ and .windsurf/ and .claude/</critical>
16
-
17
-
18
- <step n="1" goal="Load story and discover changes">
19
- <action>Use provided {{story_path}} or ask user which story file to review</action>
20
- <action>Read COMPLETE story file</action>
21
- <action>Set {{story_key}} = extracted key from filename (e.g., "1-2-user-authentication.md" → "1-2-user-authentication") or story
22
- metadata</action>
23
- <action>Parse sections: Story, Acceptance Criteria, Tasks/Subtasks, Dev Agent Record → File List, Change Log</action>
24
-
25
- <!-- Discover actual changes via git -->
26
- <action>Check if git repository detected in current directory</action>
27
- <check if="git repository exists">
28
- <action>Run `git status --porcelain` to find uncommitted changes</action>
29
- <action>Run `git diff --name-only` to see modified files</action>
30
- <action>Run `git diff --cached --name-only` to see staged files</action>
31
- <action>Compile list of actually changed files from git output</action>
32
- </check>
33
-
34
- <!-- Cross-reference story File List vs git reality -->
35
- <action>Compare story's Dev Agent Record → File List with actual git changes</action>
36
- <action>Note discrepancies:
37
- - Files in git but not in story File List
38
- - Files in story File List but no git changes
39
- - Missing documentation of what was actually changed
40
- </action>
41
-
42
- <invoke-protocol name="discover_inputs" />
43
- <action>Load {project_context} for coding standards (if exists)</action>
44
- </step>
45
-
46
- <step n="2" goal="Build review attack plan">
47
- <action>Extract ALL Acceptance Criteria from story</action>
48
- <action>Extract ALL Tasks/Subtasks with completion status ([x] vs [ ])</action>
49
- <action>From Dev Agent Record → File List, compile list of claimed changes</action>
50
-
51
- <action>Create review plan:
52
- 1. **AC Validation**: Verify each AC is actually implemented
53
- 2. **Task Audit**: Verify each [x] task is really done
54
- 3. **Code Quality**: Security, performance, maintainability
55
- 4. **Test Quality**: Real tests vs placeholder bullshit
56
- </action>
57
- </step>
58
-
59
- <step n="3" goal="Execute adversarial review">
60
- <critical>VALIDATE EVERY CLAIM - Check git reality vs story claims</critical>
61
-
62
- <!-- Git vs Story Discrepancies -->
63
- <action>Review git vs story File List discrepancies:
64
- 1. **Files changed but not in story File List** → MEDIUM finding (incomplete documentation)
65
- 2. **Story lists files but no git changes** → HIGH finding (false claims)
66
- 3. **Uncommitted changes not documented** → MEDIUM finding (transparency issue)
67
- </action>
68
-
69
- <!-- Use combined file list: story File List + git discovered files -->
70
- <action>Create comprehensive review file list from story File List and git changes</action>
71
-
72
- <!-- AC Validation -->
73
- <action>For EACH Acceptance Criterion:
74
- 1. Read the AC requirement
75
- 2. Search implementation files for evidence
76
- 3. Determine: IMPLEMENTED, PARTIAL, or MISSING
77
- 4. If MISSING/PARTIAL → HIGH SEVERITY finding
78
- </action>
79
-
80
- <!-- Task Completion Audit -->
81
- <action>For EACH task marked [x]:
82
- 1. Read the task description
83
- 2. Search files for evidence it was actually done
84
- 3. **CRITICAL**: If marked [x] but NOT DONE → CRITICAL finding
85
- 4. Record specific proof (file:line)
86
- </action>
87
-
88
- <!-- Code Quality Deep Dive -->
89
- <action>For EACH file in comprehensive review list:
90
- 1. **Security**: Look for injection risks, missing validation, auth issues
91
- 2. **Performance**: N+1 queries, inefficient loops, missing caching
92
- 3. **Error Handling**: Missing try/catch, poor error messages
93
- 4. **Code Quality**: Complex functions, magic numbers, poor naming
94
- 5. **Test Quality**: Are tests real assertions or placeholders?
95
- </action>
96
-
97
- <check if="total_issues_found lt 3">
98
- <critical>NOT LOOKING HARD ENOUGH - Find more problems!</critical>
99
- <action>Re-examine code for:
100
- - Edge cases and null handling
101
- - Architecture violations
102
- - Documentation gaps
103
- - Integration issues
104
- - Dependency problems
105
- - Git commit message quality (if applicable)
106
- </action>
107
- <action>Find at least 3 more specific, actionable issues</action>
108
- </check>
109
- </step>
110
-
111
- <step n="4" goal="Present findings and fix them">
112
- <action>Categorize findings: HIGH (must fix), MEDIUM (should fix), LOW (nice to fix)</action>
113
- <action>Set {{fixed_count}} = 0</action>
114
- <action>Set {{action_count}} = 0</action>
115
-
116
- <output>**🔥 CODE REVIEW FINDINGS, {user_name}!**
117
-
118
- **Story:** {{story_file}}
119
- **Git vs Story Discrepancies:** {{git_discrepancy_count}} found
120
- **Issues Found:** {{high_count}} High, {{medium_count}} Medium, {{low_count}} Low
121
-
122
- ## 🔴 CRITICAL ISSUES
123
- - Tasks marked [x] but not actually implemented
124
- - Acceptance Criteria not implemented
125
- - Story claims files changed but no git evidence
126
- - Security vulnerabilities
127
-
128
- ## 🟡 MEDIUM ISSUES
129
- - Files changed but not documented in story File List
130
- - Uncommitted changes not tracked
131
- - Performance problems
132
- - Poor test coverage/quality
133
- - Code maintainability issues
134
-
135
- ## 🟢 LOW ISSUES
136
- - Code style improvements
137
- - Documentation gaps
138
- - Git commit message quality
139
- </output>
140
-
141
- <ask>What should I do with these issues?
142
-
143
- 1. **Fix them automatically** - I'll update the code and tests
144
- 2. **Create action items** - Add to story Tasks/Subtasks for later
145
- 3. **Show me details** - Deep dive into specific issues
146
-
147
- Choose [1], [2], or specify which issue to examine:</ask>
148
-
149
- <check if="user chooses 1">
150
- <action>Fix all HIGH and MEDIUM issues in the code</action>
151
- <action>Add/update tests as needed</action>
152
- <action>Update File List in story if files changed</action>
153
- <action>Update story Dev Agent Record with fixes applied</action>
154
- <action>Set {{fixed_count}} = number of HIGH and MEDIUM issues fixed</action>
155
- <action>Set {{action_count}} = 0</action>
156
- </check>
157
-
158
- <check if="user chooses 2">
159
- <action>Add "Review Follow-ups (AI)" subsection to Tasks/Subtasks</action>
160
- <action>For each issue: `- [ ] [AI-Review][Severity] Description [file:line]`</action>
161
- <action>Set {{action_count}} = number of action items created</action>
162
- <action>Set {{fixed_count}} = 0</action>
163
- </check>
164
-
165
- <check if="user chooses 3">
166
- <action>Show detailed explanation with code examples</action>
167
- <action>Return to fix decision</action>
168
- </check>
169
- </step>
170
-
171
- <step n="5" goal="Update story status and sync sprint tracking">
172
- <!-- Determine new status based on review outcome -->
173
- <check if="all HIGH and MEDIUM issues fixed AND all ACs implemented">
174
- <action>Set {{new_status}} = "done"</action>
175
- <action>Update story Status field to "done"</action>
176
- </check>
177
- <check if="HIGH or MEDIUM issues remain OR ACs not fully implemented">
178
- <action>Set {{new_status}} = "in-progress"</action>
179
- <action>Update story Status field to "in-progress"</action>
180
- </check>
181
- <action>Save story file</action>
182
-
183
- <!-- Determine sprint tracking status -->
184
- <check if="{sprint_status} file exists">
185
- <action>Set {{current_sprint_status}} = "enabled"</action>
186
- </check>
187
- <check if="{sprint_status} file does NOT exist">
188
- <action>Set {{current_sprint_status}} = "no-sprint-tracking"</action>
189
- </check>
190
-
191
- <!-- Sync sprint-status.yaml when story status changes (only if sprint tracking enabled) -->
192
- <check if="{{current_sprint_status}} != 'no-sprint-tracking'">
193
- <action>Load the FULL file: {sprint_status}</action>
194
- <action>Find development_status key matching {{story_key}}</action>
195
-
196
- <check if="{{new_status}} == 'done'">
197
- <action>Update development_status[{{story_key}}] = "done"</action>
198
- <action>Save file, preserving ALL comments and structure</action>
199
- <output>✅ Sprint status synced: {{story_key}} → done</output>
200
- </check>
201
-
202
- <check if="{{new_status}} == 'in-progress'">
203
- <action>Update development_status[{{story_key}}] = "in-progress"</action>
204
- <action>Save file, preserving ALL comments and structure</action>
205
- <output>🔄 Sprint status synced: {{story_key}} → in-progress</output>
206
- </check>
207
-
208
- <check if="story key not found in sprint status">
209
- <output>⚠️ Story file updated, but sprint-status sync failed: {{story_key}} not found in sprint-status.yaml</output>
210
- </check>
211
- </check>
212
-
213
- <check if="{{current_sprint_status}} == 'no-sprint-tracking'">
214
- <output>ℹ️ Story status updated (no sprint tracking configured)</output>
215
- </check>
216
-
217
- <output>**✅ Review Complete!**
218
-
219
- **Story Status:** {{new_status}}
220
- **Issues Fixed:** {{fixed_count}}
221
- **Action Items Created:** {{action_count}}
222
-
223
- {{#if new_status == "done"}}Code review complete!{{else}}Address the action items and continue development.{{/if}}
224
- </output>
225
- </step>
226
-
227
- </workflow>
@@ -1,50 +0,0 @@
1
- # Review Story Workflow
2
- name: code-review
3
- description: "Perform an ADVERSARIAL Senior Developer code review that finds 3-10 specific problems in every story. Challenges everything: code quality, test coverage, architecture compliance, security, performance. NEVER accepts `looks good` - must find minimum issues and can auto-fix with user approval."
4
- author: "BMad"
5
-
6
- # Critical variables from config
7
- config_source: "{project-root}/_bmad/bmm/config.yaml"
8
- user_name: "{config_source}:user_name"
9
- communication_language: "{config_source}:communication_language"
10
- user_skill_level: "{config_source}:user_skill_level"
11
- document_output_language: "{config_source}:document_output_language"
12
- date: system-generated
13
- planning_artifacts: "{config_source}:planning_artifacts"
14
- implementation_artifacts: "{config_source}:implementation_artifacts"
15
- output_folder: "{implementation_artifacts}"
16
- sprint_status: "{implementation_artifacts}/sprint-status.yaml"
17
-
18
- # Workflow components
19
- installed_path: "{project-root}/_bmad/bmm/workflows/4-implementation/code-review"
20
- instructions: "{installed_path}/instructions.xml"
21
- validation: "{installed_path}/checklist.md"
22
- template: false
23
-
24
- variables:
25
- # Project context
26
- project_context: "**/project-context.md"
27
- story_dir: "{implementation_artifacts}"
28
-
29
- # Smart input file references - handles both whole docs and sharded docs
30
- # Priority: Whole document first, then sharded version
31
- # Strategy: SELECTIVE LOAD - only load the specific epic needed for this story review
32
- input_file_patterns:
33
- architecture:
34
- description: "System architecture for review context"
35
- whole: "{planning_artifacts}/*architecture*.md"
36
- sharded: "{planning_artifacts}/*architecture*/*.md"
37
- load_strategy: "FULL_LOAD"
38
- ux_design:
39
- description: "UX design specification (if UI review)"
40
- whole: "{planning_artifacts}/*ux*.md"
41
- sharded: "{planning_artifacts}/*ux*/*.md"
42
- load_strategy: "FULL_LOAD"
43
- epics:
44
- description: "Epic containing story being reviewed"
45
- whole: "{planning_artifacts}/*epic*.md"
46
- sharded_index: "{planning_artifacts}/*epic*/index.md"
47
- sharded_single: "{planning_artifacts}/*epic*/epic-{{epic_num}}.md"
48
- load_strategy: "SELECTIVE_LOAD"
49
-
50
- standalone: true
@@ -1,279 +0,0 @@
1
- # Change Navigation Checklist
2
-
3
- <critical>This checklist is executed as part of: {project-root}/_bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml</critical>
4
- <critical>Work through each section systematically with the user, recording findings and impacts</critical>
5
-
6
- <checklist>
7
-
8
- <section n="1" title="Understand the Trigger and Context">
9
-
10
- <check-item id="1.1">
11
- <prompt>Identify the triggering story that revealed this issue</prompt>
12
- <action>Document story ID and brief description</action>
13
- <status>[ ] Done / [ ] N/A / [ ] Action-needed</status>
14
- </check-item>
15
-
16
- <check-item id="1.2">
17
- <prompt>Define the core problem precisely</prompt>
18
- <action>Categorize issue type:</action>
19
- - Technical limitation discovered during implementation
20
- - New requirement emerged from stakeholders
21
- - Misunderstanding of original requirements
22
- - Strategic pivot or market change
23
- - Failed approach requiring different solution
24
- <action>Write clear problem statement</action>
25
- <status>[ ] Done / [ ] N/A / [ ] Action-needed</status>
26
- </check-item>
27
-
28
- <check-item id="1.3">
29
- <prompt>Assess initial impact and gather supporting evidence</prompt>
30
- <action>Collect concrete examples, error messages, stakeholder feedback, or technical constraints</action>
31
- <action>Document evidence for later reference</action>
32
- <status>[ ] Done / [ ] N/A / [ ] Action-needed</status>
33
- </check-item>
34
-
35
- <halt-condition>
36
- <action if="trigger is unclear">HALT: "Cannot proceed without understanding what caused the need for change"</action>
37
- <action if="no evidence provided">HALT: "Need concrete evidence or examples of the issue before analyzing impact"</action>
38
- </halt-condition>
39
-
40
- </section>
41
-
42
- <section n="2" title="Epic Impact Assessment">
43
-
44
- <check-item id="2.1">
45
- <prompt>Evaluate current epic containing the trigger story</prompt>
46
- <action>Can this epic still be completed as originally planned?</action>
47
- <action>If no, what modifications are needed?</action>
48
- <status>[ ] Done / [ ] N/A / [ ] Action-needed</status>
49
- </check-item>
50
-
51
- <check-item id="2.2">
52
- <prompt>Determine required epic-level changes</prompt>
53
- <action>Check each scenario:</action>
54
- - Modify existing epic scope or acceptance criteria
55
- - Add new epic to address the issue
56
- - Remove or defer epic that's no longer viable
57
- - Completely redefine epic based on new understanding
58
- <action>Document specific epic changes needed</action>
59
- <status>[ ] Done / [ ] N/A / [ ] Action-needed</status>
60
- </check-item>
61
-
62
- <check-item id="2.3">
63
- <prompt>Review all remaining planned epics for required changes</prompt>
64
- <action>Check each future epic for impact</action>
65
- <action>Identify dependencies that may be affected</action>
66
- <status>[ ] Done / [ ] N/A / [ ] Action-needed</status>
67
- </check-item>
68
-
69
- <check-item id="2.4">
70
- <prompt>Check if issue invalidates future epics or necessitates new ones</prompt>
71
- <action>Does this change make any planned epics obsolete?</action>
72
- <action>Are new epics needed to address gaps created by this change?</action>
73
- <status>[ ] Done / [ ] N/A / [ ] Action-needed</status>
74
- </check-item>
75
-
76
- <check-item id="2.5">
77
- <prompt>Consider if epic order or priority should change</prompt>
78
- <action>Should epics be resequenced based on this issue?</action>
79
- <action>Do priorities need adjustment?</action>
80
- <status>[ ] Done / [ ] N/A / [ ] Action-needed</status>
81
- </check-item>
82
-
83
- </section>
84
-
85
- <section n="3" title="Artifact Conflict and Impact Analysis">
86
-
87
- <check-item id="3.1">
88
- <prompt>Check PRD for conflicts</prompt>
89
- <action>Does issue conflict with core PRD goals or objectives?</action>
90
- <action>Do requirements need modification, addition, or removal?</action>
91
- <action>Is the defined MVP still achievable or does scope need adjustment?</action>
92
- <status>[ ] Done / [ ] N/A / [ ] Action-needed</status>
93
- </check-item>
94
-
95
- <check-item id="3.2">
96
- <prompt>Review Architecture document for conflicts</prompt>
97
- <action>Check each area for impact:</action>
98
- - System components and their interactions
99
- - Architectural patterns and design decisions
100
- - Technology stack choices
101
- - Data models and schemas
102
- - API designs and contracts
103
- - Integration points
104
- <action>Document specific architecture sections requiring updates</action>
105
- <status>[ ] Done / [ ] N/A / [ ] Action-needed</status>
106
- </check-item>
107
-
108
- <check-item id="3.3">
109
- <prompt>Examine UI/UX specifications for conflicts</prompt>
110
- <action>Check for impact on:</action>
111
- - User interface components
112
- - User flows and journeys
113
- - Wireframes or mockups
114
- - Interaction patterns
115
- - Accessibility considerations
116
- <action>Note specific UI/UX sections needing revision</action>
117
- <status>[ ] Done / [ ] N/A / [ ] Action-needed</status>
118
- </check-item>
119
-
120
- <check-item id="3.4">
121
- <prompt>Consider impact on other artifacts</prompt>
122
- <action>Review additional artifacts for impact:</action>
123
- - Deployment scripts
124
- - Infrastructure as Code (IaC)
125
- - Monitoring and observability setup
126
- - Testing strategies
127
- - Documentation
128
- - CI/CD pipelines
129
- <action>Document any secondary artifacts requiring updates</action>
130
- <status>[ ] Done / [ ] N/A / [ ] Action-needed</status>
131
- </check-item>
132
-
133
- </section>
134
-
135
- <section n="4" title="Path Forward Evaluation">
136
-
137
- <check-item id="4.1">
138
- <prompt>Evaluate Option 1: Direct Adjustment</prompt>
139
- <action>Can the issue be addressed by modifying existing stories?</action>
140
- <action>Can new stories be added within the current epic structure?</action>
141
- <action>Would this approach maintain project timeline and scope?</action>
142
- <action>Effort estimate: [High/Medium/Low]</action>
143
- <action>Risk level: [High/Medium/Low]</action>
144
- <status>[ ] Viable / [ ] Not viable</status>
145
- </check-item>
146
-
147
- <check-item id="4.2">
148
- <prompt>Evaluate Option 2: Potential Rollback</prompt>
149
- <action>Would reverting recently completed stories simplify addressing this issue?</action>
150
- <action>Which stories would need to be rolled back?</action>
151
- <action>Is the rollback effort justified by the simplification gained?</action>
152
- <action>Effort estimate: [High/Medium/Low]</action>
153
- <action>Risk level: [High/Medium/Low]</action>
154
- <status>[ ] Viable / [ ] Not viable</status>
155
- </check-item>
156
-
157
- <check-item id="4.3">
158
- <prompt>Evaluate Option 3: PRD MVP Review</prompt>
159
- <action>Is the original PRD MVP still achievable with this issue?</action>
160
- <action>Does MVP scope need to be reduced or redefined?</action>
161
- <action>Do core goals need modification based on new constraints?</action>
162
- <action>What would be deferred to post-MVP if scope is reduced?</action>
163
- <action>Effort estimate: [High/Medium/Low]</action>
164
- <action>Risk level: [High/Medium/Low]</action>
165
- <status>[ ] Viable / [ ] Not viable</status>
166
- </check-item>
167
-
168
- <check-item id="4.4">
169
- <prompt>Select recommended path forward</prompt>
170
- <action>Based on analysis of all options, choose the best path</action>
171
- <action>Provide clear rationale considering:</action>
172
- - Implementation effort and timeline impact
173
- - Technical risk and complexity
174
- - Impact on team morale and momentum
175
- - Long-term sustainability and maintainability
176
- - Stakeholder expectations and business value
177
- <action>Selected approach: [Option 1 / Option 2 / Option 3 / Hybrid]</action>
178
- <action>Justification: [Document reasoning]</action>
179
- <status>[ ] Done / [ ] N/A / [ ] Action-needed</status>
180
- </check-item>
181
-
182
- </section>
183
-
184
- <section n="5" title="Sprint Change Proposal Components">
185
-
186
- <check-item id="5.1">
187
- <prompt>Create identified issue summary</prompt>
188
- <action>Write clear, concise problem statement</action>
189
- <action>Include context about discovery and impact</action>
190
- <status>[ ] Done / [ ] N/A / [ ] Action-needed</status>
191
- </check-item>
192
-
193
- <check-item id="5.2">
194
- <prompt>Document epic impact and artifact adjustment needs</prompt>
195
- <action>Summarize findings from Epic Impact Assessment (Section 2)</action>
196
- <action>Summarize findings from Artifact Conflict Analysis (Section 3)</action>
197
- <action>Be specific about what changes are needed and why</action>
198
- <status>[ ] Done / [ ] N/A / [ ] Action-needed</status>
199
- </check-item>
200
-
201
- <check-item id="5.3">
202
- <prompt>Present recommended path forward with rationale</prompt>
203
- <action>Include selected approach from Section 4</action>
204
- <action>Provide complete justification for recommendation</action>
205
- <action>Address trade-offs and alternatives considered</action>
206
- <status>[ ] Done / [ ] N/A / [ ] Action-needed</status>
207
- </check-item>
208
-
209
- <check-item id="5.4">
210
- <prompt>Define PRD MVP impact and high-level action plan</prompt>
211
- <action>State clearly if MVP is affected</action>
212
- <action>Outline major action items needed for implementation</action>
213
- <action>Identify dependencies and sequencing</action>
214
- <status>[ ] Done / [ ] N/A / [ ] Action-needed</status>
215
- </check-item>
216
-
217
- <check-item id="5.5">
218
- <prompt>Establish agent handoff plan</prompt>
219
- <action>Identify which roles/agents will execute the changes:</action>
220
- - Development team (for implementation)
221
- - Product Owner / Scrum Master (for backlog changes)
222
- - Product Manager / Architect (for strategic changes)
223
- <action>Define responsibilities for each role</action>
224
- <status>[ ] Done / [ ] N/A / [ ] Action-needed</status>
225
- </check-item>
226
-
227
- </section>
228
-
229
- <section n="6" title="Final Review and Handoff">
230
-
231
- <check-item id="6.1">
232
- <prompt>Review checklist completion</prompt>
233
- <action>Verify all applicable sections have been addressed</action>
234
- <action>Confirm all [Action-needed] items have been documented</action>
235
- <action>Ensure analysis is comprehensive and actionable</action>
236
- <status>[ ] Done / [ ] N/A / [ ] Action-needed</status>
237
- </check-item>
238
-
239
- <check-item id="6.2">
240
- <prompt>Verify Sprint Change Proposal accuracy</prompt>
241
- <action>Review complete proposal for consistency and clarity</action>
242
- <action>Ensure all recommendations are well-supported by analysis</action>
243
- <action>Check that proposal is actionable and specific</action>
244
- <status>[ ] Done / [ ] N/A / [ ] Action-needed</status>
245
- </check-item>
246
-
247
- <check-item id="6.3">
248
- <prompt>Obtain explicit user approval</prompt>
249
- <action>Present complete proposal to user</action>
250
- <action>Get clear yes/no approval for proceeding</action>
251
- <action>Document approval and any conditions</action>
252
- <status>[ ] Done / [ ] N/A / [ ] Action-needed</status>
253
- </check-item>
254
-
255
- <check-item id="6.4">
256
- <prompt>Confirm next steps and handoff plan</prompt>
257
- <action>Review handoff responsibilities with user</action>
258
- <action>Ensure all stakeholders understand their roles</action>
259
- <action>Confirm timeline and success criteria</action>
260
- <status>[ ] Done / [ ] N/A / [ ] Action-needed</status>
261
- </check-item>
262
-
263
- <halt-condition>
264
- <action if="any critical section cannot be completed">HALT: "Cannot proceed to proposal without complete impact analysis"</action>
265
- <action if="user approval not obtained">HALT: "Must have explicit approval before implementing changes"</action>
266
- <action if="handoff responsibilities unclear">HALT: "Must clearly define who will execute the proposed changes"</action>
267
- </halt-condition>
268
-
269
- </section>
270
-
271
- </checklist>
272
-
273
- <execution-notes>
274
- <note>This checklist is for SIGNIFICANT changes affecting project direction</note>
275
- <note>Work interactively with user - they make final decisions</note>
276
- <note>Be factual, not blame-oriented when analyzing issues</note>
277
- <note>Handle changes professionally as opportunities to improve the project</note>
278
- <note>Maintain conversation context throughout - this is collaborative work</note>
279
- </execution-notes>