@delorenj/pjangler 1.2.21 → 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 (835) hide show
  1. package/README.md +12 -3
  2. package/dist/index.js +8577 -4137
  3. package/dist/mcp-server.js +8115 -4079
  4. package/package.json +19 -4
  5. package/templates/commonproject/copier.yml +6 -3
  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 +1728 -0
  12. package/templates/commonproject/template/mise.toml.jinja +14 -4
  13. package/templates/hermes-agent/copier.yml +11 -7
  14. package/templates/hermes-agent/template/.gitignore.jinja +6 -2
  15. package/templates/hermes-agent/template/.runtime-scaffold/README.md +4 -2
  16. package/templates/hermes-agent/template/.scripts/00-banner.sh +1 -1
  17. package/templates/hermes-agent/template/.scripts/01-config.sh +3 -0
  18. package/templates/hermes-agent/template/.scripts/10-hermes-profile.sh +12 -1
  19. package/templates/hermes-agent/template/.scripts/20-runtime-repo.sh +114 -131
  20. package/templates/hermes-agent/template/.scripts/30-telegram.sh +276 -22
  21. package/templates/hermes-agent/template/.scripts/31-slack.sh +362 -0
  22. package/templates/hermes-agent/template/.scripts/60-bloodbank.sh +8 -66
  23. package/templates/hermes-agent/template/.scripts/70-systemd.sh +50 -29
  24. package/templates/hermes-agent/template/.scripts/80-registry.sh +93 -13
  25. package/templates/hermes-agent/template/.scripts/99-summary.sh +1 -4
  26. package/templates/hermes-agent/template/.scripts/_lib.sh +66 -1
  27. package/templates/hermes-agent/template/.scripts/checkpoint.sh +3 -2
  28. package/templates/hermes-agent/template/.scripts/config.example.toml +10 -10
  29. package/templates/hermes-agent/template/.scripts/heartbeat.sh +1 -1
  30. package/templates/hermes-agent/template/.scripts/lib/ticket-provider.sh +15 -7
  31. package/templates/hermes-agent/template/.scripts/providers/linear.sh +41 -1
  32. package/templates/hermes-agent/template/.scripts/providers/plane.sh +91 -21
  33. package/templates/hermes-agent/template/.scripts/providers/trello.sh +34 -1
  34. package/templates/hermes-agent/template/.scripts/reporter-watchdog.py +242 -0
  35. package/templates/hermes-agent/template/.scripts/secret-scan.py +68 -0
  36. package/templates/hermes-agent/template/.scripts/sentinel.prompt.md.jinja +3 -2
  37. package/templates/hermes-agent/template/SOUL.md.jinja +32 -10
  38. package/templates/hermes-agent/template/hermes.jinja +6 -3
  39. package/templates/hermes-agent/template/role.yaml.jinja +25 -13
  40. package/templates/commonproject/.augment/commands/bmad/agents/bmb-agent-builder.md +0 -14
  41. package/templates/commonproject/.augment/commands/bmad/agents/bmb-module-builder.md +0 -14
  42. package/templates/commonproject/.augment/commands/bmad/agents/bmb-workflow-builder.md +0 -14
  43. package/templates/commonproject/.augment/commands/bmad/agents/bmm-analyst.md +0 -14
  44. package/templates/commonproject/.augment/commands/bmad/agents/bmm-architect.md +0 -14
  45. package/templates/commonproject/.augment/commands/bmad/agents/bmm-dev.md +0 -14
  46. package/templates/commonproject/.augment/commands/bmad/agents/bmm-pm.md +0 -14
  47. package/templates/commonproject/.augment/commands/bmad/agents/bmm-quick-flow-solo-dev.md +0 -14
  48. package/templates/commonproject/.augment/commands/bmad/agents/bmm-sm.md +0 -14
  49. package/templates/commonproject/.augment/commands/bmad/agents/bmm-tea.md +0 -14
  50. package/templates/commonproject/.augment/commands/bmad/agents/bmm-tech-writer.md +0 -14
  51. package/templates/commonproject/.augment/commands/bmad/agents/bmm-ux-designer.md +0 -14
  52. package/templates/commonproject/.augment/commands/bmad/agents/cis-brainstorming-coach.md +0 -14
  53. package/templates/commonproject/.augment/commands/bmad/agents/cis-creative-problem-solver.md +0 -14
  54. package/templates/commonproject/.augment/commands/bmad/agents/cis-design-thinking-coach.md +0 -14
  55. package/templates/commonproject/.augment/commands/bmad/agents/cis-innovation-strategist.md +0 -14
  56. package/templates/commonproject/.augment/commands/bmad/agents/cis-presentation-master.md +0 -14
  57. package/templates/commonproject/.augment/commands/bmad/agents/cis-storyteller.md +0 -14
  58. package/templates/commonproject/.augment/commands/bmad/agents/core-bmad-master.md +0 -14
  59. package/templates/commonproject/.augment/commands/bmad/tasks/core-index-docs.md +0 -74
  60. package/templates/commonproject/.augment/commands/bmad/tasks/core-shard-doc.md +0 -118
  61. package/templates/commonproject/.augment/commands/bmad/workflows/bmb-agent.md +0 -5
  62. package/templates/commonproject/.augment/commands/bmad/workflows/bmb-module.md +0 -5
  63. package/templates/commonproject/.augment/commands/bmad/workflows/bmb-workflow.md +0 -5
  64. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-check-implementation-readiness.md +0 -5
  65. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-code-review.md +0 -13
  66. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-correct-course.md +0 -13
  67. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-create-architecture.md +0 -5
  68. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-create-epics-and-stories.md +0 -5
  69. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-create-excalidraw-dataflow.md +0 -13
  70. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-create-excalidraw-diagram.md +0 -13
  71. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-create-excalidraw-flowchart.md +0 -13
  72. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-create-excalidraw-wireframe.md +0 -13
  73. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-create-product-brief.md +0 -5
  74. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-create-story.md +0 -13
  75. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-create-ux-design.md +0 -5
  76. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-dev-story.md +0 -13
  77. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-document-project.md +0 -13
  78. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-generate-project-context.md +0 -5
  79. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-prd.md +0 -5
  80. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-quick-dev.md +0 -5
  81. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-quick-spec.md +0 -5
  82. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-research.md +0 -5
  83. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-retrospective.md +0 -13
  84. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-sprint-planning.md +0 -13
  85. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-sprint-status.md +0 -13
  86. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-testarch-atdd.md +0 -13
  87. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-testarch-automate.md +0 -13
  88. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-testarch-ci.md +0 -13
  89. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-testarch-framework.md +0 -13
  90. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-testarch-nfr.md +0 -13
  91. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-testarch-test-design.md +0 -13
  92. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-testarch-test-review.md +0 -13
  93. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-testarch-trace.md +0 -13
  94. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-workflow-init.md +0 -13
  95. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-workflow-status.md +0 -13
  96. package/templates/commonproject/.augment/commands/bmad/workflows/cis-design-thinking.md +0 -13
  97. package/templates/commonproject/.augment/commands/bmad/workflows/cis-innovation-strategy.md +0 -13
  98. package/templates/commonproject/.augment/commands/bmad/workflows/cis-problem-solving.md +0 -13
  99. package/templates/commonproject/.augment/commands/bmad/workflows/cis-storytelling.md +0 -13
  100. package/templates/commonproject/.augment/commands/bmad/workflows/core-brainstorming.md +0 -5
  101. package/templates/commonproject/.augment/commands/bmad/workflows/core-party-mode.md +0 -5
  102. package/templates/commonproject/.augment/commands/bmad/workflows/custom-ticket-lifecycle.md +0 -5
  103. package/templates/commonproject/.copier-answers.yml +0 -4
  104. package/templates/commonproject/.gemini/commands/bmad-agent-bmb-agent-builder.toml +0 -12
  105. package/templates/commonproject/.gemini/commands/bmad-agent-bmb-module-builder.toml +0 -12
  106. package/templates/commonproject/.gemini/commands/bmad-agent-bmb-workflow-builder.toml +0 -12
  107. package/templates/commonproject/.gemini/commands/bmad-agent-bmm-analyst.toml +0 -12
  108. package/templates/commonproject/.gemini/commands/bmad-agent-bmm-architect.toml +0 -12
  109. package/templates/commonproject/.gemini/commands/bmad-agent-bmm-dev.toml +0 -12
  110. package/templates/commonproject/.gemini/commands/bmad-agent-bmm-pm.toml +0 -12
  111. package/templates/commonproject/.gemini/commands/bmad-agent-bmm-quick-flow-solo-dev.toml +0 -12
  112. package/templates/commonproject/.gemini/commands/bmad-agent-bmm-sm.toml +0 -12
  113. package/templates/commonproject/.gemini/commands/bmad-agent-bmm-tea.toml +0 -12
  114. package/templates/commonproject/.gemini/commands/bmad-agent-bmm-tech-writer.toml +0 -12
  115. package/templates/commonproject/.gemini/commands/bmad-agent-bmm-ux-designer.toml +0 -12
  116. package/templates/commonproject/.gemini/commands/bmad-agent-cis-brainstorming-coach.toml +0 -12
  117. package/templates/commonproject/.gemini/commands/bmad-agent-cis-creative-problem-solver.toml +0 -12
  118. package/templates/commonproject/.gemini/commands/bmad-agent-cis-design-thinking-coach.toml +0 -12
  119. package/templates/commonproject/.gemini/commands/bmad-agent-cis-innovation-strategist.toml +0 -12
  120. package/templates/commonproject/.gemini/commands/bmad-agent-cis-presentation-master.toml +0 -12
  121. package/templates/commonproject/.gemini/commands/bmad-agent-cis-storyteller.toml +0 -12
  122. package/templates/commonproject/.gemini/commands/bmad-agent-core-bmad-master.toml +0 -12
  123. package/templates/commonproject/.gemini/commands/bmad-task-core-index-docs.toml +0 -12
  124. package/templates/commonproject/.gemini/commands/bmad-task-core-review-adversarial-general.toml +0 -12
  125. package/templates/commonproject/.gemini/commands/bmad-task-core-shard-doc.toml +0 -12
  126. package/templates/commonproject/.gemini/commands/bmad-task-core-workflow.toml +0 -12
  127. package/templates/commonproject/.gemini/commands/bmad-workflow-bmb-agent.toml +0 -4
  128. package/templates/commonproject/.gemini/commands/bmad-workflow-bmb-module.toml +0 -4
  129. package/templates/commonproject/.gemini/commands/bmad-workflow-bmb-workflow.toml +0 -4
  130. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-check-implementation-readiness.toml +0 -4
  131. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-code-review.toml +0 -12
  132. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-correct-course.toml +0 -12
  133. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-create-architecture.toml +0 -4
  134. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-create-epics-and-stories.toml +0 -4
  135. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-create-excalidraw-dataflow.toml +0 -12
  136. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-create-excalidraw-diagram.toml +0 -12
  137. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-create-excalidraw-flowchart.toml +0 -12
  138. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-create-excalidraw-wireframe.toml +0 -12
  139. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-create-product-brief.toml +0 -4
  140. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-create-story.toml +0 -12
  141. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-create-ux-design.toml +0 -4
  142. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-dev-story.toml +0 -12
  143. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-document-project.toml +0 -12
  144. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-generate-project-context.toml +0 -4
  145. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-prd.toml +0 -4
  146. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-quick-dev.toml +0 -4
  147. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-quick-spec.toml +0 -4
  148. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-research.toml +0 -4
  149. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-retrospective.toml +0 -12
  150. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-sprint-planning.toml +0 -12
  151. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-sprint-status.toml +0 -12
  152. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-testarch-atdd.toml +0 -12
  153. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-testarch-automate.toml +0 -12
  154. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-testarch-ci.toml +0 -12
  155. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-testarch-framework.toml +0 -12
  156. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-testarch-nfr.toml +0 -12
  157. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-testarch-test-design.toml +0 -12
  158. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-testarch-test-review.toml +0 -12
  159. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-testarch-trace.toml +0 -12
  160. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-workflow-init.toml +0 -12
  161. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-workflow-status.toml +0 -12
  162. package/templates/commonproject/.gemini/commands/bmad-workflow-cis-design-thinking.toml +0 -12
  163. package/templates/commonproject/.gemini/commands/bmad-workflow-cis-innovation-strategy.toml +0 -12
  164. package/templates/commonproject/.gemini/commands/bmad-workflow-cis-problem-solving.toml +0 -12
  165. package/templates/commonproject/.gemini/commands/bmad-workflow-cis-storytelling.toml +0 -12
  166. package/templates/commonproject/.gemini/commands/bmad-workflow-core-brainstorming.toml +0 -4
  167. package/templates/commonproject/.gemini/commands/bmad-workflow-core-party-mode.toml +0 -4
  168. package/templates/commonproject/.gemini/commands/bmad-workflow-custom-ticket-lifecycle.toml +0 -4
  169. package/templates/commonproject/.github/agents/bmd-custom-bmb-agent-builder.agent.md +0 -17
  170. package/templates/commonproject/.github/agents/bmd-custom-bmb-module-builder.agent.md +0 -17
  171. package/templates/commonproject/.github/agents/bmd-custom-bmb-workflow-builder.agent.md +0 -17
  172. package/templates/commonproject/.github/agents/bmd-custom-bmm-analyst.agent.md +0 -17
  173. package/templates/commonproject/.github/agents/bmd-custom-bmm-architect.agent.md +0 -17
  174. package/templates/commonproject/.github/agents/bmd-custom-bmm-dev.agent.md +0 -17
  175. package/templates/commonproject/.github/agents/bmd-custom-bmm-pm.agent.md +0 -17
  176. package/templates/commonproject/.github/agents/bmd-custom-bmm-quick-flow-solo-dev.agent.md +0 -17
  177. package/templates/commonproject/.github/agents/bmd-custom-bmm-sm.agent.md +0 -17
  178. package/templates/commonproject/.github/agents/bmd-custom-bmm-tea.agent.md +0 -17
  179. package/templates/commonproject/.github/agents/bmd-custom-bmm-tech-writer.agent.md +0 -17
  180. package/templates/commonproject/.github/agents/bmd-custom-bmm-ux-designer.agent.md +0 -17
  181. package/templates/commonproject/.github/agents/bmd-custom-cis-brainstorming-coach.agent.md +0 -17
  182. package/templates/commonproject/.github/agents/bmd-custom-cis-creative-problem-solver.agent.md +0 -17
  183. package/templates/commonproject/.github/agents/bmd-custom-cis-design-thinking-coach.agent.md +0 -17
  184. package/templates/commonproject/.github/agents/bmd-custom-cis-innovation-strategist.agent.md +0 -17
  185. package/templates/commonproject/.github/agents/bmd-custom-cis-presentation-master.agent.md +0 -17
  186. package/templates/commonproject/.github/agents/bmd-custom-cis-storyteller.agent.md +0 -17
  187. package/templates/commonproject/.github/agents/bmd-custom-core-bmad-master.agent.md +0 -17
  188. package/templates/commonproject/.mcp.json +0 -12
  189. package/templates/commonproject/.mise/scripts/claude +0 -13
  190. package/templates/commonproject/.mise/scripts/create-plane-project.sh +0 -149
  191. package/templates/commonproject/.mise/scripts/init-project.sh +0 -314
  192. package/templates/commonproject/.mise/scripts/link-agentfiles.sh +0 -9
  193. package/templates/commonproject/.opencode/agent/bmad-agent-bmb-agent-builder.md +0 -14
  194. package/templates/commonproject/.opencode/agent/bmad-agent-bmb-module-builder.md +0 -14
  195. package/templates/commonproject/.opencode/agent/bmad-agent-bmb-workflow-builder.md +0 -14
  196. package/templates/commonproject/.opencode/agent/bmad-agent-bmm-analyst.md +0 -14
  197. package/templates/commonproject/.opencode/agent/bmad-agent-bmm-architect.md +0 -14
  198. package/templates/commonproject/.opencode/agent/bmad-agent-bmm-dev.md +0 -14
  199. package/templates/commonproject/.opencode/agent/bmad-agent-bmm-pm.md +0 -14
  200. package/templates/commonproject/.opencode/agent/bmad-agent-bmm-quick-flow-solo-dev.md +0 -14
  201. package/templates/commonproject/.opencode/agent/bmad-agent-bmm-sm.md +0 -14
  202. package/templates/commonproject/.opencode/agent/bmad-agent-bmm-tea.md +0 -14
  203. package/templates/commonproject/.opencode/agent/bmad-agent-bmm-tech-writer.md +0 -14
  204. package/templates/commonproject/.opencode/agent/bmad-agent-bmm-ux-designer.md +0 -14
  205. package/templates/commonproject/.opencode/agent/bmad-agent-cis-brainstorming-coach.md +0 -14
  206. package/templates/commonproject/.opencode/agent/bmad-agent-cis-creative-problem-solver.md +0 -14
  207. package/templates/commonproject/.opencode/agent/bmad-agent-cis-design-thinking-coach.md +0 -14
  208. package/templates/commonproject/.opencode/agent/bmad-agent-cis-innovation-strategist.md +0 -14
  209. package/templates/commonproject/.opencode/agent/bmad-agent-cis-presentation-master.md +0 -14
  210. package/templates/commonproject/.opencode/agent/bmad-agent-cis-storyteller.md +0 -14
  211. package/templates/commonproject/.opencode/agent/bmad-agent-core-bmad-master.md +0 -14
  212. package/templates/commonproject/.opencode/command/bmad-bmb-agent.md +0 -5
  213. package/templates/commonproject/.opencode/command/bmad-bmb-module.md +0 -5
  214. package/templates/commonproject/.opencode/command/bmad-bmb-workflow.md +0 -5
  215. package/templates/commonproject/.opencode/command/bmad-bmm-check-implementation-readiness.md +0 -5
  216. package/templates/commonproject/.opencode/command/bmad-bmm-code-review.md +0 -13
  217. package/templates/commonproject/.opencode/command/bmad-bmm-correct-course.md +0 -13
  218. package/templates/commonproject/.opencode/command/bmad-bmm-create-architecture.md +0 -5
  219. package/templates/commonproject/.opencode/command/bmad-bmm-create-epics-and-stories.md +0 -5
  220. package/templates/commonproject/.opencode/command/bmad-bmm-create-excalidraw-dataflow.md +0 -13
  221. package/templates/commonproject/.opencode/command/bmad-bmm-create-excalidraw-diagram.md +0 -13
  222. package/templates/commonproject/.opencode/command/bmad-bmm-create-excalidraw-flowchart.md +0 -13
  223. package/templates/commonproject/.opencode/command/bmad-bmm-create-excalidraw-wireframe.md +0 -13
  224. package/templates/commonproject/.opencode/command/bmad-bmm-create-product-brief.md +0 -5
  225. package/templates/commonproject/.opencode/command/bmad-bmm-create-story.md +0 -13
  226. package/templates/commonproject/.opencode/command/bmad-bmm-create-ux-design.md +0 -5
  227. package/templates/commonproject/.opencode/command/bmad-bmm-dev-story.md +0 -13
  228. package/templates/commonproject/.opencode/command/bmad-bmm-document-project.md +0 -13
  229. package/templates/commonproject/.opencode/command/bmad-bmm-generate-project-context.md +0 -5
  230. package/templates/commonproject/.opencode/command/bmad-bmm-prd.md +0 -5
  231. package/templates/commonproject/.opencode/command/bmad-bmm-quick-dev.md +0 -5
  232. package/templates/commonproject/.opencode/command/bmad-bmm-quick-spec.md +0 -5
  233. package/templates/commonproject/.opencode/command/bmad-bmm-research.md +0 -5
  234. package/templates/commonproject/.opencode/command/bmad-bmm-retrospective.md +0 -13
  235. package/templates/commonproject/.opencode/command/bmad-bmm-sprint-planning.md +0 -13
  236. package/templates/commonproject/.opencode/command/bmad-bmm-sprint-status.md +0 -13
  237. package/templates/commonproject/.opencode/command/bmad-bmm-testarch-atdd.md +0 -13
  238. package/templates/commonproject/.opencode/command/bmad-bmm-testarch-automate.md +0 -13
  239. package/templates/commonproject/.opencode/command/bmad-bmm-testarch-ci.md +0 -13
  240. package/templates/commonproject/.opencode/command/bmad-bmm-testarch-framework.md +0 -13
  241. package/templates/commonproject/.opencode/command/bmad-bmm-testarch-nfr.md +0 -13
  242. package/templates/commonproject/.opencode/command/bmad-bmm-testarch-test-design.md +0 -13
  243. package/templates/commonproject/.opencode/command/bmad-bmm-testarch-test-review.md +0 -13
  244. package/templates/commonproject/.opencode/command/bmad-bmm-testarch-trace.md +0 -13
  245. package/templates/commonproject/.opencode/command/bmad-bmm-workflow-init.md +0 -13
  246. package/templates/commonproject/.opencode/command/bmad-bmm-workflow-status.md +0 -13
  247. package/templates/commonproject/.opencode/command/bmad-cis-design-thinking.md +0 -13
  248. package/templates/commonproject/.opencode/command/bmad-cis-innovation-strategy.md +0 -13
  249. package/templates/commonproject/.opencode/command/bmad-cis-problem-solving.md +0 -13
  250. package/templates/commonproject/.opencode/command/bmad-cis-storytelling.md +0 -13
  251. package/templates/commonproject/.opencode/command/bmad-core-brainstorming.md +0 -5
  252. package/templates/commonproject/.opencode/command/bmad-core-party-mode.md +0 -5
  253. package/templates/commonproject/.opencode/command/bmad-custom-ticket-lifecycle.md +0 -5
  254. package/templates/commonproject/.opencode/command/bmad-task-core-index-docs.md +0 -9
  255. package/templates/commonproject/.opencode/command/bmad-task-core-shard-doc.md +0 -9
  256. package/templates/commonproject/.plane.json +0 -6
  257. package/templates/commonproject/.scripts/test-template.sh +0 -63
  258. package/templates/commonproject/AGENTS.md +0 -86
  259. package/templates/commonproject/README.md +0 -172
  260. package/templates/commonproject/_bmad/_config/agent-manifest.csv +0 -20
  261. package/templates/commonproject/_bmad/_config/agents/bmb-agent-builder.customize.yaml +0 -41
  262. package/templates/commonproject/_bmad/_config/agents/bmb-module-builder.customize.yaml +0 -41
  263. package/templates/commonproject/_bmad/_config/agents/bmb-workflow-builder.customize.yaml +0 -41
  264. package/templates/commonproject/_bmad/_config/agents/bmm-analyst.customize.yaml +0 -41
  265. package/templates/commonproject/_bmad/_config/agents/bmm-architect.customize.yaml +0 -41
  266. package/templates/commonproject/_bmad/_config/agents/bmm-dev.customize.yaml +0 -41
  267. package/templates/commonproject/_bmad/_config/agents/bmm-pm.customize.yaml +0 -41
  268. package/templates/commonproject/_bmad/_config/agents/bmm-quick-flow-solo-dev.customize.yaml +0 -41
  269. package/templates/commonproject/_bmad/_config/agents/bmm-sm.customize.yaml +0 -41
  270. package/templates/commonproject/_bmad/_config/agents/bmm-tea.customize.yaml +0 -41
  271. package/templates/commonproject/_bmad/_config/agents/bmm-tech-writer.customize.yaml +0 -41
  272. package/templates/commonproject/_bmad/_config/agents/bmm-ux-designer.customize.yaml +0 -41
  273. package/templates/commonproject/_bmad/_config/agents/cis-brainstorming-coach.customize.yaml +0 -41
  274. package/templates/commonproject/_bmad/_config/agents/cis-creative-problem-solver.customize.yaml +0 -41
  275. package/templates/commonproject/_bmad/_config/agents/cis-design-thinking-coach.customize.yaml +0 -41
  276. package/templates/commonproject/_bmad/_config/agents/cis-innovation-strategist.customize.yaml +0 -41
  277. package/templates/commonproject/_bmad/_config/agents/cis-presentation-master.customize.yaml +0 -41
  278. package/templates/commonproject/_bmad/_config/agents/cis-storyteller.customize.yaml +0 -41
  279. package/templates/commonproject/_bmad/_config/agents/core-bmad-master.customize.yaml +0 -41
  280. package/templates/commonproject/_bmad/_config/custom/cache-manifest.yaml +0 -4
  281. package/templates/commonproject/_bmad/_config/custom/custom/module.yaml +0 -8
  282. package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/data/ac-sufficiency-rubric.md +0 -33
  283. package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/data/audit-comment-template.md +0 -54
  284. package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/data/event-schemas.md +0 -58
  285. package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/steps-c/step-01-init.md +0 -173
  286. package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/steps-c/step-02-triage.md +0 -159
  287. package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/steps-c/step-03-refine.md +0 -149
  288. package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/steps-c/step-04-implement.md +0 -147
  289. package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/steps-c/step-05-review.md +0 -146
  290. package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/steps-c/step-06-qa.md +0 -199
  291. package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/steps-c/step-07-complete.md +0 -141
  292. package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/steps-e/step-01-assess.md +0 -102
  293. package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/steps-e/step-02-apply.md +0 -85
  294. package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/steps-v/step-01-validate.md +0 -154
  295. package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/workflow-plan-ticket-lifecycle.md +0 -346
  296. package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/workflow.md +0 -84
  297. package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/workflow.yaml +0 -39
  298. package/templates/commonproject/_bmad/_config/files-manifest.csv +0 -483
  299. package/templates/commonproject/_bmad/_config/ides/claude-code.yaml +0 -6
  300. package/templates/commonproject/_bmad/_config/ides/codex.yaml +0 -5
  301. package/templates/commonproject/_bmad/_config/manifest.yaml +0 -18
  302. package/templates/commonproject/_bmad/_config/task-manifest.csv +0 -5
  303. package/templates/commonproject/_bmad/_config/tool-manifest.csv +0 -1
  304. package/templates/commonproject/_bmad/_config/workflow-manifest.csv +0 -43
  305. package/templates/commonproject/_bmad/_memory/config.yaml +0 -11
  306. package/templates/commonproject/_bmad/_memory/storyteller-sidecar/stories-told.md +0 -7
  307. package/templates/commonproject/_bmad/_memory/storyteller-sidecar/story-preferences.md +0 -7
  308. package/templates/commonproject/_bmad/bmb/README.md +0 -25
  309. package/templates/commonproject/_bmad/bmb/agents/agent-builder.md +0 -64
  310. package/templates/commonproject/_bmad/bmb/agents/module-builder.md +0 -65
  311. package/templates/commonproject/_bmad/bmb/agents/workflow-builder.md +0 -66
  312. package/templates/commonproject/_bmad/bmb/config.yaml +0 -12
  313. package/templates/commonproject/_bmad/bmb/workflows/agent/data/agent-compilation.md +0 -273
  314. package/templates/commonproject/_bmad/bmb/workflows/agent/data/agent-menu-patterns.md +0 -233
  315. package/templates/commonproject/_bmad/bmb/workflows/agent/data/agent-metadata.md +0 -208
  316. package/templates/commonproject/_bmad/bmb/workflows/agent/data/brainstorm-context.md +0 -146
  317. package/templates/commonproject/_bmad/bmb/workflows/agent/data/communication-presets.csv +0 -61
  318. package/templates/commonproject/_bmad/bmb/workflows/agent/data/critical-actions.md +0 -120
  319. package/templates/commonproject/_bmad/bmb/workflows/agent/data/expert-agent-architecture.md +0 -236
  320. package/templates/commonproject/_bmad/bmb/workflows/agent/data/expert-agent-validation.md +0 -174
  321. package/templates/commonproject/_bmad/bmb/workflows/agent/data/module-agent-validation.md +0 -126
  322. package/templates/commonproject/_bmad/bmb/workflows/agent/data/persona-properties.md +0 -266
  323. package/templates/commonproject/_bmad/bmb/workflows/agent/data/principles-crafting.md +0 -292
  324. package/templates/commonproject/_bmad/bmb/workflows/agent/data/reference/module-examples/architect.md +0 -68
  325. package/templates/commonproject/_bmad/bmb/workflows/agent/data/simple-agent-architecture.md +0 -204
  326. package/templates/commonproject/_bmad/bmb/workflows/agent/data/simple-agent-validation.md +0 -133
  327. package/templates/commonproject/_bmad/bmb/workflows/agent/data/understanding-agent-types.md +0 -222
  328. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-c/step-01-brainstorm.md +0 -128
  329. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-c/step-02-discovery.md +0 -170
  330. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-c/step-03-type-metadata.md +0 -296
  331. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-c/step-04-persona.md +0 -212
  332. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-c/step-05-commands-menu.md +0 -178
  333. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-c/step-06-activation.md +0 -279
  334. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-c/step-07a-build-simple.md +0 -187
  335. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-c/step-07b-build-expert.md +0 -201
  336. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-c/step-07c-build-module.md +0 -258
  337. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-c/step-08-celebrate.md +0 -249
  338. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-e/e-01-load-existing.md +0 -221
  339. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-e/e-02-discover-edits.md +0 -193
  340. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-e/e-03-placeholder.md +0 -1
  341. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-e/e-04-type-metadata.md +0 -124
  342. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-e/e-05-persona.md +0 -134
  343. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-e/e-06-commands-menu.md +0 -122
  344. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-e/e-07-activation.md +0 -125
  345. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-e/e-08a-edit-simple.md +0 -137
  346. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-e/e-08b-edit-expert.md +0 -119
  347. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-e/e-08c-edit-module.md +0 -123
  348. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-e/e-09-celebrate.md +0 -155
  349. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-v/v-01-load-review.md +0 -136
  350. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-v/v-02a-validate-metadata.md +0 -116
  351. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-v/v-02b-validate-persona.md +0 -124
  352. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-v/v-02c-validate-menu.md +0 -145
  353. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-v/v-02d-validate-structure.md +0 -136
  354. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-v/v-02e-validate-sidecar.md +0 -136
  355. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-v/v-03-summary.md +0 -104
  356. package/templates/commonproject/_bmad/bmb/workflows/agent/templates/agent-plan.template.md +0 -5
  357. package/templates/commonproject/_bmad/bmb/workflows/agent/templates/expert-agent-template/expert-agent.template.md +0 -77
  358. package/templates/commonproject/_bmad/bmb/workflows/agent/templates/simple-agent.template.md +0 -72
  359. package/templates/commonproject/_bmad/bmb/workflows/agent/workflow.md +0 -123
  360. package/templates/commonproject/_bmad/bmb/workflows/module/data/agent-architecture.md +0 -179
  361. package/templates/commonproject/_bmad/bmb/workflows/module/data/agent-spec-template.md +0 -79
  362. package/templates/commonproject/_bmad/bmb/workflows/module/data/module-installer-standards.md +0 -348
  363. package/templates/commonproject/_bmad/bmb/workflows/module/data/module-standards.md +0 -280
  364. package/templates/commonproject/_bmad/bmb/workflows/module/data/module-yaml-conventions.md +0 -392
  365. package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-01-welcome.md +0 -147
  366. package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-02-spark.md +0 -140
  367. package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-03-module-type.md +0 -148
  368. package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-04-vision.md +0 -82
  369. package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-05-identity.md +0 -96
  370. package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-06-users.md +0 -85
  371. package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-07-value.md +0 -75
  372. package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-08-agents.md +0 -96
  373. package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-09-workflows.md +0 -82
  374. package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-10-tools.md +0 -90
  375. package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-11-scenarios.md +0 -83
  376. package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-12-creative.md +0 -94
  377. package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-13-review.md +0 -104
  378. package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-14-finalize.md +0 -117
  379. package/templates/commonproject/_bmad/bmb/workflows/module/steps-c/step-01-load-brief.md +0 -178
  380. package/templates/commonproject/_bmad/bmb/workflows/module/steps-c/step-01b-continue.md +0 -83
  381. package/templates/commonproject/_bmad/bmb/workflows/module/steps-c/step-02-structure.md +0 -109
  382. package/templates/commonproject/_bmad/bmb/workflows/module/steps-c/step-03-config.md +0 -118
  383. package/templates/commonproject/_bmad/bmb/workflows/module/steps-c/step-04-installer.md +0 -160
  384. package/templates/commonproject/_bmad/bmb/workflows/module/steps-c/step-05-agents.md +0 -167
  385. package/templates/commonproject/_bmad/bmb/workflows/module/steps-c/step-06-workflows.md +0 -183
  386. package/templates/commonproject/_bmad/bmb/workflows/module/steps-c/step-07-docs.md +0 -402
  387. package/templates/commonproject/_bmad/bmb/workflows/module/steps-c/step-08-complete.md +0 -123
  388. package/templates/commonproject/_bmad/bmb/workflows/module/steps-e/step-01-load-target.md +0 -81
  389. package/templates/commonproject/_bmad/bmb/workflows/module/steps-e/step-02-select-edit.md +0 -77
  390. package/templates/commonproject/_bmad/bmb/workflows/module/steps-e/step-03-apply-edit.md +0 -77
  391. package/templates/commonproject/_bmad/bmb/workflows/module/steps-e/step-04-review.md +0 -80
  392. package/templates/commonproject/_bmad/bmb/workflows/module/steps-e/step-05-confirm.md +0 -75
  393. package/templates/commonproject/_bmad/bmb/workflows/module/steps-v/step-01-load-target.md +0 -96
  394. package/templates/commonproject/_bmad/bmb/workflows/module/steps-v/step-02-file-structure.md +0 -94
  395. package/templates/commonproject/_bmad/bmb/workflows/module/steps-v/step-03-module-yaml.md +0 -99
  396. package/templates/commonproject/_bmad/bmb/workflows/module/steps-v/step-04-agent-specs.md +0 -152
  397. package/templates/commonproject/_bmad/bmb/workflows/module/steps-v/step-05-workflow-specs.md +0 -152
  398. package/templates/commonproject/_bmad/bmb/workflows/module/steps-v/step-06-documentation.md +0 -143
  399. package/templates/commonproject/_bmad/bmb/workflows/module/steps-v/step-07-installation.md +0 -113
  400. package/templates/commonproject/_bmad/bmb/workflows/module/steps-v/step-08-report.md +0 -197
  401. package/templates/commonproject/_bmad/bmb/workflows/module/templates/brief-template.md +0 -154
  402. package/templates/commonproject/_bmad/bmb/workflows/module/templates/workflow-spec-template.md +0 -96
  403. package/templates/commonproject/_bmad/bmb/workflows/module/workflow.md +0 -100
  404. package/templates/commonproject/_bmad/bmb/workflows/workflow/data/architecture.md +0 -152
  405. package/templates/commonproject/_bmad/bmb/workflows/workflow/data/common-workflow-tools.csv +0 -19
  406. package/templates/commonproject/_bmad/bmb/workflows/workflow/data/csv-data-file-standards.md +0 -81
  407. package/templates/commonproject/_bmad/bmb/workflows/workflow/data/frontmatter-standards.md +0 -225
  408. package/templates/commonproject/_bmad/bmb/workflows/workflow/data/input-discovery-standards.md +0 -269
  409. package/templates/commonproject/_bmad/bmb/workflows/workflow/data/intent-vs-prescriptive-spectrum.md +0 -50
  410. package/templates/commonproject/_bmad/bmb/workflows/workflow/data/menu-handling-standards.md +0 -167
  411. package/templates/commonproject/_bmad/bmb/workflows/workflow/data/output-format-standards.md +0 -188
  412. package/templates/commonproject/_bmad/bmb/workflows/workflow/data/step-file-rules.md +0 -235
  413. package/templates/commonproject/_bmad/bmb/workflows/workflow/data/step-type-patterns.md +0 -311
  414. package/templates/commonproject/_bmad/bmb/workflows/workflow/data/subprocess-optimization-patterns.md +0 -386
  415. package/templates/commonproject/_bmad/bmb/workflows/workflow/data/trimodal-workflow-structure.md +0 -209
  416. package/templates/commonproject/_bmad/bmb/workflows/workflow/data/workflow-chaining-standards.md +0 -271
  417. package/templates/commonproject/_bmad/bmb/workflows/workflow/data/workflow-examples.md +0 -276
  418. package/templates/commonproject/_bmad/bmb/workflows/workflow/data/workflow-type-criteria.md +0 -172
  419. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-00-conversion.md +0 -262
  420. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-01-discovery.md +0 -194
  421. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-01b-continuation.md +0 -3
  422. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-02-classification.md +0 -269
  423. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-03-requirements.md +0 -282
  424. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-04-tools.md +0 -281
  425. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-05-plan-review.md +0 -242
  426. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-06-design.md +0 -329
  427. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-07-foundation.md +0 -238
  428. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-08-build-step-01.md +0 -377
  429. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-09-build-next-step.md +0 -350
  430. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-10-confirmation.md +0 -320
  431. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-11-completion.md +0 -191
  432. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-e/step-e-01-assess-workflow.md +0 -237
  433. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-e/step-e-02-discover-edits.md +0 -248
  434. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-e/step-e-03-fix-validation.md +0 -252
  435. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-e/step-e-04-direct-edit.md +0 -275
  436. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-e/step-e-05-apply-edit.md +0 -154
  437. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-e/step-e-06-validate-after.md +0 -190
  438. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-e/step-e-07-complete.md +0 -206
  439. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-01-validate-max-mode.md +0 -109
  440. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-01-validate.md +0 -221
  441. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-01b-structure.md +0 -152
  442. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-02-frontmatter-validation.md +0 -199
  443. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-02b-path-violations.md +0 -265
  444. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-03-menu-validation.md +0 -164
  445. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-04-step-type-validation.md +0 -211
  446. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-05-output-format-validation.md +0 -200
  447. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-06-validation-design-check.md +0 -195
  448. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-07-instruction-style-check.md +0 -209
  449. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-08-collaborative-experience-check.md +0 -199
  450. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-08b-subprocess-optimization.md +0 -179
  451. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-09-cohesive-review.md +0 -186
  452. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-10-report-complete.md +0 -154
  453. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-11-plan-validation.md +0 -237
  454. package/templates/commonproject/_bmad/bmb/workflows/workflow/templates/minimal-output-template.md +0 -11
  455. package/templates/commonproject/_bmad/bmb/workflows/workflow/templates/step-01-init-continuable-template.md +0 -241
  456. package/templates/commonproject/_bmad/bmb/workflows/workflow/templates/step-1b-template.md +0 -223
  457. package/templates/commonproject/_bmad/bmb/workflows/workflow/templates/step-template.md +0 -290
  458. package/templates/commonproject/_bmad/bmb/workflows/workflow/templates/workflow-template.md +0 -102
  459. package/templates/commonproject/_bmad/bmb/workflows/workflow/workflow.md +0 -109
  460. package/templates/commonproject/_bmad/bmm/agents/analyst.md +0 -82
  461. package/templates/commonproject/_bmad/bmm/agents/architect.md +0 -74
  462. package/templates/commonproject/_bmad/bmm/agents/dev.md +0 -76
  463. package/templates/commonproject/_bmad/bmm/agents/pm.md +0 -78
  464. package/templates/commonproject/_bmad/bmm/agents/quick-flow-solo-dev.md +0 -74
  465. package/templates/commonproject/_bmad/bmm/agents/sm.md +0 -77
  466. package/templates/commonproject/_bmad/bmm/agents/tea.md +0 -77
  467. package/templates/commonproject/_bmad/bmm/agents/tech-writer.md +0 -78
  468. package/templates/commonproject/_bmad/bmm/agents/ux-designer.md +0 -74
  469. package/templates/commonproject/_bmad/bmm/config.yaml +0 -18
  470. package/templates/commonproject/_bmad/bmm/data/README.md +0 -29
  471. package/templates/commonproject/_bmad/bmm/data/documentation-standards.md +0 -262
  472. package/templates/commonproject/_bmad/bmm/data/project-context-template.md +0 -40
  473. package/templates/commonproject/_bmad/bmm/teams/default-party.csv +0 -21
  474. package/templates/commonproject/_bmad/bmm/teams/team-fullstack.yaml +0 -12
  475. package/templates/commonproject/_bmad/bmm/testarch/knowledge/api-request.md +0 -442
  476. package/templates/commonproject/_bmad/bmm/testarch/knowledge/api-testing-patterns.md +0 -843
  477. package/templates/commonproject/_bmad/bmm/testarch/knowledge/auth-session.md +0 -552
  478. package/templates/commonproject/_bmad/bmm/testarch/knowledge/burn-in.md +0 -273
  479. package/templates/commonproject/_bmad/bmm/testarch/knowledge/ci-burn-in.md +0 -675
  480. package/templates/commonproject/_bmad/bmm/testarch/knowledge/component-tdd.md +0 -486
  481. package/templates/commonproject/_bmad/bmm/testarch/knowledge/contract-testing.md +0 -957
  482. package/templates/commonproject/_bmad/bmm/testarch/knowledge/data-factories.md +0 -500
  483. package/templates/commonproject/_bmad/bmm/testarch/knowledge/email-auth.md +0 -721
  484. package/templates/commonproject/_bmad/bmm/testarch/knowledge/error-handling.md +0 -725
  485. package/templates/commonproject/_bmad/bmm/testarch/knowledge/feature-flags.md +0 -750
  486. package/templates/commonproject/_bmad/bmm/testarch/knowledge/file-utils.md +0 -463
  487. package/templates/commonproject/_bmad/bmm/testarch/knowledge/fixture-architecture.md +0 -401
  488. package/templates/commonproject/_bmad/bmm/testarch/knowledge/fixtures-composition.md +0 -382
  489. package/templates/commonproject/_bmad/bmm/testarch/knowledge/intercept-network-call.md +0 -430
  490. package/templates/commonproject/_bmad/bmm/testarch/knowledge/log.md +0 -429
  491. package/templates/commonproject/_bmad/bmm/testarch/knowledge/network-error-monitor.md +0 -405
  492. package/templates/commonproject/_bmad/bmm/testarch/knowledge/network-first.md +0 -486
  493. package/templates/commonproject/_bmad/bmm/testarch/knowledge/network-recorder.md +0 -527
  494. package/templates/commonproject/_bmad/bmm/testarch/knowledge/nfr-criteria.md +0 -670
  495. package/templates/commonproject/_bmad/bmm/testarch/knowledge/overview.md +0 -286
  496. package/templates/commonproject/_bmad/bmm/testarch/knowledge/playwright-config.md +0 -730
  497. package/templates/commonproject/_bmad/bmm/testarch/knowledge/probability-impact.md +0 -601
  498. package/templates/commonproject/_bmad/bmm/testarch/knowledge/recurse.md +0 -421
  499. package/templates/commonproject/_bmad/bmm/testarch/knowledge/risk-governance.md +0 -615
  500. package/templates/commonproject/_bmad/bmm/testarch/knowledge/selective-testing.md +0 -732
  501. package/templates/commonproject/_bmad/bmm/testarch/knowledge/selector-resilience.md +0 -527
  502. package/templates/commonproject/_bmad/bmm/testarch/knowledge/test-healing-patterns.md +0 -644
  503. package/templates/commonproject/_bmad/bmm/testarch/knowledge/test-levels-framework.md +0 -473
  504. package/templates/commonproject/_bmad/bmm/testarch/knowledge/test-priorities-matrix.md +0 -373
  505. package/templates/commonproject/_bmad/bmm/testarch/knowledge/test-quality.md +0 -664
  506. package/templates/commonproject/_bmad/bmm/testarch/knowledge/timing-debugging.md +0 -372
  507. package/templates/commonproject/_bmad/bmm/testarch/knowledge/visual-debugging.md +0 -524
  508. package/templates/commonproject/_bmad/bmm/testarch/tea-index.csv +0 -34
  509. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/create-product-brief/product-brief.template.md +0 -10
  510. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-01-init.md +0 -177
  511. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-01b-continue.md +0 -161
  512. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-02-vision.md +0 -199
  513. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-03-users.md +0 -202
  514. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-04-metrics.md +0 -205
  515. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-05-scope.md +0 -219
  516. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-06-complete.md +0 -194
  517. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/create-product-brief/workflow.md +0 -58
  518. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-01-init.md +0 -137
  519. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-02-domain-analysis.md +0 -229
  520. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-03-competitive-landscape.md +0 -238
  521. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-04-regulatory-focus.md +0 -206
  522. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-05-technical-trends.md +0 -234
  523. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-06-research-synthesis.md +0 -443
  524. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/market-steps/step-01-init.md +0 -182
  525. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/market-steps/step-02-customer-behavior.md +0 -237
  526. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/market-steps/step-02-customer-insights.md +0 -200
  527. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/market-steps/step-03-customer-pain-points.md +0 -249
  528. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/market-steps/step-04-customer-decisions.md +0 -259
  529. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/market-steps/step-05-competitive-analysis.md +0 -177
  530. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/market-steps/step-06-research-completion.md +0 -475
  531. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/research.template.md +0 -29
  532. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-01-init.md +0 -137
  533. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-02-technical-overview.md +0 -239
  534. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-03-integration-patterns.md +0 -248
  535. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-04-architectural-patterns.md +0 -202
  536. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-05-implementation-research.md +0 -239
  537. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-06-research-synthesis.md +0 -486
  538. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/workflow.md +0 -173
  539. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01-init.md +0 -135
  540. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01b-continue.md +0 -127
  541. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-02-discovery.md +0 -190
  542. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-03-core-experience.md +0 -216
  543. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-04-emotional-response.md +0 -219
  544. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-05-inspiration.md +0 -234
  545. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-06-design-system.md +0 -252
  546. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-07-defining-experience.md +0 -254
  547. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-08-visual-foundation.md +0 -224
  548. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-09-design-directions.md +0 -224
  549. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-10-user-journeys.md +0 -241
  550. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-11-component-strategy.md +0 -248
  551. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-12-ux-patterns.md +0 -237
  552. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-13-responsive-accessibility.md +0 -264
  553. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-14-complete.md +0 -228
  554. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/ux-design-template.md +0 -13
  555. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md +0 -43
  556. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/data/domain-complexity.csv +0 -13
  557. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/data/prd-purpose.md +0 -197
  558. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/data/project-types.csv +0 -11
  559. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-01-init.md +0 -191
  560. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-01b-continue.md +0 -153
  561. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-02-discovery.md +0 -224
  562. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-03-success.md +0 -226
  563. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-04-journeys.md +0 -213
  564. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-05-domain.md +0 -207
  565. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-06-innovation.md +0 -226
  566. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-07-project-type.md +0 -237
  567. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-08-scoping.md +0 -228
  568. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-09-functional.md +0 -231
  569. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-10-nonfunctional.md +0 -242
  570. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-11-polish.md +0 -217
  571. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-12-complete.md +0 -180
  572. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-e/step-e-01-discovery.md +0 -247
  573. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-e/step-e-01b-legacy-conversion.md +0 -208
  574. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-e/step-e-02-review.md +0 -249
  575. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-e/step-e-03-edit.md +0 -253
  576. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-e/step-e-04-complete.md +0 -168
  577. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-01-discovery.md +0 -218
  578. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-02-format-detection.md +0 -191
  579. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-02b-parity-check.md +0 -209
  580. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-03-density-validation.md +0 -174
  581. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-04-brief-coverage-validation.md +0 -214
  582. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-05-measurability-validation.md +0 -228
  583. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-06-traceability-validation.md +0 -217
  584. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-07-implementation-leakage-validation.md +0 -205
  585. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-08-domain-compliance-validation.md +0 -243
  586. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-09-project-type-validation.md +0 -263
  587. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-10-smart-validation.md +0 -209
  588. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-11-holistic-quality-validation.md +0 -264
  589. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-12-completeness-validation.md +0 -242
  590. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-13-report-complete.md +0 -232
  591. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/templates/prd-template.md +0 -10
  592. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/validation-report-prd-workflow.md +0 -433
  593. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/workflow.md +0 -150
  594. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-01-document-discovery.md +0 -190
  595. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-02-prd-analysis.md +0 -178
  596. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-03-epic-coverage-validation.md +0 -179
  597. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-04-ux-alignment.md +0 -139
  598. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-05-epic-quality-review.md +0 -252
  599. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-06-final-assessment.md +0 -133
  600. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/templates/readiness-report-template.md +0 -4
  601. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md +0 -55
  602. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/architecture-decision-template.md +0 -12
  603. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/data/domain-complexity.csv +0 -11
  604. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/data/project-types.csv +0 -7
  605. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-01-init.md +0 -153
  606. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-01b-continue.md +0 -164
  607. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-02-context.md +0 -224
  608. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-03-starter.md +0 -331
  609. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-04-decisions.md +0 -318
  610. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-05-patterns.md +0 -359
  611. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-06-structure.md +0 -379
  612. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-07-validation.md +0 -359
  613. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-08-complete.md +0 -352
  614. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/workflow.md +0 -50
  615. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-01-validate-prerequisites.md +0 -259
  616. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-02-design-epics.md +0 -233
  617. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-03-create-stories.md +0 -272
  618. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-04-final-validation.md +0 -145
  619. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/templates/epics-template.md +0 -57
  620. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md +0 -59
  621. package/templates/commonproject/_bmad/bmm/workflows/4-implementation/code-review/checklist.md +0 -23
  622. package/templates/commonproject/_bmad/bmm/workflows/4-implementation/code-review/instructions.xml +0 -227
  623. package/templates/commonproject/_bmad/bmm/workflows/4-implementation/code-review/workflow.yaml +0 -50
  624. package/templates/commonproject/_bmad/bmm/workflows/4-implementation/correct-course/checklist.md +0 -279
  625. package/templates/commonproject/_bmad/bmm/workflows/4-implementation/correct-course/instructions.md +0 -206
  626. package/templates/commonproject/_bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml +0 -58
  627. package/templates/commonproject/_bmad/bmm/workflows/4-implementation/create-story/checklist.md +0 -358
  628. package/templates/commonproject/_bmad/bmm/workflows/4-implementation/create-story/instructions.xml +0 -345
  629. package/templates/commonproject/_bmad/bmm/workflows/4-implementation/create-story/template.md +0 -49
  630. package/templates/commonproject/_bmad/bmm/workflows/4-implementation/create-story/workflow.yaml +0 -59
  631. package/templates/commonproject/_bmad/bmm/workflows/4-implementation/dev-story/checklist.md +0 -80
  632. package/templates/commonproject/_bmad/bmm/workflows/4-implementation/dev-story/instructions.xml +0 -410
  633. package/templates/commonproject/_bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml +0 -25
  634. package/templates/commonproject/_bmad/bmm/workflows/4-implementation/retrospective/instructions.md +0 -1443
  635. package/templates/commonproject/_bmad/bmm/workflows/4-implementation/retrospective/workflow.yaml +0 -57
  636. package/templates/commonproject/_bmad/bmm/workflows/4-implementation/sprint-planning/checklist.md +0 -33
  637. package/templates/commonproject/_bmad/bmm/workflows/4-implementation/sprint-planning/instructions.md +0 -225
  638. package/templates/commonproject/_bmad/bmm/workflows/4-implementation/sprint-planning/sprint-status-template.yaml +0 -55
  639. package/templates/commonproject/_bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +0 -52
  640. package/templates/commonproject/_bmad/bmm/workflows/4-implementation/sprint-status/instructions.md +0 -229
  641. package/templates/commonproject/_bmad/bmm/workflows/4-implementation/sprint-status/workflow.yaml +0 -35
  642. package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-01-mode-detection.md +0 -156
  643. package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-02-context-gathering.md +0 -120
  644. package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-03-execute.md +0 -113
  645. package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-04-self-check.md +0 -113
  646. package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-05-adversarial-review.md +0 -106
  647. package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-06-resolve-findings.md +0 -140
  648. package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md +0 -52
  649. package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-01-understand.md +0 -189
  650. package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-02-investigate.md +0 -144
  651. package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-03-generate.md +0 -128
  652. package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-04-review.md +0 -173
  653. package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/tech-spec-template.md +0 -74
  654. package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/workflow.md +0 -79
  655. package/templates/commonproject/_bmad/bmm/workflows/document-project/checklist.md +0 -245
  656. package/templates/commonproject/_bmad/bmm/workflows/document-project/documentation-requirements.csv +0 -12
  657. package/templates/commonproject/_bmad/bmm/workflows/document-project/instructions.md +0 -221
  658. package/templates/commonproject/_bmad/bmm/workflows/document-project/templates/deep-dive-template.md +0 -345
  659. package/templates/commonproject/_bmad/bmm/workflows/document-project/templates/index-template.md +0 -169
  660. package/templates/commonproject/_bmad/bmm/workflows/document-project/templates/project-overview-template.md +0 -103
  661. package/templates/commonproject/_bmad/bmm/workflows/document-project/templates/project-scan-report-schema.json +0 -160
  662. package/templates/commonproject/_bmad/bmm/workflows/document-project/templates/source-tree-template.md +0 -135
  663. package/templates/commonproject/_bmad/bmm/workflows/document-project/workflow.yaml +0 -28
  664. package/templates/commonproject/_bmad/bmm/workflows/document-project/workflows/deep-dive-instructions.md +0 -298
  665. package/templates/commonproject/_bmad/bmm/workflows/document-project/workflows/deep-dive.yaml +0 -31
  666. package/templates/commonproject/_bmad/bmm/workflows/document-project/workflows/full-scan-instructions.md +0 -1106
  667. package/templates/commonproject/_bmad/bmm/workflows/document-project/workflows/full-scan.yaml +0 -31
  668. package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/_shared/excalidraw-library.json +0 -90
  669. package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/_shared/excalidraw-templates.yaml +0 -127
  670. package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/create-dataflow/checklist.md +0 -39
  671. package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/create-dataflow/instructions.md +0 -130
  672. package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/create-dataflow/workflow.yaml +0 -26
  673. package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/create-diagram/checklist.md +0 -43
  674. package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/create-diagram/instructions.md +0 -141
  675. package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/create-diagram/workflow.yaml +0 -26
  676. package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/create-flowchart/checklist.md +0 -49
  677. package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/create-flowchart/instructions.md +0 -241
  678. package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/create-flowchart/workflow.yaml +0 -26
  679. package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/create-wireframe/checklist.md +0 -38
  680. package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/create-wireframe/instructions.md +0 -133
  681. package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/create-wireframe/workflow.yaml +0 -26
  682. package/templates/commonproject/_bmad/bmm/workflows/generate-project-context/project-context-template.md +0 -21
  683. package/templates/commonproject/_bmad/bmm/workflows/generate-project-context/steps/step-01-discover.md +0 -184
  684. package/templates/commonproject/_bmad/bmm/workflows/generate-project-context/steps/step-02-generate.md +0 -318
  685. package/templates/commonproject/_bmad/bmm/workflows/generate-project-context/steps/step-03-complete.md +0 -278
  686. package/templates/commonproject/_bmad/bmm/workflows/generate-project-context/workflow.md +0 -49
  687. package/templates/commonproject/_bmad/bmm/workflows/testarch/atdd/atdd-checklist-template.md +0 -364
  688. package/templates/commonproject/_bmad/bmm/workflows/testarch/atdd/checklist.md +0 -374
  689. package/templates/commonproject/_bmad/bmm/workflows/testarch/atdd/instructions.md +0 -806
  690. package/templates/commonproject/_bmad/bmm/workflows/testarch/atdd/workflow.yaml +0 -45
  691. package/templates/commonproject/_bmad/bmm/workflows/testarch/automate/checklist.md +0 -582
  692. package/templates/commonproject/_bmad/bmm/workflows/testarch/automate/instructions.md +0 -1324
  693. package/templates/commonproject/_bmad/bmm/workflows/testarch/automate/workflow.yaml +0 -52
  694. package/templates/commonproject/_bmad/bmm/workflows/testarch/ci/checklist.md +0 -248
  695. package/templates/commonproject/_bmad/bmm/workflows/testarch/ci/github-actions-template.yaml +0 -198
  696. package/templates/commonproject/_bmad/bmm/workflows/testarch/ci/gitlab-ci-template.yaml +0 -149
  697. package/templates/commonproject/_bmad/bmm/workflows/testarch/ci/instructions.md +0 -536
  698. package/templates/commonproject/_bmad/bmm/workflows/testarch/ci/workflow.yaml +0 -45
  699. package/templates/commonproject/_bmad/bmm/workflows/testarch/framework/checklist.md +0 -321
  700. package/templates/commonproject/_bmad/bmm/workflows/testarch/framework/instructions.md +0 -481
  701. package/templates/commonproject/_bmad/bmm/workflows/testarch/framework/workflow.yaml +0 -47
  702. package/templates/commonproject/_bmad/bmm/workflows/testarch/nfr-assess/checklist.md +0 -407
  703. package/templates/commonproject/_bmad/bmm/workflows/testarch/nfr-assess/instructions.md +0 -722
  704. package/templates/commonproject/_bmad/bmm/workflows/testarch/nfr-assess/nfr-report-template.md +0 -445
  705. package/templates/commonproject/_bmad/bmm/workflows/testarch/nfr-assess/workflow.yaml +0 -47
  706. package/templates/commonproject/_bmad/bmm/workflows/testarch/test-design/checklist.md +0 -235
  707. package/templates/commonproject/_bmad/bmm/workflows/testarch/test-design/instructions.md +0 -788
  708. package/templates/commonproject/_bmad/bmm/workflows/testarch/test-design/test-design-template.md +0 -294
  709. package/templates/commonproject/_bmad/bmm/workflows/testarch/test-design/workflow.yaml +0 -54
  710. package/templates/commonproject/_bmad/bmm/workflows/testarch/test-review/checklist.md +0 -472
  711. package/templates/commonproject/_bmad/bmm/workflows/testarch/test-review/instructions.md +0 -628
  712. package/templates/commonproject/_bmad/bmm/workflows/testarch/test-review/test-review-template.md +0 -390
  713. package/templates/commonproject/_bmad/bmm/workflows/testarch/test-review/workflow.yaml +0 -46
  714. package/templates/commonproject/_bmad/bmm/workflows/testarch/trace/checklist.md +0 -655
  715. package/templates/commonproject/_bmad/bmm/workflows/testarch/trace/instructions.md +0 -1047
  716. package/templates/commonproject/_bmad/bmm/workflows/testarch/trace/trace-template.md +0 -675
  717. package/templates/commonproject/_bmad/bmm/workflows/testarch/trace/workflow.yaml +0 -55
  718. package/templates/commonproject/_bmad/bmm/workflows/workflow-status/init/instructions.md +0 -346
  719. package/templates/commonproject/_bmad/bmm/workflows/workflow-status/init/workflow.yaml +0 -29
  720. package/templates/commonproject/_bmad/bmm/workflows/workflow-status/instructions.md +0 -395
  721. package/templates/commonproject/_bmad/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +0 -103
  722. package/templates/commonproject/_bmad/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +0 -100
  723. package/templates/commonproject/_bmad/bmm/workflows/workflow-status/paths/method-brownfield.yaml +0 -103
  724. package/templates/commonproject/_bmad/bmm/workflows/workflow-status/paths/method-greenfield.yaml +0 -100
  725. package/templates/commonproject/_bmad/bmm/workflows/workflow-status/project-levels.yaml +0 -59
  726. package/templates/commonproject/_bmad/bmm/workflows/workflow-status/workflow-status-template.yaml +0 -24
  727. package/templates/commonproject/_bmad/bmm/workflows/workflow-status/workflow.yaml +0 -30
  728. package/templates/commonproject/_bmad/cis/agents/brainstorming-coach.md +0 -66
  729. package/templates/commonproject/_bmad/cis/agents/creative-problem-solver.md +0 -66
  730. package/templates/commonproject/_bmad/cis/agents/design-thinking-coach.md +0 -66
  731. package/templates/commonproject/_bmad/cis/agents/innovation-strategist.md +0 -66
  732. package/templates/commonproject/_bmad/cis/agents/presentation-master.md +0 -72
  733. package/templates/commonproject/_bmad/cis/agents/storyteller/storyteller.md +0 -63
  734. package/templates/commonproject/_bmad/cis/config.yaml +0 -11
  735. package/templates/commonproject/_bmad/cis/teams/creative-squad.yaml +0 -7
  736. package/templates/commonproject/_bmad/cis/teams/default-party.csv +0 -12
  737. package/templates/commonproject/_bmad/cis/workflows/README.md +0 -139
  738. package/templates/commonproject/_bmad/cis/workflows/design-thinking/README.md +0 -56
  739. package/templates/commonproject/_bmad/cis/workflows/design-thinking/design-methods.csv +0 -31
  740. package/templates/commonproject/_bmad/cis/workflows/design-thinking/instructions.md +0 -202
  741. package/templates/commonproject/_bmad/cis/workflows/design-thinking/template.md +0 -111
  742. package/templates/commonproject/_bmad/cis/workflows/design-thinking/workflow.yaml +0 -27
  743. package/templates/commonproject/_bmad/cis/workflows/innovation-strategy/README.md +0 -56
  744. package/templates/commonproject/_bmad/cis/workflows/innovation-strategy/innovation-frameworks.csv +0 -31
  745. package/templates/commonproject/_bmad/cis/workflows/innovation-strategy/instructions.md +0 -276
  746. package/templates/commonproject/_bmad/cis/workflows/innovation-strategy/template.md +0 -189
  747. package/templates/commonproject/_bmad/cis/workflows/innovation-strategy/workflow.yaml +0 -27
  748. package/templates/commonproject/_bmad/cis/workflows/problem-solving/README.md +0 -56
  749. package/templates/commonproject/_bmad/cis/workflows/problem-solving/instructions.md +0 -252
  750. package/templates/commonproject/_bmad/cis/workflows/problem-solving/solving-methods.csv +0 -31
  751. package/templates/commonproject/_bmad/cis/workflows/problem-solving/template.md +0 -165
  752. package/templates/commonproject/_bmad/cis/workflows/problem-solving/workflow.yaml +0 -27
  753. package/templates/commonproject/_bmad/cis/workflows/storytelling/README.md +0 -58
  754. package/templates/commonproject/_bmad/cis/workflows/storytelling/instructions.md +0 -293
  755. package/templates/commonproject/_bmad/cis/workflows/storytelling/story-types.csv +0 -26
  756. package/templates/commonproject/_bmad/cis/workflows/storytelling/template.md +0 -113
  757. package/templates/commonproject/_bmad/cis/workflows/storytelling/workflow.yaml +0 -27
  758. package/templates/commonproject/_bmad/core/agents/bmad-master.md +0 -63
  759. package/templates/commonproject/_bmad/core/config.yaml +0 -9
  760. package/templates/commonproject/_bmad/core/resources/excalidraw/README.md +0 -160
  761. package/templates/commonproject/_bmad/core/resources/excalidraw/excalidraw-helpers.md +0 -127
  762. package/templates/commonproject/_bmad/core/resources/excalidraw/library-loader.md +0 -50
  763. package/templates/commonproject/_bmad/core/resources/excalidraw/validate-json-instructions.md +0 -79
  764. package/templates/commonproject/_bmad/core/tasks/index-docs.xml +0 -65
  765. package/templates/commonproject/_bmad/core/tasks/review-adversarial-general.xml +0 -41
  766. package/templates/commonproject/_bmad/core/tasks/shard-doc.xml +0 -109
  767. package/templates/commonproject/_bmad/core/tasks/workflow.xml +0 -235
  768. package/templates/commonproject/_bmad/core/workflows/advanced-elicitation/methods.csv +0 -51
  769. package/templates/commonproject/_bmad/core/workflows/advanced-elicitation/workflow.xml +0 -117
  770. package/templates/commonproject/_bmad/core/workflows/brainstorming/brain-methods.csv +0 -62
  771. package/templates/commonproject/_bmad/core/workflows/brainstorming/steps/step-01-session-setup.md +0 -197
  772. package/templates/commonproject/_bmad/core/workflows/brainstorming/steps/step-01b-continue.md +0 -122
  773. package/templates/commonproject/_bmad/core/workflows/brainstorming/steps/step-02a-user-selected.md +0 -225
  774. package/templates/commonproject/_bmad/core/workflows/brainstorming/steps/step-02b-ai-recommended.md +0 -237
  775. package/templates/commonproject/_bmad/core/workflows/brainstorming/steps/step-02c-random-selection.md +0 -209
  776. package/templates/commonproject/_bmad/core/workflows/brainstorming/steps/step-02d-progressive-flow.md +0 -264
  777. package/templates/commonproject/_bmad/core/workflows/brainstorming/steps/step-03-technique-execution.md +0 -399
  778. package/templates/commonproject/_bmad/core/workflows/brainstorming/steps/step-04-idea-organization.md +0 -303
  779. package/templates/commonproject/_bmad/core/workflows/brainstorming/template.md +0 -15
  780. package/templates/commonproject/_bmad/core/workflows/brainstorming/workflow.md +0 -58
  781. package/templates/commonproject/_bmad/core/workflows/party-mode/steps/step-01-agent-loading.md +0 -139
  782. package/templates/commonproject/_bmad/core/workflows/party-mode/steps/step-02-discussion-orchestration.md +0 -204
  783. package/templates/commonproject/_bmad/core/workflows/party-mode/steps/step-03-graceful-exit.md +0 -159
  784. package/templates/commonproject/_bmad/core/workflows/party-mode/workflow.md +0 -206
  785. package/templates/commonproject/_bmad/custom/config.yaml +0 -11
  786. package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/data/ac-sufficiency-rubric.md +0 -33
  787. package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/data/audit-comment-template.md +0 -54
  788. package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/data/event-schemas.md +0 -58
  789. package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/steps-c/step-01-init.md +0 -173
  790. package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/steps-c/step-02-triage.md +0 -159
  791. package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/steps-c/step-03-refine.md +0 -149
  792. package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/steps-c/step-04-implement.md +0 -147
  793. package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/steps-c/step-05-review.md +0 -146
  794. package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/steps-c/step-06-qa.md +0 -199
  795. package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/steps-c/step-07-complete.md +0 -141
  796. package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/steps-e/step-01-assess.md +0 -102
  797. package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/steps-e/step-02-apply.md +0 -85
  798. package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/steps-v/step-01-validate.md +0 -154
  799. package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/workflow-plan-ticket-lifecycle.md +0 -346
  800. package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/workflow.md +0 -84
  801. package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/workflow.yaml +0 -39
  802. package/templates/commonproject/mise.toml +0 -38
  803. package/templates/hermes-agent/.codegraph/daemon.pid +0 -6
  804. package/templates/hermes-agent/.omo/run-continuation/ses_0e5b28303ffeXxL53hZjKggXDW.json +0 -10
  805. package/templates/hermes-agent/README.md +0 -151
  806. package/templates/hermes-agent/config.example.toml +0 -1
  807. package/templates/hermes-agent/docs/architecture.md +0 -111
  808. package/templates/hermes-agent/docs/fleet-control-plane/README.md +0 -35
  809. package/templates/hermes-agent/docs/fleet-control-plane/architecture.md +0 -253
  810. package/templates/hermes-agent/docs/fleet-control-plane/epics-and-stories.md +0 -280
  811. package/templates/hermes-agent/docs/fleet-control-plane/implementation-readiness-report-2026-06-27.md +0 -118
  812. package/templates/hermes-agent/docs/fleet-control-plane/prd.md +0 -141
  813. package/templates/hermes-agent/docs/operations.md +0 -237
  814. package/templates/hermes-agent/docs/runbooks/runtime-checkpoint-repair.md +0 -171
  815. package/templates/hermes-agent/docs/sentinel/README.md +0 -119
  816. package/templates/hermes-agent/docs/sentinel/architecture.md +0 -204
  817. package/templates/hermes-agent/docs/sentinel/development.md +0 -277
  818. package/templates/hermes-agent/docs/sentinel/providers.md +0 -203
  819. package/templates/hermes-agent/docs/sentinel.md +0 -18
  820. package/templates/hermes-agent/install-local.sh +0 -216
  821. package/templates/hermes-agent/runtime-scaffold/.gitattributes +0 -10
  822. package/templates/hermes-agent/runtime-scaffold/README.md +0 -53
  823. package/templates/hermes-agent/runtime-scaffold/bloodbank-consumer.py +0 -181
  824. package/templates/hermes-agent/runtime-scaffold/decisions/.gitkeep +0 -2
  825. package/templates/hermes-agent/runtime-scaffold/logs/.gitkeep +0 -1
  826. package/templates/hermes-agent/runtime-scaffold/memories/MEMORY.md +0 -47
  827. package/templates/hermes-agent/runtime-scaffold/memories/USER.md +0 -51
  828. package/templates/hermes-agent/scripts/backfill-fleet-sot.sh +0 -270
  829. package/templates/hermes-agent/scripts/fleet-sync.sh +0 -369
  830. package/templates/hermes-agent/scripts/migrate-unify.sh +0 -252
  831. package/templates/hermes-agent/scripts/repair-runtime-checkpoint.sh +0 -122
  832. package/templates/hermes-agent/scripts/retrofit-70-envfile.sh +0 -129
  833. package/templates/hermes-agent/scripts/unify-pm.sh +0 -148
  834. package/templates/hermes-agent/template/.runtime-scaffold/bloodbank-consumer.py +0 -181
  835. package/templates/hermes-agent/tests/test_bloodbank_consumer_contract.py +0 -138
