bmad-method 6.0.0-alpha.7 → 6.0.0-alpha.9

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 (457) hide show
  1. package/.github/ISSUE_TEMPLATE/idea_submission.md +1 -1
  2. package/.github/workflows/bundle-latest.yaml +277 -0
  3. package/.github/workflows/manual-release.yaml +55 -16
  4. package/.vscode/settings.json +2 -1
  5. package/CHANGELOG.md +439 -1
  6. package/README.md +12 -4
  7. package/docs/BUNDLE_DISTRIBUTION_SETUP.md +95 -0
  8. package/docs/agent-customization-guide.md +208 -0
  9. package/docs/ide-info/crush.md +1 -1
  10. package/docs/ide-info/cursor.md +7 -7
  11. package/docs/ide-info/iflow.md +3 -3
  12. package/docs/ide-info/opencode.md +1 -1
  13. package/docs/index.md +3 -1
  14. package/docs/installers-bundlers/ide-injections.md +2 -2
  15. package/docs/installers-bundlers/installers-modules-platforms-reference.md +23 -23
  16. package/docs/v4-to-v6-upgrade.md +12 -12
  17. package/docs/web-bundles-gemini-gpt-guide.md +473 -0
  18. package/package.json +1 -1
  19. package/src/core/_module-installer/install-config.yaml +17 -10
  20. package/src/core/_module-installer/installer.js +0 -8
  21. package/src/core/agents/bmad-master.agent.yaml +5 -5
  22. package/src/core/agents/bmad-web-orchestrator.agent.xml +8 -17
  23. package/src/core/tasks/{adv-elicit.xml → advanced-elicitation.xml} +6 -4
  24. package/src/core/tasks/index-docs.xml +1 -1
  25. package/src/core/tasks/validate-workflow.xml +1 -1
  26. package/src/core/tasks/workflow.xml +125 -11
  27. package/src/core/tools/shard-doc.xml +45 -1
  28. package/src/core/workflows/brainstorming/README.md +6 -16
  29. package/src/core/workflows/brainstorming/instructions.md +6 -5
  30. package/src/core/workflows/brainstorming/template.md +4 -0
  31. package/src/core/workflows/brainstorming/workflow.yaml +8 -8
  32. package/src/core/workflows/party-mode/instructions.md +2 -7
  33. package/src/core/workflows/party-mode/workflow.yaml +10 -6
  34. package/src/modules/bmb/_module-installer/install-config.yaml +9 -4
  35. package/src/modules/bmb/agents/bmad-builder.agent.yaml +11 -10
  36. package/src/modules/bmb/workflows/audit-workflow/checklist.md +5 -6
  37. package/src/modules/bmb/workflows/audit-workflow/instructions.md +5 -5
  38. package/src/modules/bmb/workflows/audit-workflow/workflow.yaml +2 -2
  39. package/src/modules/bmb/workflows/convert-legacy/README.md +5 -5
  40. package/src/modules/bmb/workflows/convert-legacy/checklist.md +2 -2
  41. package/src/modules/bmb/workflows/convert-legacy/instructions.md +17 -17
  42. package/src/modules/bmb/workflows/convert-legacy/workflow.yaml +6 -6
  43. package/src/modules/bmb/workflows/create-agent/README.md +5 -5
  44. package/src/modules/bmb/workflows/create-agent/agent-architecture.md +15 -19
  45. package/src/modules/bmb/workflows/create-agent/agent-command-patterns.md +28 -28
  46. package/src/modules/bmb/workflows/create-agent/agent-types.md +15 -15
  47. package/src/modules/bmb/workflows/create-agent/checklist.md +3 -3
  48. package/src/modules/bmb/workflows/create-agent/instructions.md +24 -27
  49. package/src/modules/bmb/workflows/create-agent/workflow.yaml +12 -12
  50. package/src/modules/bmb/workflows/create-module/README.md +1 -1
  51. package/src/modules/bmb/workflows/create-module/checklist.md +1 -10
  52. package/src/modules/bmb/workflows/create-module/installer-templates/install-config.yaml +1 -1
  53. package/src/modules/bmb/workflows/create-module/instructions.md +12 -17
  54. package/src/modules/bmb/workflows/create-module/module-structure.md +7 -7
  55. package/src/modules/bmb/workflows/create-module/workflow.yaml +9 -9
  56. package/src/modules/bmb/workflows/create-workflow/README.md +4 -4
  57. package/src/modules/bmb/workflows/create-workflow/checklist.md +1 -1
  58. package/src/modules/bmb/workflows/create-workflow/instructions.md +29 -29
  59. package/src/modules/bmb/workflows/create-workflow/workflow-creation-guide.md +40 -42
  60. package/src/modules/bmb/workflows/create-workflow/workflow-template/instructions.md +2 -2
  61. package/src/modules/bmb/workflows/create-workflow/workflow-template/workflow.yaml +12 -12
  62. package/src/modules/bmb/workflows/create-workflow/workflow.yaml +5 -5
  63. package/src/modules/bmb/workflows/edit-agent/checklist.md +1 -1
  64. package/src/modules/bmb/workflows/edit-agent/instructions.md +2 -2
  65. package/src/modules/bmb/workflows/edit-agent/workflow.yaml +8 -8
  66. package/src/modules/bmb/workflows/edit-module/README.md +2 -2
  67. package/src/modules/bmb/workflows/edit-module/checklist.md +2 -2
  68. package/src/modules/bmb/workflows/edit-module/instructions.md +4 -4
  69. package/src/modules/bmb/workflows/edit-module/workflow.yaml +10 -10
  70. package/src/modules/bmb/workflows/edit-workflow/instructions.md +4 -4
  71. package/src/modules/bmb/workflows/edit-workflow/workflow.yaml +5 -5
  72. package/src/modules/bmb/workflows/module-brief/README.md +2 -2
  73. package/src/modules/bmb/workflows/module-brief/checklist.md +2 -2
  74. package/src/modules/bmb/workflows/module-brief/instructions.md +2 -2
  75. package/src/modules/bmb/workflows/module-brief/workflow.yaml +4 -4
  76. package/src/modules/bmb/workflows/redoc/README.md +5 -5
  77. package/src/modules/bmb/workflows/redoc/instructions.md +1 -1
  78. package/src/modules/bmb/workflows/redoc/workflow.yaml +1 -1
  79. package/src/modules/bmgd/README.md +1 -1
  80. package/src/modules/bmgd/_module-installer/install-config.yaml +12 -24
  81. package/src/modules/bmgd/agents/game-architect.agent.yaml +15 -10
  82. package/src/modules/bmgd/agents/game-designer.agent.yaml +16 -11
  83. package/src/modules/bmgd/agents/game-dev.agent.yaml +18 -12
  84. package/src/modules/bmgd/agents/game-scrum-master.agent.yaml +30 -25
  85. package/src/modules/bmgd/teams/default-party.csv +10 -0
  86. package/src/modules/bmgd/teams/team-gamedev.yaml +2 -0
  87. package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/instructions.md +1 -1
  88. package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/workflow.yaml +9 -9
  89. package/src/modules/bmgd/workflows/1-preproduction/game-brief/instructions.md +1 -1
  90. package/src/modules/bmgd/workflows/1-preproduction/game-brief/workflow.yaml +8 -8
  91. package/src/modules/bmgd/workflows/2-design/gdd/instructions-gdd.md +5 -10
  92. package/src/modules/bmgd/workflows/2-design/gdd/workflow.yaml +30 -30
  93. package/src/modules/bmgd/workflows/2-design/narrative/instructions-narrative.md +1 -6
  94. package/src/modules/bmgd/workflows/2-design/narrative/workflow.yaml +5 -5
  95. package/src/modules/bmgd/workflows/3-technical/game-architecture/architecture-patterns.yaml +0 -26
  96. package/src/modules/bmgd/workflows/3-technical/game-architecture/checklist.md +2 -6
  97. package/src/modules/bmgd/workflows/3-technical/game-architecture/instructions.md +2 -7
  98. package/src/modules/bmgd/workflows/3-technical/game-architecture/workflow.yaml +2 -2
  99. package/src/modules/bmgd/workflows/4-production/code-review/instructions.md +25 -47
  100. package/src/modules/bmgd/workflows/4-production/code-review/workflow.yaml +13 -32
  101. package/src/modules/bmgd/workflows/4-production/correct-course/checklist.md +1 -1
  102. package/src/modules/bmgd/workflows/4-production/correct-course/instructions.md +7 -2
  103. package/src/modules/bmgd/workflows/4-production/correct-course/workflow.yaml +32 -25
  104. package/src/modules/bmgd/workflows/4-production/create-story/instructions.md +20 -47
  105. package/src/modules/bmgd/workflows/4-production/create-story/workflow.yaml +16 -24
  106. package/src/modules/bmgd/workflows/4-production/dev-story/instructions.md +8 -3
  107. package/src/modules/bmgd/workflows/4-production/dev-story/workflow.yaml +30 -5
  108. package/src/modules/bmgd/workflows/4-production/epic-tech-context/checklist.md +1 -1
  109. package/src/modules/bmgd/workflows/4-production/epic-tech-context/instructions.md +10 -35
  110. package/src/modules/bmgd/workflows/4-production/epic-tech-context/workflow.yaml +16 -24
  111. package/src/modules/bmgd/workflows/4-production/retrospective/instructions.md +18 -36
  112. package/src/modules/bmgd/workflows/4-production/retrospective/workflow.yaml +16 -37
  113. package/src/modules/bmgd/workflows/4-production/sprint-planning/instructions.md +11 -15
  114. package/src/modules/bmgd/workflows/4-production/sprint-planning/sprint-status-template.yaml +1 -1
  115. package/src/modules/bmgd/workflows/4-production/sprint-planning/workflow.yaml +8 -7
  116. package/src/modules/bmgd/workflows/4-production/story-context/checklist.md +1 -1
  117. package/src/modules/bmgd/workflows/4-production/story-context/context-template.xml +1 -1
  118. package/src/modules/bmgd/workflows/4-production/story-context/instructions.md +20 -45
  119. package/src/modules/bmgd/workflows/4-production/story-context/workflow.yaml +15 -17
  120. package/src/modules/bmgd/workflows/4-production/story-done/instructions.md +1 -1
  121. package/src/modules/bmgd/workflows/4-production/story-done/workflow.yaml +5 -4
  122. package/src/modules/bmgd/workflows/4-production/story-ready/instructions.md +6 -6
  123. package/src/modules/bmgd/workflows/4-production/story-ready/workflow.yaml +5 -7
  124. package/src/modules/bmm/_module-installer/install-config.yaml +9 -28
  125. package/src/modules/bmm/_module-installer/installer.js +2 -2
  126. package/src/modules/bmm/agents/analyst.agent.yaml +20 -15
  127. package/src/modules/bmm/agents/architect.agent.yaml +17 -12
  128. package/src/modules/bmm/agents/dev.agent.yaml +9 -12
  129. package/src/modules/bmm/agents/pm.agent.yaml +24 -23
  130. package/src/modules/bmm/agents/sm.agent.yaml +24 -19
  131. package/src/modules/bmm/agents/tea.agent.yaml +23 -17
  132. package/src/modules/bmm/agents/tech-writer.agent.yaml +15 -11
  133. package/src/modules/bmm/agents/ux-designer.agent.yaml +16 -11
  134. package/src/modules/bmm/docs/agents-guide.md +4 -4
  135. package/src/modules/bmm/docs/brownfield-guide.md +4 -4
  136. package/src/modules/bmm/docs/enterprise-agentic-development.md +3 -3
  137. package/src/modules/bmm/docs/faq.md +1 -1
  138. package/src/modules/bmm/docs/party-mode.md +3 -3
  139. package/src/modules/bmm/docs/quick-start.md +1 -1
  140. package/src/modules/bmm/docs/test-architecture.md +1 -1
  141. package/src/modules/bmm/docs/workflow-document-project-reference.md +1 -1
  142. package/src/modules/bmm/teams/default-party.csv +19 -0
  143. package/src/modules/bmm/teams/team-fullstack.yaml +1 -0
  144. package/src/modules/bmm/workflows/1-analysis/brainstorm-project/instructions.md +1 -1
  145. package/src/modules/bmm/workflows/1-analysis/brainstorm-project/workflow.yaml +8 -8
  146. package/src/modules/bmm/workflows/1-analysis/domain-research/instructions.md +1 -1
  147. package/src/modules/bmm/workflows/1-analysis/domain-research/workflow.yaml +8 -21
  148. package/src/modules/bmm/workflows/1-analysis/product-brief/instructions.md +10 -12
  149. package/src/modules/bmm/workflows/1-analysis/product-brief/workflow.yaml +13 -9
  150. package/src/modules/bmm/workflows/1-analysis/research/checklist-deep-prompt.md +2 -2
  151. package/src/modules/bmm/workflows/1-analysis/research/checklist-technical.md +2 -2
  152. package/src/modules/bmm/workflows/1-analysis/research/checklist.md +2 -2
  153. package/src/modules/bmm/workflows/1-analysis/research/instructions-deep-prompt.md +1 -3
  154. package/src/modules/bmm/workflows/1-analysis/research/instructions-market.md +2 -7
  155. package/src/modules/bmm/workflows/1-analysis/research/instructions-router.md +1 -1
  156. package/src/modules/bmm/workflows/1-analysis/research/instructions-technical.md +1 -6
  157. package/src/modules/bmm/workflows/1-analysis/research/workflow.yaml +14 -14
  158. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/instructions.md +7 -2
  159. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/workflow.yaml +16 -10
  160. package/src/modules/bmm/workflows/2-plan-workflows/prd/checklist.md +8 -12
  161. package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/epics-template.md +28 -0
  162. package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/instructions.md +146 -23
  163. package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/workflow.yaml +7 -9
  164. package/src/modules/bmm/workflows/2-plan-workflows/prd/instructions.md +152 -35
  165. package/src/modules/bmm/workflows/2-plan-workflows/prd/prd-template.md +2 -2
  166. package/src/modules/bmm/workflows/2-plan-workflows/prd/workflow.yaml +20 -16
  167. package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/checklist.md +12 -9
  168. package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/epics-template.md +0 -6
  169. package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/instructions-generate-stories.md +434 -0
  170. package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/instructions.md +129 -266
  171. package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml +15 -37
  172. package/src/modules/bmm/workflows/3-solutioning/architecture/architecture-patterns.yaml +0 -26
  173. package/src/modules/bmm/workflows/3-solutioning/architecture/checklist.md +3 -7
  174. package/src/modules/bmm/workflows/3-solutioning/architecture/instructions.md +30 -38
  175. package/src/modules/bmm/workflows/3-solutioning/architecture/workflow.yaml +25 -43
  176. package/src/modules/bmm/workflows/3-solutioning/solutioning-gate-check/checklist.md +7 -13
  177. package/src/modules/bmm/workflows/3-solutioning/solutioning-gate-check/instructions.md +57 -60
  178. package/src/modules/bmm/workflows/3-solutioning/solutioning-gate-check/workflow.yaml +12 -12
  179. package/src/modules/bmm/workflows/4-implementation/code-review/instructions.md +25 -47
  180. package/src/modules/bmm/workflows/4-implementation/code-review/workflow.yaml +13 -32
  181. package/src/modules/bmm/workflows/4-implementation/correct-course/checklist.md +1 -1
  182. package/src/modules/bmm/workflows/4-implementation/correct-course/instructions.md +7 -2
  183. package/src/modules/bmm/workflows/4-implementation/correct-course/workflow.yaml +32 -25
  184. package/src/modules/bmm/workflows/4-implementation/create-story/instructions.md +20 -47
  185. package/src/modules/bmm/workflows/4-implementation/create-story/workflow.yaml +16 -24
  186. package/src/modules/bmm/workflows/4-implementation/dev-story/instructions.md +8 -3
  187. package/src/modules/bmm/workflows/4-implementation/dev-story/workflow.yaml +30 -5
  188. package/src/modules/bmm/workflows/4-implementation/epic-tech-context/checklist.md +1 -1
  189. package/src/modules/bmm/workflows/4-implementation/epic-tech-context/instructions.md +10 -35
  190. package/src/modules/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml +16 -24
  191. package/src/modules/bmm/workflows/4-implementation/retrospective/instructions.md +18 -36
  192. package/src/modules/bmm/workflows/4-implementation/retrospective/workflow.yaml +16 -37
  193. package/src/modules/bmm/workflows/4-implementation/sprint-planning/instructions.md +11 -15
  194. package/src/modules/bmm/workflows/4-implementation/sprint-planning/sprint-status-template.yaml +1 -1
  195. package/src/modules/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +8 -7
  196. package/src/modules/bmm/workflows/4-implementation/story-context/checklist.md +1 -1
  197. package/src/modules/bmm/workflows/4-implementation/story-context/context-template.xml +1 -1
  198. package/src/modules/bmm/workflows/4-implementation/story-context/instructions.md +20 -45
  199. package/src/modules/bmm/workflows/4-implementation/story-context/workflow.yaml +15 -17
  200. package/src/modules/bmm/workflows/4-implementation/story-done/instructions.md +1 -1
  201. package/src/modules/bmm/workflows/4-implementation/story-done/workflow.yaml +5 -4
  202. package/src/modules/bmm/workflows/4-implementation/story-ready/instructions.md +6 -6
  203. package/src/modules/bmm/workflows/4-implementation/story-ready/workflow.yaml +5 -7
  204. package/src/modules/bmm/workflows/document-project/checklist.md +1 -1
  205. package/src/modules/bmm/workflows/document-project/instructions.md +5 -5
  206. package/src/modules/bmm/workflows/document-project/workflow.yaml +2 -2
  207. package/src/modules/bmm/workflows/document-project/workflows/deep-dive-instructions.md +4 -4
  208. package/src/modules/bmm/workflows/document-project/workflows/deep-dive.yaml +5 -5
  209. package/src/modules/bmm/workflows/document-project/workflows/full-scan-instructions.md +13 -13
  210. package/src/modules/bmm/workflows/document-project/workflows/full-scan.yaml +5 -5
  211. package/src/modules/bmm/workflows/testarch/atdd/instructions.md +2 -2
  212. package/src/modules/bmm/workflows/testarch/atdd/workflow.yaml +2 -2
  213. package/src/modules/bmm/workflows/testarch/automate/instructions.md +2 -2
  214. package/src/modules/bmm/workflows/testarch/automate/workflow.yaml +2 -2
  215. package/src/modules/bmm/workflows/testarch/ci/checklist.md +4 -4
  216. package/src/modules/bmm/workflows/testarch/ci/instructions.md +2 -2
  217. package/src/modules/bmm/workflows/testarch/ci/workflow.yaml +2 -2
  218. package/src/modules/bmm/workflows/testarch/framework/checklist.md +4 -4
  219. package/src/modules/bmm/workflows/testarch/framework/instructions.md +2 -2
  220. package/src/modules/bmm/workflows/testarch/framework/workflow.yaml +2 -2
  221. package/src/modules/bmm/workflows/testarch/nfr-assess/instructions.md +1 -1
  222. package/src/modules/bmm/workflows/testarch/nfr-assess/workflow.yaml +2 -2
  223. package/src/modules/bmm/workflows/testarch/test-design/checklist.md +4 -4
  224. package/src/modules/bmm/workflows/testarch/test-design/instructions.md +175 -14
  225. package/src/modules/bmm/workflows/testarch/test-design/test-design-template.md +4 -4
  226. package/src/modules/bmm/workflows/testarch/test-design/workflow.yaml +7 -3
  227. package/src/modules/bmm/workflows/testarch/test-review/instructions.md +1 -1
  228. package/src/modules/bmm/workflows/testarch/test-review/workflow.yaml +2 -2
  229. package/src/modules/bmm/workflows/testarch/trace/instructions.md +9 -9
  230. package/src/modules/bmm/workflows/testarch/trace/workflow.yaml +2 -2
  231. package/src/modules/bmm/workflows/workflow-status/init/instructions.md +33 -31
  232. package/src/modules/bmm/workflows/workflow-status/init/workflow.yaml +5 -4
  233. package/src/modules/bmm/workflows/workflow-status/instructions.md +5 -4
  234. package/src/modules/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +9 -16
  235. package/src/modules/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +11 -18
  236. package/src/modules/bmm/workflows/workflow-status/paths/method-brownfield.yaml +8 -1
  237. package/src/modules/bmm/workflows/workflow-status/paths/method-greenfield.yaml +9 -2
  238. package/src/modules/bmm/workflows/workflow-status/project-levels.yaml +1 -1
  239. package/src/modules/bmm/workflows/workflow-status/workflow-status-template.yaml +2 -9
  240. package/src/modules/bmm/workflows/workflow-status/workflow.yaml +2 -2
  241. package/src/modules/cis/README.md +1 -1
  242. package/src/modules/cis/_module-installer/install-config.yaml +6 -4
  243. package/src/modules/cis/agents/README.md +1 -1
  244. package/src/modules/cis/agents/brainstorming-coach.agent.yaml +13 -8
  245. package/src/modules/cis/agents/creative-problem-solver.agent.yaml +13 -8
  246. package/src/modules/cis/agents/design-thinking-coach.agent.yaml +13 -8
  247. package/src/modules/cis/agents/innovation-strategist.agent.yaml +13 -8
  248. package/src/modules/cis/agents/storyteller.agent.yaml +13 -8
  249. package/src/modules/cis/teams/creative-squad.yaml +1 -0
  250. package/src/modules/cis/teams/default-party.csv +11 -0
  251. package/src/modules/cis/workflows/README.md +1 -1
  252. package/src/modules/cis/workflows/design-thinking/instructions.md +2 -2
  253. package/src/modules/cis/workflows/design-thinking/workflow.yaml +7 -7
  254. package/src/modules/cis/workflows/innovation-strategy/instructions.md +2 -2
  255. package/src/modules/cis/workflows/innovation-strategy/workflow.yaml +7 -7
  256. package/src/modules/cis/workflows/problem-solving/instructions.md +2 -2
  257. package/src/modules/cis/workflows/problem-solving/workflow.yaml +7 -7
  258. package/src/modules/cis/workflows/storytelling/instructions.md +2 -2
  259. package/src/modules/cis/workflows/storytelling/workflow.yaml +7 -7
  260. package/src/utility/models/action-command-header.md +0 -0
  261. package/src/utility/models/agent-activation-ide.xml +3 -3
  262. package/src/utility/models/agent-activation-web.xml +4 -4
  263. package/src/utility/models/agent-command-header.md +1 -0
  264. package/src/utility/models/fragments/activation-steps.xml +3 -2
  265. package/src/utility/models/fragments/handler-validate-workflow.xml +1 -1
  266. package/src/utility/models/fragments/handler-workflow.xml +1 -1
  267. package/src/utility/models/fragments/web-bundle-activation-steps.xml +3 -3
  268. package/tools/cli/README.md +50 -32
  269. package/tools/cli/bundlers/web-bundler.js +86 -17
  270. package/tools/cli/commands/install.js +1 -4
  271. package/tools/cli/installers/lib/core/config-collector.js +201 -28
  272. package/tools/cli/installers/lib/core/detector.js +62 -7
  273. package/tools/cli/installers/lib/core/installer.js +175 -33
  274. package/tools/cli/installers/lib/core/manifest-generator.js +26 -115
  275. package/tools/cli/installers/lib/ide/_base-ide.js +57 -3
  276. package/tools/cli/installers/lib/ide/auggie.js +78 -224
  277. package/tools/cli/installers/lib/ide/claude-code.js +14 -22
  278. package/tools/cli/installers/lib/ide/cline.js +15 -18
  279. package/tools/cli/installers/lib/ide/codex.js +17 -48
  280. package/tools/cli/installers/lib/ide/crush.js +14 -50
  281. package/tools/cli/installers/lib/ide/cursor.js +51 -8
  282. package/tools/cli/installers/lib/ide/gemini.js +87 -37
  283. package/tools/cli/installers/lib/ide/github-copilot.js +47 -35
  284. package/tools/cli/installers/lib/ide/iflow.js +13 -30
  285. package/tools/cli/installers/lib/ide/kilo.js +20 -16
  286. package/tools/cli/installers/lib/ide/manager.js +15 -0
  287. package/tools/cli/installers/lib/ide/opencode.js +16 -17
  288. package/tools/cli/installers/lib/ide/qwen.js +39 -11
  289. package/tools/cli/installers/lib/ide/roo.js +27 -62
  290. package/tools/cli/installers/lib/ide/shared/agent-command-generator.js +90 -0
  291. package/tools/cli/installers/lib/ide/{task-tool-command-generator.js → shared/task-tool-command-generator.js} +1 -1
  292. package/tools/cli/installers/lib/ide/{workflow-command-generator.js → shared/workflow-command-generator.js} +11 -9
  293. package/tools/cli/installers/lib/ide/templates/agent-command-template.md +14 -0
  294. package/tools/cli/installers/lib/ide/templates/gemini-agent-command.toml +14 -0
  295. package/tools/cli/installers/lib/ide/templates/gemini-task-command.toml +12 -0
  296. package/tools/cli/installers/lib/ide/{workflow-command-template.md → templates/workflow-command-template.md} +3 -5
  297. package/tools/cli/installers/lib/ide/trae.js +20 -32
  298. package/tools/cli/installers/lib/ide/windsurf.js +18 -8
  299. package/tools/cli/installers/lib/modules/manager.js +89 -17
  300. package/tools/cli/lib/cli-utils.js +52 -50
  301. package/tools/cli/lib/ui.js +29 -12
  302. package/tools/cli/lib/yaml-xml-builder.js +20 -2
  303. package/tools/schema/agent.js +7 -3
  304. package/.claude/commands/bmad/bmb/agents/bmad-builder.md +0 -70
  305. package/.claude/commands/bmad/bmb/workflows/audit-workflow.md +0 -15
  306. package/.claude/commands/bmad/bmb/workflows/convert-legacy.md +0 -15
  307. package/.claude/commands/bmad/bmb/workflows/create-agent.md +0 -15
  308. package/.claude/commands/bmad/bmb/workflows/create-module.md +0 -15
  309. package/.claude/commands/bmad/bmb/workflows/create-workflow.md +0 -15
  310. package/.claude/commands/bmad/bmb/workflows/edit-agent.md +0 -15
  311. package/.claude/commands/bmad/bmb/workflows/edit-module.md +0 -15
  312. package/.claude/commands/bmad/bmb/workflows/edit-workflow.md +0 -15
  313. package/.claude/commands/bmad/bmb/workflows/module-brief.md +0 -15
  314. package/.claude/commands/bmad/bmb/workflows/redoc.md +0 -15
  315. package/.claude/commands/bmad/core/agents/bmad-master.md +0 -71
  316. package/.claude/commands/bmad/core/tasks/index-docs.md +0 -9
  317. package/.claude/commands/bmad/core/tools/shard-doc.md +0 -9
  318. package/.claude/commands/bmad/core/workflows/brainstorming.md +0 -15
  319. package/.claude/commands/bmad/core/workflows/party-mode.md +0 -15
  320. package/.claude/settings.local.json +0 -22
  321. package/bmad/_cfg/agent-manifest.csv +0 -5
  322. package/bmad/_cfg/agents/bmb-bmad-builder.customize.yaml +0 -42
  323. package/bmad/_cfg/agents/core-bmad-master.customize.yaml +0 -42
  324. package/bmad/_cfg/files-manifest.csv +0 -82
  325. package/bmad/_cfg/ides/claude-code.yaml +0 -6
  326. package/bmad/_cfg/manifest.yaml +0 -11
  327. package/bmad/_cfg/task-manifest.csv +0 -13
  328. package/bmad/_cfg/tool-manifest.csv +0 -4
  329. package/bmad/_cfg/workflow-manifest.csv +0 -17
  330. package/bmad/bmb/README.md +0 -194
  331. package/bmad/bmb/agents/bmad-builder.md +0 -70
  332. package/bmad/bmb/config.yaml +0 -14
  333. package/bmad/bmb/workflows/audit-workflow/checklist.md +0 -143
  334. package/bmad/bmb/workflows/audit-workflow/instructions.md +0 -341
  335. package/bmad/bmb/workflows/audit-workflow/template.md +0 -118
  336. package/bmad/bmb/workflows/audit-workflow/workflow.yaml +0 -23
  337. package/bmad/bmb/workflows/convert-legacy/README.md +0 -262
  338. package/bmad/bmb/workflows/convert-legacy/checklist.md +0 -205
  339. package/bmad/bmb/workflows/convert-legacy/instructions.md +0 -377
  340. package/bmad/bmb/workflows/convert-legacy/workflow.yaml +0 -32
  341. package/bmad/bmb/workflows/create-agent/README.md +0 -203
  342. package/bmad/bmb/workflows/create-agent/agent-architecture.md +0 -419
  343. package/bmad/bmb/workflows/create-agent/agent-command-patterns.md +0 -759
  344. package/bmad/bmb/workflows/create-agent/agent-types.md +0 -292
  345. package/bmad/bmb/workflows/create-agent/brainstorm-context.md +0 -174
  346. package/bmad/bmb/workflows/create-agent/checklist.md +0 -62
  347. package/bmad/bmb/workflows/create-agent/communication-styles.md +0 -202
  348. package/bmad/bmb/workflows/create-agent/instructions.md +0 -459
  349. package/bmad/bmb/workflows/create-agent/workflow.yaml +0 -37
  350. package/bmad/bmb/workflows/create-module/README.md +0 -229
  351. package/bmad/bmb/workflows/create-module/brainstorm-context.md +0 -137
  352. package/bmad/bmb/workflows/create-module/checklist.md +0 -244
  353. package/bmad/bmb/workflows/create-module/installer-templates/install-config.yaml +0 -92
  354. package/bmad/bmb/workflows/create-module/installer-templates/installer.js +0 -231
  355. package/bmad/bmb/workflows/create-module/instructions.md +0 -581
  356. package/bmad/bmb/workflows/create-module/module-structure.md +0 -400
  357. package/bmad/bmb/workflows/create-module/workflow.yaml +0 -42
  358. package/bmad/bmb/workflows/create-workflow/README.md +0 -277
  359. package/bmad/bmb/workflows/create-workflow/brainstorm-context.md +0 -197
  360. package/bmad/bmb/workflows/create-workflow/checklist.md +0 -94
  361. package/bmad/bmb/workflows/create-workflow/instructions.md +0 -724
  362. package/bmad/bmb/workflows/create-workflow/workflow-creation-guide.md +0 -1308
  363. package/bmad/bmb/workflows/create-workflow/workflow-template/checklist.md +0 -24
  364. package/bmad/bmb/workflows/create-workflow/workflow-template/instructions.md +0 -13
  365. package/bmad/bmb/workflows/create-workflow/workflow-template/template.md +0 -9
  366. package/bmad/bmb/workflows/create-workflow/workflow-template/workflow.yaml +0 -39
  367. package/bmad/bmb/workflows/create-workflow/workflow.yaml +0 -40
  368. package/bmad/bmb/workflows/edit-agent/README.md +0 -112
  369. package/bmad/bmb/workflows/edit-agent/checklist.md +0 -112
  370. package/bmad/bmb/workflows/edit-agent/instructions.md +0 -290
  371. package/bmad/bmb/workflows/edit-agent/workflow.yaml +0 -33
  372. package/bmad/bmb/workflows/edit-module/README.md +0 -187
  373. package/bmad/bmb/workflows/edit-module/checklist.md +0 -165
  374. package/bmad/bmb/workflows/edit-module/instructions.md +0 -339
  375. package/bmad/bmb/workflows/edit-module/workflow.yaml +0 -34
  376. package/bmad/bmb/workflows/edit-workflow/README.md +0 -119
  377. package/bmad/bmb/workflows/edit-workflow/checklist.md +0 -70
  378. package/bmad/bmb/workflows/edit-workflow/instructions.md +0 -342
  379. package/bmad/bmb/workflows/edit-workflow/workflow.yaml +0 -27
  380. package/bmad/bmb/workflows/module-brief/README.md +0 -264
  381. package/bmad/bmb/workflows/module-brief/checklist.md +0 -116
  382. package/bmad/bmb/workflows/module-brief/instructions.md +0 -267
  383. package/bmad/bmb/workflows/module-brief/template.md +0 -275
  384. package/bmad/bmb/workflows/module-brief/workflow.yaml +0 -29
  385. package/bmad/bmb/workflows/redoc/README.md +0 -87
  386. package/bmad/bmb/workflows/redoc/checklist.md +0 -99
  387. package/bmad/bmb/workflows/redoc/instructions.md +0 -265
  388. package/bmad/bmb/workflows/redoc/workflow.yaml +0 -32
  389. package/bmad/core/agents/bmad-master.md +0 -71
  390. package/bmad/core/agents/bmad-web-orchestrator.agent.xml +0 -122
  391. package/bmad/core/config.yaml +0 -9
  392. package/bmad/core/tasks/adv-elicit-methods.csv +0 -39
  393. package/bmad/core/tasks/adv-elicit.xml +0 -104
  394. package/bmad/core/tasks/index-docs.xml +0 -65
  395. package/bmad/core/tasks/validate-workflow.xml +0 -89
  396. package/bmad/core/tasks/workflow.xml +0 -156
  397. package/bmad/core/tools/shard-doc.xml +0 -65
  398. package/bmad/core/workflows/brainstorming/README.md +0 -271
  399. package/bmad/core/workflows/brainstorming/brain-methods.csv +0 -36
  400. package/bmad/core/workflows/brainstorming/instructions.md +0 -314
  401. package/bmad/core/workflows/brainstorming/template.md +0 -102
  402. package/bmad/core/workflows/brainstorming/workflow.yaml +0 -43
  403. package/bmad/core/workflows/party-mode/instructions.md +0 -188
  404. package/bmad/core/workflows/party-mode/workflow.yaml +0 -23
  405. package/bmad/docs/claude-code-instructions.md +0 -25
  406. package/bmd/README.md +0 -193
  407. package/bmd/agents/cli-chief-sidecar/instructions.md +0 -102
  408. package/bmd/agents/cli-chief-sidecar/knowledge/README.md +0 -68
  409. package/bmd/agents/cli-chief-sidecar/knowledge/cli-reference.md +0 -123
  410. package/bmd/agents/cli-chief-sidecar/memories.md +0 -53
  411. package/bmd/agents/cli-chief.agent.yaml +0 -126
  412. package/bmd/agents/doc-keeper-sidecar/instructions.md +0 -177
  413. package/bmd/agents/doc-keeper-sidecar/knowledge/README.md +0 -81
  414. package/bmd/agents/doc-keeper-sidecar/memories.md +0 -88
  415. package/bmd/agents/doc-keeper.agent.yaml +0 -137
  416. package/bmd/agents/release-chief-sidecar/instructions.md +0 -164
  417. package/bmd/agents/release-chief-sidecar/knowledge/README.md +0 -82
  418. package/bmd/agents/release-chief-sidecar/memories.md +0 -73
  419. package/bmd/agents/release-chief.agent.yaml +0 -127
  420. package/bmd/bmad-custom-module-installer-plan.md +0 -1176
  421. package/bmd/config.yaml +0 -12
  422. package/src/modules/bmgd/workflows/4-production/dev-story/AUDIT-REPORT.md +0 -367
  423. package/src/modules/bmm/sub-modules/claude-code/README.md +0 -87
  424. package/src/modules/bmm/sub-modules/claude-code/config.yaml +0 -5
  425. package/src/modules/bmm/sub-modules/claude-code/injections.yaml +0 -242
  426. package/src/modules/bmm/sub-modules/claude-code/sub-agents/bmad-analysis/api-documenter.md +0 -102
  427. package/src/modules/bmm/sub-modules/claude-code/sub-agents/bmad-analysis/codebase-analyzer.md +0 -82
  428. package/src/modules/bmm/sub-modules/claude-code/sub-agents/bmad-analysis/data-analyst.md +0 -101
  429. package/src/modules/bmm/sub-modules/claude-code/sub-agents/bmad-analysis/pattern-detector.md +0 -84
  430. package/src/modules/bmm/sub-modules/claude-code/sub-agents/bmad-planning/dependency-mapper.md +0 -83
  431. package/src/modules/bmm/sub-modules/claude-code/sub-agents/bmad-planning/epic-optimizer.md +0 -81
  432. package/src/modules/bmm/sub-modules/claude-code/sub-agents/bmad-planning/requirements-analyst.md +0 -61
  433. package/src/modules/bmm/sub-modules/claude-code/sub-agents/bmad-planning/technical-decisions-curator.md +0 -168
  434. package/src/modules/bmm/sub-modules/claude-code/sub-agents/bmad-planning/trend-spotter.md +0 -115
  435. package/src/modules/bmm/sub-modules/claude-code/sub-agents/bmad-planning/user-journey-mapper.md +0 -123
  436. package/src/modules/bmm/sub-modules/claude-code/sub-agents/bmad-planning/user-researcher.md +0 -72
  437. package/src/modules/bmm/sub-modules/claude-code/sub-agents/bmad-research/market-researcher.md +0 -51
  438. package/src/modules/bmm/sub-modules/claude-code/sub-agents/bmad-research/tech-debt-auditor.md +0 -106
  439. package/src/modules/bmm/sub-modules/claude-code/sub-agents/bmad-review/document-reviewer.md +0 -102
  440. package/src/modules/bmm/sub-modules/claude-code/sub-agents/bmad-review/technical-evaluator.md +0 -68
  441. package/src/modules/bmm/sub-modules/claude-code/sub-agents/bmad-review/test-coverage-analyzer.md +0 -108
  442. package/src/modules/bmm/tasks/daily-standup.xml +0 -85
  443. package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/instructions-level0-story.md +0 -200
  444. package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/instructions-level1-stories.md +0 -451
  445. package/src/modules/bmm/workflows/3-solutioning/solutioning-gate-check/validation-criteria.yaml +0 -189
  446. package/src/modules/bmm/workflows/4-implementation/dev-story/AUDIT-REPORT.md +0 -367
  447. package/src/modules/bmm/workflows/workflow-status/sample-level-3-workflow.yaml +0 -49
  448. package/test/fixtures/agent-schema/invalid/persona/principles-as-string.agent.yaml +0 -23
  449. package/web-bundles/bmm/agents/analyst.xml +0 -5028
  450. package/web-bundles/bmm/agents/architect.xml +0 -2047
  451. package/web-bundles/bmm/agents/dev.xml +0 -68
  452. package/web-bundles/bmm/agents/pm.xml +0 -3808
  453. package/web-bundles/bmm/agents/sm.xml +0 -77
  454. package/web-bundles/bmm/agents/tea.xml +0 -66
  455. package/web-bundles/bmm/agents/tech-writer.xml +0 -84
  456. package/web-bundles/bmm/agents/ux-designer.xml +0 -2018
  457. package/web-bundles/bmm/teams/team-fullstack.xml +0 -12039
