@delorenj/pjangler 1.2.25 → 1.2.33

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (834) hide show
  1. package/README.md +12 -3
  2. package/dist/index.js +8461 -5505
  3. package/dist/mcp-server.js +7998 -5448
  4. package/package.json +8 -4
  5. package/templates/commonproject/copier.yml +6 -6
  6. package/templates/commonproject/template/.agents/skills.json +2 -1
  7. package/templates/commonproject/template/.env.op +6 -2
  8. package/templates/commonproject/template/.github/workflows/code-review.yml.jinja +48 -0
  9. package/templates/commonproject/template/.mise/scripts/materialize-env.sh +28 -0
  10. package/templates/commonproject/template/.mise/scripts/provision-packs.py +565 -0
  11. package/templates/commonproject/template/.mise/scripts/sync-skills.py +1411 -132
  12. package/templates/commonproject/template/mise.toml.jinja +10 -7
  13. package/templates/hermes-agent/copier.yml +2 -1
  14. package/templates/hermes-agent/template/.gitignore.jinja +1 -0
  15. package/templates/hermes-agent/template/.scripts/20-runtime-repo.sh +61 -4
  16. package/templates/hermes-agent/template/.scripts/70-systemd.sh +7 -0
  17. package/templates/hermes-agent/template/.scripts/lib/ticket-provider.sh +15 -7
  18. package/templates/hermes-agent/template/.scripts/providers/linear.sh +41 -1
  19. package/templates/hermes-agent/template/.scripts/providers/plane.sh +91 -21
  20. package/templates/hermes-agent/template/.scripts/providers/trello.sh +34 -1
  21. package/templates/hermes-agent/template/.scripts/reporter-watchdog.py +242 -0
  22. package/templates/hermes-agent/template/.scripts/secret-scan.py +68 -0
  23. package/templates/hermes-agent/template/.scripts/sentinel.prompt.md.jinja +3 -2
  24. package/templates/hermes-agent/template/SOUL.md.jinja +30 -8
  25. package/templates/hermes-agent/template/role.yaml.jinja +1 -0
  26. package/templates/commonproject/.augment/commands/bmad/agents/bmb-agent-builder.md +0 -14
  27. package/templates/commonproject/.augment/commands/bmad/agents/bmb-module-builder.md +0 -14
  28. package/templates/commonproject/.augment/commands/bmad/agents/bmb-workflow-builder.md +0 -14
  29. package/templates/commonproject/.augment/commands/bmad/agents/bmm-analyst.md +0 -14
  30. package/templates/commonproject/.augment/commands/bmad/agents/bmm-architect.md +0 -14
  31. package/templates/commonproject/.augment/commands/bmad/agents/bmm-dev.md +0 -14
  32. package/templates/commonproject/.augment/commands/bmad/agents/bmm-pm.md +0 -14
  33. package/templates/commonproject/.augment/commands/bmad/agents/bmm-quick-flow-solo-dev.md +0 -14
  34. package/templates/commonproject/.augment/commands/bmad/agents/bmm-sm.md +0 -14
  35. package/templates/commonproject/.augment/commands/bmad/agents/bmm-tea.md +0 -14
  36. package/templates/commonproject/.augment/commands/bmad/agents/bmm-tech-writer.md +0 -14
  37. package/templates/commonproject/.augment/commands/bmad/agents/bmm-ux-designer.md +0 -14
  38. package/templates/commonproject/.augment/commands/bmad/agents/cis-brainstorming-coach.md +0 -14
  39. package/templates/commonproject/.augment/commands/bmad/agents/cis-creative-problem-solver.md +0 -14
  40. package/templates/commonproject/.augment/commands/bmad/agents/cis-design-thinking-coach.md +0 -14
  41. package/templates/commonproject/.augment/commands/bmad/agents/cis-innovation-strategist.md +0 -14
  42. package/templates/commonproject/.augment/commands/bmad/agents/cis-presentation-master.md +0 -14
  43. package/templates/commonproject/.augment/commands/bmad/agents/cis-storyteller.md +0 -14
  44. package/templates/commonproject/.augment/commands/bmad/agents/core-bmad-master.md +0 -14
  45. package/templates/commonproject/.augment/commands/bmad/tasks/core-index-docs.md +0 -74
  46. package/templates/commonproject/.augment/commands/bmad/tasks/core-shard-doc.md +0 -118
  47. package/templates/commonproject/.augment/commands/bmad/workflows/bmb-agent.md +0 -5
  48. package/templates/commonproject/.augment/commands/bmad/workflows/bmb-module.md +0 -5
  49. package/templates/commonproject/.augment/commands/bmad/workflows/bmb-workflow.md +0 -5
  50. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-check-implementation-readiness.md +0 -5
  51. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-code-review.md +0 -13
  52. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-correct-course.md +0 -13
  53. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-create-architecture.md +0 -5
  54. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-create-epics-and-stories.md +0 -5
  55. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-create-excalidraw-dataflow.md +0 -13
  56. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-create-excalidraw-diagram.md +0 -13
  57. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-create-excalidraw-flowchart.md +0 -13
  58. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-create-excalidraw-wireframe.md +0 -13
  59. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-create-product-brief.md +0 -5
  60. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-create-story.md +0 -13
  61. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-create-ux-design.md +0 -5
  62. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-dev-story.md +0 -13
  63. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-document-project.md +0 -13
  64. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-generate-project-context.md +0 -5
  65. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-prd.md +0 -5
  66. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-quick-dev.md +0 -5
  67. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-quick-spec.md +0 -5
  68. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-research.md +0 -5
  69. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-retrospective.md +0 -13
  70. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-sprint-planning.md +0 -13
  71. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-sprint-status.md +0 -13
  72. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-testarch-atdd.md +0 -13
  73. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-testarch-automate.md +0 -13
  74. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-testarch-ci.md +0 -13
  75. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-testarch-framework.md +0 -13
  76. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-testarch-nfr.md +0 -13
  77. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-testarch-test-design.md +0 -13
  78. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-testarch-test-review.md +0 -13
  79. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-testarch-trace.md +0 -13
  80. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-workflow-init.md +0 -13
  81. package/templates/commonproject/.augment/commands/bmad/workflows/bmm-workflow-status.md +0 -13
  82. package/templates/commonproject/.augment/commands/bmad/workflows/cis-design-thinking.md +0 -13
  83. package/templates/commonproject/.augment/commands/bmad/workflows/cis-innovation-strategy.md +0 -13
  84. package/templates/commonproject/.augment/commands/bmad/workflows/cis-problem-solving.md +0 -13
  85. package/templates/commonproject/.augment/commands/bmad/workflows/cis-storytelling.md +0 -13
  86. package/templates/commonproject/.augment/commands/bmad/workflows/core-brainstorming.md +0 -5
  87. package/templates/commonproject/.augment/commands/bmad/workflows/core-party-mode.md +0 -5
  88. package/templates/commonproject/.augment/commands/bmad/workflows/custom-ticket-lifecycle.md +0 -5
  89. package/templates/commonproject/.copier-answers.yml +0 -4
  90. package/templates/commonproject/.gemini/commands/bmad-agent-bmb-agent-builder.toml +0 -12
  91. package/templates/commonproject/.gemini/commands/bmad-agent-bmb-module-builder.toml +0 -12
  92. package/templates/commonproject/.gemini/commands/bmad-agent-bmb-workflow-builder.toml +0 -12
  93. package/templates/commonproject/.gemini/commands/bmad-agent-bmm-analyst.toml +0 -12
  94. package/templates/commonproject/.gemini/commands/bmad-agent-bmm-architect.toml +0 -12
  95. package/templates/commonproject/.gemini/commands/bmad-agent-bmm-dev.toml +0 -12
  96. package/templates/commonproject/.gemini/commands/bmad-agent-bmm-pm.toml +0 -12
  97. package/templates/commonproject/.gemini/commands/bmad-agent-bmm-quick-flow-solo-dev.toml +0 -12
  98. package/templates/commonproject/.gemini/commands/bmad-agent-bmm-sm.toml +0 -12
  99. package/templates/commonproject/.gemini/commands/bmad-agent-bmm-tea.toml +0 -12
  100. package/templates/commonproject/.gemini/commands/bmad-agent-bmm-tech-writer.toml +0 -12
  101. package/templates/commonproject/.gemini/commands/bmad-agent-bmm-ux-designer.toml +0 -12
  102. package/templates/commonproject/.gemini/commands/bmad-agent-cis-brainstorming-coach.toml +0 -12
  103. package/templates/commonproject/.gemini/commands/bmad-agent-cis-creative-problem-solver.toml +0 -12
  104. package/templates/commonproject/.gemini/commands/bmad-agent-cis-design-thinking-coach.toml +0 -12
  105. package/templates/commonproject/.gemini/commands/bmad-agent-cis-innovation-strategist.toml +0 -12
  106. package/templates/commonproject/.gemini/commands/bmad-agent-cis-presentation-master.toml +0 -12
  107. package/templates/commonproject/.gemini/commands/bmad-agent-cis-storyteller.toml +0 -12
  108. package/templates/commonproject/.gemini/commands/bmad-agent-core-bmad-master.toml +0 -12
  109. package/templates/commonproject/.gemini/commands/bmad-task-core-index-docs.toml +0 -12
  110. package/templates/commonproject/.gemini/commands/bmad-task-core-review-adversarial-general.toml +0 -12
  111. package/templates/commonproject/.gemini/commands/bmad-task-core-shard-doc.toml +0 -12
  112. package/templates/commonproject/.gemini/commands/bmad-task-core-workflow.toml +0 -12
  113. package/templates/commonproject/.gemini/commands/bmad-workflow-bmb-agent.toml +0 -4
  114. package/templates/commonproject/.gemini/commands/bmad-workflow-bmb-module.toml +0 -4
  115. package/templates/commonproject/.gemini/commands/bmad-workflow-bmb-workflow.toml +0 -4
  116. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-check-implementation-readiness.toml +0 -4
  117. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-code-review.toml +0 -12
  118. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-correct-course.toml +0 -12
  119. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-create-architecture.toml +0 -4
  120. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-create-epics-and-stories.toml +0 -4
  121. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-create-excalidraw-dataflow.toml +0 -12
  122. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-create-excalidraw-diagram.toml +0 -12
  123. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-create-excalidraw-flowchart.toml +0 -12
  124. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-create-excalidraw-wireframe.toml +0 -12
  125. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-create-product-brief.toml +0 -4
  126. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-create-story.toml +0 -12
  127. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-create-ux-design.toml +0 -4
  128. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-dev-story.toml +0 -12
  129. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-document-project.toml +0 -12
  130. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-generate-project-context.toml +0 -4
  131. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-prd.toml +0 -4
  132. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-quick-dev.toml +0 -4
  133. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-quick-spec.toml +0 -4
  134. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-research.toml +0 -4
  135. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-retrospective.toml +0 -12
  136. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-sprint-planning.toml +0 -12
  137. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-sprint-status.toml +0 -12
  138. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-testarch-atdd.toml +0 -12
  139. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-testarch-automate.toml +0 -12
  140. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-testarch-ci.toml +0 -12
  141. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-testarch-framework.toml +0 -12
  142. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-testarch-nfr.toml +0 -12
  143. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-testarch-test-design.toml +0 -12
  144. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-testarch-test-review.toml +0 -12
  145. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-testarch-trace.toml +0 -12
  146. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-workflow-init.toml +0 -12
  147. package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-workflow-status.toml +0 -12
  148. package/templates/commonproject/.gemini/commands/bmad-workflow-cis-design-thinking.toml +0 -12
  149. package/templates/commonproject/.gemini/commands/bmad-workflow-cis-innovation-strategy.toml +0 -12
  150. package/templates/commonproject/.gemini/commands/bmad-workflow-cis-problem-solving.toml +0 -12
  151. package/templates/commonproject/.gemini/commands/bmad-workflow-cis-storytelling.toml +0 -12
  152. package/templates/commonproject/.gemini/commands/bmad-workflow-core-brainstorming.toml +0 -4
  153. package/templates/commonproject/.gemini/commands/bmad-workflow-core-party-mode.toml +0 -4
  154. package/templates/commonproject/.gemini/commands/bmad-workflow-custom-ticket-lifecycle.toml +0 -4
  155. package/templates/commonproject/.github/agents/bmd-custom-bmb-agent-builder.agent.md +0 -17
  156. package/templates/commonproject/.github/agents/bmd-custom-bmb-module-builder.agent.md +0 -17
  157. package/templates/commonproject/.github/agents/bmd-custom-bmb-workflow-builder.agent.md +0 -17
  158. package/templates/commonproject/.github/agents/bmd-custom-bmm-analyst.agent.md +0 -17
  159. package/templates/commonproject/.github/agents/bmd-custom-bmm-architect.agent.md +0 -17
  160. package/templates/commonproject/.github/agents/bmd-custom-bmm-dev.agent.md +0 -17
  161. package/templates/commonproject/.github/agents/bmd-custom-bmm-pm.agent.md +0 -17
  162. package/templates/commonproject/.github/agents/bmd-custom-bmm-quick-flow-solo-dev.agent.md +0 -17
  163. package/templates/commonproject/.github/agents/bmd-custom-bmm-sm.agent.md +0 -17
  164. package/templates/commonproject/.github/agents/bmd-custom-bmm-tea.agent.md +0 -17
  165. package/templates/commonproject/.github/agents/bmd-custom-bmm-tech-writer.agent.md +0 -17
  166. package/templates/commonproject/.github/agents/bmd-custom-bmm-ux-designer.agent.md +0 -17
  167. package/templates/commonproject/.github/agents/bmd-custom-cis-brainstorming-coach.agent.md +0 -17
  168. package/templates/commonproject/.github/agents/bmd-custom-cis-creative-problem-solver.agent.md +0 -17
  169. package/templates/commonproject/.github/agents/bmd-custom-cis-design-thinking-coach.agent.md +0 -17
  170. package/templates/commonproject/.github/agents/bmd-custom-cis-innovation-strategist.agent.md +0 -17
  171. package/templates/commonproject/.github/agents/bmd-custom-cis-presentation-master.agent.md +0 -17
  172. package/templates/commonproject/.github/agents/bmd-custom-cis-storyteller.agent.md +0 -17
  173. package/templates/commonproject/.github/agents/bmd-custom-core-bmad-master.agent.md +0 -17
  174. package/templates/commonproject/.mcp.json +0 -12
  175. package/templates/commonproject/.mise/scripts/claude +0 -13
  176. package/templates/commonproject/.mise/scripts/create-plane-project.sh +0 -149
  177. package/templates/commonproject/.mise/scripts/init-project.sh +0 -314
  178. package/templates/commonproject/.mise/scripts/link-agentfiles.sh +0 -9
  179. package/templates/commonproject/.opencode/agent/bmad-agent-bmb-agent-builder.md +0 -14
  180. package/templates/commonproject/.opencode/agent/bmad-agent-bmb-module-builder.md +0 -14
  181. package/templates/commonproject/.opencode/agent/bmad-agent-bmb-workflow-builder.md +0 -14
  182. package/templates/commonproject/.opencode/agent/bmad-agent-bmm-analyst.md +0 -14
  183. package/templates/commonproject/.opencode/agent/bmad-agent-bmm-architect.md +0 -14
  184. package/templates/commonproject/.opencode/agent/bmad-agent-bmm-dev.md +0 -14
  185. package/templates/commonproject/.opencode/agent/bmad-agent-bmm-pm.md +0 -14
  186. package/templates/commonproject/.opencode/agent/bmad-agent-bmm-quick-flow-solo-dev.md +0 -14
  187. package/templates/commonproject/.opencode/agent/bmad-agent-bmm-sm.md +0 -14
  188. package/templates/commonproject/.opencode/agent/bmad-agent-bmm-tea.md +0 -14
  189. package/templates/commonproject/.opencode/agent/bmad-agent-bmm-tech-writer.md +0 -14
  190. package/templates/commonproject/.opencode/agent/bmad-agent-bmm-ux-designer.md +0 -14
  191. package/templates/commonproject/.opencode/agent/bmad-agent-cis-brainstorming-coach.md +0 -14
  192. package/templates/commonproject/.opencode/agent/bmad-agent-cis-creative-problem-solver.md +0 -14
  193. package/templates/commonproject/.opencode/agent/bmad-agent-cis-design-thinking-coach.md +0 -14
  194. package/templates/commonproject/.opencode/agent/bmad-agent-cis-innovation-strategist.md +0 -14
  195. package/templates/commonproject/.opencode/agent/bmad-agent-cis-presentation-master.md +0 -14
  196. package/templates/commonproject/.opencode/agent/bmad-agent-cis-storyteller.md +0 -14
  197. package/templates/commonproject/.opencode/agent/bmad-agent-core-bmad-master.md +0 -14
  198. package/templates/commonproject/.opencode/command/bmad-bmb-agent.md +0 -5
  199. package/templates/commonproject/.opencode/command/bmad-bmb-module.md +0 -5
  200. package/templates/commonproject/.opencode/command/bmad-bmb-workflow.md +0 -5
  201. package/templates/commonproject/.opencode/command/bmad-bmm-check-implementation-readiness.md +0 -5
  202. package/templates/commonproject/.opencode/command/bmad-bmm-code-review.md +0 -13
  203. package/templates/commonproject/.opencode/command/bmad-bmm-correct-course.md +0 -13
  204. package/templates/commonproject/.opencode/command/bmad-bmm-create-architecture.md +0 -5
  205. package/templates/commonproject/.opencode/command/bmad-bmm-create-epics-and-stories.md +0 -5
  206. package/templates/commonproject/.opencode/command/bmad-bmm-create-excalidraw-dataflow.md +0 -13
  207. package/templates/commonproject/.opencode/command/bmad-bmm-create-excalidraw-diagram.md +0 -13
  208. package/templates/commonproject/.opencode/command/bmad-bmm-create-excalidraw-flowchart.md +0 -13
  209. package/templates/commonproject/.opencode/command/bmad-bmm-create-excalidraw-wireframe.md +0 -13
  210. package/templates/commonproject/.opencode/command/bmad-bmm-create-product-brief.md +0 -5
  211. package/templates/commonproject/.opencode/command/bmad-bmm-create-story.md +0 -13
  212. package/templates/commonproject/.opencode/command/bmad-bmm-create-ux-design.md +0 -5
  213. package/templates/commonproject/.opencode/command/bmad-bmm-dev-story.md +0 -13
  214. package/templates/commonproject/.opencode/command/bmad-bmm-document-project.md +0 -13
  215. package/templates/commonproject/.opencode/command/bmad-bmm-generate-project-context.md +0 -5
  216. package/templates/commonproject/.opencode/command/bmad-bmm-prd.md +0 -5
  217. package/templates/commonproject/.opencode/command/bmad-bmm-quick-dev.md +0 -5
  218. package/templates/commonproject/.opencode/command/bmad-bmm-quick-spec.md +0 -5
  219. package/templates/commonproject/.opencode/command/bmad-bmm-research.md +0 -5
  220. package/templates/commonproject/.opencode/command/bmad-bmm-retrospective.md +0 -13
  221. package/templates/commonproject/.opencode/command/bmad-bmm-sprint-planning.md +0 -13
  222. package/templates/commonproject/.opencode/command/bmad-bmm-sprint-status.md +0 -13
  223. package/templates/commonproject/.opencode/command/bmad-bmm-testarch-atdd.md +0 -13
  224. package/templates/commonproject/.opencode/command/bmad-bmm-testarch-automate.md +0 -13
  225. package/templates/commonproject/.opencode/command/bmad-bmm-testarch-ci.md +0 -13
  226. package/templates/commonproject/.opencode/command/bmad-bmm-testarch-framework.md +0 -13
  227. package/templates/commonproject/.opencode/command/bmad-bmm-testarch-nfr.md +0 -13
  228. package/templates/commonproject/.opencode/command/bmad-bmm-testarch-test-design.md +0 -13
  229. package/templates/commonproject/.opencode/command/bmad-bmm-testarch-test-review.md +0 -13
  230. package/templates/commonproject/.opencode/command/bmad-bmm-testarch-trace.md +0 -13
  231. package/templates/commonproject/.opencode/command/bmad-bmm-workflow-init.md +0 -13
  232. package/templates/commonproject/.opencode/command/bmad-bmm-workflow-status.md +0 -13
  233. package/templates/commonproject/.opencode/command/bmad-cis-design-thinking.md +0 -13
  234. package/templates/commonproject/.opencode/command/bmad-cis-innovation-strategy.md +0 -13
  235. package/templates/commonproject/.opencode/command/bmad-cis-problem-solving.md +0 -13
  236. package/templates/commonproject/.opencode/command/bmad-cis-storytelling.md +0 -13
  237. package/templates/commonproject/.opencode/command/bmad-core-brainstorming.md +0 -5
  238. package/templates/commonproject/.opencode/command/bmad-core-party-mode.md +0 -5
  239. package/templates/commonproject/.opencode/command/bmad-custom-ticket-lifecycle.md +0 -5
  240. package/templates/commonproject/.opencode/command/bmad-task-core-index-docs.md +0 -9
  241. package/templates/commonproject/.opencode/command/bmad-task-core-shard-doc.md +0 -9
  242. package/templates/commonproject/.plane.json +0 -6
  243. package/templates/commonproject/.scripts/test-template.sh +0 -63
  244. package/templates/commonproject/AGENTS.md +0 -86
  245. package/templates/commonproject/README.md +0 -172
  246. package/templates/commonproject/_bmad/_config/agent-manifest.csv +0 -20
  247. package/templates/commonproject/_bmad/_config/agents/bmb-agent-builder.customize.yaml +0 -41
  248. package/templates/commonproject/_bmad/_config/agents/bmb-module-builder.customize.yaml +0 -41
  249. package/templates/commonproject/_bmad/_config/agents/bmb-workflow-builder.customize.yaml +0 -41
  250. package/templates/commonproject/_bmad/_config/agents/bmm-analyst.customize.yaml +0 -41
  251. package/templates/commonproject/_bmad/_config/agents/bmm-architect.customize.yaml +0 -41
  252. package/templates/commonproject/_bmad/_config/agents/bmm-dev.customize.yaml +0 -41
  253. package/templates/commonproject/_bmad/_config/agents/bmm-pm.customize.yaml +0 -41
  254. package/templates/commonproject/_bmad/_config/agents/bmm-quick-flow-solo-dev.customize.yaml +0 -41
  255. package/templates/commonproject/_bmad/_config/agents/bmm-sm.customize.yaml +0 -41
  256. package/templates/commonproject/_bmad/_config/agents/bmm-tea.customize.yaml +0 -41
  257. package/templates/commonproject/_bmad/_config/agents/bmm-tech-writer.customize.yaml +0 -41
  258. package/templates/commonproject/_bmad/_config/agents/bmm-ux-designer.customize.yaml +0 -41
  259. package/templates/commonproject/_bmad/_config/agents/cis-brainstorming-coach.customize.yaml +0 -41
  260. package/templates/commonproject/_bmad/_config/agents/cis-creative-problem-solver.customize.yaml +0 -41
  261. package/templates/commonproject/_bmad/_config/agents/cis-design-thinking-coach.customize.yaml +0 -41
  262. package/templates/commonproject/_bmad/_config/agents/cis-innovation-strategist.customize.yaml +0 -41
  263. package/templates/commonproject/_bmad/_config/agents/cis-presentation-master.customize.yaml +0 -41
  264. package/templates/commonproject/_bmad/_config/agents/cis-storyteller.customize.yaml +0 -41
  265. package/templates/commonproject/_bmad/_config/agents/core-bmad-master.customize.yaml +0 -41
  266. package/templates/commonproject/_bmad/_config/custom/cache-manifest.yaml +0 -4
  267. package/templates/commonproject/_bmad/_config/custom/custom/module.yaml +0 -8
  268. package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/data/ac-sufficiency-rubric.md +0 -33
  269. package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/data/audit-comment-template.md +0 -54
  270. package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/data/event-schemas.md +0 -58
  271. package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/steps-c/step-01-init.md +0 -173
  272. package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/steps-c/step-02-triage.md +0 -159
  273. package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/steps-c/step-03-refine.md +0 -149
  274. package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/steps-c/step-04-implement.md +0 -147
  275. package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/steps-c/step-05-review.md +0 -146
  276. package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/steps-c/step-06-qa.md +0 -199
  277. package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/steps-c/step-07-complete.md +0 -141
  278. package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/steps-e/step-01-assess.md +0 -102
  279. package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/steps-e/step-02-apply.md +0 -85
  280. package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/steps-v/step-01-validate.md +0 -154
  281. package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/workflow-plan-ticket-lifecycle.md +0 -346
  282. package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/workflow.md +0 -84
  283. package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/workflow.yaml +0 -39
  284. package/templates/commonproject/_bmad/_config/files-manifest.csv +0 -483
  285. package/templates/commonproject/_bmad/_config/ides/claude-code.yaml +0 -6
  286. package/templates/commonproject/_bmad/_config/ides/codex.yaml +0 -5
  287. package/templates/commonproject/_bmad/_config/manifest.yaml +0 -18
  288. package/templates/commonproject/_bmad/_config/task-manifest.csv +0 -5
  289. package/templates/commonproject/_bmad/_config/tool-manifest.csv +0 -1
  290. package/templates/commonproject/_bmad/_config/workflow-manifest.csv +0 -43
  291. package/templates/commonproject/_bmad/_memory/config.yaml +0 -11
  292. package/templates/commonproject/_bmad/_memory/storyteller-sidecar/stories-told.md +0 -7
  293. package/templates/commonproject/_bmad/_memory/storyteller-sidecar/story-preferences.md +0 -7
  294. package/templates/commonproject/_bmad/bmb/README.md +0 -25
  295. package/templates/commonproject/_bmad/bmb/agents/agent-builder.md +0 -64
  296. package/templates/commonproject/_bmad/bmb/agents/module-builder.md +0 -65
  297. package/templates/commonproject/_bmad/bmb/agents/workflow-builder.md +0 -66
  298. package/templates/commonproject/_bmad/bmb/config.yaml +0 -12
  299. package/templates/commonproject/_bmad/bmb/workflows/agent/data/agent-compilation.md +0 -273
  300. package/templates/commonproject/_bmad/bmb/workflows/agent/data/agent-menu-patterns.md +0 -233
  301. package/templates/commonproject/_bmad/bmb/workflows/agent/data/agent-metadata.md +0 -208
  302. package/templates/commonproject/_bmad/bmb/workflows/agent/data/brainstorm-context.md +0 -146
  303. package/templates/commonproject/_bmad/bmb/workflows/agent/data/communication-presets.csv +0 -61
  304. package/templates/commonproject/_bmad/bmb/workflows/agent/data/critical-actions.md +0 -120
  305. package/templates/commonproject/_bmad/bmb/workflows/agent/data/expert-agent-architecture.md +0 -236
  306. package/templates/commonproject/_bmad/bmb/workflows/agent/data/expert-agent-validation.md +0 -174
  307. package/templates/commonproject/_bmad/bmb/workflows/agent/data/module-agent-validation.md +0 -126
  308. package/templates/commonproject/_bmad/bmb/workflows/agent/data/persona-properties.md +0 -266
  309. package/templates/commonproject/_bmad/bmb/workflows/agent/data/principles-crafting.md +0 -292
  310. package/templates/commonproject/_bmad/bmb/workflows/agent/data/reference/module-examples/architect.md +0 -68
  311. package/templates/commonproject/_bmad/bmb/workflows/agent/data/simple-agent-architecture.md +0 -204
  312. package/templates/commonproject/_bmad/bmb/workflows/agent/data/simple-agent-validation.md +0 -133
  313. package/templates/commonproject/_bmad/bmb/workflows/agent/data/understanding-agent-types.md +0 -222
  314. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-c/step-01-brainstorm.md +0 -128
  315. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-c/step-02-discovery.md +0 -170
  316. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-c/step-03-type-metadata.md +0 -296
  317. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-c/step-04-persona.md +0 -212
  318. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-c/step-05-commands-menu.md +0 -178
  319. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-c/step-06-activation.md +0 -279
  320. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-c/step-07a-build-simple.md +0 -187
  321. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-c/step-07b-build-expert.md +0 -201
  322. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-c/step-07c-build-module.md +0 -258
  323. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-c/step-08-celebrate.md +0 -249
  324. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-e/e-01-load-existing.md +0 -221
  325. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-e/e-02-discover-edits.md +0 -193
  326. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-e/e-03-placeholder.md +0 -1
  327. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-e/e-04-type-metadata.md +0 -124
  328. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-e/e-05-persona.md +0 -134
  329. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-e/e-06-commands-menu.md +0 -122
  330. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-e/e-07-activation.md +0 -125
  331. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-e/e-08a-edit-simple.md +0 -137
  332. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-e/e-08b-edit-expert.md +0 -119
  333. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-e/e-08c-edit-module.md +0 -123
  334. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-e/e-09-celebrate.md +0 -155
  335. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-v/v-01-load-review.md +0 -136
  336. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-v/v-02a-validate-metadata.md +0 -116
  337. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-v/v-02b-validate-persona.md +0 -124
  338. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-v/v-02c-validate-menu.md +0 -145
  339. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-v/v-02d-validate-structure.md +0 -136
  340. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-v/v-02e-validate-sidecar.md +0 -136
  341. package/templates/commonproject/_bmad/bmb/workflows/agent/steps-v/v-03-summary.md +0 -104
  342. package/templates/commonproject/_bmad/bmb/workflows/agent/templates/agent-plan.template.md +0 -5
  343. package/templates/commonproject/_bmad/bmb/workflows/agent/templates/expert-agent-template/expert-agent.template.md +0 -77
  344. package/templates/commonproject/_bmad/bmb/workflows/agent/templates/simple-agent.template.md +0 -72
  345. package/templates/commonproject/_bmad/bmb/workflows/agent/workflow.md +0 -123
  346. package/templates/commonproject/_bmad/bmb/workflows/module/data/agent-architecture.md +0 -179
  347. package/templates/commonproject/_bmad/bmb/workflows/module/data/agent-spec-template.md +0 -79
  348. package/templates/commonproject/_bmad/bmb/workflows/module/data/module-installer-standards.md +0 -348
  349. package/templates/commonproject/_bmad/bmb/workflows/module/data/module-standards.md +0 -280
  350. package/templates/commonproject/_bmad/bmb/workflows/module/data/module-yaml-conventions.md +0 -392
  351. package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-01-welcome.md +0 -147
  352. package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-02-spark.md +0 -140
  353. package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-03-module-type.md +0 -148
  354. package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-04-vision.md +0 -82
  355. package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-05-identity.md +0 -96
  356. package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-06-users.md +0 -85
  357. package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-07-value.md +0 -75
  358. package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-08-agents.md +0 -96
  359. package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-09-workflows.md +0 -82
  360. package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-10-tools.md +0 -90
  361. package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-11-scenarios.md +0 -83
  362. package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-12-creative.md +0 -94
  363. package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-13-review.md +0 -104
  364. package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-14-finalize.md +0 -117
  365. package/templates/commonproject/_bmad/bmb/workflows/module/steps-c/step-01-load-brief.md +0 -178
  366. package/templates/commonproject/_bmad/bmb/workflows/module/steps-c/step-01b-continue.md +0 -83
  367. package/templates/commonproject/_bmad/bmb/workflows/module/steps-c/step-02-structure.md +0 -109
  368. package/templates/commonproject/_bmad/bmb/workflows/module/steps-c/step-03-config.md +0 -118
  369. package/templates/commonproject/_bmad/bmb/workflows/module/steps-c/step-04-installer.md +0 -160
  370. package/templates/commonproject/_bmad/bmb/workflows/module/steps-c/step-05-agents.md +0 -167
  371. package/templates/commonproject/_bmad/bmb/workflows/module/steps-c/step-06-workflows.md +0 -183
  372. package/templates/commonproject/_bmad/bmb/workflows/module/steps-c/step-07-docs.md +0 -402
  373. package/templates/commonproject/_bmad/bmb/workflows/module/steps-c/step-08-complete.md +0 -123
  374. package/templates/commonproject/_bmad/bmb/workflows/module/steps-e/step-01-load-target.md +0 -81
  375. package/templates/commonproject/_bmad/bmb/workflows/module/steps-e/step-02-select-edit.md +0 -77
  376. package/templates/commonproject/_bmad/bmb/workflows/module/steps-e/step-03-apply-edit.md +0 -77
  377. package/templates/commonproject/_bmad/bmb/workflows/module/steps-e/step-04-review.md +0 -80
  378. package/templates/commonproject/_bmad/bmb/workflows/module/steps-e/step-05-confirm.md +0 -75
  379. package/templates/commonproject/_bmad/bmb/workflows/module/steps-v/step-01-load-target.md +0 -96
  380. package/templates/commonproject/_bmad/bmb/workflows/module/steps-v/step-02-file-structure.md +0 -94
  381. package/templates/commonproject/_bmad/bmb/workflows/module/steps-v/step-03-module-yaml.md +0 -99
  382. package/templates/commonproject/_bmad/bmb/workflows/module/steps-v/step-04-agent-specs.md +0 -152
  383. package/templates/commonproject/_bmad/bmb/workflows/module/steps-v/step-05-workflow-specs.md +0 -152
  384. package/templates/commonproject/_bmad/bmb/workflows/module/steps-v/step-06-documentation.md +0 -143
  385. package/templates/commonproject/_bmad/bmb/workflows/module/steps-v/step-07-installation.md +0 -113
  386. package/templates/commonproject/_bmad/bmb/workflows/module/steps-v/step-08-report.md +0 -197
  387. package/templates/commonproject/_bmad/bmb/workflows/module/templates/brief-template.md +0 -154
  388. package/templates/commonproject/_bmad/bmb/workflows/module/templates/workflow-spec-template.md +0 -96
  389. package/templates/commonproject/_bmad/bmb/workflows/module/workflow.md +0 -100
  390. package/templates/commonproject/_bmad/bmb/workflows/workflow/data/architecture.md +0 -152
  391. package/templates/commonproject/_bmad/bmb/workflows/workflow/data/common-workflow-tools.csv +0 -19
  392. package/templates/commonproject/_bmad/bmb/workflows/workflow/data/csv-data-file-standards.md +0 -81
  393. package/templates/commonproject/_bmad/bmb/workflows/workflow/data/frontmatter-standards.md +0 -225
  394. package/templates/commonproject/_bmad/bmb/workflows/workflow/data/input-discovery-standards.md +0 -269
  395. package/templates/commonproject/_bmad/bmb/workflows/workflow/data/intent-vs-prescriptive-spectrum.md +0 -50
  396. package/templates/commonproject/_bmad/bmb/workflows/workflow/data/menu-handling-standards.md +0 -167
  397. package/templates/commonproject/_bmad/bmb/workflows/workflow/data/output-format-standards.md +0 -188
  398. package/templates/commonproject/_bmad/bmb/workflows/workflow/data/step-file-rules.md +0 -235
  399. package/templates/commonproject/_bmad/bmb/workflows/workflow/data/step-type-patterns.md +0 -311
  400. package/templates/commonproject/_bmad/bmb/workflows/workflow/data/subprocess-optimization-patterns.md +0 -386
  401. package/templates/commonproject/_bmad/bmb/workflows/workflow/data/trimodal-workflow-structure.md +0 -209
  402. package/templates/commonproject/_bmad/bmb/workflows/workflow/data/workflow-chaining-standards.md +0 -271
  403. package/templates/commonproject/_bmad/bmb/workflows/workflow/data/workflow-examples.md +0 -276
  404. package/templates/commonproject/_bmad/bmb/workflows/workflow/data/workflow-type-criteria.md +0 -172
  405. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-00-conversion.md +0 -262
  406. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-01-discovery.md +0 -194
  407. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-01b-continuation.md +0 -3
  408. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-02-classification.md +0 -269
  409. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-03-requirements.md +0 -282
  410. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-04-tools.md +0 -281
  411. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-05-plan-review.md +0 -242
  412. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-06-design.md +0 -329
  413. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-07-foundation.md +0 -238
  414. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-08-build-step-01.md +0 -377
  415. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-09-build-next-step.md +0 -350
  416. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-10-confirmation.md +0 -320
  417. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-11-completion.md +0 -191
  418. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-e/step-e-01-assess-workflow.md +0 -237
  419. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-e/step-e-02-discover-edits.md +0 -248
  420. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-e/step-e-03-fix-validation.md +0 -252
  421. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-e/step-e-04-direct-edit.md +0 -275
  422. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-e/step-e-05-apply-edit.md +0 -154
  423. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-e/step-e-06-validate-after.md +0 -190
  424. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-e/step-e-07-complete.md +0 -206
  425. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-01-validate-max-mode.md +0 -109
  426. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-01-validate.md +0 -221
  427. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-01b-structure.md +0 -152
  428. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-02-frontmatter-validation.md +0 -199
  429. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-02b-path-violations.md +0 -265
  430. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-03-menu-validation.md +0 -164
  431. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-04-step-type-validation.md +0 -211
  432. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-05-output-format-validation.md +0 -200
  433. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-06-validation-design-check.md +0 -195
  434. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-07-instruction-style-check.md +0 -209
  435. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-08-collaborative-experience-check.md +0 -199
  436. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-08b-subprocess-optimization.md +0 -179
  437. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-09-cohesive-review.md +0 -186
  438. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-10-report-complete.md +0 -154
  439. package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-11-plan-validation.md +0 -237
  440. package/templates/commonproject/_bmad/bmb/workflows/workflow/templates/minimal-output-template.md +0 -11
  441. package/templates/commonproject/_bmad/bmb/workflows/workflow/templates/step-01-init-continuable-template.md +0 -241
  442. package/templates/commonproject/_bmad/bmb/workflows/workflow/templates/step-1b-template.md +0 -223
  443. package/templates/commonproject/_bmad/bmb/workflows/workflow/templates/step-template.md +0 -290
  444. package/templates/commonproject/_bmad/bmb/workflows/workflow/templates/workflow-template.md +0 -102
  445. package/templates/commonproject/_bmad/bmb/workflows/workflow/workflow.md +0 -109
  446. package/templates/commonproject/_bmad/bmm/agents/analyst.md +0 -82
  447. package/templates/commonproject/_bmad/bmm/agents/architect.md +0 -74
  448. package/templates/commonproject/_bmad/bmm/agents/dev.md +0 -76
  449. package/templates/commonproject/_bmad/bmm/agents/pm.md +0 -78
  450. package/templates/commonproject/_bmad/bmm/agents/quick-flow-solo-dev.md +0 -74
  451. package/templates/commonproject/_bmad/bmm/agents/sm.md +0 -77
  452. package/templates/commonproject/_bmad/bmm/agents/tea.md +0 -77
  453. package/templates/commonproject/_bmad/bmm/agents/tech-writer.md +0 -78
  454. package/templates/commonproject/_bmad/bmm/agents/ux-designer.md +0 -74
  455. package/templates/commonproject/_bmad/bmm/config.yaml +0 -18
  456. package/templates/commonproject/_bmad/bmm/data/README.md +0 -29
  457. package/templates/commonproject/_bmad/bmm/data/documentation-standards.md +0 -262
  458. package/templates/commonproject/_bmad/bmm/data/project-context-template.md +0 -40
  459. package/templates/commonproject/_bmad/bmm/teams/default-party.csv +0 -21
  460. package/templates/commonproject/_bmad/bmm/teams/team-fullstack.yaml +0 -12
  461. package/templates/commonproject/_bmad/bmm/testarch/knowledge/api-request.md +0 -442
  462. package/templates/commonproject/_bmad/bmm/testarch/knowledge/api-testing-patterns.md +0 -843
  463. package/templates/commonproject/_bmad/bmm/testarch/knowledge/auth-session.md +0 -552
  464. package/templates/commonproject/_bmad/bmm/testarch/knowledge/burn-in.md +0 -273
  465. package/templates/commonproject/_bmad/bmm/testarch/knowledge/ci-burn-in.md +0 -675
  466. package/templates/commonproject/_bmad/bmm/testarch/knowledge/component-tdd.md +0 -486
  467. package/templates/commonproject/_bmad/bmm/testarch/knowledge/contract-testing.md +0 -957
  468. package/templates/commonproject/_bmad/bmm/testarch/knowledge/data-factories.md +0 -500
  469. package/templates/commonproject/_bmad/bmm/testarch/knowledge/email-auth.md +0 -721
  470. package/templates/commonproject/_bmad/bmm/testarch/knowledge/error-handling.md +0 -725
  471. package/templates/commonproject/_bmad/bmm/testarch/knowledge/feature-flags.md +0 -750
  472. package/templates/commonproject/_bmad/bmm/testarch/knowledge/file-utils.md +0 -463
  473. package/templates/commonproject/_bmad/bmm/testarch/knowledge/fixture-architecture.md +0 -401
  474. package/templates/commonproject/_bmad/bmm/testarch/knowledge/fixtures-composition.md +0 -382
  475. package/templates/commonproject/_bmad/bmm/testarch/knowledge/intercept-network-call.md +0 -430
  476. package/templates/commonproject/_bmad/bmm/testarch/knowledge/log.md +0 -429
  477. package/templates/commonproject/_bmad/bmm/testarch/knowledge/network-error-monitor.md +0 -405
  478. package/templates/commonproject/_bmad/bmm/testarch/knowledge/network-first.md +0 -486
  479. package/templates/commonproject/_bmad/bmm/testarch/knowledge/network-recorder.md +0 -527
  480. package/templates/commonproject/_bmad/bmm/testarch/knowledge/nfr-criteria.md +0 -670
  481. package/templates/commonproject/_bmad/bmm/testarch/knowledge/overview.md +0 -286
  482. package/templates/commonproject/_bmad/bmm/testarch/knowledge/playwright-config.md +0 -730
  483. package/templates/commonproject/_bmad/bmm/testarch/knowledge/probability-impact.md +0 -601
  484. package/templates/commonproject/_bmad/bmm/testarch/knowledge/recurse.md +0 -421
  485. package/templates/commonproject/_bmad/bmm/testarch/knowledge/risk-governance.md +0 -615
  486. package/templates/commonproject/_bmad/bmm/testarch/knowledge/selective-testing.md +0 -732
  487. package/templates/commonproject/_bmad/bmm/testarch/knowledge/selector-resilience.md +0 -527
  488. package/templates/commonproject/_bmad/bmm/testarch/knowledge/test-healing-patterns.md +0 -644
  489. package/templates/commonproject/_bmad/bmm/testarch/knowledge/test-levels-framework.md +0 -473
  490. package/templates/commonproject/_bmad/bmm/testarch/knowledge/test-priorities-matrix.md +0 -373
  491. package/templates/commonproject/_bmad/bmm/testarch/knowledge/test-quality.md +0 -664
  492. package/templates/commonproject/_bmad/bmm/testarch/knowledge/timing-debugging.md +0 -372
  493. package/templates/commonproject/_bmad/bmm/testarch/knowledge/visual-debugging.md +0 -524
  494. package/templates/commonproject/_bmad/bmm/testarch/tea-index.csv +0 -34
  495. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/create-product-brief/product-brief.template.md +0 -10
  496. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-01-init.md +0 -177
  497. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-01b-continue.md +0 -161
  498. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-02-vision.md +0 -199
  499. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-03-users.md +0 -202
  500. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-04-metrics.md +0 -205
  501. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-05-scope.md +0 -219
  502. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-06-complete.md +0 -194
  503. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/create-product-brief/workflow.md +0 -58
  504. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-01-init.md +0 -137
  505. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-02-domain-analysis.md +0 -229
  506. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-03-competitive-landscape.md +0 -238
  507. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-04-regulatory-focus.md +0 -206
  508. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-05-technical-trends.md +0 -234
  509. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-06-research-synthesis.md +0 -443
  510. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/market-steps/step-01-init.md +0 -182
  511. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/market-steps/step-02-customer-behavior.md +0 -237
  512. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/market-steps/step-02-customer-insights.md +0 -200
  513. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/market-steps/step-03-customer-pain-points.md +0 -249
  514. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/market-steps/step-04-customer-decisions.md +0 -259
  515. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/market-steps/step-05-competitive-analysis.md +0 -177
  516. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/market-steps/step-06-research-completion.md +0 -475
  517. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/research.template.md +0 -29
  518. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-01-init.md +0 -137
  519. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-02-technical-overview.md +0 -239
  520. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-03-integration-patterns.md +0 -248
  521. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-04-architectural-patterns.md +0 -202
  522. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-05-implementation-research.md +0 -239
  523. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-06-research-synthesis.md +0 -486
  524. package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/workflow.md +0 -173
  525. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01-init.md +0 -135
  526. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01b-continue.md +0 -127
  527. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-02-discovery.md +0 -190
  528. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-03-core-experience.md +0 -216
  529. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-04-emotional-response.md +0 -219
  530. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-05-inspiration.md +0 -234
  531. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-06-design-system.md +0 -252
  532. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-07-defining-experience.md +0 -254
  533. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-08-visual-foundation.md +0 -224
  534. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-09-design-directions.md +0 -224
  535. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-10-user-journeys.md +0 -241
  536. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-11-component-strategy.md +0 -248
  537. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-12-ux-patterns.md +0 -237
  538. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-13-responsive-accessibility.md +0 -264
  539. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-14-complete.md +0 -228
  540. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/ux-design-template.md +0 -13
  541. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md +0 -43
  542. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/data/domain-complexity.csv +0 -13
  543. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/data/prd-purpose.md +0 -197
  544. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/data/project-types.csv +0 -11
  545. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-01-init.md +0 -191
  546. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-01b-continue.md +0 -153
  547. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-02-discovery.md +0 -224
  548. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-03-success.md +0 -226
  549. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-04-journeys.md +0 -213
  550. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-05-domain.md +0 -207
  551. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-06-innovation.md +0 -226
  552. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-07-project-type.md +0 -237
  553. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-08-scoping.md +0 -228
  554. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-09-functional.md +0 -231
  555. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-10-nonfunctional.md +0 -242
  556. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-11-polish.md +0 -217
  557. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-12-complete.md +0 -180
  558. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-e/step-e-01-discovery.md +0 -247
  559. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-e/step-e-01b-legacy-conversion.md +0 -208
  560. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-e/step-e-02-review.md +0 -249
  561. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-e/step-e-03-edit.md +0 -253
  562. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-e/step-e-04-complete.md +0 -168
  563. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-01-discovery.md +0 -218
  564. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-02-format-detection.md +0 -191
  565. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-02b-parity-check.md +0 -209
  566. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-03-density-validation.md +0 -174
  567. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-04-brief-coverage-validation.md +0 -214
  568. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-05-measurability-validation.md +0 -228
  569. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-06-traceability-validation.md +0 -217
  570. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-07-implementation-leakage-validation.md +0 -205
  571. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-08-domain-compliance-validation.md +0 -243
  572. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-09-project-type-validation.md +0 -263
  573. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-10-smart-validation.md +0 -209
  574. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-11-holistic-quality-validation.md +0 -264
  575. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-12-completeness-validation.md +0 -242
  576. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-13-report-complete.md +0 -232
  577. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/templates/prd-template.md +0 -10
  578. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/validation-report-prd-workflow.md +0 -433
  579. package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/workflow.md +0 -150
  580. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-01-document-discovery.md +0 -190
  581. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-02-prd-analysis.md +0 -178
  582. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-03-epic-coverage-validation.md +0 -179
  583. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-04-ux-alignment.md +0 -139
  584. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-05-epic-quality-review.md +0 -252
  585. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-06-final-assessment.md +0 -133
  586. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/templates/readiness-report-template.md +0 -4
  587. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md +0 -55
  588. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/architecture-decision-template.md +0 -12
  589. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/data/domain-complexity.csv +0 -11
  590. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/data/project-types.csv +0 -7
  591. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-01-init.md +0 -153
  592. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-01b-continue.md +0 -164
  593. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-02-context.md +0 -224
  594. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-03-starter.md +0 -331
  595. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-04-decisions.md +0 -318
  596. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-05-patterns.md +0 -359
  597. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-06-structure.md +0 -379
  598. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-07-validation.md +0 -359
  599. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-08-complete.md +0 -352
  600. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/workflow.md +0 -50
  601. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-01-validate-prerequisites.md +0 -259
  602. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-02-design-epics.md +0 -233
  603. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-03-create-stories.md +0 -272
  604. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-04-final-validation.md +0 -145
  605. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/templates/epics-template.md +0 -57
  606. package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md +0 -59
  607. package/templates/commonproject/_bmad/bmm/workflows/4-implementation/code-review/checklist.md +0 -23
  608. package/templates/commonproject/_bmad/bmm/workflows/4-implementation/code-review/instructions.xml +0 -227
  609. package/templates/commonproject/_bmad/bmm/workflows/4-implementation/code-review/workflow.yaml +0 -50
  610. package/templates/commonproject/_bmad/bmm/workflows/4-implementation/correct-course/checklist.md +0 -279
  611. package/templates/commonproject/_bmad/bmm/workflows/4-implementation/correct-course/instructions.md +0 -206
  612. package/templates/commonproject/_bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml +0 -58
  613. package/templates/commonproject/_bmad/bmm/workflows/4-implementation/create-story/checklist.md +0 -358
  614. package/templates/commonproject/_bmad/bmm/workflows/4-implementation/create-story/instructions.xml +0 -345
  615. package/templates/commonproject/_bmad/bmm/workflows/4-implementation/create-story/template.md +0 -49
  616. package/templates/commonproject/_bmad/bmm/workflows/4-implementation/create-story/workflow.yaml +0 -59
  617. package/templates/commonproject/_bmad/bmm/workflows/4-implementation/dev-story/checklist.md +0 -80
  618. package/templates/commonproject/_bmad/bmm/workflows/4-implementation/dev-story/instructions.xml +0 -410
  619. package/templates/commonproject/_bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml +0 -25
  620. package/templates/commonproject/_bmad/bmm/workflows/4-implementation/retrospective/instructions.md +0 -1443
  621. package/templates/commonproject/_bmad/bmm/workflows/4-implementation/retrospective/workflow.yaml +0 -57
  622. package/templates/commonproject/_bmad/bmm/workflows/4-implementation/sprint-planning/checklist.md +0 -33
  623. package/templates/commonproject/_bmad/bmm/workflows/4-implementation/sprint-planning/instructions.md +0 -225
  624. package/templates/commonproject/_bmad/bmm/workflows/4-implementation/sprint-planning/sprint-status-template.yaml +0 -55
  625. package/templates/commonproject/_bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +0 -52
  626. package/templates/commonproject/_bmad/bmm/workflows/4-implementation/sprint-status/instructions.md +0 -229
  627. package/templates/commonproject/_bmad/bmm/workflows/4-implementation/sprint-status/workflow.yaml +0 -35
  628. package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-01-mode-detection.md +0 -156
  629. package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-02-context-gathering.md +0 -120
  630. package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-03-execute.md +0 -113
  631. package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-04-self-check.md +0 -113
  632. package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-05-adversarial-review.md +0 -106
  633. package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-06-resolve-findings.md +0 -140
  634. package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md +0 -52
  635. package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-01-understand.md +0 -189
  636. package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-02-investigate.md +0 -144
  637. package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-03-generate.md +0 -128
  638. package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-04-review.md +0 -173
  639. package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/tech-spec-template.md +0 -74
  640. package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/workflow.md +0 -79
  641. package/templates/commonproject/_bmad/bmm/workflows/document-project/checklist.md +0 -245
  642. package/templates/commonproject/_bmad/bmm/workflows/document-project/documentation-requirements.csv +0 -12
  643. package/templates/commonproject/_bmad/bmm/workflows/document-project/instructions.md +0 -221
  644. package/templates/commonproject/_bmad/bmm/workflows/document-project/templates/deep-dive-template.md +0 -345
  645. package/templates/commonproject/_bmad/bmm/workflows/document-project/templates/index-template.md +0 -169
  646. package/templates/commonproject/_bmad/bmm/workflows/document-project/templates/project-overview-template.md +0 -103
  647. package/templates/commonproject/_bmad/bmm/workflows/document-project/templates/project-scan-report-schema.json +0 -160
  648. package/templates/commonproject/_bmad/bmm/workflows/document-project/templates/source-tree-template.md +0 -135
  649. package/templates/commonproject/_bmad/bmm/workflows/document-project/workflow.yaml +0 -28
  650. package/templates/commonproject/_bmad/bmm/workflows/document-project/workflows/deep-dive-instructions.md +0 -298
  651. package/templates/commonproject/_bmad/bmm/workflows/document-project/workflows/deep-dive.yaml +0 -31
  652. package/templates/commonproject/_bmad/bmm/workflows/document-project/workflows/full-scan-instructions.md +0 -1106
  653. package/templates/commonproject/_bmad/bmm/workflows/document-project/workflows/full-scan.yaml +0 -31
  654. package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/_shared/excalidraw-library.json +0 -90
  655. package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/_shared/excalidraw-templates.yaml +0 -127
  656. package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/create-dataflow/checklist.md +0 -39
  657. package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/create-dataflow/instructions.md +0 -130
  658. package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/create-dataflow/workflow.yaml +0 -26
  659. package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/create-diagram/checklist.md +0 -43
  660. package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/create-diagram/instructions.md +0 -141
  661. package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/create-diagram/workflow.yaml +0 -26
  662. package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/create-flowchart/checklist.md +0 -49
  663. package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/create-flowchart/instructions.md +0 -241
  664. package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/create-flowchart/workflow.yaml +0 -26
  665. package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/create-wireframe/checklist.md +0 -38
  666. package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/create-wireframe/instructions.md +0 -133
  667. package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/create-wireframe/workflow.yaml +0 -26
  668. package/templates/commonproject/_bmad/bmm/workflows/generate-project-context/project-context-template.md +0 -21
  669. package/templates/commonproject/_bmad/bmm/workflows/generate-project-context/steps/step-01-discover.md +0 -184
  670. package/templates/commonproject/_bmad/bmm/workflows/generate-project-context/steps/step-02-generate.md +0 -318
  671. package/templates/commonproject/_bmad/bmm/workflows/generate-project-context/steps/step-03-complete.md +0 -278
  672. package/templates/commonproject/_bmad/bmm/workflows/generate-project-context/workflow.md +0 -49
  673. package/templates/commonproject/_bmad/bmm/workflows/testarch/atdd/atdd-checklist-template.md +0 -364
  674. package/templates/commonproject/_bmad/bmm/workflows/testarch/atdd/checklist.md +0 -374
  675. package/templates/commonproject/_bmad/bmm/workflows/testarch/atdd/instructions.md +0 -806
  676. package/templates/commonproject/_bmad/bmm/workflows/testarch/atdd/workflow.yaml +0 -45
  677. package/templates/commonproject/_bmad/bmm/workflows/testarch/automate/checklist.md +0 -582
  678. package/templates/commonproject/_bmad/bmm/workflows/testarch/automate/instructions.md +0 -1324
  679. package/templates/commonproject/_bmad/bmm/workflows/testarch/automate/workflow.yaml +0 -52
  680. package/templates/commonproject/_bmad/bmm/workflows/testarch/ci/checklist.md +0 -248
  681. package/templates/commonproject/_bmad/bmm/workflows/testarch/ci/github-actions-template.yaml +0 -198
  682. package/templates/commonproject/_bmad/bmm/workflows/testarch/ci/gitlab-ci-template.yaml +0 -149
  683. package/templates/commonproject/_bmad/bmm/workflows/testarch/ci/instructions.md +0 -536
  684. package/templates/commonproject/_bmad/bmm/workflows/testarch/ci/workflow.yaml +0 -45
  685. package/templates/commonproject/_bmad/bmm/workflows/testarch/framework/checklist.md +0 -321
  686. package/templates/commonproject/_bmad/bmm/workflows/testarch/framework/instructions.md +0 -481
  687. package/templates/commonproject/_bmad/bmm/workflows/testarch/framework/workflow.yaml +0 -47
  688. package/templates/commonproject/_bmad/bmm/workflows/testarch/nfr-assess/checklist.md +0 -407
  689. package/templates/commonproject/_bmad/bmm/workflows/testarch/nfr-assess/instructions.md +0 -722
  690. package/templates/commonproject/_bmad/bmm/workflows/testarch/nfr-assess/nfr-report-template.md +0 -445
  691. package/templates/commonproject/_bmad/bmm/workflows/testarch/nfr-assess/workflow.yaml +0 -47
  692. package/templates/commonproject/_bmad/bmm/workflows/testarch/test-design/checklist.md +0 -235
  693. package/templates/commonproject/_bmad/bmm/workflows/testarch/test-design/instructions.md +0 -788
  694. package/templates/commonproject/_bmad/bmm/workflows/testarch/test-design/test-design-template.md +0 -294
  695. package/templates/commonproject/_bmad/bmm/workflows/testarch/test-design/workflow.yaml +0 -54
  696. package/templates/commonproject/_bmad/bmm/workflows/testarch/test-review/checklist.md +0 -472
  697. package/templates/commonproject/_bmad/bmm/workflows/testarch/test-review/instructions.md +0 -628
  698. package/templates/commonproject/_bmad/bmm/workflows/testarch/test-review/test-review-template.md +0 -390
  699. package/templates/commonproject/_bmad/bmm/workflows/testarch/test-review/workflow.yaml +0 -46
  700. package/templates/commonproject/_bmad/bmm/workflows/testarch/trace/checklist.md +0 -655
  701. package/templates/commonproject/_bmad/bmm/workflows/testarch/trace/instructions.md +0 -1047
  702. package/templates/commonproject/_bmad/bmm/workflows/testarch/trace/trace-template.md +0 -675
  703. package/templates/commonproject/_bmad/bmm/workflows/testarch/trace/workflow.yaml +0 -55
  704. package/templates/commonproject/_bmad/bmm/workflows/workflow-status/init/instructions.md +0 -346
  705. package/templates/commonproject/_bmad/bmm/workflows/workflow-status/init/workflow.yaml +0 -29
  706. package/templates/commonproject/_bmad/bmm/workflows/workflow-status/instructions.md +0 -395
  707. package/templates/commonproject/_bmad/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +0 -103
  708. package/templates/commonproject/_bmad/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +0 -100
  709. package/templates/commonproject/_bmad/bmm/workflows/workflow-status/paths/method-brownfield.yaml +0 -103
  710. package/templates/commonproject/_bmad/bmm/workflows/workflow-status/paths/method-greenfield.yaml +0 -100
  711. package/templates/commonproject/_bmad/bmm/workflows/workflow-status/project-levels.yaml +0 -59
  712. package/templates/commonproject/_bmad/bmm/workflows/workflow-status/workflow-status-template.yaml +0 -24
  713. package/templates/commonproject/_bmad/bmm/workflows/workflow-status/workflow.yaml +0 -30
  714. package/templates/commonproject/_bmad/cis/agents/brainstorming-coach.md +0 -66
  715. package/templates/commonproject/_bmad/cis/agents/creative-problem-solver.md +0 -66
  716. package/templates/commonproject/_bmad/cis/agents/design-thinking-coach.md +0 -66
  717. package/templates/commonproject/_bmad/cis/agents/innovation-strategist.md +0 -66
  718. package/templates/commonproject/_bmad/cis/agents/presentation-master.md +0 -72
  719. package/templates/commonproject/_bmad/cis/agents/storyteller/storyteller.md +0 -63
  720. package/templates/commonproject/_bmad/cis/config.yaml +0 -11
  721. package/templates/commonproject/_bmad/cis/teams/creative-squad.yaml +0 -7
  722. package/templates/commonproject/_bmad/cis/teams/default-party.csv +0 -12
  723. package/templates/commonproject/_bmad/cis/workflows/README.md +0 -139
  724. package/templates/commonproject/_bmad/cis/workflows/design-thinking/README.md +0 -56
  725. package/templates/commonproject/_bmad/cis/workflows/design-thinking/design-methods.csv +0 -31
  726. package/templates/commonproject/_bmad/cis/workflows/design-thinking/instructions.md +0 -202
  727. package/templates/commonproject/_bmad/cis/workflows/design-thinking/template.md +0 -111
  728. package/templates/commonproject/_bmad/cis/workflows/design-thinking/workflow.yaml +0 -27
  729. package/templates/commonproject/_bmad/cis/workflows/innovation-strategy/README.md +0 -56
  730. package/templates/commonproject/_bmad/cis/workflows/innovation-strategy/innovation-frameworks.csv +0 -31
  731. package/templates/commonproject/_bmad/cis/workflows/innovation-strategy/instructions.md +0 -276
  732. package/templates/commonproject/_bmad/cis/workflows/innovation-strategy/template.md +0 -189
  733. package/templates/commonproject/_bmad/cis/workflows/innovation-strategy/workflow.yaml +0 -27
  734. package/templates/commonproject/_bmad/cis/workflows/problem-solving/README.md +0 -56
  735. package/templates/commonproject/_bmad/cis/workflows/problem-solving/instructions.md +0 -252
  736. package/templates/commonproject/_bmad/cis/workflows/problem-solving/solving-methods.csv +0 -31
  737. package/templates/commonproject/_bmad/cis/workflows/problem-solving/template.md +0 -165
  738. package/templates/commonproject/_bmad/cis/workflows/problem-solving/workflow.yaml +0 -27
  739. package/templates/commonproject/_bmad/cis/workflows/storytelling/README.md +0 -58
  740. package/templates/commonproject/_bmad/cis/workflows/storytelling/instructions.md +0 -293
  741. package/templates/commonproject/_bmad/cis/workflows/storytelling/story-types.csv +0 -26
  742. package/templates/commonproject/_bmad/cis/workflows/storytelling/template.md +0 -113
  743. package/templates/commonproject/_bmad/cis/workflows/storytelling/workflow.yaml +0 -27
  744. package/templates/commonproject/_bmad/core/agents/bmad-master.md +0 -63
  745. package/templates/commonproject/_bmad/core/config.yaml +0 -9
  746. package/templates/commonproject/_bmad/core/resources/excalidraw/README.md +0 -160
  747. package/templates/commonproject/_bmad/core/resources/excalidraw/excalidraw-helpers.md +0 -127
  748. package/templates/commonproject/_bmad/core/resources/excalidraw/library-loader.md +0 -50
  749. package/templates/commonproject/_bmad/core/resources/excalidraw/validate-json-instructions.md +0 -79
  750. package/templates/commonproject/_bmad/core/tasks/index-docs.xml +0 -65
  751. package/templates/commonproject/_bmad/core/tasks/review-adversarial-general.xml +0 -41
  752. package/templates/commonproject/_bmad/core/tasks/shard-doc.xml +0 -109
  753. package/templates/commonproject/_bmad/core/tasks/workflow.xml +0 -235
  754. package/templates/commonproject/_bmad/core/workflows/advanced-elicitation/methods.csv +0 -51
  755. package/templates/commonproject/_bmad/core/workflows/advanced-elicitation/workflow.xml +0 -117
  756. package/templates/commonproject/_bmad/core/workflows/brainstorming/brain-methods.csv +0 -62
  757. package/templates/commonproject/_bmad/core/workflows/brainstorming/steps/step-01-session-setup.md +0 -197
  758. package/templates/commonproject/_bmad/core/workflows/brainstorming/steps/step-01b-continue.md +0 -122
  759. package/templates/commonproject/_bmad/core/workflows/brainstorming/steps/step-02a-user-selected.md +0 -225
  760. package/templates/commonproject/_bmad/core/workflows/brainstorming/steps/step-02b-ai-recommended.md +0 -237
  761. package/templates/commonproject/_bmad/core/workflows/brainstorming/steps/step-02c-random-selection.md +0 -209
  762. package/templates/commonproject/_bmad/core/workflows/brainstorming/steps/step-02d-progressive-flow.md +0 -264
  763. package/templates/commonproject/_bmad/core/workflows/brainstorming/steps/step-03-technique-execution.md +0 -399
  764. package/templates/commonproject/_bmad/core/workflows/brainstorming/steps/step-04-idea-organization.md +0 -303
  765. package/templates/commonproject/_bmad/core/workflows/brainstorming/template.md +0 -15
  766. package/templates/commonproject/_bmad/core/workflows/brainstorming/workflow.md +0 -58
  767. package/templates/commonproject/_bmad/core/workflows/party-mode/steps/step-01-agent-loading.md +0 -139
  768. package/templates/commonproject/_bmad/core/workflows/party-mode/steps/step-02-discussion-orchestration.md +0 -204
  769. package/templates/commonproject/_bmad/core/workflows/party-mode/steps/step-03-graceful-exit.md +0 -159
  770. package/templates/commonproject/_bmad/core/workflows/party-mode/workflow.md +0 -206
  771. package/templates/commonproject/_bmad/custom/config.yaml +0 -11
  772. package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/data/ac-sufficiency-rubric.md +0 -33
  773. package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/data/audit-comment-template.md +0 -54
  774. package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/data/event-schemas.md +0 -58
  775. package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/steps-c/step-01-init.md +0 -173
  776. package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/steps-c/step-02-triage.md +0 -159
  777. package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/steps-c/step-03-refine.md +0 -149
  778. package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/steps-c/step-04-implement.md +0 -147
  779. package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/steps-c/step-05-review.md +0 -146
  780. package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/steps-c/step-06-qa.md +0 -199
  781. package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/steps-c/step-07-complete.md +0 -141
  782. package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/steps-e/step-01-assess.md +0 -102
  783. package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/steps-e/step-02-apply.md +0 -85
  784. package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/steps-v/step-01-validate.md +0 -154
  785. package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/workflow-plan-ticket-lifecycle.md +0 -346
  786. package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/workflow.md +0 -84
  787. package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/workflow.yaml +0 -39
  788. package/templates/commonproject/mise.toml +0 -38
  789. package/templates/commonproject/template/.mise/scripts/provision-bmad-skills.py +0 -480
  790. package/templates/commonproject/tests/test_provision_bmad_skills.py +0 -203
  791. package/templates/commonproject/tests/test_sync_skills_topology.py +0 -120
  792. package/templates/hermes-agent/README.md +0 -192
  793. package/templates/hermes-agent/config.example.toml +0 -1
  794. package/templates/hermes-agent/docs/architecture.md +0 -135
  795. package/templates/hermes-agent/docs/fleet-control-plane/README.md +0 -35
  796. package/templates/hermes-agent/docs/fleet-control-plane/architecture.md +0 -258
  797. package/templates/hermes-agent/docs/fleet-control-plane/epics-and-stories.md +0 -280
  798. package/templates/hermes-agent/docs/fleet-control-plane/implementation-readiness-report-2026-06-27.md +0 -118
  799. package/templates/hermes-agent/docs/fleet-control-plane/prd.md +0 -140
  800. package/templates/hermes-agent/docs/operations.md +0 -335
  801. package/templates/hermes-agent/docs/runbooks/runtime-checkpoint-repair.md +0 -31
  802. package/templates/hermes-agent/docs/sentinel/README.md +0 -119
  803. package/templates/hermes-agent/docs/sentinel/architecture.md +0 -202
  804. package/templates/hermes-agent/docs/sentinel/development.md +0 -274
  805. package/templates/hermes-agent/docs/sentinel/providers.md +0 -203
  806. package/templates/hermes-agent/docs/sentinel.md +0 -18
  807. package/templates/hermes-agent/install-local.sh +0 -253
  808. package/templates/hermes-agent/runtime-scaffold/.gitattributes +0 -10
  809. package/templates/hermes-agent/runtime-scaffold/README.md +0 -55
  810. package/templates/hermes-agent/runtime-scaffold/decisions/.gitkeep +0 -2
  811. package/templates/hermes-agent/runtime-scaffold/logs/.gitkeep +0 -1
  812. package/templates/hermes-agent/runtime-scaffold/memories/MEMORY.md +0 -47
  813. package/templates/hermes-agent/runtime-scaffold/memories/USER.md +0 -51
  814. package/templates/hermes-agent/scripts/backfill-fleet-sot.sh +0 -270
  815. package/templates/hermes-agent/scripts/degit-runtime.sh +0 -192
  816. package/templates/hermes-agent/scripts/fleet-prune-debris.sh +0 -128
  817. package/templates/hermes-agent/scripts/fleet-sync.sh +0 -526
  818. package/templates/hermes-agent/scripts/hermes-runtime-templatize.py +0 -321
  819. package/templates/hermes-agent/scripts/migrate-profile-scoped-chat-secrets.py +0 -136
  820. package/templates/hermes-agent/scripts/migrate-unify.sh +0 -252
  821. package/templates/hermes-agent/scripts/momo-unify-agent.py +0 -224
  822. package/templates/hermes-agent/scripts/repair-runtime-checkpoint.sh +0 -10
  823. package/templates/hermes-agent/scripts/retrofit-70-envfile.sh +0 -129
  824. package/templates/hermes-agent/scripts/unify-pm.sh +0 -148
  825. package/templates/hermes-agent/tests/test_bloodbank_consumer_contract.py +0 -437
  826. package/templates/hermes-agent/tests/test_fleet_upgrade_contract.py +0 -176
  827. package/templates/hermes-agent/tests/test_launcher_chat_secret_isolation.py +0 -85
  828. package/templates/hermes-agent/tests/test_local_runtime_provisioning.py +0 -130
  829. package/templates/hermes-agent/tests/test_operator_docs_local_runtime_contract.py +0 -132
  830. package/templates/hermes-agent/tests/test_profile_env_detach_contract.py +0 -14
  831. package/templates/hermes-agent/tests/test_profile_scoped_chat_secrets.py +0 -89
  832. package/templates/hermes-agent/tests/test_repository_privacy_contract.py +0 -32
  833. package/templates/hermes-agent/tests/test_slack_provisioning.py +0 -344
  834. package/templates/hermes-agent/tests/test_telegram_provisioning.py +0 -475