@@ -1,1443 +0,0 @@
1
- # Retrospective - Epic Completion Review Instructions
2
-
3
- <critical>The workflow execution engine is governed by: {project-root}/_bmad/core/tasks/workflow.xml</critical>
4
- <critical>You MUST have already loaded and processed: {project-root}/_bmad/bmm/workflows/4-implementation/retrospective/workflow.yaml</critical>
5
- <critical>Communicate all responses in {communication_language} and language MUST be tailored to {user_skill_level}</critical>
6
- <critical>Generate all documents in {document_output_language}</critical>
7
- <critical>⚠️ ABSOLUTELY NO TIME ESTIMATES - NEVER mention hours, days, weeks, months, or ANY time-based predictions. AI has fundamentally changed development speed - what once took teams weeks/months can now be done by one person in hours. DO NOT give ANY time estimates whatsoever.</critical>
8
-
9
- <critical>
10
- DOCUMENT OUTPUT: Retrospective analysis. Concise insights, lessons learned, action items. User skill level ({user_skill_level}) affects conversation style ONLY, not retrospective content.
11
-
12
- FACILITATION NOTES:
13
-
14
- - Scrum Master facilitates this retrospective
15
- - Psychological safety is paramount - NO BLAME
16
- - Focus on systems, processes, and learning
17
- - Everyone contributes with specific examples preferred
18
- - Action items must be achievable with clear ownership
19
- - Two-part format: (1) Epic Review + (2) Next Epic Preparation
20
-
21
- PARTY MODE PROTOCOL:
22
-
23
- - ALL agent dialogue MUST use format: "Name (Role): dialogue"
24
- - Example: Bob (Scrum Master): "Let's begin..."
25
- - Example: {user_name} (Project Lead): [User responds]
26
- - Create natural back-and-forth with user actively participating
27
- - Show disagreements, diverse perspectives, authentic team dynamics
28
- </critical>
29
-
30
- <workflow>
31
-
32
- <step n="1" goal="Epic Discovery - Find Completed Epic with Priority Logic">
33
-
34
- <action>Explain to {user_name} the epic discovery process using natural dialogue</action>
35
-
36
- <output>
37
- Bob (Scrum Master): "Welcome to the retrospective, {user_name}. Let me help you identify which epic we just completed. I'll check sprint-status first, but you're the ultimate authority on what we're reviewing today."
38
- </output>
39
-
40
- <action>PRIORITY 1: Check {sprint_status_file} first</action>
41
-
42
- <action>Load the FULL file: {sprint_status_file}</action>
43
- <action>Read ALL development_status entries</action>
44
- <action>Find the highest epic number with at least one story marked "done"</action>
45
- <action>Extract epic number from keys like "epic-X-retrospective" or story keys like "X-Y-story-name"</action>
46
- <action>Set {{detected_epic}} = highest epic number found with completed stories</action>
47
-
48
- <check if="{{detected_epic}} found">
49
- <action>Present finding to user with context</action>
50
-
51
- <output>
52
- Bob (Scrum Master): "Based on {sprint_status_file}, it looks like Epic {{detected_epic}} was recently completed. Is that the epic you want to review today, {user_name}?"
53
- </output>
54
-
55
- <action>WAIT for {user_name} to confirm or correct</action>
56
-
57
- <check if="{user_name} confirms">
58
- <action>Set {{epic_number}} = {{detected_epic}}</action>
59
- </check>
60
-
61
- <check if="{user_name} provides different epic number">
62
- <action>Set {{epic_number}} = user-provided number</action>
63
- <output>
64
- Bob (Scrum Master): "Got it, we're reviewing Epic {{epic_number}}. Let me gather that information."
65
- </output>
66
- </check>
67
- </check>
68
-
69
- <check if="{{detected_epic}} NOT found in sprint-status">
70
- <action>PRIORITY 2: Ask user directly</action>
71
-
72
- <output>
73
- Bob (Scrum Master): "I'm having trouble detecting the completed epic from {sprint_status_file}. {user_name}, which epic number did you just complete?"
74
- </output>
75
-
76
- <action>WAIT for {user_name} to provide epic number</action>
77
- <action>Set {{epic_number}} = user-provided number</action>
78
- </check>
79
-
80
- <check if="{{epic_number}} still not determined">
81
- <action>PRIORITY 3: Fallback to stories folder</action>
82
-
83
- <action>Scan {story_directory} for highest numbered story files</action>
84
- <action>Extract epic numbers from story filenames (pattern: epic-X-Y-story-name.md)</action>
85
- <action>Set {{detected_epic}} = highest epic number found</action>
86
-
87
- <output>
88
- Bob (Scrum Master): "I found stories for Epic {{detected_epic}} in the stories folder. Is that the epic we're reviewing, {user_name}?"
89
- </output>
90
-
91
- <action>WAIT for {user_name} to confirm or correct</action>
92
- <action>Set {{epic_number}} = confirmed number</action>
93
- </check>
94
-
95
- <action>Once {{epic_number}} is determined, verify epic completion status</action>
96
-
97
- <action>Find all stories for epic {{epic_number}} in {sprint_status_file}:
98
-
99
- - Look for keys starting with "{{epic_number}}-" (e.g., "1-1-", "1-2-", etc.)
100
- - Exclude epic key itself ("epic-{{epic_number}}")
101
- - Exclude retrospective key ("epic-{{epic_number}}-retrospective")
102
- </action>
103
-
104
- <action>Count total stories found for this epic</action>
105
- <action>Count stories with status = "done"</action>
106
- <action>Collect list of pending story keys (status != "done")</action>
107
- <action>Determine if complete: true if all stories are done, false otherwise</action>
108
-
109
- <check if="epic is not complete">
110
- <output>
111
- Alice (Product Owner): "Wait, Bob - I'm seeing that Epic {{epic_number}} isn't actually complete yet."
112
-
113
- Bob (Scrum Master): "Let me check... you're right, Alice."
114
-
115
- **Epic Status:**
116
-
117
- - Total Stories: {{total_stories}}
118
- - Completed (Done): {{done_stories}}
119
- - Pending: {{pending_count}}
120
-
121
- **Pending Stories:**
122
- {{pending_story_list}}
123
-
124
- Bob (Scrum Master): "{user_name}, we typically run retrospectives after all stories are done. What would you like to do?"
125
-
126
- **Options:**
127
-
128
- 1. Complete remaining stories before running retrospective (recommended)
129
- 2. Continue with partial retrospective (not ideal, but possible)
130
- 3. Run sprint-planning to refresh story tracking
131
- </output>
132
-
133
- <ask if="{{non_interactive}} == false">Continue with incomplete epic? (yes/no)</ask>
134
-
135
- <check if="user says no">
136
- <output>
137
- Bob (Scrum Master): "Smart call, {user_name}. Let's finish those stories first and then have a proper retrospective."
138
- </output>
139
- <action>HALT</action>
140
- </check>
141
-
142
- <action if="user says yes">Set {{partial_retrospective}} = true</action>
143
- <output>
144
- Charlie (Senior Dev): "Just so everyone knows, this partial retro might miss some important lessons from those pending stories."
145
-
146
- Bob (Scrum Master): "Good point, Charlie. {user_name}, we'll document what we can now, but we may want to revisit after everything's done."
147
- </output>
148
- </check>
149
-
150
- <check if="epic is complete">
151
- <output>
152
- Alice (Product Owner): "Excellent! All {{done_stories}} stories are marked done."
153
-
154
- Bob (Scrum Master): "Perfect. Epic {{epic_number}} is complete and ready for retrospective, {user_name}."
155
- </output>
156
- </check>
157
-
158
- </step>
159
-
160
- <step n="0.5" goal="Discover and load project documents">
161
- <invoke-protocol name="discover_inputs" />
162
- <note>After discovery, these content variables are available: {epics_content} (selective load for this epic), {architecture_content}, {prd_content}, {document_project_content}</note>
163
- </step>
164
-
165
- <step n="2" goal="Deep Story Analysis - Extract Lessons from Implementation">
166
-
167
- <output>
168
- Bob (Scrum Master): "Before we start the team discussion, let me review all the story records to surface key themes. This'll help us have a richer conversation."
169
-
170
- Charlie (Senior Dev): "Good idea - those dev notes always have gold in them."
171
- </output>
172
-
173
- <action>For each story in epic {{epic_number}}, read the complete story file from {story_directory}/{{epic_number}}-{{story_num}}-\*.md</action>
174
-
175
- <action>Extract and analyze from each story:</action>
176
-
177
- **Dev Notes and Struggles:**
178
-
179
- - Look for sections like "## Dev Notes", "## Implementation Notes", "## Challenges", "## Development Log"
180
- - Identify where developers struggled or made mistakes
181
- - Note unexpected complexity or gotchas discovered
182
- - Record technical decisions that didn't work out as planned
183
- - Track where estimates were way off (too high or too low)
184
-
185
- **Review Feedback Patterns:**
186
-
187
- - Look for "## Review", "## Code Review", "## SM Review", "## Scrum Master Review" sections
188
- - Identify recurring feedback themes across stories
189
- - Note which types of issues came up repeatedly
190
- - Track quality concerns or architectural misalignments
191
- - Document praise or exemplary work called out in reviews
192
-
193
- **Lessons Learned:**
194
-
195
- - Look for "## Lessons Learned", "## Retrospective Notes", "## Takeaways" sections within stories
196
- - Extract explicit lessons documented during development
197
- - Identify "aha moments" or breakthroughs
198
- - Note what would be done differently
199
- - Track successful experiments or approaches
200
-
201
- **Technical Debt Incurred:**
202
-
203
- - Look for "## Technical Debt", "## TODO", "## Known Issues", "## Future Work" sections
204
- - Document shortcuts taken and why
205
- - Track debt items that affect next epic
206
- - Note severity and priority of debt items
207
-
208
- **Testing and Quality Insights:**
209
-
210
- - Look for "## Testing", "## QA Notes", "## Test Results" sections
211
- - Note testing challenges or surprises
212
- - Track bug patterns or regression issues
213
- - Document test coverage gaps
214
-
215
- <action>Synthesize patterns across all stories:</action>
216
-
217
- **Common Struggles:**
218
-
219
- - Identify issues that appeared in 2+ stories (e.g., "3 out of 5 stories had API authentication issues")
220
- - Note areas where team consistently struggled
221
- - Track where complexity was underestimated
222
-
223
- **Recurring Review Feedback:**
224
-
225
- - Identify feedback themes (e.g., "Error handling was flagged in every review")
226
- - Note quality patterns (positive and negative)
227
- - Track areas where team improved over the course of epic
228
-
229
- **Breakthrough Moments:**
230
-
231
- - Document key discoveries (e.g., "Story 3 discovered the caching pattern we used for rest of epic")
232
- - Note when team velocity improved dramatically
233
- - Track innovative solutions worth repeating
234
-
235
- **Velocity Patterns:**
236
-
237
- - Calculate average completion time per story
238
- - Note velocity trends (e.g., "First 2 stories took 3x longer than estimated")
239
- - Identify which types of stories went faster/slower
240
-
241
- **Team Collaboration Highlights:**
242
-
243
- - Note moments of excellent collaboration mentioned in stories
244
- - Track where pair programming or mob programming was effective
245
- - Document effective problem-solving sessions
246
-
247
- <action>Store this synthesis - these patterns will drive the retrospective discussion</action>
248
-
249
- <output>
250
- Bob (Scrum Master): "Okay, I've reviewed all {{total_stories}} story records. I found some really interesting patterns we should discuss."
251
-
252
- Dana (QA Engineer): "I'm curious what you found, Bob. I noticed some things in my testing too."
253
-
254
- Bob (Scrum Master): "We'll get to all of it. But first, let me load the previous epic's retro to see if we learned from last time."
255
- </output>
256
-
257
- </step>
258
-
259
- <step n="3" goal="Load and Integrate Previous Epic Retrospective">
260
-
261
- <action>Calculate previous epic number: {{prev_epic_num}} = {{epic_number}} - 1</action>
262
-
263
- <check if="{{prev_epic_num}} >= 1">
264
- <action>Search for previous retrospective using pattern: {retrospectives_folder}/epic-{{prev_epic_num}}-retro-*.md</action>
265
-
266
- <check if="previous retro found">
267
- <output>
268
- Bob (Scrum Master): "I found our retrospective from Epic {{prev_epic_num}}. Let me see what we committed to back then..."
269
- </output>
270
-
271
- <action>Read the complete previous retrospective file</action>
272
-
273
- <action>Extract key elements:</action>
274
- - **Action items committed**: What did the team agree to improve?
275
- - **Lessons learned**: What insights were captured?
276
- - **Process improvements**: What changes were agreed upon?
277
- - **Technical debt flagged**: What debt was documented?
278
- - **Team agreements**: What commitments were made?
279
- - **Preparation tasks**: What was needed for this epic?
280
-
281
- <action>Cross-reference with current epic execution:</action>
282
-
283
- **Action Item Follow-Through:**
284
- - For each action item from Epic {{prev_epic_num}} retro, check if it was completed
285
- - Look for evidence in current epic's story records
286
- - Mark each action item: ✅ Completed, ⏳ In Progress, ❌ Not Addressed
287
-
288
- **Lessons Applied:**
289
- - For each lesson from Epic {{prev_epic_num}}, check if team applied it in Epic {{epic_number}}
290
- - Look for evidence in dev notes, review feedback, or outcomes
291
- - Document successes and missed opportunities
292
-
293
- **Process Improvements Effectiveness:**
294
- - For each process change agreed to in Epic {{prev_epic_num}}, assess if it helped
295
- - Did the change improve velocity, quality, or team satisfaction?
296
- - Should we keep, modify, or abandon the change?
297
-
298
- **Technical Debt Status:**
299
- - For each debt item from Epic {{prev_epic_num}}, check if it was addressed
300
- - Did unaddressed debt cause problems in Epic {{epic_number}}?
301
- - Did the debt grow or shrink?
302
-
303
- <action>Prepare "continuity insights" for the retrospective discussion</action>
304
-
305
- <action>Identify wins where previous lessons were applied successfully:</action>
306
- - Document specific examples of applied learnings
307
- - Note positive impact on Epic {{epic_number}} outcomes
308
- - Celebrate team growth and improvement
309
-
310
- <action>Identify missed opportunities where previous lessons were ignored:</action>
311
- - Document where team repeated previous mistakes
312
- - Note impact of not applying lessons (without blame)
313
- - Explore barriers that prevented application
314
-
315
- <output>
316
-
317
- Bob (Scrum Master): "Interesting... in Epic {{prev_epic_num}}'s retro, we committed to {{action_count}} action items."
318
-
319
- Alice (Product Owner): "How'd we do on those, Bob?"
320
-
321
- Bob (Scrum Master): "We completed {{completed_count}}, made progress on {{in_progress_count}}, but didn't address {{not_addressed_count}}."
322
-
323
- Charlie (Senior Dev): _looking concerned_ "Which ones didn't we address?"
324
-
325
- Bob (Scrum Master): "We'll discuss that in the retro. Some of them might explain challenges we had this epic."
326
-
327
- Elena (Junior Dev): "That's... actually pretty insightful."
328
-
329
- Bob (Scrum Master): "That's why we track this stuff. Pattern recognition helps us improve."
330
- </output>
331
-
332
- </check>
333
-
334
- <check if="no previous retro found">
335
- <output>
336
- Bob (Scrum Master): "I don't see a retrospective for Epic {{prev_epic_num}}. Either we skipped it, or this is your first retro."
337
-
338
- Alice (Product Owner): "Probably our first one. Good time to start the habit!"
339
- </output>
340
- <action>Set {{first_retrospective}} = true</action>
341
- </check>
342
- </check>
343
-
344
- <check if="{{prev_epic_num}} < 1">
345
- <output>
346
- Bob (Scrum Master): "This is Epic 1, so naturally there's no previous retro to reference. We're starting fresh!"
347
-
348
- Charlie (Senior Dev): "First epic, first retro. Let's make it count."
349
- </output>
350
- <action>Set {{first_retrospective}} = true</action>
351
- </check>
352
-
353
- </step>
354
-
355
- <step n="4" goal="Preview Next Epic with Change Detection">
356
-
357
- <action>Calculate next epic number: {{next_epic_num}} = {{epic_number}} + 1</action>
358
-
359
- <output>
360
- Bob (Scrum Master): "Before we dive into the discussion, let me take a quick look at Epic {{next_epic_num}} to understand what's coming."
361
-
362
- Alice (Product Owner): "Good thinking - helps us connect what we learned to what we're about to do."
363
- </output>
364
-
365
- <action>Attempt to load next epic using selective loading strategy:</action>
366
-
367
- **Try sharded first (more specific):**
368
- <action>Check if file exists: {planning_artifacts}/epic\*/epic-{{next_epic_num}}.md</action>
369
-
370
- <check if="sharded epic file found">
371
- <action>Load {planning_artifacts}/*epic*/epic-{{next_epic_num}}.md</action>
372
- <action>Set {{next_epic_source}} = "sharded"</action>
373
- </check>
374
-
375
- **Fallback to whole document:**
376
- <check if="sharded epic not found">
377
- <action>Check if file exists: {planning_artifacts}/epic\*.md</action>
378
-
379
- <check if="whole epic file found">
380
- <action>Load entire epics document</action>
381
- <action>Extract Epic {{next_epic_num}} section</action>
382
- <action>Set {{next_epic_source}} = "whole"</action>
383
- </check>
384
- </check>
385
-
386
- <check if="next epic found">
387
- <action>Analyze next epic for:</action>
388
- - Epic title and objectives
389
- - Planned stories and complexity estimates
390
- - Dependencies on Epic {{epic_number}} work
391
- - New technical requirements or capabilities needed
392
- - Potential risks or unknowns
393
- - Business goals and success criteria
394
-
395
- <action>Identify dependencies on completed work:</action>
396
-
397
- - What components from Epic {{epic_number}} does Epic {{next_epic_num}} rely on?
398
- - Are all prerequisites complete and stable?
399
- - Any incomplete work that creates blocking dependencies?
400
-
401
- <action>Note potential gaps or preparation needed:</action>
402
-
403
- - Technical setup required (infrastructure, tools, libraries)
404
- - Knowledge gaps to fill (research, training, spikes)
405
- - Refactoring needed before starting next epic
406
- - Documentation or specifications to create
407
-
408
- <action>Check for technical prerequisites:</action>
409
-
410
- - APIs or integrations that must be ready
411
- - Data migrations or schema changes needed
412
- - Testing infrastructure requirements
413
- - Deployment or environment setup
414
-
415
- <output>
416
- Bob (Scrum Master): "Alright, I've reviewed Epic {{next_epic_num}}: '{{next_epic_title}}'"
417
-
418
- Alice (Product Owner): "What are we looking at?"
419
-
420
- Bob (Scrum Master): "{{next_epic_num}} stories planned, building on the {{dependency_description}} from Epic {{epic_number}}."
421
-
422
- Charlie (Senior Dev): "Dependencies concern me. Did we finish everything we need for that?"
423
-
424
- Bob (Scrum Master): "Good question - that's exactly what we need to explore in this retro."
425
- </output>
426
-
427
- <action>Set {{next_epic_exists}} = true</action>
428
- </check>
429
-
430
- <check if="next epic NOT found">
431
- <output>
432
- Bob (Scrum Master): "Hmm, I don't see Epic {{next_epic_num}} defined yet."
433
-
434
- Alice (Product Owner): "We might be at the end of the roadmap, or we haven't planned that far ahead yet."
435
-
436
- Bob (Scrum Master): "No problem. We'll still do a thorough retro on Epic {{epic_number}}. The lessons will be valuable whenever we plan the next work."
437
- </output>
438
-
439
- <action>Set {{next_epic_exists}} = false</action>
440
- </check>
441
-
442
- </step>
443
-
444
- <step n="5" goal="Initialize Retrospective with Rich Context">
445
-
446
- <action>Load agent configurations from {agent_manifest}</action>
447
- <action>Identify which agents participated in Epic {{epic_number}} based on story records</action>
448
- <action>Ensure key roles present: Product Owner, Scrum Master (facilitating), Devs, Testing/QA, Architect</action>
449
-
450
- <output>
451
- Bob (Scrum Master): "Alright team, everyone's here. Let me set the stage for our retrospective."
452
-
453
- ═══════════════════════════════════════════════════════════
454
- 🔄 TEAM RETROSPECTIVE - Epic {{epic_number}}: {{epic_title}}
455
- ═══════════════════════════════════════════════════════════
456
-
457
- Bob (Scrum Master): "Here's what we accomplished together."
458
-
459
- **EPIC {{epic_number}} SUMMARY:**
460
-
461
- Delivery Metrics:
462
-
463
- - Completed: {{completed_stories}}/{{total_stories}} stories ({{completion_percentage}}%)
464
- - Velocity: {{actual_points}} story points{{#if planned_points}} (planned: {{planned_points}}){{/if}}
465
- - Duration: {{actual_sprints}} sprints{{#if planned_sprints}} (planned: {{planned_sprints}}){{/if}}
466
- - Average velocity: {{points_per_sprint}} points/sprint
467
-
468
- Quality and Technical:
469
-
470
- - Blockers encountered: {{blocker_count}}
471
- - Technical debt items: {{debt_count}}
472
- - Test coverage: {{coverage_info}}
473
- - Production incidents: {{incident_count}}
474
-
475
- Business Outcomes:
476
-
477
- - Goals achieved: {{goals_met}}/{{total_goals}}
478
- - Success criteria: {{criteria_status}}
479
- - Stakeholder feedback: {{feedback_summary}}
480
-
481
- Alice (Product Owner): "Those numbers tell a good story. {{completion_percentage}}% completion is {{#if completion_percentage >= 90}}excellent{{else}}something we should discuss{{/if}}."
482
-
483
- Charlie (Senior Dev): "I'm more interested in that technical debt number - {{debt_count}} items is {{#if debt_count > 10}}concerning{{else}}manageable{{/if}}."
484
-
485
- Dana (QA Engineer): "{{incident_count}} production incidents - {{#if incident_count == 0}}clean epic!{{else}}we should talk about those{{/if}}."
486
-
487
- {{#if next_epic_exists}}
488
- ═══════════════════════════════════════════════════════════
489
- **NEXT EPIC PREVIEW:** Epic {{next_epic_num}}: {{next_epic_title}}
490
- ═══════════════════════════════════════════════════════════
491
-
492
- Dependencies on Epic {{epic_number}}:
493
- {{list_dependencies}}
494
-
495
- Preparation Needed:
496
- {{list_preparation_gaps}}
497
-
498
- Technical Prerequisites:
499
- {{list_technical_prereqs}}
500
-
501
- Bob (Scrum Master): "And here's what's coming next. Epic {{next_epic_num}} builds on what we just finished."
502
-
503
- Elena (Junior Dev): "Wow, that's a lot of dependencies on our work."
504
-
505
- Charlie (Senior Dev): "Which means we better make sure Epic {{epic_number}} is actually solid before moving on."
506
- {{/if}}
507
-
508
- ═══════════════════════════════════════════════════════════
509
-
510
- Bob (Scrum Master): "Team assembled for this retrospective:"
511
-
512
- {{list_participating_agents}}
513
-
514
- Bob (Scrum Master): "{user_name}, you're joining us as Project Lead. Your perspective is crucial here."
515
-
516
- {user_name} (Project Lead): [Participating in the retrospective]
517
-
518
- Bob (Scrum Master): "Our focus today:"
519
-
520
- 1. Learning from Epic {{epic_number}} execution
521
- {{#if next_epic_exists}}2. Preparing for Epic {{next_epic_num}} success{{/if}}
522
-
523
- Bob (Scrum Master): "Ground rules: psychological safety first. No blame, no judgment. We focus on systems and processes, not individuals. Everyone's voice matters. Specific examples are better than generalizations."
524
-
525
- Alice (Product Owner): "And everything shared here stays in this room - unless we decide together to escalate something."
526
-
527
- Bob (Scrum Master): "Exactly. {user_name}, any questions before we dive in?"
528
- </output>
529
-
530
- <action>WAIT for {user_name} to respond or indicate readiness</action>
531
-
532
- </step>
533
-
534
- <step n="6" goal="Epic Review Discussion - What Went Well, What Didn't">
535
-
536
- <output>
537
- Bob (Scrum Master): "Let's start with the good stuff. What went well in Epic {{epic_number}}?"
538
-
539
- Bob (Scrum Master): _pauses, creating space_
540
-
541
- Alice (Product Owner): "I'll start. The user authentication flow we delivered exceeded my expectations. The UX is smooth, and early user feedback has been really positive."
542
-
543
- Charlie (Senior Dev): "I'll add to that - the caching strategy we implemented in Story {{breakthrough_story_num}} was a game-changer. We cut API calls by 60% and it set the pattern for the rest of the epic."
544
-
545
- Dana (QA Engineer): "From my side, testing went smoother than usual. The dev team's documentation was way better this epic - actually usable test plans!"
546
-
547
- Elena (Junior Dev): _smiling_ "That's because Charlie made me document everything after Story 1's code review!"
548
-
549
- Charlie (Senior Dev): _laughing_ "Tough love pays off."
550
- </output>
551
-
552
- <action>Bob (Scrum Master) naturally turns to {user_name} to engage them in the discussion</action>
553
-
554
- <output>
555
- Bob (Scrum Master): "{user_name}, what stood out to you as going well in this epic?"
556
- </output>
557
-
558
- <action>WAIT for {user_name} to respond - this is a KEY USER INTERACTION moment</action>
559
-
560
- <action>After {user_name} responds, have 1-2 team members react to or build on what {user_name} shared</action>
561
-
562
- <output>
563
- Alice (Product Owner): [Responds naturally to what {user_name} said, either agreeing, adding context, or offering a different perspective]
564
-
565
- Charlie (Senior Dev): [Builds on the discussion, perhaps adding technical details or connecting to specific stories]
566
- </output>
567
-
568
- <action>Continue facilitating natural dialogue, periodically bringing {user_name} back into the conversation</action>
569
-
570
- <action>After covering successes, guide the transition to challenges with care</action>
571
-
572
- <output>
573
- Bob (Scrum Master): "Okay, we've celebrated some real wins. Now let's talk about challenges - where did we struggle? What slowed us down?"
574
-
575
- Bob (Scrum Master): _creates safe space with tone and pacing_
576
-
577
- Elena (Junior Dev): _hesitates_ "Well... I really struggled with the database migrations in Story {{difficult_story_num}}. The documentation wasn't clear, and I had to redo it three times. Lost almost a full sprint on that story alone."
578
-
579
- Charlie (Senior Dev): _defensive_ "Hold on - I wrote those migration docs, and they were perfectly clear. The issue was that the requirements kept changing mid-story!"
580
-
581
- Alice (Product Owner): _frustrated_ "That's not fair, Charlie. We only clarified requirements once, and that was because the technical team didn't ask the right questions during planning!"
582
-
583
- Charlie (Senior Dev): _heat rising_ "We asked plenty of questions! You said the schema was finalized, then two days into development you wanted to add three new fields!"
584
-
585
- Bob (Scrum Master): _intervening calmly_ "Let's take a breath here. This is exactly the kind of thing we need to unpack."
586
-
587
- Bob (Scrum Master): "Elena, you spent almost a full sprint on Story {{difficult_story_num}}. Charlie, you're saying requirements changed. Alice, you feel the right questions weren't asked up front."
588
-
589
- Bob (Scrum Master): "{user_name}, you have visibility across the whole project. What's your take on this situation?"
590
- </output>
591
-
592
- <action>WAIT for {user_name} to respond and help facilitate the conflict resolution</action>
593
-
594
- <action>Use {user_name}'s response to guide the discussion toward systemic understanding rather than blame</action>
595
-
596
- <output>
597
- Bob (Scrum Master): [Synthesizes {user_name}'s input with what the team shared] "So it sounds like the core issue was {{root_cause_based_on_discussion}}, not any individual person's fault."
598
-
599
- Elena (Junior Dev): "That makes sense. If we'd had {{preventive_measure}}, I probably could have avoided those redos."
600
-
601
- Charlie (Senior Dev): _softening_ "Yeah, and I could have been clearer about assumptions in the docs. Sorry for getting defensive, Alice."
602
-
603
- Alice (Product Owner): "I appreciate that. I could've been more proactive about flagging the schema additions earlier, too."
604
-
605
- Bob (Scrum Master): "This is good. We're identifying systemic improvements, not assigning blame."
606
- </output>
607
-
608
- <action>Continue the discussion, weaving in patterns discovered from the deep story analysis (Step 2)</action>
609
-
610
- <output>
611
- Bob (Scrum Master): "Speaking of patterns, I noticed something when reviewing all the story records..."
612
-
613
- Bob (Scrum Master): "{{pattern_1_description}} - this showed up in {{pattern_1_count}} out of {{total_stories}} stories."
614
-
615
- Dana (QA Engineer): "Oh wow, I didn't realize it was that widespread."
616
-
617
- Bob (Scrum Master): "Yeah. And there's more - {{pattern_2_description}} came up in almost every code review."
618
-
619
- Charlie (Senior Dev): "That's... actually embarrassing. We should've caught that pattern earlier."
620
-
621
- Bob (Scrum Master): "No shame, Charlie. Now we know, and we can improve. {user_name}, did you notice these patterns during the epic?"
622
- </output>
623
-
624
- <action>WAIT for {user_name} to share their observations</action>
625
-
626
- <action>Continue the retrospective discussion, creating moments where:</action>
627
-
628
- - Team members ask {user_name} questions directly
629
- - {user_name}'s input shifts the discussion direction
630
- - Disagreements arise naturally and get resolved
631
- - Quieter team members are invited to contribute
632
- - Specific stories are referenced with real examples
633
- - Emotions are authentic (frustration, pride, concern, hope)
634
-
635
- <check if="previous retrospective exists">
636
- <output>
637
- Bob (Scrum Master): "Before we move on, I want to circle back to Epic {{prev_epic_num}}'s retrospective."
638
-
639
- Bob (Scrum Master): "We made some commitments in that retro. Let's see how we did."
640
-
641
- Bob (Scrum Master): "Action item 1: {{prev_action_1}}. Status: {{prev_action_1_status}}"
642
-
643
- Alice (Product Owner): {{#if prev_action_1_status == "completed"}}"We nailed that one!"{{else}}"We... didn't do that one."{{/if}}
644
-
645
- Charlie (Senior Dev): {{#if prev_action_1_status == "completed"}}"And it helped! I noticed {{evidence_of_impact}}"{{else}}"Yeah, and I think that's why we had {{consequence_of_not_doing_it}} this epic."{{/if}}
646
-
647
- Bob (Scrum Master): "Action item 2: {{prev_action_2}}. Status: {{prev_action_2_status}}"
648
-
649
- Dana (QA Engineer): {{#if prev_action_2_status == "completed"}}"This one made testing so much easier this time."{{else}}"If we'd done this, I think testing would've gone faster."{{/if}}
650
-
651
- Bob (Scrum Master): "{user_name}, looking at what we committed to last time and what we actually did - what's your reaction?"
652
- </output>
653
-
654
- <action>WAIT for {user_name} to respond</action>
655
-
656
- <action>Use the previous retro follow-through as a learning moment about commitment and accountability</action>
657
- </check>
658
-
659
- <output>
660
- Bob (Scrum Master): "Alright, we've covered a lot of ground. Let me summarize what I'm hearing..."
661
-
662
- Bob (Scrum Master): "**Successes:**"
663
- {{list_success_themes}}
664
-
665
- Bob (Scrum Master): "**Challenges:**"
666
- {{list_challenge_themes}}
667
-
668
- Bob (Scrum Master): "**Key Insights:**"
669
- {{list_insight_themes}}
670
-
671
- Bob (Scrum Master): "Does that capture it? Anyone have something important we missed?"
672
- </output>
673
-
674
- <action>Allow team members to add any final thoughts on the epic review</action>
675
- <action>Ensure {user_name} has opportunity to add their perspective</action>
676
-
677
- </step>
678
-
679
- <step n="7" goal="Next Epic Preparation Discussion - Interactive and Collaborative">
680
-
681
- <check if="{{next_epic_exists}} == false">
682
- <output>
683
- Bob (Scrum Master): "Normally we'd discuss preparing for the next epic, but since Epic {{next_epic_num}} isn't defined yet, let's skip to action items."
684
- </output>
685
- <action>Skip to Step 8</action>
686
- </check>
687
-
688
- <output>
689
- Bob (Scrum Master): "Now let's shift gears. Epic {{next_epic_num}} is coming up: '{{next_epic_title}}'"
690
-
691
- Bob (Scrum Master): "The question is: are we ready? What do we need to prepare?"
692
-
693
- Alice (Product Owner): "From my perspective, we need to make sure {{dependency_concern_1}} from Epic {{epic_number}} is solid before we start building on it."
694
-
695
- Charlie (Senior Dev): _concerned_ "I'm worried about {{technical_concern_1}}. We have {{technical_debt_item}} from this epic that'll blow up if we don't address it before Epic {{next_epic_num}}."
696
-
697
- Dana (QA Engineer): "And I need {{testing_infrastructure_need}} in place, or we're going to have the same testing bottleneck we had in Story {{bottleneck_story_num}}."
698
-
699
- Elena (Junior Dev): "I'm less worried about infrastructure and more about knowledge. I don't understand {{knowledge_gap}} well enough to work on Epic {{next_epic_num}}'s stories."
700
-
701
- Bob (Scrum Master): "{user_name}, the team is surfacing some real concerns here. What's your sense of our readiness?"
702
- </output>
703
-
704
- <action>WAIT for {user_name} to share their assessment</action>
705
-
706
- <action>Use {user_name}'s input to guide deeper exploration of preparation needs</action>
707
-
708
- <output>
709
- Alice (Product Owner): [Reacts to what {user_name} said] "I agree with {user_name} about {{point_of_agreement}}, but I'm still worried about {{lingering_concern}}."
710
-
711
- Charlie (Senior Dev): "Here's what I think we need technically before Epic {{next_epic_num}} can start..."
712
-
713
- Charlie (Senior Dev): "1. {{tech_prep_item_1}} - estimated {{hours_1}} hours"
714
- Charlie (Senior Dev): "2. {{tech_prep_item_2}} - estimated {{hours_2}} hours"
715
- Charlie (Senior Dev): "3. {{tech_prep_item_3}} - estimated {{hours_3}} hours"
716
-
717
- Elena (Junior Dev): "That's like {{total_hours}} hours! That's a full sprint of prep work!"
718
-
719
- Charlie (Senior Dev): "Exactly. We can't just jump into Epic {{next_epic_num}} on Monday."
720
-
721
- Alice (Product Owner): _frustrated_ "But we have stakeholder pressure to keep shipping features. They're not going to be happy about a 'prep sprint.'"
722
-
723
- Bob (Scrum Master): "Let's think about this differently. What happens if we DON'T do this prep work?"
724
-
725
- Dana (QA Engineer): "We'll hit blockers in the middle of Epic {{next_epic_num}}, velocity will tank, and we'll ship late anyway."
726
-
727
- Charlie (Senior Dev): "Worse - we'll ship something built on top of {{technical_concern_1}}, and it'll be fragile."
728
-
729
- Bob (Scrum Master): "{user_name}, you're balancing stakeholder pressure against technical reality. How do you want to handle this?"
730
- </output>
731
-
732
- <action>WAIT for {user_name} to provide direction on preparation approach</action>
733
-
734
- <action>Create space for debate and disagreement about priorities</action>
735
-
736
- <output>
737
- Alice (Product Owner): [Potentially disagrees with {user_name}'s approach] "I hear what you're saying, {user_name}, but from a business perspective, {{business_concern}}."
738
-
739
- Charlie (Senior Dev): [Potentially supports or challenges Alice's point] "The business perspective is valid, but {{technical_counter_argument}}."
740
-
741
- Bob (Scrum Master): "We have healthy tension here between business needs and technical reality. That's good - it means we're being honest."
742
-
743
- Bob (Scrum Master): "Let's explore a middle ground. Charlie, which of your prep items are absolutely critical vs. nice-to-have?"
744
-
745
- Charlie (Senior Dev): "{{critical_prep_item_1}} and {{critical_prep_item_2}} are non-negotiable. {{nice_to_have_prep_item}} can wait."
746
-
747
- Alice (Product Owner): "And can any of the critical prep happen in parallel with starting Epic {{next_epic_num}}?"
748
-
749
- Charlie (Senior Dev): _thinking_ "Maybe. If we tackle {{first_critical_item}} before the epic starts, we could do {{second_critical_item}} during the first sprint."
750
-
751
- Dana (QA Engineer): "But that means Story 1 of Epic {{next_epic_num}} can't depend on {{second_critical_item}}."
752
-
753
- Alice (Product Owner): _looking at epic plan_ "Actually, Stories 1 and 2 are about {{independent_work}}, so they don't depend on it. We could make that work."
754
-
755
- Bob (Scrum Master): "{user_name}, the team is finding a workable compromise here. Does this approach make sense to you?"
756
- </output>
757
-
758
- <action>WAIT for {user_name} to validate or adjust the preparation strategy</action>
759
-
760
- <action>Continue working through preparation needs across all dimensions:</action>
761
-
762
- - Dependencies on Epic {{epic_number}} work
763
- - Technical setup and infrastructure
764
- - Knowledge gaps and research needs
765
- - Documentation or specification work
766
- - Testing infrastructure
767
- - Refactoring or debt reduction
768
- - External dependencies (APIs, integrations, etc.)
769
-
770
- <action>For each preparation area, facilitate team discussion that:</action>
771
-
772
- - Identifies specific needs with concrete examples
773
- - Estimates effort realistically based on Epic {{epic_number}} experience
774
- - Assigns ownership to specific agents
775
- - Determines criticality and timing
776
- - Surfaces risks of NOT doing the preparation
777
- - Explores parallel work opportunities
778
- - Brings {user_name} in for key decisions
779
-
780
- <output>
781
- Bob (Scrum Master): "I'm hearing a clear picture of what we need before Epic {{next_epic_num}}. Let me summarize..."
782
-
783
- **CRITICAL PREPARATION (Must complete before epic starts):**
784
- {{list_critical_prep_items_with_owners_and_estimates}}
785
-
786
- **PARALLEL PREPARATION (Can happen during early stories):**
787
- {{list_parallel_prep_items_with_owners_and_estimates}}
788
-
789
- **NICE-TO-HAVE PREPARATION (Would help but not blocking):**
790
- {{list_nice_to_have_prep_items}}
791
-
792
- Bob (Scrum Master): "Total critical prep effort: {{critical_hours}} hours ({{critical_days}} days)"
793
-
794
- Alice (Product Owner): "That's manageable. We can communicate that to stakeholders."
795
-
796
- Bob (Scrum Master): "{user_name}, does this preparation plan work for you?"
797
- </output>
798
-
799
- <action>WAIT for {user_name} final validation of preparation plan</action>
800
-
801
- </step>
802
-
803
- <step n="8" goal="Synthesize Action Items with Significant Change Detection">
804
-
805
- <output>
806
- Bob (Scrum Master): "Let's capture concrete action items from everything we've discussed."
807
-
808
- Bob (Scrum Master): "I want specific, achievable actions with clear owners. Not vague aspirations."
809
- </output>
810
-
811
- <action>Synthesize themes from Epic {{epic_number}} review discussion into actionable improvements</action>
812
-
813
- <action>Create specific action items with:</action>
814
-
815
- - Clear description of the action
816
- - Assigned owner (specific agent or role)
817
- - Timeline or deadline
818
- - Success criteria (how we'll know it's done)
819
- - Category (process, technical, documentation, team, etc.)
820
-
821
- <action>Ensure action items are SMART:</action>
822
-
823
- - Specific: Clear and unambiguous
824
- - Measurable: Can verify completion
825
- - Achievable: Realistic given constraints
826
- - Relevant: Addresses real issues from retro
827
- - Time-bound: Has clear deadline
828
-
829
- <output>
830
- Bob (Scrum Master): "Based on our discussion, here are the action items I'm proposing..."
831
-
832
- ═══════════════════════════════════════════════════════════
833
- 📝 EPIC {{epic_number}} ACTION ITEMS:
834
- ═══════════════════════════════════════════════════════════
835
-
836
- **Process Improvements:**
837
-
838
- 1. {{action_item_1}}
839
- Owner: {{agent_1}}
840
- Deadline: {{timeline_1}}
841
- Success criteria: {{criteria_1}}
842
-
843
- 2. {{action_item_2}}
844
- Owner: {{agent_2}}
845
- Deadline: {{timeline_2}}
846
- Success criteria: {{criteria_2}}
847
-
848
- Charlie (Senior Dev): "I can own action item 1, but {{timeline_1}} is tight. Can we push it to {{alternative_timeline}}?"
849
-
850
- Bob (Scrum Master): "What do others think? Does that timing still work?"
851
-
852
- Alice (Product Owner): "{{alternative_timeline}} works for me, as long as it's done before Epic {{next_epic_num}} starts."
853
-
854
- Bob (Scrum Master): "Agreed. Updated to {{alternative_timeline}}."
855
-
856
- **Technical Debt:**
857
-
858
- 1. {{debt_item_1}}
859
- Owner: {{agent_3}}
860
- Priority: {{priority_1}}
861
- Estimated effort: {{effort_1}}
862
-
863
- 2. {{debt_item_2}}
864
- Owner: {{agent_4}}
865
- Priority: {{priority_2}}
866
- Estimated effort: {{effort_2}}
867
-
868
- Dana (QA Engineer): "For debt item 1, can we prioritize that as high? It caused testing issues in three different stories."
869
-
870
- Charlie (Senior Dev): "I marked it medium because {{reasoning}}, but I hear your point."
871
-
872
- Bob (Scrum Master): "{user_name}, this is a priority call. Testing impact vs. {{reasoning}} - how do you want to prioritize it?"
873
- </output>
874
-
875
- <action>WAIT for {user_name} to help resolve priority discussions</action>
876
-
877
- <output>
878
- **Documentation:**
879
- 1. {{doc_need_1}}
880
- Owner: {{agent_5}}
881
- Deadline: {{timeline_3}}
882
-
883
- 2. {{doc_need_2}}
884
- Owner: {{agent_6}}
885
- Deadline: {{timeline_4}}
886
-
887
- **Team Agreements:**
888
-
889
- - {{agreement_1}}
890
- - {{agreement_2}}
891
- - {{agreement_3}}
892
-
893
- Bob (Scrum Master): "These agreements are how we're committing to work differently going forward."
894
-
895
- Elena (Junior Dev): "I like agreement 2 - that would've saved me on Story {{difficult_story_num}}."
896
-
897
- ═══════════════════════════════════════════════════════════
898
- 🚀 EPIC {{next_epic_num}} PREPARATION TASKS:
899
- ═══════════════════════════════════════════════════════════
900
-
901
- **Technical Setup:**
902
- [ ] {{setup_task_1}}
903
- Owner: {{owner_1}}
904
- Estimated: {{est_1}}
905
-
906
- [ ] {{setup_task_2}}
907
- Owner: {{owner_2}}
908
- Estimated: {{est_2}}
909
-
910
- **Knowledge Development:**
911
- [ ] {{research_task_1}}
912
- Owner: {{owner_3}}
913
- Estimated: {{est_3}}
914
-
915
- **Cleanup/Refactoring:**
916
- [ ] {{refactor_task_1}}
917
- Owner: {{owner_4}}
918
- Estimated: {{est_4}}
919
-
920
- **Total Estimated Effort:** {{total_hours}} hours ({{total_days}} days)
921
-
922
- ═══════════════════════════════════════════════════════════
923
- ⚠️ CRITICAL PATH:
924
- ═══════════════════════════════════════════════════════════
925
-
926
- **Blockers to Resolve Before Epic {{next_epic_num}}:**
927
-
928
- 1. {{critical_item_1}}
929
- Owner: {{critical_owner_1}}
930
- Must complete by: {{critical_deadline_1}}
931
-
932
- 2. {{critical_item_2}}
933
- Owner: {{critical_owner_2}}
934
- Must complete by: {{critical_deadline_2}}
935
- </output>
936
-
937
- <action>CRITICAL ANALYSIS - Detect if discoveries require epic updates</action>
938
-
939
- <action>Check if any of the following are true based on retrospective discussion:</action>
940
-
941
- - Architectural assumptions from planning proven wrong during Epic {{epic_number}}
942
- - Major scope changes or descoping occurred that affects next epic
943
- - Technical approach needs fundamental change for Epic {{next_epic_num}}
944
- - Dependencies discovered that Epic {{next_epic_num}} doesn't account for
945
- - User needs significantly different than originally understood
946
- - Performance/scalability concerns that affect Epic {{next_epic_num}} design
947
- - Security or compliance issues discovered that change approach
948
- - Integration assumptions proven incorrect
949
- - Team capacity or skill gaps more severe than planned
950
- - Technical debt level unsustainable without intervention
951
-
952
- <check if="significant discoveries detected">
953
- <output>
954
-
955
- ═══════════════════════════════════════════════════════════
956
- 🚨 SIGNIFICANT DISCOVERY ALERT 🚨
957
- ═══════════════════════════════════════════════════════════
958
-
959
- Bob (Scrum Master): "{user_name}, we need to flag something important."
960
-
961
- Bob (Scrum Master): "During Epic {{epic_number}}, the team uncovered findings that may require updating the plan for Epic {{next_epic_num}}."
962
-
963
- **Significant Changes Identified:**
964
-
965
- 1. {{significant_change_1}}
966
- Impact: {{impact_description_1}}
967
-
968
- 2. {{significant_change_2}}
969
- Impact: {{impact_description_2}}
970
-
971
- {{#if significant_change_3}} 3. {{significant_change_3}}
972
- Impact: {{impact_description_3}}
973
- {{/if}}
974
-
975
- Charlie (Senior Dev): "Yeah, when we discovered {{technical_discovery}}, it fundamentally changed our understanding of {{affected_area}}."
976
-
977
- Alice (Product Owner): "And from a product perspective, {{product_discovery}} means Epic {{next_epic_num}}'s stories are based on wrong assumptions."
978
-
979
- Dana (QA Engineer): "If we start Epic {{next_epic_num}} as-is, we're going to hit walls fast."
980
-
981
- **Impact on Epic {{next_epic_num}}:**
982
-
983
- The current plan for Epic {{next_epic_num}} assumes:
984
-
985
- - {{wrong_assumption_1}}
986
- - {{wrong_assumption_2}}
987
-
988
- But Epic {{epic_number}} revealed:
989
-
990
- - {{actual_reality_1}}
991
- - {{actual_reality_2}}
992
-
993
- This means Epic {{next_epic_num}} likely needs:
994
- {{list_likely_changes_needed}}
995
-
996
- **RECOMMENDED ACTIONS:**
997
-
998
- 1. Review and update Epic {{next_epic_num}} definition based on new learnings
999
- 2. Update affected stories in Epic {{next_epic_num}} to reflect reality
1000
- 3. Consider updating architecture or technical specifications if applicable
1001
- 4. Hold alignment session with Product Owner before starting Epic {{next_epic_num}}
1002
- {{#if prd_update_needed}}5. Update PRD sections affected by new understanding{{/if}}
1003
-
1004
- Bob (Scrum Master): "**Epic Update Required**: YES - Schedule epic planning review session"
1005
-
1006
- Bob (Scrum Master): "{user_name}, this is significant. We need to address this before committing to Epic {{next_epic_num}}'s current plan. How do you want to handle it?"
1007
- </output>
1008
-
1009
- <action>WAIT for {user_name} to decide on how to handle the significant changes</action>
1010
-
1011
- <action>Add epic review session to critical path if user agrees</action>
1012
-
1013
- <output>
1014
- Alice (Product Owner): "I agree with {user_name}'s approach. Better to adjust the plan now than fail mid-epic."
1015
-
1016
- Charlie (Senior Dev): "This is why retrospectives matter. We caught this before it became a disaster."
1017
-
1018
- Bob (Scrum Master): "Adding to critical path: Epic {{next_epic_num}} planning review session before epic kickoff."
1019
- </output>
1020
- </check>
1021
-
1022
- <check if="no significant discoveries">
1023
- <output>
1024
- Bob (Scrum Master): "Good news - nothing from Epic {{epic_number}} fundamentally changes our plan for Epic {{next_epic_num}}. The plan is still sound."
1025
-
1026
- Alice (Product Owner): "We learned a lot, but the direction is right."
1027
- </output>
1028
- </check>
1029
-
1030
- <output>
1031
- Bob (Scrum Master): "Let me show you the complete action plan..."
1032
-
1033
- Bob (Scrum Master): "That's {{total_action_count}} action items, {{prep_task_count}} preparation tasks, and {{critical_count}} critical path items."
1034
-
1035
- Bob (Scrum Master): "Everyone clear on what they own?"
1036
- </output>
1037
-
1038
- <action>Give each agent with assignments a moment to acknowledge their ownership</action>
1039
-
1040
- <action>Ensure {user_name} approves the complete action plan</action>
1041
-
1042
- </step>
1043
-
1044
- <step n="9" goal="Critical Readiness Exploration - Interactive Deep Dive">
1045
-
1046
- <output>
1047
- Bob (Scrum Master): "Before we close, I want to do a final readiness check."
1048
-
1049
- Bob (Scrum Master): "Epic {{epic_number}} is marked complete in sprint-status, but is it REALLY done?"
1050
-
1051
- Alice (Product Owner): "What do you mean, Bob?"
1052
-
1053
- Bob (Scrum Master): "I mean truly production-ready, stakeholders happy, no loose ends that'll bite us later."
1054
-
1055
- Bob (Scrum Master): "{user_name}, let's walk through this together."
1056
- </output>
1057
-
1058
- <action>Explore testing and quality state through natural conversation</action>
1059
-
1060
- <output>
1061
- Bob (Scrum Master): "{user_name}, tell me about the testing for Epic {{epic_number}}. What verification has been done?"
1062
- </output>
1063
-
1064
- <action>WAIT for {user_name} to describe testing status</action>
1065
-
1066
- <output>
1067
- Dana (QA Engineer): [Responds to what {user_name} shared] "I can add to that - {{additional_testing_context}}."
1068
-
1069
- Dana (QA Engineer): "But honestly, {{testing_concern_if_any}}."
1070
-
1071
- Bob (Scrum Master): "{user_name}, are you confident Epic {{epic_number}} is production-ready from a quality perspective?"
1072
- </output>
1073
-
1074
- <action>WAIT for {user_name} to assess quality readiness</action>
1075
-
1076
- <check if="{user_name} expresses concerns">
1077
- <output>
1078
- Bob (Scrum Master): "Okay, let's capture that. What specific testing is still needed?"
1079
-
1080
- Dana (QA Engineer): "I can handle {{testing_work_needed}}, estimated {{testing_hours}} hours."
1081
-
1082
- Bob (Scrum Master): "Adding to critical path: Complete {{testing_work_needed}} before Epic {{next_epic_num}}."
1083
- </output>
1084
- <action>Add testing completion to critical path</action>
1085
- </check>
1086
-
1087
- <action>Explore deployment and release status</action>
1088
-
1089
- <output>
1090
- Bob (Scrum Master): "{user_name}, what's the deployment status for Epic {{epic_number}}? Is it live in production, scheduled for deployment, or still pending?"
1091
- </output>
1092
-
1093
- <action>WAIT for {user_name} to provide deployment status</action>
1094
-
1095
- <check if="not yet deployed">
1096
- <output>
1097
- Charlie (Senior Dev): "If it's not deployed yet, we need to factor that into Epic {{next_epic_num}} timing."
1098
-
1099
- Bob (Scrum Master): "{user_name}, when is deployment planned? Does that timing work for starting Epic {{next_epic_num}}?"
1100
- </output>
1101
-
1102
- <action>WAIT for {user_name} to clarify deployment timeline</action>
1103
-
1104
- <action>Add deployment milestone to critical path with agreed timeline</action>
1105
- </check>
1106
-
1107
- <action>Explore stakeholder acceptance</action>
1108
-
1109
- <output>
1110
- Bob (Scrum Master): "{user_name}, have stakeholders seen and accepted the Epic {{epic_number}} deliverables?"
1111
-
1112
- Alice (Product Owner): "This is important - I've seen 'done' epics get rejected by stakeholders and force rework."
1113
-
1114
- Bob (Scrum Master): "{user_name}, any feedback from stakeholders still pending?"
1115
- </output>
1116
-
1117
- <action>WAIT for {user_name} to describe stakeholder acceptance status</action>
1118
-
1119
- <check if="acceptance incomplete or feedback pending">
1120
- <output>
1121
- Alice (Product Owner): "We should get formal acceptance before moving on. Otherwise Epic {{next_epic_num}} might get interrupted by rework."
1122
-
1123
- Bob (Scrum Master): "{user_name}, how do you want to handle stakeholder acceptance? Should we make it a critical path item?"
1124
- </output>
1125
-
1126
- <action>WAIT for {user_name} decision</action>
1127
-
1128
- <action>Add stakeholder acceptance to critical path if user agrees</action>
1129
- </check>
1130
-
1131
- <action>Explore technical health and stability</action>
1132
-
1133
- <output>
1134
- Bob (Scrum Master): "{user_name}, this is a gut-check question: How does the codebase feel after Epic {{epic_number}}?"
1135
-
1136
- Bob (Scrum Master): "Stable and maintainable? Or are there concerns lurking?"
1137
-
1138
- Charlie (Senior Dev): "Be honest, {user_name}. We've all shipped epics that felt... fragile."
1139
- </output>
1140
-
1141
- <action>WAIT for {user_name} to assess codebase health</action>
1142
-
1143
- <check if="{user_name} expresses stability concerns">
1144
- <output>
1145
- Charlie (Senior Dev): "Okay, let's dig into that. What's causing those concerns?"
1146
-
1147
- Charlie (Senior Dev): [Helps {user_name} articulate technical concerns]
1148
-
1149
- Bob (Scrum Master): "What would it take to address these concerns and feel confident about stability?"
1150
-
1151
- Charlie (Senior Dev): "I'd say we need {{stability_work_needed}}, roughly {{stability_hours}} hours."
1152
-
1153
- Bob (Scrum Master): "{user_name}, is addressing this stability work worth doing before Epic {{next_epic_num}}?"
1154
- </output>
1155
-
1156
- <action>WAIT for {user_name} decision</action>
1157
-
1158
- <action>Add stability work to preparation sprint if user agrees</action>
1159
- </check>
1160
-
1161
- <action>Explore unresolved blockers</action>
1162
-
1163
- <output>
1164
- Bob (Scrum Master): "{user_name}, are there any unresolved blockers or technical issues from Epic {{epic_number}} that we're carrying forward?"
1165
-
1166
- Dana (QA Engineer): "Things that might create problems for Epic {{next_epic_num}} if we don't deal with them?"
1167
-
1168
- Bob (Scrum Master): "Nothing is off limits here. If there's a problem, we need to know."
1169
- </output>
1170
-
1171
- <action>WAIT for {user_name} to surface any blockers</action>
1172
-
1173
- <check if="blockers identified">
1174
- <output>
1175
- Bob (Scrum Master): "Let's capture those blockers and figure out how they affect Epic {{next_epic_num}}."
1176
-
1177
- Charlie (Senior Dev): "For {{blocker_1}}, if we leave it unresolved, it'll {{impact_description_1}}."
1178
-
1179
- Alice (Product Owner): "That sounds critical. We need to address that before moving forward."
1180
-
1181
- Bob (Scrum Master): "Agreed. Adding to critical path: Resolve {{blocker_1}} before Epic {{next_epic_num}} kickoff."
1182
-
1183
- Bob (Scrum Master): "Who owns that work?"
1184
- </output>
1185
-
1186
- <action>Assign blocker resolution to appropriate agent</action>
1187
- <action>Add to critical path with priority and deadline</action>
1188
- </check>
1189
-
1190
- <action>Synthesize the readiness assessment</action>
1191
-
1192
- <output>
1193
- Bob (Scrum Master): "Okay {user_name}, let me synthesize what we just uncovered..."
1194
-
1195
- **EPIC {{epic_number}} READINESS ASSESSMENT:**
1196
-
1197
- Testing & Quality: {{quality_status}}
1198
- {{#if quality_concerns}}⚠️ Action needed: {{quality_action_needed}}{{/if}}
1199
-
1200
- Deployment: {{deployment_status}}
1201
- {{#if deployment_pending}}⚠️ Scheduled for: {{deployment_date}}{{/if}}
1202
-
1203
- Stakeholder Acceptance: {{acceptance_status}}
1204
- {{#if acceptance_incomplete}}⚠️ Action needed: {{acceptance_action_needed}}{{/if}}
1205
-
1206
- Technical Health: {{stability_status}}
1207
- {{#if stability_concerns}}⚠️ Action needed: {{stability_action_needed}}{{/if}}
1208
-
1209
- Unresolved Blockers: {{blocker_status}}
1210
- {{#if blockers_exist}}⚠️ Must resolve: {{blocker_list}}{{/if}}
1211
-
1212
- Bob (Scrum Master): "{user_name}, does this assessment match your understanding?"
1213
- </output>
1214
-
1215
- <action>WAIT for {user_name} to confirm or correct the assessment</action>
1216
-
1217
- <output>
1218
- Bob (Scrum Master): "Based on this assessment, Epic {{epic_number}} is {{#if all_clear}}fully complete and we're clear to proceed{{else}}complete from a story perspective, but we have {{critical_work_count}} critical items before Epic {{next_epic_num}}{{/if}}."
1219
-
1220
- Alice (Product Owner): "This level of thoroughness is why retrospectives are valuable."
1221
-
1222
- Charlie (Senior Dev): "Better to catch this now than three stories into the next epic."
1223
- </output>
1224
-
1225
- </step>
1226
-
1227
- <step n="10" goal="Retrospective Closure with Celebration and Commitment">
1228
-
1229
- <output>
1230
- Bob (Scrum Master): "We've covered a lot of ground today. Let me bring this retrospective to a close."
1231
-
1232
- ═══════════════════════════════════════════════════════════
1233
- ✅ RETROSPECTIVE COMPLETE
1234
- ═══════════════════════════════════════════════════════════
1235
-
1236
- Bob (Scrum Master): "Epic {{epic_number}}: {{epic_title}} - REVIEWED"
1237
-
1238
- **Key Takeaways:**
1239
-
1240
- 1. {{key_lesson_1}}
1241
- 2. {{key_lesson_2}}
1242
- 3. {{key_lesson_3}}
1243
- {{#if key_lesson_4}}4. {{key_lesson_4}}{{/if}}
1244
-
1245
- Alice (Product Owner): "That first takeaway is huge - {{impact_of_lesson_1}}."
1246
-
1247
- Charlie (Senior Dev): "And lesson 2 is something we can apply immediately."
1248
-
1249
- Bob (Scrum Master): "Commitments made today:"
1250
-
1251
- - Action Items: {{action_count}}
1252
- - Preparation Tasks: {{prep_task_count}}
1253
- - Critical Path Items: {{critical_count}}
1254
-
1255
- Dana (QA Engineer): "That's a lot of commitments. We need to actually follow through this time."
1256
-
1257
- Bob (Scrum Master): "Agreed. Which is why we'll review these action items in our next standup."
1258
-
1259
- ═══════════════════════════════════════════════════════════
1260
- 🎯 NEXT STEPS:
1261
- ═══════════════════════════════════════════════════════════
1262
-
1263
- 1. Execute Preparation Sprint (Est: {{prep_days}} days)
1264
- 2. Complete Critical Path items before Epic {{next_epic_num}}
1265
- 3. Review action items in next standup
1266
- {{#if epic_update_needed}}4. Hold Epic {{next_epic_num}} planning review session{{else}}4. Begin Epic {{next_epic_num}} planning when preparation complete{{/if}}
1267
-
1268
- Elena (Junior Dev): "{{prep_days}} days of prep work is significant, but necessary."
1269
-
1270
- Alice (Product Owner): "I'll communicate the timeline to stakeholders. They'll understand if we frame it as 'ensuring Epic {{next_epic_num}} success.'"
1271
-
1272
- ═══════════════════════════════════════════════════════════
1273
-
1274
- Bob (Scrum Master): "Before we wrap, I want to take a moment to acknowledge the team."
1275
-
1276
- Bob (Scrum Master): "Epic {{epic_number}} delivered {{completed_stories}} stories with {{velocity_description}} velocity. We overcame {{blocker_count}} blockers. We learned a lot. That's real work by real people."
1277
-
1278
- Charlie (Senior Dev): "Hear, hear."
1279
-
1280
- Alice (Product Owner): "I'm proud of what we shipped."
1281
-
1282
- Dana (QA Engineer): "And I'm excited about Epic {{next_epic_num}} - especially now that we're prepared for it."
1283
-
1284
- Bob (Scrum Master): "{user_name}, any final thoughts before we close?"
1285
- </output>
1286
-
1287
- <action>WAIT for {user_name} to share final reflections</action>
1288
-
1289
- <output>
1290
- Bob (Scrum Master): [Acknowledges what {user_name} shared] "Thank you for that, {user_name}."
1291
-
1292
- Bob (Scrum Master): "Alright team - great work today. We learned a lot from Epic {{epic_number}}. Let's use these insights to make Epic {{next_epic_num}} even better."
1293
-
1294
- Bob (Scrum Master): "See you all when prep work is done. Meeting adjourned!"
1295
-
1296
- ═══════════════════════════════════════════════════════════
1297
- </output>
1298
-
1299
- <action>Prepare to save retrospective summary document</action>
1300
-
1301
- </step>
1302
-
1303
- <step n="11" goal="Save Retrospective and Update Sprint Status">
1304
-
1305
- <action>Ensure retrospectives folder exists: {retrospectives_folder}</action>
1306
- <action>Create folder if it doesn't exist</action>
1307
-
1308
- <action>Generate comprehensive retrospective summary document including:</action>
1309
-
1310
- - Epic summary and metrics
1311
- - Team participants
1312
- - Successes and strengths identified
1313
- - Challenges and growth areas
1314
- - Key insights and learnings
1315
- - Previous retro follow-through analysis (if applicable)
1316
- - Next epic preview and dependencies
1317
- - Action items with owners and timelines
1318
- - Preparation tasks for next epic
1319
- - Critical path items
1320
- - Significant discoveries and epic update recommendations (if any)
1321
- - Readiness assessment
1322
- - Commitments and next steps
1323
-
1324
- <action>Format retrospective document as readable markdown with clear sections</action>
1325
- <action>Set filename: {retrospectives_folder}/epic-{{epic_number}}-retro-{date}.md</action>
1326
- <action>Save retrospective document</action>
1327
-
1328
- <output>
1329
- ✅ Retrospective document saved: {retrospectives_folder}/epic-{{epic_number}}-retro-{date}.md
1330
- </output>
1331
-
1332
- <action>Update {sprint_status_file} to mark retrospective as completed</action>
1333
-
1334
- <action>Load the FULL file: {sprint_status_file}</action>
1335
- <action>Find development_status key "epic-{{epic_number}}-retrospective"</action>
1336
- <action>Verify current status (typically "optional" or "pending")</action>
1337
- <action>Update development_status["epic-{{epic_number}}-retrospective"] = "done"</action>
1338
- <action>Save file, preserving ALL comments and structure including STATUS DEFINITIONS</action>
1339
-
1340
- <check if="update successful">
1341
- <output>
1342
- ✅ Retrospective marked as completed in {sprint_status_file}
1343
-
1344
- Retrospective key: epic-{{epic_number}}-retrospective
1345
- Status: {{previous_status}} → done
1346
- </output>
1347
- </check>
1348
-
1349
- <check if="retrospective key not found">
1350
- <output>
1351
- ⚠️ Could not update retrospective status: epic-{{epic_number}}-retrospective not found in {sprint_status_file}
1352
-
1353
- Retrospective document was saved successfully, but {sprint_status_file} may need manual update.
1354
- </output>
1355
- </check>
1356
-
1357
- </step>
1358
-
1359
- <step n="12" goal="Final Summary and Handoff">
1360
-
1361
- <output>
1362
- **✅ Retrospective Complete, {user_name}!**
1363
-
1364
- **Epic Review:**
1365
-
1366
- - Epic {{epic_number}}: {{epic_title}} reviewed
1367
- - Retrospective Status: completed
1368
- - Retrospective saved: {retrospectives_folder}/epic-{{epic_number}}-retro-{date}.md
1369
-
1370
- **Commitments Made:**
1371
-
1372
- - Action Items: {{action_count}}
1373
- - Preparation Tasks: {{prep_task_count}}
1374
- - Critical Path Items: {{critical_count}}
1375
-
1376
- **Next Steps:**
1377
-
1378
- 1. **Review retrospective summary**: {retrospectives_folder}/epic-{{epic_number}}-retro-{date}.md
1379
-
1380
- 2. **Execute preparation sprint** (Est: {{prep_days}} days)
1381
- - Complete {{critical_count}} critical path items
1382
- - Execute {{prep_task_count}} preparation tasks
1383
- - Verify all action items are in progress
1384
-
1385
- 3. **Review action items in next standup**
1386
- - Ensure ownership is clear
1387
- - Track progress on commitments
1388
- - Adjust timelines if needed
1389
-
1390
- {{#if epic_update_needed}} 4. **IMPORTANT: Schedule Epic {{next_epic_num}} planning review session**
1391
-
1392
- - Significant discoveries from Epic {{epic_number}} require epic updates
1393
- - Review and update affected stories
1394
- - Align team on revised approach
1395
- - Do NOT start Epic {{next_epic_num}} until review is complete
1396
- {{else}}
1397
-
1398
- 4. **Begin Epic {{next_epic_num}} when ready**
1399
- - Start creating stories with SM agent's `create-story`
1400
- - Epic will be marked as `in-progress` automatically when first story is created
1401
- - Ensure all critical path items are done first
1402
- {{/if}}
1403
-
1404
- **Team Performance:**
1405
- Epic {{epic_number}} delivered {{completed_stories}} stories with {{velocity_summary}}. The retrospective surfaced {{insight_count}} key insights and {{significant_discovery_count}} significant discoveries. The team is well-positioned for Epic {{next_epic_num}} success.
1406
-
1407
- {{#if significant_discovery_count > 0}}
1408
- ⚠️ **REMINDER**: Epic update required before starting Epic {{next_epic_num}}
1409
- {{/if}}
1410
-
1411
- ---
1412
-
1413
- Bob (Scrum Master): "Great session today, {user_name}. The team did excellent work."
1414
-
1415
- Alice (Product Owner): "See you at epic planning!"
1416
-
1417
- Charlie (Senior Dev): "Time to knock out that prep work."
1418
-
1419
- </output>
1420
-
1421
- </step>
1422
-
1423
- </workflow>
1424
-
1425
- <facilitation-guidelines>
1426
- <guideline>PARTY MODE REQUIRED: All agent dialogue uses "Name (Role): dialogue" format</guideline>
1427
- <guideline>Scrum Master maintains psychological safety throughout - no blame or judgment</guideline>
1428
- <guideline>Focus on systems and processes, not individual performance</guideline>
1429
- <guideline>Create authentic team dynamics: disagreements, diverse perspectives, emotions</guideline>
1430
- <guideline>User ({user_name}) is active participant, not passive observer</guideline>
1431
- <guideline>Encourage specific examples over general statements</guideline>
1432
- <guideline>Balance celebration of wins with honest assessment of challenges</guideline>
1433
- <guideline>Ensure every voice is heard - all agents contribute</guideline>
1434
- <guideline>Action items must be specific, achievable, and owned</guideline>
1435
- <guideline>Forward-looking mindset - how do we improve for next epic?</guideline>
1436
- <guideline>Intent-based facilitation, not scripted phrases</guideline>
1437
- <guideline>Deep story analysis provides rich material for discussion</guideline>
1438
- <guideline>Previous retro integration creates accountability and continuity</guideline>
1439
- <guideline>Significant change detection prevents epic misalignment</guideline>
1440
- <guideline>Critical verification prevents starting next epic prematurely</guideline>
1441
- <guideline>Document everything - retrospective insights are valuable for future reference</guideline>
1442
- <guideline>Two-part structure ensures both reflection AND preparation</guideline>
1443
- </facilitation-guidelines>