@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,184 +0,0 @@
1
- # Step 1: Context Discovery & Initialization
2
-
3
- ## MANDATORY EXECUTION RULES (READ FIRST):
4
-
5
- - 🛑 NEVER generate content without user input
6
- - ✅ ALWAYS treat this as collaborative discovery between technical peers
7
- - 📋 YOU ARE A FACILITATOR, not a content generator
8
- - 💬 FOCUS on discovering existing project context and technology stack
9
- - 🎯 IDENTIFY critical implementation rules that AI agents need
10
- - ⚠️ ABSOLUTELY NO TIME ESTIMATES - AI development speed has fundamentally changed
11
- - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
12
-
13
- ## EXECUTION PROTOCOLS:
14
-
15
- - 🎯 Show your analysis before taking any action
16
- - 📖 Read existing project files to understand current context
17
- - 💾 Initialize document and update frontmatter
18
- - 🚫 FORBIDDEN to load next step until discovery is complete
19
-
20
- ## CONTEXT BOUNDARIES:
21
-
22
- - Variables from workflow.md are available in memory
23
- - Focus on existing project files and architecture decisions
24
- - Look for patterns, conventions, and unique requirements
25
- - Prioritize rules that prevent implementation mistakes
26
-
27
- ## YOUR TASK:
28
-
29
- Discover the project's technology stack, existing patterns, and critical implementation rules that AI agents must follow when writing code.
30
-
31
- ## DISCOVERY SEQUENCE:
32
-
33
- ### 1. Check for Existing Project Context
34
-
35
- First, check if project context already exists:
36
-
37
- - Look for file at `{project_knowledge}/project-context.md or {project-root}/**/project-context.md`
38
- - If exists: Read complete file to understand existing rules
39
- - Present to user: "Found existing project context with {number_of_sections} sections. Would you like to update this or create a new one?"
40
-
41
- ### 2. Discover Project Technology Stack
42
-
43
- Load and analyze project files to identify technologies:
44
-
45
- **Architecture Document:**
46
-
47
- - Look for `{planning_artifacts}/architecture.md`
48
- - Extract technology choices with specific versions
49
- - Note architectural decisions that affect implementation
50
-
51
- **Package Files:**
52
-
53
- - Check for `package.json`, `requirements.txt`, `Cargo.toml`, etc.
54
- - Extract exact versions of all dependencies
55
- - Note development vs production dependencies
56
-
57
- **Configuration Files:**
58
-
59
- - Look for project language specific configs ( example: `tsconfig.json`)
60
- - Build tool configs (webpack, vite, next.config.js, etc.)
61
- - Linting and formatting configs (.eslintrc, .prettierrc, etc.)
62
- - Testing configurations (jest.config.js, vitest.config.ts, etc.)
63
-
64
- ### 3. Identify Existing Code Patterns
65
-
66
- Search through existing codebase for patterns:
67
-
68
- **Naming Conventions:**
69
-
70
- - File naming patterns (PascalCase, kebab-case, etc.)
71
- - Component/function naming conventions
72
- - Variable naming patterns
73
- - Test file naming patterns
74
-
75
- **Code Organization:**
76
-
77
- - How components are structured
78
- - Where utilities and helpers are placed
79
- - How services are organized
80
- - Test organization patterns
81
-
82
- **Documentation Patterns:**
83
-
84
- - Comment styles and conventions
85
- - Documentation requirements
86
- - README and API doc patterns
87
-
88
- ### 4. Extract Critical Implementation Rules
89
-
90
- Look for rules that AI agents might miss:
91
-
92
- **Language-Specific Rules:**
93
-
94
- - TypeScript strict mode requirements
95
- - Import/export conventions
96
- - Async/await vs Promise usage patterns
97
- - Error handling patterns specific to the language
98
-
99
- **Framework-Specific Rules:**
100
-
101
- - React hooks usage patterns
102
- - API route conventions
103
- - Middleware usage patterns
104
- - State management patterns
105
-
106
- **Testing Rules:**
107
-
108
- - Test structure requirements
109
- - Mock usage conventions
110
- - Integration vs unit test boundaries
111
- - Coverage requirements
112
-
113
- **Development Workflow Rules:**
114
-
115
- - Branch naming conventions
116
- - Commit message patterns
117
- - PR review requirements
118
- - Deployment procedures
119
-
120
- ### 5. Initialize Project Context Document
121
-
122
- Based on discovery, create or update the context document:
123
-
124
- #### A. Fresh Document Setup (if no existing context)
125
-
126
- Copy template from `{installed_path}/project-context-template.md` to `{output_folder}/project-context.md`
127
- Initialize frontmatter fields.
128
-
129
- #### B. Existing Document Update
130
-
131
- Load existing context and prepare for updates
132
- Set frontmatter `sections_completed` to track what will be updated
133
-
134
- ### 6. Present Discovery Summary
135
-
136
- Report findings to user:
137
-
138
- "Welcome {{user_name}}! I've analyzed your project for {{project_name}} to discover the context that AI agents need.
139
-
140
- **Technology Stack Discovered:**
141
- {{list_of_technologies_with_versions}}
142
-
143
- **Existing Patterns Found:**
144
-
145
- - {{number_of_patterns}} implementation patterns
146
- - {{number_of_conventions}} coding conventions
147
- - {{number_of_rules}} critical rules
148
-
149
- **Key Areas for Context Rules:**
150
-
151
- - {{area_1}} (e.g., TypeScript configuration)
152
- - {{area_2}} (e.g., Testing patterns)
153
- - {{area_3}} (e.g., Code organization)
154
-
155
- {if_existing_context}
156
- **Existing Context:** Found {{sections}} sections already defined. We can update or add to these.
157
- {/if_existing_context}
158
-
159
- Ready to create/update your project context. This will help AI agents implement code consistently with your project's standards.
160
-
161
- [C] Continue to context generation"
162
-
163
- ## SUCCESS METRICS:
164
-
165
- ✅ Existing project context properly detected and handled
166
- ✅ Technology stack accurately identified with versions
167
- ✅ Critical implementation patterns discovered
168
- ✅ Project context document properly initialized
169
- ✅ Discovery findings clearly presented to user
170
- ✅ User ready to proceed with context generation
171
-
172
- ## FAILURE MODES:
173
-
174
- ❌ Not checking for existing project context before creating new one
175
- ❌ Missing critical technology versions or configurations
176
- ❌ Overlooking important coding patterns or conventions
177
- ❌ Not initializing frontmatter properly
178
- ❌ Not presenting clear discovery summary to user
179
-
180
- ## NEXT STEP:
181
-
182
- After user selects [C] to continue, load `./step-02-generate.md` to collaboratively generate the specific project context rules.
183
-
184
- Remember: Do NOT proceed to step-02 until user explicitly selects [C] from the menu and discovery is confirmed and the initial file has been written as directed in this discovery step!
@@ -1,318 +0,0 @@
1
- # Step 2: Context Rules Generation
2
-
3
- ## MANDATORY EXECUTION RULES (READ FIRST):
4
-
5
- - 🛑 NEVER generate content without user input
6
- - ✅ ALWAYS treat this as collaborative discovery between technical peers
7
- - 📋 YOU ARE A FACILITATOR, not a content generator
8
- - 💬 FOCUS on unobvious rules that AI agents need to be reminded of
9
- - 🎯 KEEP CONTENT LEAN - optimize for LLM context efficiency
10
- - ⚠️ ABSOLUTELY NO TIME ESTIMATES - AI development speed has fundamentally changed
11
- - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
12
-
13
- ## EXECUTION PROTOCOLS:
14
-
15
- - 🎯 Show your analysis before taking any action
16
- - 📝 Focus on specific, actionable rules rather than general advice
17
- - ⚠️ Present A/P/C menu after each major rule category
18
- - 💾 ONLY save when user chooses C (Continue)
19
- - 📖 Update frontmatter with completed sections
20
- - 🚫 FORBIDDEN to load next step until all sections are complete
21
-
22
- ## COLLABORATION MENUS (A/P/C):
23
-
24
- This step will generate content and present choices for each rule category:
25
-
26
- - **A (Advanced Elicitation)**: Use discovery protocols to explore nuanced implementation rules
27
- - **P (Party Mode)**: Bring multiple perspectives to identify critical edge cases
28
- - **C (Continue)**: Save the current rules and proceed to next category
29
-
30
- ## PROTOCOL INTEGRATION:
31
-
32
- - When 'A' selected: Execute {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml
33
- - When 'P' selected: Execute {project-root}/_bmad/core/workflows/party-mode
34
- - PROTOCOLS always return to display this step's A/P/C menu after the A or P have completed
35
- - User accepts/rejects protocol changes before proceeding
36
-
37
- ## CONTEXT BOUNDARIES:
38
-
39
- - Discovery results from step-1 are available
40
- - Technology stack and existing patterns are identified
41
- - Focus on rules that prevent implementation mistakes
42
- - Prioritize unobvious details that AI agents might miss
43
-
44
- ## YOUR TASK:
45
-
46
- Collaboratively generate specific, critical rules that AI agents must follow when implementing code in this project.
47
-
48
- ## CONTEXT GENERATION SEQUENCE:
49
-
50
- ### 1. Technology Stack & Versions
51
-
52
- Document the exact technology stack from discovery:
53
-
54
- **Core Technologies:**
55
- Based on user skill level, present findings:
56
-
57
- **Expert Mode:**
58
- "Technology stack from your architecture and package files:
59
- {{exact_technologies_with_versions}}
60
-
61
- Any critical version constraints I should document for agents?"
62
-
63
- **Intermediate Mode:**
64
- "I found your technology stack:
65
-
66
- **Core Technologies:**
67
- {{main_technologies_with_versions}}
68
-
69
- **Key Dependencies:**
70
- {{important_dependencies_with_versions}}
71
-
72
- Are there any version constraints or compatibility notes agents should know about?"
73
-
74
- **Beginner Mode:**
75
- "Here are the technologies you're using:
76
-
77
- **Main Technologies:**
78
- {{friendly_description_of_tech_stack}}
79
-
80
- **Important Notes:**
81
- {{key_things_agents_need_to_know_about_versions}}
82
-
83
- Should I document any special version rules or compatibility requirements?"
84
-
85
- ### 2. Language-Specific Rules
86
-
87
- Focus on unobvious language patterns agents might miss:
88
-
89
- **TypeScript/JavaScript Rules:**
90
- "Based on your codebase, I notice some specific patterns:
91
-
92
- **Configuration Requirements:**
93
- {{typescript_config_rules}}
94
-
95
- **Import/Export Patterns:**
96
- {{import_export_conventions}}
97
-
98
- **Error Handling Patterns:**
99
- {{error_handling_requirements}}
100
-
101
- Are these patterns correct? Any other language-specific rules agents should follow?"
102
-
103
- **Python/Ruby/Other Language Rules:**
104
- Adapt to the actual language in use with similar focused questions.
105
-
106
- ### 3. Framework-Specific Rules
107
-
108
- Document framework-specific patterns:
109
-
110
- **React Rules (if applicable):**
111
- "For React development, I see these patterns:
112
-
113
- **Hooks Usage:**
114
- {{hooks_usage_patterns}}
115
-
116
- **Component Structure:**
117
- {{component_organization_rules}}
118
-
119
- **State Management:**
120
- {{state_management_patterns}}
121
-
122
- **Performance Rules:**
123
- {{performance_optimization_requirements}}
124
-
125
- Should I add any other React-specific rules?"
126
-
127
- **Other Framework Rules:**
128
- Adapt for Vue, Angular, Next.js, Express, etc.
129
-
130
- ### 4. Testing Rules
131
-
132
- Focus on testing patterns that ensure consistency:
133
-
134
- **Test Structure Rules:**
135
- "Your testing setup shows these patterns:
136
-
137
- **Test Organization:**
138
- {{test_file_organization}}
139
-
140
- **Mock Usage:**
141
- {{mock_patterns_and_conventions}}
142
-
143
- **Test Coverage Requirements:**
144
- {{coverage_expectations}}
145
-
146
- **Integration vs Unit Test Rules:**
147
- {{test_boundary_patterns}}
148
-
149
- Are there testing rules agents should always follow?"
150
-
151
- ### 5. Code Quality & Style Rules
152
-
153
- Document critical style and quality rules:
154
-
155
- **Linting/Formatting:**
156
- "Your code style configuration requires:
157
-
158
- **ESLint/Prettier Rules:**
159
- {{specific_linting_rules}}
160
-
161
- **Code Organization:**
162
- {{file_and_folder_structure_rules}}
163
-
164
- **Naming Conventions:**
165
- {{naming_patterns_agents_must_follow}}
166
-
167
- **Documentation Requirements:**
168
- {{comment_and_documentation_patterns}}
169
-
170
- Any additional code quality rules?"
171
-
172
- ### 6. Development Workflow Rules
173
-
174
- Document workflow patterns that affect implementation:
175
-
176
- **Git/Repository Rules:**
177
- "Your project uses these patterns:
178
-
179
- **Branch Naming:**
180
- {{branch_naming_conventions}}
181
-
182
- **Commit Message Format:**
183
- {{commit_message_patterns}}
184
-
185
- **PR Requirements:**
186
- {{pull_request_checklist}}
187
-
188
- **Deployment Patterns:**
189
- {{deployment_considerations}}
190
-
191
- Should I document any other workflow rules?"
192
-
193
- ### 7. Critical Don't-Miss Rules
194
-
195
- Identify rules that prevent common mistakes:
196
-
197
- **Anti-Patterns to Avoid:**
198
- "Based on your codebase, here are critical things agents must NOT do:
199
-
200
- {{critical_anti_patterns_with_examples}}
201
-
202
- **Edge Cases:**
203
- {{specific_edge_cases_agents_should_handle}}
204
-
205
- **Security Rules:**
206
- {{security_considerations_agents_must_follow}}
207
-
208
- **Performance Gotchas:**
209
- {{performance_patterns_to_avoid}}
210
-
211
- Are there other 'gotchas' agents should know about?"
212
-
213
- ### 8. Generate Context Content
214
-
215
- For each category, prepare lean content for the project context file:
216
-
217
- #### Content Structure:
218
-
219
- ```markdown
220
- ## Technology Stack & Versions
221
-
222
- {{concise_technology_list_with_exact_versions}}
223
-
224
- ## Critical Implementation Rules
225
-
226
- ### Language-Specific Rules
227
-
228
- {{bullet_points_of_critical_language_rules}}
229
-
230
- ### Framework-Specific Rules
231
-
232
- {{bullet_points_of_framework_patterns}}
233
-
234
- ### Testing Rules
235
-
236
- {{bullet_points_of_testing_requirements}}
237
-
238
- ### Code Quality & Style Rules
239
-
240
- {{bullet_points_of_style_and_quality_rules}}
241
-
242
- ### Development Workflow Rules
243
-
244
- {{bullet_points_of_workflow_patterns}}
245
-
246
- ### Critical Don't-Miss Rules
247
-
248
- {{bullet_points_of_anti_patterns_and_edge_cases}}
249
- ```
250
-
251
- ### 9. Present Content and Menu
252
-
253
- After each category, show the generated rules and present choices:
254
-
255
- "I've drafted the {{category_name}} rules for your project context.
256
-
257
- **Here's what I'll add:**
258
-
259
- [Show the complete markdown content for this category]
260
-
261
- **What would you like to do?**
262
- [A] Advanced Elicitation - Explore nuanced rules for this category
263
- [P] Party Mode - Review from different implementation perspectives
264
- [C] Continue - Save these rules and move to next category"
265
-
266
- ### 10. Handle Menu Selection
267
-
268
- #### If 'A' (Advanced Elicitation):
269
-
270
- - Execute advanced-elicitation.xml with current category rules
271
- - Process enhanced rules that come back
272
- - Ask user: "Accept these enhanced rules for {{category}}? (y/n)"
273
- - If yes: Update content, then return to A/P/C menu
274
- - If no: Keep original content, then return to A/P/C menu
275
-
276
- #### If 'P' (Party Mode):
277
-
278
- - Execute party-mode workflow with category rules context
279
- - Process collaborative insights on implementation patterns
280
- - Ask user: "Accept these changes to {{category}} rules? (y/n)"
281
- - If yes: Update content, then return to A/P/C menu
282
- - If no: Keep original content, then return to A/P/C menu
283
-
284
- #### If 'C' (Continue):
285
-
286
- - Save the current category content to project context file
287
- - Update frontmatter: `sections_completed: [...]`
288
- - Proceed to next category or step-03 if complete
289
-
290
- ## APPEND TO PROJECT CONTEXT:
291
-
292
- When user selects 'C' for a category, append the content directly to `{output_folder}/project-context.md` using the structure from step 8.
293
-
294
- ## SUCCESS METRICS:
295
-
296
- ✅ All critical technology versions accurately documented
297
- ✅ Language-specific rules cover unobvious patterns
298
- ✅ Framework rules capture project-specific conventions
299
- ✅ Testing rules ensure consistent test quality
300
- ✅ Code quality rules maintain project standards
301
- ✅ Workflow rules prevent implementation conflicts
302
- ✅ Content is lean and optimized for LLM context
303
- ✅ A/P/C menu presented and handled correctly for each category
304
-
305
- ## FAILURE MODES:
306
-
307
- ❌ Including obvious rules that agents already know
308
- ❌ Making content too verbose for LLM context efficiency
309
- ❌ Missing critical anti-patterns or edge cases
310
- ❌ Not getting user validation for each rule category
311
- ❌ Not documenting exact versions and configurations
312
- ❌ Not presenting A/P/C menu after content generation
313
-
314
- ## NEXT STEP:
315
-
316
- After completing all rule categories and user selects 'C' for the final category, load `./step-03-complete.md` to finalize the project context file.
317
-
318
- Remember: Do NOT proceed to step-03 until all categories are complete and user explicitly selects 'C' for each!