@@ -0,0 +1,565 @@
1
+ #!/usr/bin/env python3
2
+ """Provision every Skillex pack this project declares.
3
+
4
+ Generic replacement for the retired `provision-bmad-skills.py` (PACKS-CONTRACT
5
+ section 7). It reads `.agents/skills.json`, resolves and verifies every entry in
6
+ `packs[]`, and materializes each member as a symlink under `.agents/skills/`.
7
+
8
+ Pack resolution and verification are NOT reimplemented here: they are imported
9
+ verbatim from the sibling `sync-skills.py` engine, so a pack that provisions
10
+ cleanly is a pack that syncs cleanly, with byte-identical error messages.
11
+
12
+ What this script owns is the transactional projection into the project:
13
+
14
+ * every destination path is validated BEFORE anything is created or moved,
15
+ and re-validated at the mutation boundary
16
+ * `.agents` / `.agents/skills` may never be a symlink, and may never resolve
17
+ outside the project
18
+ * a failure at ANY point rolls the project back to its exact prior state, so
19
+ one unsafe or tampered pack produces ZERO mutation
20
+ * `.agents/skills.json` is rewritten atomically, preserving its mode
21
+
22
+ Backwards compatibility: a project that declares no `bmad` pack still gets the
23
+ pinned BMAD pack expanded into `skills[]`, exactly as before. Declaring
24
+ `{"name": "bmad", ...}` in `packs[]` takes over and the pin is not consulted.
25
+ """
26
+
27
+ from __future__ import annotations
28
+
29
+ import importlib.util
30
+ import json
31
+ import os
32
+ import re
33
+ import shutil
34
+ import stat
35
+ import sys
36
+ import tempfile
37
+ from pathlib import Path
38
+ from typing import Callable
39
+
40
+ SKILLS_SCHEMA = "https://raw.githubusercontent.com/delorenj/skillex/main/skills.schema.json"
41
+ SKILLS_REGISTRY = "https://github.com/delorenj/skillex.git"
42
+
43
+ # The BMAD pack pinned when a project declares none. Sealed from this side so
44
+ # the pinned release is verified byte-for-byte even though its `pack.toml`
45
+ # predates `[policy] sealed`.
46
+ BMAD_PACK_NAME = "bmad"
47
+ BMAD_PACK_VERSION = "6.10.1-next.31"
48
+
49
+
50
+ def load_engine():
51
+ """Import the sibling sync engine (its filename is not a valid module name)."""
52
+ path = Path(__file__).resolve().parent / "sync-skills.py"
53
+ spec = importlib.util.spec_from_file_location("skillex_sync_engine", path)
54
+ if spec is None or spec.loader is None:
55
+ raise ValueError(f"Cannot load the skills sync engine at {path}")
56
+ module = importlib.util.module_from_spec(spec)
57
+ sys.modules[spec.name] = module
58
+ spec.loader.exec_module(module)
59
+ return module
60
+
61
+
62
+ engine = load_engine()
63
+
64
+
65
+ # --------------------------------------------------------------------------- #
66
+ # Pack selection
67
+ # --------------------------------------------------------------------------- #
68
+
69
+
70
+ def pack_root_override(name: str) -> Path | None:
71
+ """Developer/test pin for one pack root, e.g. `PJ_PACK_ROOT_HERMES_BASE`.
72
+
73
+ `PJ_BMAD_PACK_ROOT` predates the generic form and stays a first-class alias
74
+ for the `bmad` pack.
75
+ """
76
+ generic = os.environ.get(f"PJ_PACK_ROOT_{re.sub(r'[^A-Z0-9]', '_', name.upper())}", "").strip()
77
+ if generic:
78
+ return Path(generic).expanduser().absolute()
79
+ if name == BMAD_PACK_NAME:
80
+ legacy = os.environ.get("PJ_BMAD_PACK_ROOT", "").strip()
81
+ if legacy:
82
+ return Path(legacy).expanduser().absolute()
83
+ return None
84
+
85
+
86
+ def implicit_bmad_entry() -> dict:
87
+ """The implicit BMAD pin, expressed as an ordinary `packs[]` entry.
88
+
89
+ It deliberately carries NO `source`: like every declared pack it must walk
90
+ the one resolution ladder in `resolve_pack_root()` -- env override first,
91
+ then the contract-ordered registry checkouts. Pinning a hardcoded root here
92
+ would give the same pack name two resolutions in one process, so adding
93
+ `packs:[{"name":"bmad",...}]` to a manifest would silently MOVE the pack.
94
+ """
95
+ return {
96
+ "name": BMAD_PACK_NAME,
97
+ "version": BMAD_PACK_VERSION,
98
+ "sealed": True,
99
+ "optional": False,
100
+ }
101
+
102
+
103
+ def apply_root_override(entry: dict) -> dict:
104
+ """Pin a declared pack at an overridden root without changing its identity."""
105
+ if entry.get("source") or entry.get("registry_path"):
106
+ return entry
107
+ override = pack_root_override(entry["name"])
108
+ if override is None:
109
+ return entry
110
+ pinned = dict(entry)
111
+ pinned["source"] = override.as_uri()
112
+ return pinned
113
+
114
+
115
+ def resolve_declared_packs(manifest: dict, base_dir: Path):
116
+ """(declared_members, implicit_members, declared_packs, implicit_packs).
117
+
118
+ `declared_members` are projected only; `implicit_members` are ALSO recorded
119
+ in `skills[]` (the historical BMAD pin behaviour). Both are `name -> LEAF
120
+ path`: under contract 3b flatten a member lives at
121
+ `<root>/<container>/.../<name>`, at ANY depth, so the path may NOT be
122
+ reconstructed from the name anywhere downstream.
123
+
124
+ `declared_packs` / `implicit_packs` are one record per pack that resolved AND
125
+ verified, keeping the pack's own root, its family root and its inventory
126
+ SEPARATE — see `declared_pack_scope()` for why collapsing them into a flat
127
+ root list silently deletes user skills. The records are also the ONLY
128
+ reliable source of a pack's root now that `member.parent` is a container
129
+ under flatten rather than the pack root.
130
+ """
131
+ entries = engine.validate_manifest_packs(manifest)
132
+ default_registry = manifest.get("registry", SKILLS_REGISTRY)
133
+ cache_dir = engine.ensure_cache_dir()
134
+ registry_roots: dict = {}
135
+ managed_roots = engine.default_managed_roots()
136
+
137
+ declared_members: dict[str, Path] = {}
138
+ declared_packs: list[dict] = []
139
+ for entry in entries:
140
+ members = engine.resolve_pack(
141
+ apply_root_override(entry),
142
+ cache_dir,
143
+ base_dir,
144
+ default_registry,
145
+ registry_roots,
146
+ managed_roots,
147
+ on_resolved=declared_packs.append,
148
+ )
149
+ for name, path in members:
150
+ # Later packs override earlier ones (contract section 5).
151
+ declared_members[name] = path
152
+
153
+ implicit_members: dict[str, Path] = {}
154
+ implicit_packs: list[dict] = []
155
+ if not any(entry["name"] == BMAD_PACK_NAME for entry in entries):
156
+ # Same call shape as a declared pack above, so the pin cannot resolve
157
+ # anywhere a declared `bmad` entry would not.
158
+ pinned = engine.normalize_pack_entry(apply_root_override(implicit_bmad_entry()))
159
+ pinned["sealed"] = True
160
+ for name, path in engine.resolve_pack(
161
+ pinned,
162
+ cache_dir,
163
+ base_dir,
164
+ default_registry,
165
+ registry_roots,
166
+ managed_roots,
167
+ on_resolved=implicit_packs.append,
168
+ ):
169
+ implicit_members[name] = path
170
+
171
+ return declared_members, implicit_members, declared_packs, implicit_packs
172
+
173
+
174
+ def declared_ownership_roots(declared_packs) -> list[Path]:
175
+ """Roots that OWN `.agents/skills` entries planted for a declared pack.
176
+
177
+ Ownership is deliberately WIDER than redundancy: a symlink into a sibling
178
+ version of a declared pack is still this tool's own leftover, so the family
179
+ root counts. Removing a manifest entry is a different, narrower question.
180
+ """
181
+ roots: list[Path] = []
182
+ for pack in declared_packs:
183
+ for root in (pack["root"], pack["family_root"]):
184
+ if root is not None and root not in roots:
185
+ roots.append(root)
186
+ return roots
187
+
188
+
189
+ # --------------------------------------------------------------------------- #
190
+ # Manifest bookkeeping
191
+ # --------------------------------------------------------------------------- #
192
+
193
+
194
+ def manifest_entry_name(value: object) -> str | None:
195
+ if isinstance(value, str):
196
+ return value
197
+ if isinstance(value, dict):
198
+ name = value.get("name")
199
+ return name if isinstance(name, str) else None
200
+ return None
201
+
202
+
203
+ # Imported, not re-implemented. A second copy of either helper is exactly how
204
+ # `sync-skills.py` and this script came to disagree about which pack version a
205
+ # name resolves to; there is now one definition and every surface shares it.
206
+ manifest_entry_source_path = engine.manifest_entry_source_path
207
+
208
+
209
+ def is_pack_managed_manifest_entry(value: object, expected_names: set[str], roots) -> bool:
210
+ name = manifest_entry_name(value)
211
+ if name is None:
212
+ return False
213
+ if name in expected_names:
214
+ return True
215
+ source_path = manifest_entry_source_path(value)
216
+ if source_path is None or source_path.name != name:
217
+ return False
218
+ return any(is_contained_by(root, source_path) for root in roots)
219
+
220
+
221
+ is_contained_by = engine.is_contained_by
222
+
223
+
224
+ def declared_pack_scope(declared_packs) -> "engine.PackScope":
225
+ """PACKS-CONTRACT section 6 redundancy for this manifest's declared packs.
226
+
227
+ The rule itself lives in `engine.PackScope` so `sync-skills.py`, this script
228
+ and pjangler's `isRedundantDeclaredPackEntry` cannot drift apart. It is
229
+ deliberately narrow:
230
+
231
+ * an entry whose resolved source lands inside the pack's OWN root is
232
+ redundant — the pack projects it, so the hand-written entry is a
233
+ duplicate; and
234
+ * an entry landing in a SIBLING version of the same pack family is
235
+ redundant ONLY when the resolved pack actually declares that name.
236
+ Otherwise it is a skill this pack does not provide, and dropping it
237
+ would lose it — "Never remove entries that point outside the pack."
238
+
239
+ The family root therefore may NOT be flattened into the pack's own root:
240
+ `packs/<name>/<other-version>/<skill>` is a different pack.
241
+ """
242
+ scope = engine.PackScope()
243
+ for pack in declared_packs:
244
+ scope.record(pack)
245
+ return scope
246
+
247
+
248
+ # --------------------------------------------------------------------------- #
249
+ # Project destination safety
250
+ # --------------------------------------------------------------------------- #
251
+
252
+
253
+ def preflight_project_directory(project_root: Path, target: Path) -> None:
254
+ try:
255
+ relative = target.absolute().relative_to(project_root)
256
+ except ValueError as error:
257
+ raise ValueError(f"Project destination escapes {project_root}: {target}") from error
258
+ if len(relative.parts) > 2:
259
+ raise ValueError(f"Unexpected project skill destination depth: {target}")
260
+ current = project_root
261
+ for part in relative.parts:
262
+ current = current / part
263
+ if not current.exists() and not current.is_symlink():
264
+ break
265
+ if current.is_symlink():
266
+ raise ValueError(f"Refusing symlinked project skill directory: {current}")
267
+ if not current.is_dir():
268
+ raise ValueError(f"Project skill parent is not a directory: {current}")
269
+
270
+
271
+ def prepare_project_skill_dirs(project_root: Path) -> tuple[Path, Path]:
272
+ agents_dir = project_root / ".agents"
273
+ skills_dir = agents_dir / "skills"
274
+ # Validate the complete existing chain before creating or mutating anything.
275
+ preflight_project_directory(project_root, agents_dir)
276
+ preflight_project_directory(project_root, skills_dir)
277
+ agents_dir.mkdir(exist_ok=True)
278
+ skills_dir.mkdir(exist_ok=True)
279
+ for path in (agents_dir, skills_dir):
280
+ if path.is_symlink() or not path.is_dir():
281
+ raise ValueError(f"Unsafe project skill directory: {path}")
282
+ resolved = path.resolve(strict=True)
283
+ resolved.relative_to(project_root)
284
+ return agents_dir, skills_dir
285
+
286
+
287
+ def lexical_link_target(link: Path) -> Path | None:
288
+ if not link.is_symlink():
289
+ return None
290
+ target = Path(os.readlink(link))
291
+ return (target if target.is_absolute() else link.parent / target).absolute()
292
+
293
+
294
+ def remove_entry(path: Path) -> None:
295
+ try:
296
+ mode = path.lstat().st_mode
297
+ except FileNotFoundError:
298
+ return
299
+ if stat.S_ISDIR(mode) and not stat.S_ISLNK(mode):
300
+ shutil.rmtree(path)
301
+ else:
302
+ path.unlink()
303
+
304
+
305
+ def atomic_write(path: Path, content: bytes, mode: int) -> None:
306
+ descriptor, temporary_name = tempfile.mkstemp(prefix=f".{path.name}.", dir=path.parent)
307
+ temporary = Path(temporary_name)
308
+ try:
309
+ with os.fdopen(descriptor, "wb") as handle:
310
+ handle.write(content)
311
+ handle.flush()
312
+ os.fsync(handle.fileno())
313
+ temporary.chmod(mode)
314
+ os.replace(temporary, path)
315
+ finally:
316
+ if temporary.exists():
317
+ temporary.unlink()
318
+
319
+
320
+ # --------------------------------------------------------------------------- #
321
+ # Provisioning
322
+ # --------------------------------------------------------------------------- #
323
+
324
+
325
+ def provision(
326
+ *,
327
+ after_preflight: Callable[[], None] | None = None,
328
+ create_link: Callable[[Path, Path, int], None] | None = None,
329
+ after_apply: Callable[[Path, Path], None] | None = None,
330
+ ) -> int:
331
+ project_root = Path.cwd().resolve(strict=True)
332
+ agents_path = project_root / ".agents"
333
+ skills_path = agents_path / "skills"
334
+ agents_existed = agents_path.exists() or agents_path.is_symlink()
335
+ skills_existed = skills_path.exists() or skills_path.is_symlink()
336
+
337
+ # `.agents` is validated before the manifest inside it is read, so the read
338
+ # can never traverse a symlink out of the project. `.agents/skills` is
339
+ # validated by prepare_project_skill_dirs() below — after the packs are
340
+ # resolved and verified, and still strictly before the first mutation.
341
+ preflight_project_directory(project_root, agents_path)
342
+ manifest_path = agents_path / "skills.json"
343
+ if manifest_path.is_symlink():
344
+ raise ValueError(f"Refusing symlinked skills manifest: {manifest_path}")
345
+ if manifest_path.exists() and not manifest_path.is_file():
346
+ raise ValueError(f"Skills manifest is not a regular file: {manifest_path}")
347
+ manifest_existed = manifest_path.exists()
348
+ manifest_bytes = engine.read_regular_file(manifest_path) if manifest_existed else None
349
+ manifest_mode = stat.S_IMODE(manifest_path.lstat().st_mode) if manifest_existed else 0o644
350
+ manifest = json.loads(manifest_bytes) if manifest_bytes is not None else {}
351
+ if not isinstance(manifest, dict):
352
+ raise ValueError(f"{manifest_path} must contain a JSON object")
353
+ existing = manifest.get("skills", [])
354
+ if not isinstance(existing, list):
355
+ raise ValueError(f"{manifest_path} skills must be an array")
356
+
357
+ declared_members, implicit_members, declared_packs, implicit_packs = resolve_declared_packs(
358
+ manifest, agents_path
359
+ )
360
+ if after_preflight is not None:
361
+ after_preflight()
362
+
363
+ implicit_names = set(implicit_members)
364
+ # From the resolve record, NOT `member.parent`: under contract 3b flatten a
365
+ # member's parent is its container — possibly several levels below the pack
366
+ # root — so deriving the root from a member would claim ownership of one
367
+ # container instead of the whole pack.
368
+ implicit_roots = {pack["root"] for pack in implicit_packs}
369
+ declared_roots = declared_ownership_roots(declared_packs)
370
+ declared_scope = declared_pack_scope(declared_packs)
371
+
372
+ kept = [
373
+ entry
374
+ for entry in existing
375
+ if not is_pack_managed_manifest_entry(entry, implicit_names, implicit_roots)
376
+ and not declared_scope.is_redundant(entry)
377
+ ]
378
+
379
+ # Contract section 5: an explicit `skills[]` entry that SURVIVED the section 6
380
+ # pruning always overrides a declared pack member of the same name.
381
+ overridden = {
382
+ name
383
+ for name in (manifest_entry_name(entry) for entry in kept)
384
+ if name is not None and name in declared_members
385
+ }
386
+ expected: dict[str, Path] = {
387
+ name: path for name, path in declared_members.items() if name not in overridden
388
+ }
389
+ expected.update(implicit_members)
390
+
391
+ agents_dir, skills_dir = prepare_project_skill_dirs(project_root)
392
+
393
+ manifest["$schema"] = SKILLS_SCHEMA
394
+ manifest["inherit_global"] = True
395
+ manifest["registry"] = SKILLS_REGISTRY
396
+ manifest["skills"] = [
397
+ *kept,
398
+ *[
399
+ {"name": name, "source": implicit_members[name].as_uri()}
400
+ for name in implicit_members
401
+ ],
402
+ ]
403
+ next_manifest = (json.dumps(manifest, indent=2) + "\n").encode("utf-8")
404
+
405
+ ownership_roots = [*implicit_roots, *declared_roots]
406
+ affected: list[str] = []
407
+ stale_managed_names: set[str] = set()
408
+ original_correct_links: dict[str, str] = {}
409
+ managed_manifest_names = {
410
+ name
411
+ for entry in existing
412
+ if is_pack_managed_manifest_entry(entry, implicit_names, ownership_roots)
413
+ if (name := manifest_entry_name(entry)) is not None
414
+ }
415
+ for entry in skills_dir.iterdir():
416
+ if entry.parent.resolve(strict=True) != skills_dir.resolve(strict=True):
417
+ raise ValueError(f"Pack skill entry escapes skills directory: {entry}")
418
+ engine.validate_skill_name(entry.name)
419
+ link_target = lexical_link_target(entry)
420
+ try:
421
+ link_targets_pack = link_target is not None and any(
422
+ is_contained_by(root, link_target) for root in ownership_roots
423
+ )
424
+ except OSError:
425
+ link_targets_pack = False
426
+ if (
427
+ entry.name not in expected
428
+ and entry.name not in managed_manifest_names
429
+ and not link_targets_pack
430
+ ):
431
+ continue
432
+ target = expected.get(entry.name)
433
+ if target is not None and link_target == target:
434
+ original_correct_links[entry.name] = os.readlink(entry)
435
+ else:
436
+ affected.append(entry.name)
437
+ if target is None:
438
+ stale_managed_names.add(entry.name)
439
+ for name, target in expected.items():
440
+ link = skills_dir / engine.validate_skill_name(name)
441
+ if link.parent.resolve(strict=True) != skills_dir.resolve(strict=True):
442
+ raise ValueError(f"Pack skill destination escapes skills directory: {link}")
443
+ if lexical_link_target(link) != target and name not in affected:
444
+ affected.append(name)
445
+
446
+ manifest_changed = manifest_bytes != next_manifest
447
+ if not affected and not manifest_changed:
448
+ return 0
449
+
450
+ transaction = Path(tempfile.mkdtemp(prefix=".packs-transaction-", dir=agents_dir))
451
+ backup = transaction / "entries"
452
+ backup.mkdir()
453
+ moved: list[str] = []
454
+
455
+ def rollback() -> None:
456
+ errors: list[str] = []
457
+ try:
458
+ for name in affected:
459
+ remove_entry(skills_dir / engine.validate_skill_name(name))
460
+ for name in original_correct_links:
461
+ remove_entry(skills_dir / engine.validate_skill_name(name))
462
+ except OSError as error:
463
+ errors.append(f"remove applied projection: {error}")
464
+ for name in reversed(moved):
465
+ try:
466
+ os.replace(backup / name, skills_dir / name)
467
+ except OSError as error:
468
+ errors.append(f"restore {name}: {error}")
469
+ for name, raw_target in original_correct_links.items():
470
+ try:
471
+ (skills_dir / name).symlink_to(raw_target, target_is_directory=True)
472
+ except OSError as error:
473
+ errors.append(f"restore {name}: {error}")
474
+ try:
475
+ if manifest_bytes is None:
476
+ remove_entry(manifest_path)
477
+ else:
478
+ atomic_write(manifest_path, manifest_bytes, manifest_mode)
479
+ except OSError as error:
480
+ errors.append(f"restore manifest: {error}")
481
+ shutil.rmtree(transaction, ignore_errors=True)
482
+ try:
483
+ if not skills_existed and skills_dir.exists() and not any(skills_dir.iterdir()):
484
+ skills_dir.rmdir()
485
+ if not agents_existed and agents_dir.exists() and not any(agents_dir.iterdir()):
486
+ agents_dir.rmdir()
487
+ except OSError as error:
488
+ errors.append(f"remove created directories: {error}")
489
+ if errors:
490
+ raise RuntimeError("Skillex pack rollback was incomplete: " + "; ".join(errors))
491
+
492
+ link_creator = create_link or (
493
+ lambda target, link, _index: link.symlink_to(target, target_is_directory=True)
494
+ )
495
+ try:
496
+ for name in affected:
497
+ entry = skills_dir / name
498
+ if entry.exists() or entry.is_symlink():
499
+ os.replace(entry, backup / name)
500
+ moved.append(name)
501
+ for index, (name, target) in enumerate(expected.items(), start=1):
502
+ link = skills_dir / name
503
+ if lexical_link_target(link) == target:
504
+ continue
505
+ link_creator(target, link, index)
506
+ if manifest_changed:
507
+ atomic_write(manifest_path, next_manifest, manifest_mode)
508
+ # Re-validate every pack at the mutation boundary: a pack tampered with
509
+ # after preflight must roll the whole projection back.
510
+ postflight_declared, postflight_implicit, _, _ = resolve_declared_packs(
511
+ manifest, agents_path
512
+ )
513
+ postflight = {**postflight_declared, **postflight_implicit}
514
+ if {name: postflight.get(name) for name in expected} != expected:
515
+ raise ValueError("Skillex pack inventory changed after preflight")
516
+ if after_apply is not None:
517
+ after_apply(manifest_path, skills_dir)
518
+ for name in stale_managed_names:
519
+ entry = skills_dir / name
520
+ if entry.exists() or entry.is_symlink():
521
+ raise ValueError(f"Applied pack projection retained stale managed entry: {name}")
522
+ for name, target in expected.items():
523
+ if lexical_link_target(skills_dir / name) != target:
524
+ raise ValueError(f"Applied pack projection link differs from plan: {name}")
525
+ final_mode = manifest_path.lstat().st_mode
526
+ if (
527
+ not stat.S_ISREG(final_mode)
528
+ or engine.read_regular_file(manifest_path) != next_manifest
529
+ or stat.S_IMODE(final_mode) != manifest_mode
530
+ ):
531
+ raise ValueError("Applied skills manifest differs from planned bytes or mode")
532
+ final_manifest = json.loads(engine.read_regular_file(manifest_path))
533
+ if (
534
+ not isinstance(final_manifest, dict)
535
+ or final_manifest.get("$schema") != SKILLS_SCHEMA
536
+ or final_manifest.get("inherit_global") is not True
537
+ or final_manifest.get("registry") != SKILLS_REGISTRY
538
+ or not isinstance(final_manifest.get("skills"), list)
539
+ ):
540
+ raise ValueError("Applied skills manifest schema differs from plan")
541
+ except Exception as error:
542
+ try:
543
+ rollback()
544
+ except Exception as rollback_error:
545
+ raise RuntimeError(f"Skillex pack provisioning failed ({error}); {rollback_error}") from error
546
+ raise
547
+
548
+ shutil.rmtree(transaction)
549
+ return len(affected)
550
+
551
+
552
+ def main() -> None:
553
+ try:
554
+ changed = provision()
555
+ except (FileNotFoundError, OSError, ValueError, RuntimeError, engine.PackUnavailable) as error:
556
+ raise SystemExit(
557
+ f"Skillex pack provisioning failed: {error}; "
558
+ "declare the pack in .agents/skills.json packs[] or install it locally"
559
+ ) from error
560
+
561
+ print(f"provision-packs: {changed} symlink(s) updated")
562
+
563
+
564
+ if __name__ == "__main__":
565
+ main()