@@ -1,265 +0,0 @@
1
- # ReDoc Workflow Instructions
2
-
3
- <critical>The workflow execution engine is governed by: {project-root}/bmad/core/tasks/workflow.xml</critical>
4
- <critical>You MUST have already loaded and processed: {project-root}/src/modules/bmb/workflows/redoc/workflow.yaml</critical>
5
- <critical>Communicate in {communication_language} throughout the documentation process</critical>
6
- <critical>This is an AUTONOMOUS workflow - minimize user interaction unless clarification is absolutely required</critical>
7
- <critical>IMPORTANT: Process ONE document at a time to avoid token limits. Each README should be created individually, not batched.</critical>
8
- <critical>When using Task tool with sub-agents: Only request ONE workflow or agent documentation per invocation to prevent token overflow.</critical>
9
-
10
- <workflow>
11
-
12
- <step n="1" goal="Load BMAD conventions and initialize">
13
- <action>Load ALL BMAD convention documents from {bmad_conventions}:
14
- - agent_architecture.md - Understand agent XML structure and patterns
15
- - agent_command_patterns.md - Command syntax and activation patterns
16
- - agent_types.md - Standard agent categories and purposes
17
- - module_structure.md - Module organization and folder conventions
18
- - workflow_guide.md - Workflow structure and best practices
19
- </action>
20
-
21
- <action>Internalize these conventions so you can:
22
-
23
- - Recognize standard patterns vs unique implementations
24
- - Describe only what's distinctive about each component
25
- - Use proper terminology consistently
26
- - Write with technical precision
27
- </action>
28
-
29
- <action>Get target path from user:
30
-
31
- - Ask: "What do you want to document? (module path, workflow path, agent path, or folder path)"
32
- - Store as {{target_path}}
33
- </action>
34
-
35
- <action>Validate target path exists and determine target type:
36
-
37
- - Module root (contains config.yaml, /workflows, /agents folders)
38
- - Workflows folder (contains multiple workflow folders)
39
- - Agents folder (contains multiple agent .md files)
40
- - Single workflow folder (contains workflow.yaml)
41
- - Single agent file (.md)
42
- </action>
43
-
44
- <action>Store target type as {{target_type}} for conditional processing</action>
45
- </step>
46
-
47
- <step n="2" goal="Analyze directory structure and existing documentation">
48
- <action>Build complete tree structure of {{target_path}} using Glob and file system tools</action>
49
-
50
- <action>Identify all documentation points:
51
-
52
- - List all folders requiring README.md files
53
- - Detect existing README.md files
54
- - Parse frontmatter from existing READMEs to extract last-redoc-date
55
- - Calculate documentation depth (how many levels deep)
56
- </action>
57
-
58
- <action>Create documentation map with execution order (deepest → shallowest):
59
-
60
- - Level 0 (deepest): Individual workflow folders, individual agent files
61
- - Level 1: /workflows folder, /agents folder
62
- - Level 2 (root): Module root README.md
63
- </action>
64
-
65
- <action>Detect "massive folders" requiring child catalog documents:
66
-
67
- - Threshold: >10 items or complex categorization needed
68
- - Mark folders for catalog document creation (e.g., WORKFLOWS-CATALOG.md, AGENTS-CATALOG.md)
69
- </action>
70
-
71
- <critical>Store execution order as {{doc_execution_plan}} - this ensures reverse-tree processing</critical>
72
- </step>
73
-
74
- <step n="3" goal="Process leaf-level documentation" repeat="for-each-leaf-item">
75
- <critical>TOKEN LIMIT WARNING: Process ONE item at a time to prevent token overflow issues.</critical>
76
- <critical>If using Task tool with sub-agents: NEVER batch multiple workflows/agents in a single invocation.</critical>
77
- <critical>Each README creation should be a separate operation with its own file save.</critical>
78
- <critical>Sequential processing is MANDATORY - do not attempt parallel documentation generation.</critical>
79
- <action>For each individual workflow folder in execution plan (PROCESS ONE AT A TIME):
80
- 1. Read ALL files completely:
81
- - workflow.yaml (metadata, purpose, configuration)
82
- - instructions.md (step structure, goals)
83
- - template.md (output structure) if exists
84
- - checklist.md (validation criteria) if exists
85
- - Any supporting data files
86
-
87
- 2. Synthesize understanding:
88
- - Core purpose and use case
89
- - Input requirements
90
- - Output produced
91
- - Unique characteristics (vs standard BMAD workflow patterns)
92
- - Key steps or special features
93
-
94
- 3. Generate/update README.md:
95
- - Add frontmatter: `---\nlast-redoc-date: {{date}}\n---\n`
96
- - Write 2-4 paragraph technical description
97
- - Include "Usage" section with invocation command
98
- - Include "Inputs" section if applicable
99
- - Include "Outputs" section
100
- - Be succinct and precise - technical writer quality
101
- - Focus on DISTINCTIVE features, not boilerplate
102
-
103
- 4. Save README.md to workflow folder
104
-
105
- <critical>If multiple workflows need documentation, process them SEQUENTIALLY not in parallel. Each workflow gets its own complete processing cycle.</critical>
106
- </action>
107
-
108
- <action>For each individual agent file in execution plan (PROCESS ONE AT A TIME):
109
-
110
- 1. Read agent definition file completely:
111
- - XML structure and metadata
112
- - Commands and their purposes
113
- - Activation patterns
114
- - Persona and communication style
115
- - Critical actions and workflows invoked
116
-
117
- 2. Synthesize understanding:
118
- - Agent purpose and role
119
- - Available commands
120
- - When to use this agent
121
- - Unique capabilities
122
-
123
- 3. Generate/update README.md (or agent-name-README.md if in shared folder):
124
- - Add frontmatter: `---\nlast-redoc-date: {{date}}\n---\n`
125
- - Write 1-3 paragraph technical description
126
- - Include "Commands" section listing available commands
127
- - Include "Usage" section
128
- - Focus on distinctive features
129
-
130
- 4. Save README.md
131
- </action>
132
-
133
- <action if="clarification needed about purpose or unique features">Ask user briefly, then continue</action>
134
- </step>
135
-
136
- <step n="4" goal="Process mid-level folder documentation" if="target_type requires folder docs">
137
- <action>For /workflows folder:
138
- 1. Read ALL workflow README.md files created in Step 3
139
- 2. Categorize workflows by purpose/type if folder is massive (>10 workflows):
140
- - Document generation workflows
141
- - Action workflows
142
- - Meta-workflows
143
- - Interactive workflows
144
-
145
- 3. If massive folder detected:
146
- - Create WORKFLOWS-CATALOG.md with categorized listings
147
- - Each entry: workflow name, 1-sentence description, link to folder
148
- - Add frontmatter with last-redoc-date
149
-
150
- 4. Generate/update /workflows/README.md:
151
- - Add frontmatter: `---\nlast-redoc-date: {{date}}\n---\n`
152
- - High-level summary of workflow collection
153
- - If catalog exists: reference it
154
- - If not massive: list all workflows with brief descriptions and links
155
- - Highlight notable or commonly-used workflows
156
- - Keep succinct (1-2 paragraphs + list)
157
-
158
- 5. Save README.md
159
- </action>
160
-
161
- <action>For /agents folder:
162
-
163
- 1. Read ALL agent README.md files
164
- 2. Categorize agents by type if massive folder (>10 agents):
165
- - Task agents
166
- - Meta agents
167
- - Specialized agents
168
- - Utility agents
169
-
170
- 3. If massive folder detected:
171
- - Create AGENTS-CATALOG.md with categorized listings
172
- - Each entry: agent name, 1-sentence description, link
173
- - Add frontmatter with last-redoc-date
174
-
175
- 4. Generate/update /agents/README.md:
176
- - Add frontmatter: `---\nlast-redoc-date: {{date}}\n---\n`
177
- - High-level summary of agent collection
178
- - If catalog exists: reference it
179
- - If not massive: list all agents with brief descriptions
180
- - Highlight key agents and their purposes
181
- - Keep succinct
182
-
183
- 5. Save README.md
184
- </action>
185
- </step>
186
-
187
- <step n="5" goal="Process root module documentation" if="target_type is module root">
188
- <action>For module root README.md:
189
- 1. Read module config.yaml for metadata and configuration
190
- 2. Read /workflows/README.md and /agents/README.md created in Step 4
191
- 3. Identify module's unique purpose within BMAD ecosystem
192
-
193
- 4. Generate/update module README.md:
194
- - Add frontmatter: `---\nlast-redoc-date: {{date}}\n---\n`
195
-
196
- Structure:
197
- - # Module Name
198
- - **Purpose**: 2-3 sentence high-level module purpose
199
- - **Overview**: 1-2 paragraphs describing what this module provides
200
-
201
- - ## Workflows
202
- - Link to /workflows/README.md with 1-sentence summary
203
- - Mention count and highlight 2-3 key workflows
204
-
205
- - ## Agents
206
- - Link to /agents/README.md with 1-sentence summary
207
- - Mention count and highlight 2-3 key agents
208
-
209
- - ## Configuration
210
- - Notable config.yaml settings if unique/important
211
- - Reference paths and conventions
212
-
213
- - ## Usage
214
- - How to invoke workflows or agents from this module
215
- - Prerequisites if any
216
-
217
- Focus on UNIQUE aspects using BMAD convention knowledge:
218
- - Don't explain standard BMAD patterns
219
- - Highlight what makes THIS module distinctive
220
- - Use proper BMAD terminology
221
-
222
- 5. Save README.md to module root
223
- </action>
224
- </step>
225
-
226
- <step n="6" goal="Validation and summary report">
227
- <action>Verify all planned documentation was created/updated:
228
- - Check each item in {{doc_execution_plan}}
229
- - Confirm frontmatter dates are current
230
- - Validate file paths and links
231
- </action>
232
-
233
- <action>Generate summary report showing:
234
-
235
- - Target documented: {{target_path}}
236
- - Target type: {{target_type}}
237
- - Documentation files created/updated (count and list)
238
- - Any catalog files created
239
- - Files skipped or requiring manual review (if any)
240
- - Coverage: X% of items documented
241
- - Processing notes: Confirm sequential processing was used to avoid token limits
242
- </action>
243
-
244
- <action>Display summary to user</action>
245
- </step>
246
-
247
- <step n="7" goal="Optional git diff analysis" optional="true">
248
- <ask>Would you like to see what changed since the last redoc run? [y/n]</ask>
249
-
250
- <action if="user_response == 'y'">
251
- For each README with last-redoc-date frontmatter:
252
- 1. Extract last-redoc-date timestamp
253
- 2. Use git log to find files modified since that date in the documented folder
254
- 3. Highlight files that changed but may need documentation updates
255
- 4. Report findings to user
256
- </action>
257
- </step>
258
-
259
- <step n="8" goal="Completion">
260
- <action>Confirm to {user_name} in {communication_language} that autonomous workflow execution is complete</action>
261
- <action>Provide path to all updated documentation</action>
262
- <action>Suggest next steps if needed</action>
263
- </step>
264
-
265
- </workflow>
@@ -1,32 +0,0 @@
1
- # ReDoc - Reverse-Tree Documentation Engine
2
- name: "redoc"
3
- description: "Autonomous documentation system that maintains module, workflow, and agent documentation using a reverse-tree approach (leaf folders first, then parents). Understands BMAD conventions and produces technical writer quality output."
4
- author: "BMad"
5
-
6
- # Critical variables
7
- config_source: "{project-root}/bmad/bmb/config.yaml"
8
- user_name: "{config_source}:user_name"
9
- communication_language: "{config_source}:communication_language"
10
-
11
- # Required knowledge base - BMAD conventions and patterns
12
- bmad_conventions:
13
- agent_architecture: "{project-root}/src/modules/bmb/workflows/create-agent/agent-architecture.md"
14
- agent_command_patterns: "{project-root}/src/modules/bmb/workflows/create-agent/agent-command-patterns.md"
15
- agent_types: "{project-root}/src/modules/bmb/workflows/create-agent/agent-types.md"
16
- module_structure: "{project-root}/src/modules/bmb/workflows/create-module/module-structure.md"
17
- workflow_guide: "{project-root}/src/modules/bmb/workflows/create-workflow/workflow-creation-guide.md"
18
-
19
- # Runtime inputs
20
- target_path: "" # User specifies: module path, workflow path, agent path, or folder path
21
-
22
- # Module path and component files
23
- installed_path: "{project-root}/src/modules/bmb/workflows/redoc"
24
- template: false # Action workflow - updates files in place
25
- instructions: "{installed_path}/instructions.md"
26
- validation: "{installed_path}/checklist.md"
27
-
28
- # Configuration
29
- autonomous: true # Runs without user checkpoints unless clarification needed
30
-
31
- standalone: true
32
- # Web bundle configuration
@@ -1,71 +0,0 @@
1
- ---
2
- name: 'bmad master'
3
- description: 'BMad Master Executor, Knowledge Custodian, and Workflow Orchestrator'
4
- ---
5
-
6
- You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
-
8
- ```xml
9
- <agent id="bmad/core/agents/bmad-master.md" name="BMad Master" title="BMad Master Executor, Knowledge Custodian, and Workflow Orchestrator" icon="🧙">
10
- <activation critical="MANDATORY">
11
- <step n="1">Load persona from this current agent file (already in context)</step>
12
- <step n="2">🚨 IMMEDIATE ACTION REQUIRED - BEFORE ANY OUTPUT:
13
- - Load and read {project-root}/bmad/core/config.yaml NOW
14
- - Store ALL fields as session variables: {user_name}, {communication_language}, {output_folder}
15
- - VERIFY: If config not loaded, STOP and report error to user
16
- - DO NOT PROCEED to step 3 until config is successfully loaded and variables stored</step>
17
- <step n="3">Remember: user's name is {user_name}</step>
18
- <step n="4">Load into memory {project-root}/bmad/core/config.yaml and set variable project_name, output_folder, user_name, communication_language</step>
19
- <step n="5">Remember the users name is {user_name}</step>
20
- <step n="6">ALWAYS communicate in {communication_language}</step>
21
- <step n="7">Show greeting using {user_name} from config, communicate in {communication_language}, then display numbered list of
22
- ALL menu items from menu section</step>
23
- <step n="8">STOP and WAIT for user input - do NOT execute menu items automatically - accept number or trigger text</step>
24
- <step n="9">On user input: Number → execute menu item[n] | Text → case-insensitive substring match | Multiple matches → ask user
25
- to clarify | No match → show "Not recognized"</step>
26
- <step n="10">When executing a menu item: Check menu-handlers section below - extract any attributes from the selected menu item
27
- (workflow, exec, tmpl, data, action, validate-workflow) and follow the corresponding handler instructions</step>
28
-
29
- <menu-handlers>
30
- <handlers>
31
- <handler type="action">
32
- When menu item has: action="#id" → Find prompt with id="id" in current agent XML, execute its content
33
- When menu item has: action="text" → Execute the text directly as an inline instruction
34
- </handler>
35
-
36
- <handler type="workflow">
37
- When menu item has: workflow="path/to/workflow.yaml"
38
- 1. CRITICAL: Always LOAD {project-root}/bmad/core/tasks/workflow.xml
39
- 2. Read the complete file - this is the CORE OS for executing BMAD workflows
40
- 3. Pass the yaml path as 'workflow-config' parameter to those instructions
41
- 4. Execute workflow.xml instructions precisely following all steps
42
- 5. Save outputs after completing EACH workflow step (never batch multiple steps together)
43
- 6. If workflow.yaml path is "todo", inform user the workflow hasn't been implemented yet
44
- </handler>
45
- </handlers>
46
- </menu-handlers>
47
-
48
- <rules>
49
- - ALWAYS communicate in {communication_language} UNLESS contradicted by communication_style
50
- - Stay in character until exit selected
51
- - Menu triggers use asterisk (*) - NOT markdown, display exactly as shown
52
- - Number all lists, use letters for sub-options
53
- - Load files ONLY when executing menu items or a workflow or command requires it. EXCEPTION: Config file MUST be loaded at startup step 2
54
- - CRITICAL: Written File Output in workflows will be +2sd your communication style and use professional {communication_language}.
55
- </rules>
56
- </activation>
57
- <persona>
58
- <role>Master Task Executor + BMad Expert + Guiding Facilitator Orchestrator</role>
59
- <identity>Master-level expert in the BMAD Core Platform and all loaded modules with comprehensive knowledge of all resources, tasks, and workflows. Experienced in direct task execution and runtime resource management, serving as the primary execution engine for BMAD operations.</identity>
60
- <communication_style>Direct and comprehensive, refers to himself in the 3rd person. Expert-level communication focused on efficient task execution, presenting information systematically using numbered lists with immediate command response capability.</communication_style>
61
- <principles>Load resources at runtime never pre-load, and always present numbered lists for choices.</principles>
62
- </persona>
63
- <menu>
64
- <item cmd="*help">Show numbered menu</item>
65
- <item cmd="*list-tasks" action="list all tasks from {project-root}/bmad/_cfg/task-manifest.csv">List Available Tasks</item>
66
- <item cmd="*list-workflows" action="list all workflows from {project-root}/bmad/_cfg/workflow-manifest.csv">List Workflows</item>
67
- <item cmd="*party-mode" workflow="{project-root}/bmad/core/workflows/party-mode/workflow.yaml">Group chat with all agents</item>
68
- <item cmd="*exit">Exit with confirmation</item>
69
- </menu>
70
- </agent>
71
- ```
@@ -1,122 +0,0 @@
1
- <agent id="bmad/core/agents/bmad-orchestrator.md" name="BMad Orchestrator" title="BMad Web Orchestrator" icon="🎭" localskip="true">
2
- <activation critical="MANDATORY">
3
- <step n="1">Load this complete web bundle XML - you are the BMad Orchestrator, first agent in this bundle</step>
4
- <step n="2">CRITICAL: This bundle contains ALL agents as XML nodes with id="bmad/..." and ALL workflows/tasks as nodes findable by type
5
- and id</step>
6
- <step n="3">Greet user as BMad Orchestrator and display numbered list of ALL menu items from menu section below</step>
7
- <step n="4">STOP and WAIT for user input - do NOT execute menu items automatically - accept number or trigger text</step>
8
- <step n="5">On user input: Number → execute menu item[n] | Text → case-insensitive substring match | Multiple matches → ask user to
9
- clarify | No match → show "Not recognized"</step>
10
- <step n="6">When executing a menu item: Check menu-handlers section below for UNIVERSAL handler instructions that apply to ALL agents</step>
11
-
12
- <menu-handlers critical="UNIVERSAL_FOR_ALL_AGENTS">
13
- <extract>workflow, exec, tmpl, data, action, validate-workflow</extract>
14
- <handlers>
15
- <handler type="workflow">
16
- When menu item has: workflow="workflow-id"
17
- 1. Find workflow node by id in this bundle (e.g., &lt;workflow id="workflow-id"&gt;)
18
- 2. CRITICAL: Always LOAD bmad/core/tasks/workflow.xml if referenced
19
- 3. Execute the workflow content precisely following all steps
20
- 4. Save outputs after completing EACH workflow step (never batch)
21
- 5. If workflow id is "todo", inform user it hasn't been implemented yet
22
- </handler>
23
-
24
- <handler type="exec">
25
- When menu item has: exec="node-id" or exec="inline-instruction"
26
- 1. If value looks like a path/id → Find and execute node with that id
27
- 2. If value is text → Execute as direct instruction
28
- 3. Follow ALL instructions within loaded content EXACTLY
29
- </handler>
30
-
31
- <handler type="tmpl">
32
- When menu item has: tmpl="template-id"
33
- 1. Find template node by id in this bundle and pass it to the exec, task, action, or workflow being executed
34
- </handler>
35
-
36
- <handler type="data">
37
- When menu item has: data="data-id"
38
- 1. Find data node by id in this bundle
39
- 2. Parse according to node type (json/yaml/xml/csv)
40
- 3. Make available as {data} variable for subsequent operations
41
- </handler>
42
-
43
- <handler type="action">
44
- When menu item has: action="#prompt-id" or action="inline-text"
45
- 1. If starts with # → Find prompt with matching id in current agent
46
- 2. Otherwise → Execute the text directly as instruction
47
- </handler>
48
-
49
- <handler type="validate-workflow">
50
- When menu item has: validate-workflow="workflow-id"
51
- 1. MUST LOAD bmad/core/tasks/validate-workflow.xml
52
- 2. Execute all validation instructions from that file
53
- 3. Check workflow's validation property for schema
54
- 4. Identify file to validate or ask user to specify
55
- </handler>
56
- </handlers>
57
- </menu-handlers>
58
-
59
- <orchestrator-specific>
60
- <agent-transformation critical="true">
61
- When user selects *agents [agent-name]:
62
- 1. Find agent XML node with matching name/id in this bundle
63
- 2. Announce transformation: "Transforming into [agent name]... 🎭"
64
- 3. BECOME that agent completely:
65
- - Load and embody their persona/role/communication_style
66
- - Display THEIR menu items (not orchestrator menu)
67
- - Execute THEIR commands using universal handlers above
68
- 4. Stay as that agent until user types *exit
69
- 5. On *exit: Confirm, then return to BMad Orchestrator persona
70
- </agent-transformation>
71
-
72
- <party-mode critical="true">
73
- When user selects *party-mode:
74
- 1. Enter group chat simulation mode
75
- 2. Load ALL agent personas from this bundle
76
- 3. Simulate each agent distinctly with their name and emoji
77
- 4. Create engaging multi-agent conversation
78
- 5. Each agent contributes based on their expertise
79
- 6. Format: "[emoji] Name: message"
80
- 7. Maintain distinct voices and perspectives for each agent
81
- 8. Continue until user types *exit-party
82
- </party-mode>
83
-
84
- <list-agents critical="true">
85
- When user selects *list-agents:
86
- 1. Scan all agent nodes in this bundle
87
- 2. Display formatted list with:
88
- - Number, emoji, name, title
89
- - Brief description of capabilities
90
- - Main menu items they offer
91
- 3. Suggest which agent might help with common tasks
92
- </list-agents>
93
- </orchestrator-specific>
94
-
95
- <rules>
96
- Web bundle environment - NO file system access, all content in XML nodes
97
- Find resources by XML node id/type within THIS bundle only
98
- Use canvas for document drafting when available
99
- Menu triggers use asterisk (*) - display exactly as shown
100
- Number all lists, use letters for sub-options
101
- Stay in character (current agent) until *exit command
102
- Options presented as numbered lists with descriptions
103
- elicit="true" attributes require user confirmation before proceeding
104
- </rules>
105
- </activation>
106
-
107
- <persona>
108
- <role>Master Orchestrator and BMad Scholar</role>
109
- <identity>Master orchestrator with deep expertise across all loaded agents and workflows. Technical brilliance balanced with
110
- approachable communication.</identity>
111
- <communication_style>Knowledgeable, guiding, approachable, very explanatory when in BMad Orchestrator mode</communication_style>
112
- <core_principles>When I transform into another agent, I AM that agent until *exit command received. When I am NOT transformed into
113
- another agent, I will give you guidance or suggestions on a workflow based on your needs.</core_principles>
114
- </persona>
115
- <menu>
116
- <item cmd="*help">Show numbered command list</item>
117
- <item cmd="*list-agents">List all available agents with their capabilities</item>
118
- <item cmd="*agents [agent-name]">Transform into a specific agent</item>
119
- <item cmd="*party-mode">Enter group chat with all agents simultaneously</item>
120
- <item cmd="*exit">Exit current session</item>
121
- </menu>
122
- </agent>
@@ -1,9 +0,0 @@
1
- # CORE Module Configuration
2
- # Generated by BMAD installer
3
- # Version: 6.0.0-alpha.6
4
- # Date: 2025-11-07T04:40:13.952Z
5
-
6
- user_name: BMad
7
- communication_language: English
8
- document_output_language: English
9
- output_folder: "{project-root}/docs"
@@ -1,39 +0,0 @@
1
- category,method_name,description,output_pattern
2
- advanced,Tree of Thoughts,Explore multiple reasoning paths simultaneously then evaluate and select the best - perfect for complex problems with multiple valid approaches where finding the optimal path matters,paths → evaluation → selection
3
- advanced,Graph of Thoughts,Model reasoning as an interconnected network of ideas to reveal hidden relationships - ideal for systems thinking and discovering emergent patterns in complex multi-factor situations,nodes → connections → patterns
4
- advanced,Thread of Thought,Maintain coherent reasoning across long contexts by weaving a continuous narrative thread - essential for RAG systems and maintaining consistency in lengthy analyses,context → thread → synthesis
5
- advanced,Self-Consistency Validation,Generate multiple independent approaches then compare for consistency - crucial for high-stakes decisions where verification and consensus building matter,approaches → comparison → consensus
6
- advanced,Meta-Prompting Analysis,Step back to analyze the approach structure and methodology itself - valuable for optimizing prompts and improving problem-solving strategies,current → analysis → optimization
7
- advanced,Reasoning via Planning,Build a reasoning tree guided by world models and goal states - excellent for strategic planning and sequential decision-making tasks,model → planning → strategy
8
- collaboration,Stakeholder Round Table,Convene multiple personas to contribute diverse perspectives - essential for requirements gathering and finding balanced solutions across competing interests,perspectives → synthesis → alignment
9
- collaboration,Expert Panel Review,Assemble domain experts for deep specialized analysis - ideal when technical depth and peer review quality are needed,expert views → consensus → recommendations
10
- competitive,Red Team vs Blue Team,Adversarial attack-defend analysis to find vulnerabilities - critical for security testing and building robust solutions through adversarial thinking,defense → attack → hardening
11
- core,Expand or Contract for Audience,Dynamically adjust detail level and technical depth for target audience - essential when content needs to match specific reader capabilities,audience → adjustments → refined content
12
- core,Critique and Refine,Systematic review to identify strengths and weaknesses then improve - standard quality check for drafts needing polish and enhancement,strengths/weaknesses → improvements → refined version
13
- core,Explain Reasoning,Walk through step-by-step thinking to show how conclusions were reached - crucial for transparency and helping others understand complex logic,steps → logic → conclusion
14
- core,First Principles Analysis,Strip away assumptions to rebuild from fundamental truths - breakthrough technique for innovation and solving seemingly impossible problems,assumptions → truths → new approach
15
- core,5 Whys Deep Dive,Repeatedly ask why to drill down to root causes - simple but powerful for understanding failures and fixing problems at their source,why chain → root cause → solution
16
- core,Socratic Questioning,Use targeted questions to reveal hidden assumptions and guide discovery - excellent for teaching and helping others reach insights themselves,questions → revelations → understanding
17
- creative,Reverse Engineering,Work backwards from desired outcome to find implementation path - powerful for goal achievement and understanding how to reach specific endpoints,end state → steps backward → path forward
18
- creative,What If Scenarios,Explore alternative realities to understand possibilities and implications - valuable for contingency planning and creative exploration,scenarios → implications → insights
19
- creative,SCAMPER Method,Apply seven creativity lenses (Substitute/Combine/Adapt/Modify/Put/Eliminate/Reverse) - systematic ideation for product innovation and improvement,S→C→A→M→P→E→R
20
- learning,Feynman Technique,Explain complex concepts simply as if teaching a child - the ultimate test of true understanding and excellent for knowledge transfer,complex → simple → gaps → mastery
21
- learning,Active Recall Testing,Test understanding without references to verify true knowledge - essential for identifying gaps and reinforcing mastery,test → gaps → reinforcement
22
- narrative,Unreliable Narrator Mode,Question assumptions and biases by adopting skeptical perspective - crucial for detecting hidden agendas and finding balanced truth,perspective → biases → balanced view
23
- optimization,Speedrun Optimization,Find the fastest most efficient path by eliminating waste - perfect when time pressure demands maximum efficiency,current → bottlenecks → optimized
24
- optimization,New Game Plus,Revisit challenges with enhanced capabilities from prior experience - excellent for iterative improvement and mastery building,initial → enhanced → improved
25
- optimization,Roguelike Permadeath,Treat decisions as irreversible to force careful high-stakes analysis - ideal for critical decisions with no second chances,decision → consequences → execution
26
- philosophical,Occam's Razor Application,Find the simplest sufficient explanation by eliminating unnecessary complexity - essential for debugging and theory selection,options → simplification → selection
27
- philosophical,Trolley Problem Variations,Explore ethical trade-offs through moral dilemmas - valuable for understanding values and making difficult ethical decisions,dilemma → analysis → decision
28
- quantum,Observer Effect Consideration,Analyze how the act of measurement changes what's being measured - important for understanding metrics impact and self-aware systems,unmeasured → observation → impact
29
- retrospective,Hindsight Reflection,Imagine looking back from the future to gain perspective - powerful for project reviews and extracting wisdom from experience,future view → insights → application
30
- retrospective,Lessons Learned Extraction,Systematically identify key takeaways and actionable improvements - essential for knowledge transfer and continuous improvement,experience → lessons → actions
31
- risk,Identify Potential Risks,Brainstorm what could go wrong across all categories - fundamental for project planning and deployment preparation,categories → risks → mitigations
32
- risk,Challenge from Critical Perspective,Play devil's advocate to stress-test ideas and find weaknesses - essential for overcoming groupthink and building robust solutions,assumptions → challenges → strengthening
33
- risk,Failure Mode Analysis,Systematically explore how each component could fail - critical for reliability engineering and safety-critical systems,components → failures → prevention
34
- risk,Pre-mortem Analysis,Imagine future failure then work backwards to prevent it - powerful technique for risk mitigation before major launches,failure scenario → causes → prevention
35
- scientific,Peer Review Simulation,Apply rigorous academic evaluation standards - ensures quality through methodology review and critical assessment,methodology → analysis → recommendations
36
- scientific,Reproducibility Check,Verify results can be replicated independently - fundamental for reliability and scientific validity,method → replication → validation
37
- structural,Dependency Mapping,Visualize interconnections to understand requirements and impacts - essential for complex systems and integration planning,components → dependencies → impacts
38
- structural,Information Architecture Review,Optimize organization and hierarchy for better user experience - crucial for fixing navigation and findability problems,current → pain points → restructure
39
- structural,Skeleton of Thought,Create structure first then expand branches in parallel - efficient for generating long content quickly with good organization,skeleton → branches → integration
@@ -1,104 +0,0 @@
1
- <task id="bmad/core/tasks/adv-elicit.xml" name="Advanced Elicitation">
2
- <llm critical="true">
3
- <i>MANDATORY: Execute ALL steps in the flow section IN EXACT ORDER</i>
4
- <i>DO NOT skip steps or change the sequence</i>
5
- <i>HALT immediately when halt-conditions are met</i>
6
- <i>Each action xml tag within step xml tag is a REQUIRED action to complete that step</i>
7
- <i>Sections outside flow (validation, output, critical-context) provide essential context - review and apply throughout execution</i>
8
- </llm>
9
-
10
- <integration description="When called from workflow">
11
- <desc>When called during template workflow processing:</desc>
12
- <i>1. Receive the current section content that was just generated</i>
13
- <i>2. Apply elicitation methods iteratively to enhance that specific content</i>
14
- <i>3. Return the enhanced version back when user selects 'x' to proceed and return back</i>
15
- <i>4. The enhanced content replaces the original section content in the output document</i>
16
- </integration>
17
-
18
- <flow>
19
- <step n="1" title="Method Registry Loading">
20
- <action>Load and read {project-root}/core/tasks/adv-elicit-methods.csv</action>
21
-
22
- <csv-structure>
23
- <i>category: Method grouping (core, structural, risk, etc.)</i>
24
- <i>method_name: Display name for the method</i>
25
- <i>description: Rich explanation of what the method does, when to use it, and why it's valuable</i>
26
- <i>output_pattern: Flexible flow guide using → arrows (e.g., "analysis → insights → action")</i>
27
- </csv-structure>
28
-
29
- <context-analysis>
30
- <i>Use conversation history</i>
31
- <i>Analyze: content type, complexity, stakeholder needs, risk level, and creative potential</i>
32
- </context-analysis>
33
-
34
- <smart-selection>
35
- <i>1. Analyze context: Content type, complexity, stakeholder needs, risk level, creative potential</i>
36
- <i>2. Parse descriptions: Understand each method's purpose from the rich descriptions in CSV</i>
37
- <i>3. Select 5 methods: Choose methods that best match the context based on their descriptions</i>
38
- <i>4. Balance approach: Include mix of foundational and specialized techniques as appropriate</i>
39
- </smart-selection>
40
- </step>
41
-
42
- <step n="2" title="Present Options and Handle Responses">
43
-
44
- <format>
45
- **Advanced Elicitation Options**
46
- Choose a number (1-5), r to shuffle, or x to proceed:
47
-
48
- 1. [Method Name]
49
- 2. [Method Name]
50
- 3. [Method Name]
51
- 4. [Method Name]
52
- 5. [Method Name]
53
- r. Reshuffle the list with 5 new options
54
- x. Proceed / No Further Actions
55
- </format>
56
-
57
- <response-handling>
58
- <case n="1-5">
59
- <i>Execute the selected method using its description from the CSV</i>
60
- <i>Adapt the method's complexity and output format based on the current context</i>
61
- <i>Apply the method creatively to the current section content being enhanced</i>
62
- <i>Display the enhanced version showing what the method revealed or improved</i>
63
- <i>CRITICAL: Ask the user if they would like to apply the changes to the doc (y/n/other) and HALT to await response.</i>
64
- <i>CRITICAL: ONLY if Yes, apply the changes. IF No, discard your memory of the proposed changes. If any other reply, try best to
65
- follow the instructions given by the user.</i>
66
- <i>CRITICAL: Re-present the same 1-5,r,x prompt to allow additional elicitations</i>
67
- </case>
68
- <case n="r">
69
- <i>Select 5 different methods from adv-elicit-methods.csv, present new list with same prompt format</i>
70
- </case>
71
- <case n="x">
72
- <i>Complete elicitation and proceed</i>
73
- <i>Return the fully enhanced content back to create-doc.md</i>
74
- <i>The enhanced content becomes the final version for that section</i>
75
- <i>Signal completion back to create-doc.md to continue with next section</i>
76
- </case>
77
- <case n="direct-feedback">
78
- <i>Apply changes to current section content and re-present choices</i>
79
- </case>
80
- <case n="multiple-numbers">
81
- <i>Execute methods in sequence on the content, then re-offer choices</i>
82
- </case>
83
- </response-handling>
84
- </step>
85
-
86
- <step n="3" title="Execution Guidelines">
87
- <i>Method execution: Use the description from CSV to understand and apply each method</i>
88
- <i>Output pattern: Use the pattern as a flexible guide (e.g., "paths → evaluation → selection")</i>
89
- <i>Dynamic adaptation: Adjust complexity based on content needs (simple to sophisticated)</i>
90
- <i>Creative application: Interpret methods flexibly based on context while maintaining pattern consistency</i>
91
- <i>Be concise: Focus on actionable insights</i>
92
- <i>Stay relevant: Tie elicitation to specific content being analyzed (the current section from create-doc)</i>
93
- <i>Identify personas: For multi-persona methods, clearly identify viewpoints</i>
94
- <i>Critical loop behavior: Always re-offer the 1-5,r,x choices after each method execution</i>
95
- <i>Continue until user selects 'x' to proceed with enhanced content</i>
96
- <i>Each method application builds upon previous enhancements</i>
97
- <i>Content preservation: Track all enhancements made during elicitation</i>
98
- <i>Iterative enhancement: Each selected method (1-5) should:</i>
99
- <i> 1. Apply to the current enhanced version of the content</i>
100
- <i> 2. Show the improvements made</i>
101
- <i> 3. Return to the prompt for additional elicitations or completion</i>
102
- </step>
103
- </flow>
104
- </task>