bmad-odoo 1.0.0

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 (282) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/LICENSE +21 -0
  3. package/README.md +317 -0
  4. package/_config/agent-manifest.csv +10 -0
  5. package/_config/manifest.yaml +10 -0
  6. package/_config/workflow-manifest.csv +10 -0
  7. package/bmm/agents/analyst.md +93 -0
  8. package/bmm/agents/architect.md +72 -0
  9. package/bmm/agents/dev.md +85 -0
  10. package/bmm/agents/pm.md +61 -0
  11. package/bmm/agents/quick-flow-solo-dev.md +58 -0
  12. package/bmm/agents/sm.md +56 -0
  13. package/bmm/agents/tea.md +57 -0
  14. package/bmm/agents/tech-writer.md +56 -0
  15. package/bmm/agents/ux-designer.md +56 -0
  16. package/bmm/config.yaml +27 -0
  17. package/bmm/data/odoo-knowledge-base.md +90 -0
  18. package/bmm/teams/default-team.md +17 -0
  19. package/bmm/testarch/odoo-test-design/steps/step-01-init.md +44 -0
  20. package/bmm/testarch/odoo-test-design/steps/step-02-test-cases.md +82 -0
  21. package/bmm/testarch/odoo-test-design/steps/step-03-complete.md +69 -0
  22. package/bmm/testarch/odoo-test-design/workflow.md +30 -0
  23. package/bmm/testarch/odoo-testing-guide.md +30 -0
  24. package/bmm/workflows/1-analysis/analyze-process/process-analysis.template.md +80 -0
  25. package/bmm/workflows/1-analysis/analyze-process/steps/step-01-init.md +44 -0
  26. package/bmm/workflows/1-analysis/analyze-process/steps/step-02-current-state.md +55 -0
  27. package/bmm/workflows/1-analysis/analyze-process/steps/step-03-pain-points.md +67 -0
  28. package/bmm/workflows/1-analysis/analyze-process/steps/step-04-odoo-mapping.md +67 -0
  29. package/bmm/workflows/1-analysis/analyze-process/steps/step-05-recommendations.md +99 -0
  30. package/bmm/workflows/1-analysis/analyze-process/steps/step-06-complete.md +62 -0
  31. package/bmm/workflows/1-analysis/analyze-process/workflow.md +60 -0
  32. package/bmm/workflows/1-analysis/create-odoo-product-brief/steps/step-01-init.md +45 -0
  33. package/bmm/workflows/1-analysis/create-odoo-product-brief/steps/step-02-users-stakeholders.md +46 -0
  34. package/bmm/workflows/1-analysis/create-odoo-product-brief/steps/step-03-odoo-modules.md +59 -0
  35. package/bmm/workflows/1-analysis/create-odoo-product-brief/steps/step-04-scope-timeline.md +64 -0
  36. package/bmm/workflows/1-analysis/create-odoo-product-brief/steps/step-05-complete.md +32 -0
  37. package/bmm/workflows/1-analysis/create-odoo-product-brief/workflow.md +35 -0
  38. package/bmm/workflows/1-analysis/create-product-brief/product-brief.template.md +10 -0
  39. package/bmm/workflows/1-analysis/create-product-brief/steps/step-01-init.md +182 -0
  40. package/bmm/workflows/1-analysis/create-product-brief/steps/step-01b-continue.md +166 -0
  41. package/bmm/workflows/1-analysis/create-product-brief/steps/step-02-vision.md +204 -0
  42. package/bmm/workflows/1-analysis/create-product-brief/steps/step-03-users.md +207 -0
  43. package/bmm/workflows/1-analysis/create-product-brief/steps/step-04-metrics.md +210 -0
  44. package/bmm/workflows/1-analysis/create-product-brief/steps/step-05-scope.md +224 -0
  45. package/bmm/workflows/1-analysis/create-product-brief/steps/step-06-complete.md +199 -0
  46. package/bmm/workflows/1-analysis/create-product-brief/workflow.md +58 -0
  47. package/bmm/workflows/1-analysis/gap-analysis/steps/step-01-init.md +45 -0
  48. package/bmm/workflows/1-analysis/gap-analysis/steps/step-02-odoo-capabilities.md +36 -0
  49. package/bmm/workflows/1-analysis/gap-analysis/steps/step-03-gap-matrix.md +51 -0
  50. package/bmm/workflows/1-analysis/gap-analysis/workflow.md +45 -0
  51. package/bmm/workflows/1-analysis/research/domain-steps/step-01-init.md +137 -0
  52. package/bmm/workflows/1-analysis/research/domain-steps/step-02-domain-analysis.md +229 -0
  53. package/bmm/workflows/1-analysis/research/domain-steps/step-03-competitive-landscape.md +238 -0
  54. package/bmm/workflows/1-analysis/research/domain-steps/step-04-regulatory-focus.md +206 -0
  55. package/bmm/workflows/1-analysis/research/domain-steps/step-05-technical-trends.md +234 -0
  56. package/bmm/workflows/1-analysis/research/domain-steps/step-06-research-synthesis.md +443 -0
  57. package/bmm/workflows/1-analysis/research/market-steps/step-01-init.md +182 -0
  58. package/bmm/workflows/1-analysis/research/market-steps/step-02-customer-behavior.md +237 -0
  59. package/bmm/workflows/1-analysis/research/market-steps/step-02-customer-insights.md +200 -0
  60. package/bmm/workflows/1-analysis/research/market-steps/step-03-customer-pain-points.md +249 -0
  61. package/bmm/workflows/1-analysis/research/market-steps/step-04-customer-decisions.md +259 -0
  62. package/bmm/workflows/1-analysis/research/market-steps/step-05-competitive-analysis.md +177 -0
  63. package/bmm/workflows/1-analysis/research/market-steps/step-06-research-completion.md +475 -0
  64. package/bmm/workflows/1-analysis/research/research.template.md +29 -0
  65. package/bmm/workflows/1-analysis/research/technical-steps/step-01-init.md +137 -0
  66. package/bmm/workflows/1-analysis/research/technical-steps/step-02-technical-overview.md +239 -0
  67. package/bmm/workflows/1-analysis/research/technical-steps/step-03-integration-patterns.md +248 -0
  68. package/bmm/workflows/1-analysis/research/technical-steps/step-04-architectural-patterns.md +202 -0
  69. package/bmm/workflows/1-analysis/research/technical-steps/step-05-implementation-research.md +239 -0
  70. package/bmm/workflows/1-analysis/research/technical-steps/step-06-research-synthesis.md +486 -0
  71. package/bmm/workflows/1-analysis/research/workflow.md +173 -0
  72. package/bmm/workflows/2-plan-workflows/create-odoo-addon/steps/step-01-init.md +48 -0
  73. package/bmm/workflows/2-plan-workflows/create-odoo-addon/steps/step-02-technical-design.md +82 -0
  74. package/bmm/workflows/2-plan-workflows/create-odoo-addon/steps/step-03-generate.md +86 -0
  75. package/bmm/workflows/2-plan-workflows/create-odoo-addon/workflow.md +39 -0
  76. package/bmm/workflows/2-plan-workflows/create-odoo-epic/steps/step-01-init.md +55 -0
  77. package/bmm/workflows/2-plan-workflows/create-odoo-epic/steps/step-02-stories.md +53 -0
  78. package/bmm/workflows/2-plan-workflows/create-odoo-epic/steps/step-03-complete.md +39 -0
  79. package/bmm/workflows/2-plan-workflows/create-odoo-epic/workflow.md +35 -0
  80. package/bmm/workflows/2-plan-workflows/create-odoo-prd/steps/step-01-init.md +46 -0
  81. package/bmm/workflows/2-plan-workflows/create-odoo-prd/steps/step-02-functional-requirements.md +56 -0
  82. package/bmm/workflows/2-plan-workflows/create-odoo-prd/steps/step-03-technical-requirements.md +45 -0
  83. package/bmm/workflows/2-plan-workflows/create-odoo-prd/steps/step-04-complete.md +40 -0
  84. package/bmm/workflows/2-plan-workflows/create-odoo-prd/workflow.md +29 -0
  85. package/bmm/workflows/2-plan-workflows/create-odoo-ux-design/steps/step-01-init.md +52 -0
  86. package/bmm/workflows/2-plan-workflows/create-odoo-ux-design/steps/step-02-form-design.md +78 -0
  87. package/bmm/workflows/2-plan-workflows/create-odoo-ux-design/steps/step-03-tree-design.md +84 -0
  88. package/bmm/workflows/2-plan-workflows/create-odoo-ux-design/steps/step-04-complete.md +55 -0
  89. package/bmm/workflows/2-plan-workflows/create-odoo-ux-design/workflow.md +30 -0
  90. package/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01-init.md +135 -0
  91. package/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01b-continue.md +127 -0
  92. package/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-02-discovery.md +190 -0
  93. package/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-03-core-experience.md +216 -0
  94. package/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-04-emotional-response.md +219 -0
  95. package/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-05-inspiration.md +234 -0
  96. package/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-06-design-system.md +252 -0
  97. package/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-07-defining-experience.md +254 -0
  98. package/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-08-visual-foundation.md +224 -0
  99. package/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-09-design-directions.md +224 -0
  100. package/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-10-user-journeys.md +241 -0
  101. package/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-11-component-strategy.md +248 -0
  102. package/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-12-ux-patterns.md +237 -0
  103. package/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-13-responsive-accessibility.md +264 -0
  104. package/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-14-complete.md +228 -0
  105. package/bmm/workflows/2-plan-workflows/create-ux-design/ux-design-template.md +13 -0
  106. package/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md +43 -0
  107. package/bmm/workflows/2-plan-workflows/plan-odoo-migration/steps/step-01-init.md +49 -0
  108. package/bmm/workflows/2-plan-workflows/plan-odoo-migration/steps/step-02-risk-assessment.md +51 -0
  109. package/bmm/workflows/2-plan-workflows/plan-odoo-migration/steps/step-03-roadmap.md +58 -0
  110. package/bmm/workflows/2-plan-workflows/plan-odoo-migration/workflow.md +29 -0
  111. package/bmm/workflows/2-plan-workflows/prd/domain-complexity.csv +13 -0
  112. package/bmm/workflows/2-plan-workflows/prd/prd-template.md +11 -0
  113. package/bmm/workflows/2-plan-workflows/prd/project-types.csv +11 -0
  114. package/bmm/workflows/2-plan-workflows/prd/steps/step-01-init.md +197 -0
  115. package/bmm/workflows/2-plan-workflows/prd/steps/step-01b-continue.md +166 -0
  116. package/bmm/workflows/2-plan-workflows/prd/steps/step-02-discovery.md +421 -0
  117. package/bmm/workflows/2-plan-workflows/prd/steps/step-03-success.md +290 -0
  118. package/bmm/workflows/2-plan-workflows/prd/steps/step-04-journeys.md +291 -0
  119. package/bmm/workflows/2-plan-workflows/prd/steps/step-05-domain.md +271 -0
  120. package/bmm/workflows/2-plan-workflows/prd/steps/step-06-innovation.md +262 -0
  121. package/bmm/workflows/2-plan-workflows/prd/steps/step-07-project-type.md +258 -0
  122. package/bmm/workflows/2-plan-workflows/prd/steps/step-08-scoping.md +299 -0
  123. package/bmm/workflows/2-plan-workflows/prd/steps/step-09-functional.md +270 -0
  124. package/bmm/workflows/2-plan-workflows/prd/steps/step-10-nonfunctional.md +294 -0
  125. package/bmm/workflows/2-plan-workflows/prd/steps/step-11-complete.md +186 -0
  126. package/bmm/workflows/2-plan-workflows/prd/workflow.md +63 -0
  127. package/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-01-document-discovery.md +190 -0
  128. package/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-02-prd-analysis.md +178 -0
  129. package/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-03-epic-coverage-validation.md +179 -0
  130. package/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-04-ux-alignment.md +139 -0
  131. package/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-05-epic-quality-review.md +252 -0
  132. package/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-06-final-assessment.md +133 -0
  133. package/bmm/workflows/3-solutioning/check-implementation-readiness/templates/readiness-report-template.md +4 -0
  134. package/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md +55 -0
  135. package/bmm/workflows/3-solutioning/create-architecture/architecture-decision-template.md +12 -0
  136. package/bmm/workflows/3-solutioning/create-architecture/data/domain-complexity.csv +11 -0
  137. package/bmm/workflows/3-solutioning/create-architecture/data/project-types.csv +7 -0
  138. package/bmm/workflows/3-solutioning/create-architecture/steps/step-01-init.md +153 -0
  139. package/bmm/workflows/3-solutioning/create-architecture/steps/step-01b-continue.md +164 -0
  140. package/bmm/workflows/3-solutioning/create-architecture/steps/step-02-context.md +224 -0
  141. package/bmm/workflows/3-solutioning/create-architecture/steps/step-03-starter.md +331 -0
  142. package/bmm/workflows/3-solutioning/create-architecture/steps/step-04-decisions.md +318 -0
  143. package/bmm/workflows/3-solutioning/create-architecture/steps/step-05-patterns.md +359 -0
  144. package/bmm/workflows/3-solutioning/create-architecture/steps/step-06-structure.md +379 -0
  145. package/bmm/workflows/3-solutioning/create-architecture/steps/step-07-validation.md +359 -0
  146. package/bmm/workflows/3-solutioning/create-architecture/steps/step-08-complete.md +352 -0
  147. package/bmm/workflows/3-solutioning/create-architecture/workflow.md +50 -0
  148. package/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-01-validate-prerequisites.md +259 -0
  149. package/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-02-design-epics.md +233 -0
  150. package/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-03-create-stories.md +272 -0
  151. package/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-04-final-validation.md +145 -0
  152. package/bmm/workflows/3-solutioning/create-epics-and-stories/templates/epics-template.md +57 -0
  153. package/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md +59 -0
  154. package/bmm/workflows/3-solutioning/enhance-existing-system/steps/step-01-init.md +44 -0
  155. package/bmm/workflows/3-solutioning/enhance-existing-system/steps/step-02-inheritance-strategy.md +75 -0
  156. package/bmm/workflows/3-solutioning/enhance-existing-system/steps/step-03-implementation.md +64 -0
  157. package/bmm/workflows/3-solutioning/enhance-existing-system/workflow.md +30 -0
  158. package/bmm/workflows/3-solutioning/quick-addon/workflow.md +23 -0
  159. package/bmm/workflows/4-implementation/code-review/checklist.md +23 -0
  160. package/bmm/workflows/4-implementation/code-review/instructions.xml +225 -0
  161. package/bmm/workflows/4-implementation/code-review/workflow.yaml +50 -0
  162. package/bmm/workflows/4-implementation/correct-course/checklist.md +279 -0
  163. package/bmm/workflows/4-implementation/correct-course/instructions.md +206 -0
  164. package/bmm/workflows/4-implementation/correct-course/workflow.yaml +58 -0
  165. package/bmm/workflows/4-implementation/create-next-story/steps/step-01-init.md +53 -0
  166. package/bmm/workflows/4-implementation/create-next-story/steps/step-02-acceptance-criteria.md +63 -0
  167. package/bmm/workflows/4-implementation/create-next-story/steps/step-03-tasks.md +68 -0
  168. package/bmm/workflows/4-implementation/create-next-story/steps/step-04-complete.md +70 -0
  169. package/bmm/workflows/4-implementation/create-next-story/workflow.md +30 -0
  170. package/bmm/workflows/4-implementation/dev-story/checklist.md +80 -0
  171. package/bmm/workflows/4-implementation/dev-story/instructions.xml +409 -0
  172. package/bmm/workflows/4-implementation/dev-story/workflow.yaml +25 -0
  173. package/bmm/workflows/4-implementation/rapid-brownfield/steps/step-01-quick-story.md +79 -0
  174. package/bmm/workflows/4-implementation/rapid-brownfield/workflow.md +29 -0
  175. package/bmm/workflows/4-implementation/retrospective/instructions.md +1443 -0
  176. package/bmm/workflows/4-implementation/retrospective/workflow.yaml +57 -0
  177. package/bmm/workflows/4-implementation/sprint-planning/checklist.md +33 -0
  178. package/bmm/workflows/4-implementation/sprint-planning/instructions.md +225 -0
  179. package/bmm/workflows/4-implementation/sprint-planning/sprint-status-template.yaml +55 -0
  180. package/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +52 -0
  181. package/bmm/workflows/4-implementation/sprint-status/instructions.md +229 -0
  182. package/bmm/workflows/4-implementation/sprint-status/workflow.yaml +35 -0
  183. package/bmm/workflows/bmad-quick-flow/create-tech-spec/steps/step-01-understand.md +189 -0
  184. package/bmm/workflows/bmad-quick-flow/create-tech-spec/steps/step-02-investigate.md +144 -0
  185. package/bmm/workflows/bmad-quick-flow/create-tech-spec/steps/step-03-generate.md +128 -0
  186. package/bmm/workflows/bmad-quick-flow/create-tech-spec/steps/step-04-review.md +173 -0
  187. package/bmm/workflows/bmad-quick-flow/create-tech-spec/tech-spec-template.md +74 -0
  188. package/bmm/workflows/bmad-quick-flow/create-tech-spec/workflow.md +79 -0
  189. package/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-01-mode-detection.md +156 -0
  190. package/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-02-context-gathering.md +120 -0
  191. package/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-03-execute.md +113 -0
  192. package/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-04-self-check.md +113 -0
  193. package/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-05-adversarial-review.md +106 -0
  194. package/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-06-resolve-findings.md +140 -0
  195. package/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md +52 -0
  196. package/bmm/workflows/document-odoo/steps/step-01-init.md +43 -0
  197. package/bmm/workflows/document-odoo/steps/step-02-readme.md +98 -0
  198. package/bmm/workflows/document-odoo/steps/step-03-user-guide.md +76 -0
  199. package/bmm/workflows/document-odoo/steps/step-04-complete.md +58 -0
  200. package/bmm/workflows/document-odoo/workflow.md +30 -0
  201. package/bmm/workflows/document-project/checklist.md +245 -0
  202. package/bmm/workflows/document-project/documentation-requirements.csv +12 -0
  203. package/bmm/workflows/document-project/instructions.md +221 -0
  204. package/bmm/workflows/document-project/templates/deep-dive-template.md +345 -0
  205. package/bmm/workflows/document-project/templates/index-template.md +169 -0
  206. package/bmm/workflows/document-project/templates/project-overview-template.md +103 -0
  207. package/bmm/workflows/document-project/templates/project-scan-report-schema.json +160 -0
  208. package/bmm/workflows/document-project/templates/source-tree-template.md +135 -0
  209. package/bmm/workflows/document-project/workflow.yaml +28 -0
  210. package/bmm/workflows/document-project/workflows/deep-dive-instructions.md +298 -0
  211. package/bmm/workflows/document-project/workflows/deep-dive.yaml +31 -0
  212. package/bmm/workflows/document-project/workflows/full-scan-instructions.md +1106 -0
  213. package/bmm/workflows/document-project/workflows/full-scan.yaml +31 -0
  214. package/bmm/workflows/excalidraw-diagrams/_shared/excalidraw-library.json +90 -0
  215. package/bmm/workflows/excalidraw-diagrams/_shared/excalidraw-templates.yaml +127 -0
  216. package/bmm/workflows/excalidraw-diagrams/create-dataflow/checklist.md +39 -0
  217. package/bmm/workflows/excalidraw-diagrams/create-dataflow/instructions.md +130 -0
  218. package/bmm/workflows/excalidraw-diagrams/create-dataflow/workflow.yaml +26 -0
  219. package/bmm/workflows/excalidraw-diagrams/create-diagram/checklist.md +43 -0
  220. package/bmm/workflows/excalidraw-diagrams/create-diagram/instructions.md +141 -0
  221. package/bmm/workflows/excalidraw-diagrams/create-diagram/workflow.yaml +26 -0
  222. package/bmm/workflows/excalidraw-diagrams/create-flowchart/checklist.md +49 -0
  223. package/bmm/workflows/excalidraw-diagrams/create-flowchart/instructions.md +241 -0
  224. package/bmm/workflows/excalidraw-diagrams/create-flowchart/workflow.yaml +26 -0
  225. package/bmm/workflows/excalidraw-diagrams/create-wireframe/checklist.md +38 -0
  226. package/bmm/workflows/excalidraw-diagrams/create-wireframe/instructions.md +133 -0
  227. package/bmm/workflows/excalidraw-diagrams/create-wireframe/workflow.yaml +26 -0
  228. package/bmm/workflows/generate-project-context/project-context-template.md +21 -0
  229. package/bmm/workflows/generate-project-context/steps/step-01-discover.md +184 -0
  230. package/bmm/workflows/generate-project-context/steps/step-02-generate.md +318 -0
  231. package/bmm/workflows/generate-project-context/steps/step-03-complete.md +278 -0
  232. package/bmm/workflows/generate-project-context/workflow.md +49 -0
  233. package/bmm/workflows/testarch/atdd/atdd-checklist-template.md +364 -0
  234. package/bmm/workflows/testarch/atdd/checklist.md +374 -0
  235. package/bmm/workflows/testarch/atdd/instructions.md +806 -0
  236. package/bmm/workflows/testarch/atdd/workflow.yaml +45 -0
  237. package/bmm/workflows/testarch/automate/checklist.md +582 -0
  238. package/bmm/workflows/testarch/automate/instructions.md +1324 -0
  239. package/bmm/workflows/testarch/automate/workflow.yaml +52 -0
  240. package/bmm/workflows/testarch/ci/checklist.md +248 -0
  241. package/bmm/workflows/testarch/ci/github-actions-template.yaml +198 -0
  242. package/bmm/workflows/testarch/ci/gitlab-ci-template.yaml +149 -0
  243. package/bmm/workflows/testarch/ci/instructions.md +536 -0
  244. package/bmm/workflows/testarch/ci/workflow.yaml +45 -0
  245. package/bmm/workflows/testarch/framework/checklist.md +321 -0
  246. package/bmm/workflows/testarch/framework/instructions.md +481 -0
  247. package/bmm/workflows/testarch/framework/workflow.yaml +47 -0
  248. package/bmm/workflows/testarch/nfr-assess/checklist.md +407 -0
  249. package/bmm/workflows/testarch/nfr-assess/instructions.md +722 -0
  250. package/bmm/workflows/testarch/nfr-assess/nfr-report-template.md +445 -0
  251. package/bmm/workflows/testarch/nfr-assess/workflow.yaml +47 -0
  252. package/bmm/workflows/testarch/test-design/checklist.md +235 -0
  253. package/bmm/workflows/testarch/test-design/instructions.md +788 -0
  254. package/bmm/workflows/testarch/test-design/test-design-template.md +294 -0
  255. package/bmm/workflows/testarch/test-design/workflow.yaml +54 -0
  256. package/bmm/workflows/testarch/test-review/checklist.md +472 -0
  257. package/bmm/workflows/testarch/test-review/instructions.md +628 -0
  258. package/bmm/workflows/testarch/test-review/test-review-template.md +390 -0
  259. package/bmm/workflows/testarch/test-review/workflow.yaml +46 -0
  260. package/bmm/workflows/testarch/trace/checklist.md +655 -0
  261. package/bmm/workflows/testarch/trace/instructions.md +1047 -0
  262. package/bmm/workflows/testarch/trace/trace-template.md +675 -0
  263. package/bmm/workflows/testarch/trace/workflow.yaml +55 -0
  264. package/bmm/workflows/workflow-status/init/instructions.md +346 -0
  265. package/bmm/workflows/workflow-status/init/workflow.yaml +29 -0
  266. package/bmm/workflows/workflow-status/instructions.md +395 -0
  267. package/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +103 -0
  268. package/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +100 -0
  269. package/bmm/workflows/workflow-status/paths/method-brownfield.yaml +103 -0
  270. package/bmm/workflows/workflow-status/paths/method-greenfield.yaml +100 -0
  271. package/bmm/workflows/workflow-status/project-levels.yaml +59 -0
  272. package/bmm/workflows/workflow-status/workflow-status-template.yaml +24 -0
  273. package/bmm/workflows/workflow-status/workflow.yaml +30 -0
  274. package/core/agents/bmad-odoo-master.md +61 -0
  275. package/core/config.yaml +7 -0
  276. package/core/resources/README.md +5 -0
  277. package/core/tasks/README.md +7 -0
  278. package/core/workflows/README.md +8 -0
  279. package/index.js +84 -0
  280. package/package.json +48 -0
  281. package/scripts/postinstall.js +447 -0
  282. package/scripts/setup-cli.js +17 -0
@@ -0,0 +1,486 @@
1
+ # Technical Research Step 5: Technical Synthesis and Completion
2
+
3
+ ## MANDATORY EXECUTION RULES (READ FIRST):
4
+
5
+ - 🛑 NEVER generate content without web search verification
6
+
7
+ - 📖 CRITICAL: ALWAYS read the complete step file before taking any action - partial understanding leads to incomplete decisions
8
+ - 🔄 CRITICAL: When loading next step with 'C', ensure the entire file is read and understood before proceeding
9
+ - ✅ Search the web to verify and supplement your knowledge with current facts
10
+ - 📋 YOU ARE A TECHNICAL RESEARCH STRATEGIST, not content generator
11
+ - 💬 FOCUS on comprehensive technical synthesis and authoritative conclusions
12
+ - 🔍 WEB SEARCH REQUIRED - verify current facts against live sources
13
+ - 📄 PRODUCE COMPREHENSIVE DOCUMENT with narrative intro, TOC, and summary
14
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
15
+
16
+ ## EXECUTION PROTOCOLS:
17
+
18
+ - 🎯 Show web search analysis before presenting findings
19
+ - ⚠️ Present [C] complete option after synthesis content generation
20
+ - 💾 ONLY save when user chooses C (Complete)
21
+ - 📖 Update frontmatter `stepsCompleted: [1, 2, 3, 4, 5]` before completing workflow
22
+ - 🚫 FORBIDDEN to complete workflow until C is selected
23
+ - 📚 GENERATE COMPLETE DOCUMENT STRUCTURE with intro, TOC, and summary
24
+
25
+ ## CONTEXT BOUNDARIES:
26
+
27
+ - Current document and frontmatter from previous steps are available
28
+ - **Research topic = "{{research_topic}}"** - comprehensive technical analysis
29
+ - **Research goals = "{{research_goals}}"** - achieved through exhaustive technical research
30
+ - All technical research sections have been completed (overview, architecture, implementation)
31
+ - Web search capabilities with source verification are enabled
32
+ - This is the final synthesis step producing the complete technical research document
33
+
34
+ ## YOUR TASK:
35
+
36
+ Produce a comprehensive, authoritative technical research document on **{{research_topic}}** with compelling narrative introduction, detailed TOC, and executive summary based on exhaustive technical research.
37
+
38
+ ## COMPREHENSIVE TECHNICAL DOCUMENT SYNTHESIS:
39
+
40
+ ### 1. Technical Document Structure Planning
41
+
42
+ **Complete Technical Research Document Structure:**
43
+
44
+ ```markdown
45
+ # [Compelling Technical Title]: Comprehensive {{research_topic}} Technical Research
46
+
47
+ ## Executive Summary
48
+
49
+ [Brief compelling overview of key technical findings and strategic implications]
50
+
51
+ ## Table of Contents
52
+
53
+ - Technical Research Introduction and Methodology
54
+ - Technical Landscape and Architecture Analysis
55
+ - Implementation Approaches and Best Practices
56
+ - Technology Stack Evolution and Trends
57
+ - Integration and Interoperability Patterns
58
+ - Performance and Scalability Analysis
59
+ - Security and Compliance Considerations
60
+ - Strategic Technical Recommendations
61
+ - Implementation Roadmap and Risk Assessment
62
+ - Future Technical Outlook and Innovation Opportunities
63
+ - Technical Research Methodology and Source Documentation
64
+ - Technical Appendices and Reference Materials
65
+ ```
66
+
67
+ ### 2. Generate Compelling Technical Introduction
68
+
69
+ **Technical Introduction Requirements:**
70
+
71
+ - Hook reader with compelling technical opening about {{research_topic}}
72
+ - Establish technical research significance and current relevance
73
+ - Outline comprehensive technical research methodology
74
+ - Preview key technical findings and strategic implications
75
+ - Set authoritative, technical expert tone
76
+
77
+ **Web Search for Technical Introduction Context:**
78
+ Search the web: "{{research_topic}} technical significance importance"
79
+
80
+ ### 3. Synthesize All Technical Research Sections
81
+
82
+ **Technical Section-by-Section Integration:**
83
+
84
+ - Combine technical overview from step-02
85
+ - Integrate architectural patterns from step-03
86
+ - Incorporate implementation research from step-04
87
+ - Add cross-technical insights and connections
88
+ - Ensure comprehensive technical coverage with no gaps
89
+
90
+ ### 4. Generate Complete Technical Document Content
91
+
92
+ #### Final Technical Document Structure:
93
+
94
+ ```markdown
95
+ # [Compelling Title]: Comprehensive {{research_topic}} Technical Research
96
+
97
+ ## Executive Summary
98
+
99
+ [2-3 paragraph compelling summary of the most critical technical findings and strategic implications for {{research_topic}} based on comprehensive current technical research]
100
+
101
+ **Key Technical Findings:**
102
+
103
+ - [Most significant architectural insights]
104
+ - [Critical implementation considerations]
105
+ - [Important technology trends]
106
+ - [Strategic technical implications]
107
+
108
+ **Technical Recommendations:**
109
+
110
+ - [Top 3-5 actionable technical recommendations based on research]
111
+
112
+ ## Table of Contents
113
+
114
+ 1. Technical Research Introduction and Methodology
115
+ 2. {{research_topic}} Technical Landscape and Architecture Analysis
116
+ 3. Implementation Approaches and Best Practices
117
+ 4. Technology Stack Evolution and Current Trends
118
+ 5. Integration and Interoperability Patterns
119
+ 6. Performance and Scalability Analysis
120
+ 7. Security and Compliance Considerations
121
+ 8. Strategic Technical Recommendations
122
+ 9. Implementation Roadmap and Risk Assessment
123
+ 10. Future Technical Outlook and Innovation Opportunities
124
+ 11. Technical Research Methodology and Source Verification
125
+ 12. Technical Appendices and Reference Materials
126
+
127
+ ## 1. Technical Research Introduction and Methodology
128
+
129
+ ### Technical Research Significance
130
+
131
+ [Compelling technical narrative about why {{research_topic}} research is critical right now]
132
+ _Technical Importance: [Strategic technical significance with current context]_
133
+ _Business Impact: [Business implications of technical research]_
134
+ _Source: [URL]_
135
+
136
+ ### Technical Research Methodology
137
+
138
+ [Comprehensive description of technical research approach including:]
139
+
140
+ - **Technical Scope**: [Comprehensive technical coverage areas]
141
+ - **Data Sources**: [Authoritative technical sources and verification approach]
142
+ - **Analysis Framework**: [Structured technical analysis methodology]
143
+ - **Time Period**: [current focus and technical evolution context]
144
+ - **Technical Depth**: [Level of technical detail and analysis]
145
+
146
+ ### Technical Research Goals and Objectives
147
+
148
+ **Original Technical Goals:** {{research_goals}}
149
+
150
+ **Achieved Technical Objectives:**
151
+
152
+ - [Technical Goal 1 achievement with supporting evidence]
153
+ - [Technical Goal 2 achievement with supporting evidence]
154
+ - [Additional technical insights discovered during research]
155
+
156
+ ## 2. {{research_topic}} Technical Landscape and Architecture Analysis
157
+
158
+ ### Current Technical Architecture Patterns
159
+
160
+ [Comprehensive architectural analysis synthesized from step-03 with current context]
161
+ _Dominant Patterns: [Current architectural approaches]_
162
+ _Architectural Evolution: [Historical and current evolution patterns]_
163
+ _Architectural Trade-offs: [Key architectural decisions and implications]_
164
+ _Source: [URL]_
165
+
166
+ ### System Design Principles and Best Practices
167
+
168
+ [Complete system design analysis]
169
+ _Design Principles: [Core principles guiding {{research_topic}} implementations]_
170
+ _Best Practice Patterns: [Industry-standard approaches and methodologies]_
171
+ _Architectural Quality Attributes: [Performance, scalability, maintainability considerations]_
172
+ _Source: [URL]_
173
+
174
+ ## 3. Implementation Approaches and Best Practices
175
+
176
+ ### Current Implementation Methodologies
177
+
178
+ [Implementation analysis from step-04 with current context]
179
+ _Development Approaches: [Current development methodologies and approaches]_
180
+ _Code Organization Patterns: [Structural patterns and organization strategies]_
181
+ _Quality Assurance Practices: [Testing, validation, and quality approaches]_
182
+ _Deployment Strategies: [Current deployment and operations practices]_
183
+ _Source: [URL]_
184
+
185
+ ### Implementation Framework and Tooling
186
+
187
+ [Comprehensive implementation framework analysis]
188
+ _Development Frameworks: [Popular frameworks and their characteristics]_
189
+ _Tool Ecosystem: [Development tools and platform considerations]_
190
+ _Build and Deployment Systems: [CI/CD and automation approaches]_
191
+ _Source: [URL]_
192
+
193
+ ## 4. Technology Stack Evolution and Current Trends
194
+
195
+ ### Current Technology Stack Landscape
196
+
197
+ [Technology stack analysis from step-02 with current updates]
198
+ _Programming Languages: [Current language trends and adoption patterns]_
199
+ _Frameworks and Libraries: [Popular frameworks and their use cases]_
200
+ _Database and Storage Technologies: [Current data storage and management trends]_
201
+ _API and Communication Technologies: [Integration and communication patterns]_
202
+ _Source: [URL]_
203
+
204
+ ### Technology Adoption Patterns
205
+
206
+ [Comprehensive technology adoption analysis]
207
+ _Adoption Trends: [Technology adoption rates and patterns]_
208
+ _Migration Patterns: [Technology migration and evolution trends]_
209
+ _Emerging Technologies: [New technologies and their potential impact]_
210
+ _Source: [URL]_
211
+
212
+ ## 5. Integration and Interoperability Patterns
213
+
214
+ ### Current Integration Approaches
215
+
216
+ [Integration patterns analysis with current context]
217
+ _API Design Patterns: [Current API design and implementation patterns]_
218
+ _Service Integration: [Microservices and service integration approaches]_
219
+ _Data Integration: [Data exchange and integration patterns]_
220
+ _Source: [URL]_
221
+
222
+ ### Interoperability Standards and Protocols
223
+
224
+ [Comprehensive interoperability analysis]
225
+ _Standards Compliance: [Industry standards and compliance requirements]_
226
+ _Protocol Selection: [Communication protocols and selection criteria]_
227
+ _Integration Challenges: [Common integration challenges and solutions]_
228
+ _Source: [URL]_
229
+
230
+ ## 6. Performance and Scalability Analysis
231
+
232
+ ### Performance Characteristics and Optimization
233
+
234
+ [Performance analysis based on research findings]
235
+ _Performance Benchmarks: [Current performance characteristics and benchmarks]_
236
+ _Optimization Strategies: [Performance optimization approaches and techniques]_
237
+ _Monitoring and Measurement: [Performance monitoring and measurement practices]_
238
+ _Source: [URL]_
239
+
240
+ ### Scalability Patterns and Approaches
241
+
242
+ [Comprehensive scalability analysis]
243
+ _Scalability Patterns: [Architectural and design patterns for scalability]_
244
+ _Capacity Planning: [Capacity planning and resource management approaches]_
245
+ _Elasticity and Auto-scaling: [Dynamic scaling approaches and implementations]_
246
+ _Source: [URL]_
247
+
248
+ ## 7. Security and Compliance Considerations
249
+
250
+ ### Security Best Practices and Frameworks
251
+
252
+ [Security analysis with current context]
253
+ _Security Frameworks: [Current security frameworks and best practices]_
254
+ _Threat Landscape: [Current security threats and mitigation approaches]_
255
+ _Secure Development Practices: [Secure coding and development lifecycle]_
256
+ _Source: [URL]_
257
+
258
+ ### Compliance and Regulatory Considerations
259
+
260
+ [Comprehensive compliance analysis]
261
+ _Industry Standards: [Relevant industry standards and compliance requirements]_
262
+ _Regulatory Compliance: [Legal and regulatory considerations for {{research_topic}}]_
263
+ _Audit and Governance: [Technical audit and governance practices]_
264
+ _Source: [URL]_
265
+
266
+ ## 8. Strategic Technical Recommendations
267
+
268
+ ### Technical Strategy and Decision Framework
269
+
270
+ [Strategic technical recommendations based on comprehensive research]
271
+ _Architecture Recommendations: [Recommended architectural approaches and patterns]_
272
+ _Technology Selection: [Recommended technology stack and selection criteria]_
273
+ _Implementation Strategy: [Recommended implementation approaches and methodologies]_
274
+ _Source: [URL]_
275
+
276
+ ### Competitive Technical Advantage
277
+
278
+ [Analysis of technical competitive positioning]
279
+ _Technology Differentiation: [Technical approaches that provide competitive advantage]_
280
+ _Innovation Opportunities: [Areas for technical innovation and differentiation]_
281
+ _Strategic Technology Investments: [Recommended technology investments and priorities]_
282
+ _Source: [URL]_
283
+
284
+ ## 9. Implementation Roadmap and Risk Assessment
285
+
286
+ ### Technical Implementation Framework
287
+
288
+ [Comprehensive implementation guidance based on research findings]
289
+ _Implementation Phases: [Recommended phased implementation approach]_
290
+ _Technology Migration Strategy: [Approach for technology adoption and migration]_
291
+ _Resource Planning: [Technical resources and capabilities planning]_
292
+ _Source: [URL]_
293
+
294
+ ### Technical Risk Management
295
+
296
+ [Comprehensive technical risk assessment]
297
+ _Technical Risks: [Major technical risks and mitigation strategies]_
298
+ _Implementation Risks: [Risks associated with implementation and deployment]_
299
+ _Business Impact Risks: [Technical risks and their business implications]_
300
+ _Source: [URL]_
301
+
302
+ ## 10. Future Technical Outlook and Innovation Opportunities
303
+
304
+ ### Emerging Technology Trends
305
+
306
+ [Forward-looking technical analysis based on comprehensive research]
307
+ _Near-term Technical Evolution: [1-2 year technical development expectations]_
308
+ _Medium-term Technology Trends: [3-5 year expected technical developments]_
309
+ _Long-term Technical Vision: [5+ year technical outlook for {{research_topic}}]_
310
+ _Source: [URL]_
311
+
312
+ ### Innovation and Research Opportunities
313
+
314
+ [Technical innovation analysis and recommendations]
315
+ _Research Opportunities: [Areas for technical research and innovation]_
316
+ _Emerging Technology Adoption: [Potential new technologies and adoption timelines]_
317
+ _Innovation Framework: [Approach for fostering technical innovation]_
318
+ _Source: [URL]_
319
+
320
+ ## 11. Technical Research Methodology and Source Verification
321
+
322
+ ### Comprehensive Technical Source Documentation
323
+
324
+ [Complete documentation of all technical research sources]
325
+ _Primary Technical Sources: [Key authoritative technical sources used]_
326
+ _Secondary Technical Sources: [Supporting technical research and analysis]_
327
+ _Technical Web Search Queries: [Complete list of technical search queries used]_
328
+
329
+ ### Technical Research Quality Assurance
330
+
331
+ [Technical quality assurance and validation approach]
332
+ _Technical Source Verification: [All technical claims verified with multiple sources]_
333
+ _Technical Confidence Levels: [Confidence assessments for uncertain technical data]_
334
+ _Technical Limitations: [Technical research limitations and areas for further investigation]_
335
+ _Methodology Transparency: [Complete transparency about technical research approach]_
336
+
337
+ ## 12. Technical Appendices and Reference Materials
338
+
339
+ ### Detailed Technical Data Tables
340
+
341
+ [Comprehensive technical data tables supporting research findings]
342
+ _Architectural Pattern Tables: [Detailed architectural pattern comparisons]_
343
+ _Technology Stack Analysis: [Detailed technology evaluation and comparison data]_
344
+ _Performance Benchmark Data: [Comprehensive performance measurement data]_
345
+
346
+ ### Technical Resources and References
347
+
348
+ [Valuable technical resources for continued research and implementation]
349
+ _Technical Standards: [Relevant technical standards and specifications]_
350
+ _Open Source Projects: [Key open source projects and communities]_
351
+ _Research Papers and Publications: [Academic and industry research sources]_
352
+ _Technical Communities: [Professional networks and technical communities]_
353
+
354
+ ---
355
+
356
+ ## Technical Research Conclusion
357
+
358
+ ### Summary of Key Technical Findings
359
+
360
+ [Comprehensive summary of the most important technical research findings]
361
+
362
+ ### Strategic Technical Impact Assessment
363
+
364
+ [Assessment of technical implications for {{research_topic}}]
365
+
366
+ ### Next Steps Technical Recommendations
367
+
368
+ [Specific next steps for leveraging this technical research]
369
+
370
+ ---
371
+
372
+ **Technical Research Completion Date:** {{date}}
373
+ **Research Period:** current comprehensive technical analysis
374
+ **Document Length:** As needed for comprehensive technical coverage
375
+ **Source Verification:** All technical facts cited with current sources
376
+ **Technical Confidence Level:** High - based on multiple authoritative technical sources
377
+
378
+ _This comprehensive technical research document serves as an authoritative technical reference on {{research_topic}} and provides strategic technical insights for informed decision-making and implementation._
379
+ ```
380
+
381
+ ### 5. Present Complete Technical Document and Final Option
382
+
383
+ **Technical Document Completion Presentation:**
384
+
385
+ "I've completed the **comprehensive technical research document synthesis** for **{{research_topic}}**, producing an authoritative technical research document with:
386
+
387
+ **Technical Document Features:**
388
+
389
+ - **Compelling Technical Introduction**: Engaging technical opening that establishes research significance
390
+ - **Comprehensive Technical TOC**: Complete navigation structure for technical reference
391
+ - **Exhaustive Technical Research Coverage**: All technical aspects of {{research_topic}} thoroughly analyzed
392
+ - **Executive Technical Summary**: Key technical findings and strategic implications highlighted
393
+ - **Strategic Technical Recommendations**: Actionable technical insights based on comprehensive research
394
+ - **Complete Technical Source Citations**: Every technical claim verified with current sources
395
+
396
+ **Technical Research Completeness:**
397
+
398
+ - Technical landscape and architecture analysis fully documented
399
+ - Implementation approaches and best practices comprehensively covered
400
+ - Technology stack evolution and trends detailed
401
+ - Integration, performance, and security analysis complete
402
+ - Strategic technical insights and implementation guidance provided
403
+
404
+ **Technical Document Standards Met:**
405
+
406
+ - Exhaustive technical research with no critical gaps
407
+ - Professional technical structure and compelling narrative
408
+ - As long as needed for comprehensive technical coverage
409
+ - Multiple independent technical sources for all claims
410
+ - current technical data throughout with proper citations
411
+
412
+ **Ready to complete this comprehensive technical research document?**
413
+ [C] Complete Research - Save final comprehensive technical document
414
+
415
+ ### 6. Handle Final Technical Completion
416
+
417
+ #### If 'C' (Complete Research):
418
+
419
+ - Append the complete technical document to the research file
420
+ - Update frontmatter: `stepsCompleted: [1, 2, 3, 4, 5]`
421
+ - Complete the technical research workflow
422
+ - Provide final technical document delivery confirmation
423
+
424
+ ## APPEND TO DOCUMENT:
425
+
426
+ When user selects 'C', append the complete comprehensive technical research document using the full structure above.
427
+
428
+ ## SUCCESS METRICS:
429
+
430
+ ✅ Compelling technical introduction with research significance
431
+ ✅ Comprehensive technical table of contents with complete document structure
432
+ ✅ Exhaustive technical research coverage across all technical aspects
433
+ ✅ Executive technical summary with key findings and strategic implications
434
+ ✅ Strategic technical recommendations grounded in comprehensive research
435
+ ✅ Complete technical source verification with current citations
436
+ ✅ Professional technical document structure and compelling narrative
437
+ ✅ [C] complete option presented and handled correctly
438
+ ✅ Technical research workflow completed with comprehensive document
439
+
440
+ ## FAILURE MODES:
441
+
442
+ ❌ Not producing compelling technical introduction
443
+ ❌ Missing comprehensive technical table of contents
444
+ ❌ Incomplete technical research coverage across technical aspects
445
+ ❌ Not providing executive technical summary with key findings
446
+ ❌ Missing strategic technical recommendations based on research
447
+ ❌ Relying solely on training data without web verification for current facts
448
+ ❌ Producing technical document without professional structure
449
+ ❌ Not presenting completion option for final technical document
450
+
451
+ ❌ **CRITICAL**: Reading only partial step file - leads to incomplete understanding and poor decisions
452
+ ❌ **CRITICAL**: Proceeding with 'C' without fully reading and understanding the next step file
453
+ ❌ **CRITICAL**: Making decisions without complete understanding of step requirements and protocols
454
+
455
+ ## COMPREHENSIVE TECHNICAL DOCUMENT STANDARDS:
456
+
457
+ This step ensures the final technical research document:
458
+
459
+ - Serves as an authoritative technical reference on {{research_topic}}
460
+ - Provides strategic technical insights for informed decision-making
461
+ - Includes comprehensive technical coverage with no gaps
462
+ - Maintains rigorous technical source verification standards
463
+ - Delivers strategic technical insights and actionable recommendations
464
+ - Meets professional technical research document quality standards
465
+
466
+ ## TECHNICAL RESEARCH WORKFLOW COMPLETION:
467
+
468
+ When 'C' is selected:
469
+
470
+ - All technical research steps completed (1-5)
471
+ - Comprehensive technical research document generated
472
+ - Professional technical document structure with intro, TOC, and summary
473
+ - All technical sections appended with source citations
474
+ - Technical research workflow status updated to complete
475
+ - Final comprehensive technical research document delivered to user
476
+
477
+ ## FINAL TECHNICAL DELIVERABLE:
478
+
479
+ Complete authoritative technical research document on {{research_topic}} that:
480
+
481
+ - Establishes technical credibility through comprehensive research
482
+ - Provides strategic technical insights for informed decision-making
483
+ - Serves as technical reference document for continued use
484
+ - Maintains highest technical research quality standards with current verification
485
+
486
+ Congratulations on completing comprehensive technical research with professional documentation! 🎉
@@ -0,0 +1,173 @@
1
+ ---
2
+ name: research
3
+ description: Conduct comprehensive research across multiple domains using current web data and verified sources - Market, Technical, Domain and other research types.
4
+ web_bundle: true
5
+ ---
6
+
7
+ # Research Workflow
8
+
9
+ **Goal:** Conduct comprehensive, exhaustive research across multiple domains using current web data and verified sources to produce complete research documents with compelling narratives and proper citations.
10
+
11
+ **Document Standards:**
12
+
13
+ - **Comprehensive Coverage**: Exhaustive research with no critical gaps
14
+ - **Source Verification**: Every factual claim backed by web sources with URL citations
15
+ - **Document Length**: As long as needed to fully cover the research topic
16
+ - **Professional Structure**: Compelling narrative introduction, detailed TOC, and comprehensive summary
17
+ - **Authoritative Sources**: Multiple independent sources for all critical claims
18
+
19
+ **Your Role:** You are a research facilitator and web data analyst working with an expert partner. This is a collaboration where you bring research methodology and web search capabilities, while your partner brings domain knowledge and research direction.
20
+
21
+ **Final Deliverable**: A complete research document that serves as an authoritative reference on the research topic with:
22
+
23
+ - Compelling narrative introduction
24
+ - Comprehensive table of contents
25
+ - Detailed research sections with proper citations
26
+ - Executive summary and conclusions
27
+
28
+ ## WORKFLOW ARCHITECTURE
29
+
30
+ This uses **micro-file architecture** with **routing-based discovery**:
31
+
32
+ - Each research type has its own step folder
33
+ - Step 01 discovers research type and routes to appropriate sub-workflow
34
+ - Sequential progression within each research type
35
+ - Document state tracked in output frontmatter
36
+
37
+ ## INITIALIZATION
38
+
39
+ ### Configuration Loading
40
+
41
+ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
42
+
43
+ - `project_name`, `output_folder`, , `planning_artifacts`, `user_name`
44
+ - `communication_language`, `document_output_language`, `user_skill_level`
45
+ - `date` as a system-generated value
46
+
47
+ ### Paths
48
+
49
+ - `installed_path` = `{project-root}/_bmad/bmm/workflows/1-analysis/research`
50
+ - `template_path` = `{installed_path}/research.template.md`
51
+ - `default_output_file` = `{planning_artifacts}/research/{{research_type}}-{{topic}}-research-{{date}}.md` (dynamic based on research type)
52
+
53
+ ## PREREQUISITE
54
+
55
+ **⛔ Web search required.** If unavailable, abort and tell the user.
56
+
57
+ ## RESEARCH BEHAVIOR
58
+
59
+ ### Web Research Standards
60
+
61
+ - **Current Data Only**: Search the web to verify and supplement your knowledge with current facts
62
+ - **Source Verification**: Require citations for all factual claims
63
+ - **Anti-Hallucination Protocol**: Never present information without verified sources
64
+ - **Multiple Sources**: Require at least 2 independent sources for critical claims
65
+ - **Conflict Resolution**: Present conflicting views and note discrepancies
66
+ - **Confidence Levels**: Flag uncertain data with [High/Medium/Low Confidence]
67
+
68
+ ### Source Quality Standards
69
+
70
+ - **Distinguish Clearly**: Facts (from sources) vs Analysis (interpretation) vs Speculation
71
+ - **URL Citation**: Always include source URLs when presenting web search data
72
+ - **Critical Claims**: Market size, growth rates, competitive data need verification
73
+ - **Fact Checking**: Apply fact-checking to critical data points
74
+
75
+ ## Implementation Instructions
76
+
77
+ Execute research type discovery and routing:
78
+
79
+ ### Research Type Discovery
80
+
81
+ **Your Role:** You are a research facilitator and web data analyst working with an expert partner. This is a collaboration where you bring research methodology and web search capabilities, while your partner brings domain knowledge and research direction.
82
+
83
+ **Research Standards:**
84
+
85
+ - **Anti-Hallucination Protocol**: Never present information without verified sources
86
+ - **Current Data Only**: Search the web to verify and supplement your knowledge with current facts
87
+ - **Source Citation**: Always include URLs for factual claims from web searches
88
+ - **Multiple Sources**: Require 2+ independent sources for critical claims
89
+ - **Conflict Resolution**: Present conflicting views and note discrepancies
90
+ - **Confidence Levels**: Flag uncertain data with [High/Medium/Low Confidence]
91
+
92
+ ### Collaborative Research Discovery
93
+
94
+ "Welcome {{user_name}}! I'm excited to work with you as your research partner. I bring web research capabilities with rigorous source verification, while you bring the domain expertise and research direction.
95
+
96
+ **Let me help you clarify what you'd like to research.**
97
+
98
+ **First, tell me: What specific topic, problem, or area do you want to research?**
99
+
100
+ For example:
101
+
102
+ - 'The electric vehicle market in Europe'
103
+ - 'Cloud migration strategies for healthcare'
104
+ - 'AI implementation in financial services'
105
+ - 'Sustainable packaging regulations'
106
+ - 'Or anything else you have in mind...'
107
+
108
+ ### Topic Exploration and Clarification
109
+
110
+ Based on the user's initial topic, explore and refine the research scope:
111
+
112
+ #### Topic Clarification Questions:
113
+
114
+ 1. **Core Topic**: "What exactly about [topic] are you most interested in?"
115
+ 2. **Research Goals**: "What do you hope to achieve with this research?"
116
+ 3. **Scope**: "Should we focus broadly or dive deep into specific aspects?"
117
+ 4. **Timeline**: "Are you looking at current state, historical context, or future trends?"
118
+ 5. **Application**: "How will you use this research? (product development, strategy, academic, etc.)"
119
+
120
+ #### Context Building:
121
+
122
+ - **Initial Input**: User provides topic or research interest
123
+ - **Collaborative Refinement**: Work together to clarify scope and objectives
124
+ - **Goal Alignment**: Ensure research direction matches user needs
125
+ - **Research Boundaries**: Establish clear focus areas and deliverables
126
+
127
+ ### Research Type Identification
128
+
129
+ After understanding the research topic and goals, identify the most appropriate research approach:
130
+
131
+ **Research Type Options:**
132
+
133
+ 1. **Market Research** - Market size, growth, competition, customer insights
134
+ _Best for: Understanding market dynamics, customer behavior, competitive landscape_
135
+
136
+ 2. **Domain Research** - Industry analysis, regulations, technology trends in specific domain
137
+ _Best for: Understanding industry context, regulatory environment, ecosystem_
138
+
139
+ 3. **Technical Research** - Technology evaluation, architecture decisions, implementation approaches
140
+ _Best for: Technical feasibility, technology selection, implementation strategies_
141
+
142
+ **Recommendation**: Based on [topic] and [goals], I recommend [suggested research type] because [specific rationale].
143
+
144
+ **What type of research would work best for your needs?**
145
+
146
+ ### Research Type Routing
147
+
148
+ <critical>Based on user selection, route to appropriate sub-workflow with the discovered topic using the following IF block sets of instructions. YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`</critical>
149
+
150
+ #### If Market Research:
151
+
152
+ - Set `research_type = "market"`
153
+ - Set `research_topic = [discovered topic from discussion]`
154
+ - Create the starter output file: `{planning_artifacts}/research/market-{{research_topic}}-research-{{date}}.md` with exact copy of the ./research.template.md contents
155
+ - Load: `./market-steps/step-01-init.md` with topic context
156
+
157
+ #### If Domain Research:
158
+
159
+ - Set `research_type = "domain"`
160
+ - Set `research_topic = [discovered topic from discussion]`
161
+ - Create the starter output file: `{planning_artifacts}/research/domain-{{research_topic}}-research-{{date}}.md` with exact copy of the ./research.template.md contents
162
+ - Load: `./domain-steps/step-01-init.md` with topic context
163
+
164
+ #### If Technical Research:
165
+
166
+ - Set `research_type = "technical"`
167
+ - Set `research_topic = [discovered topic from discussion]`
168
+ - Create the starter output file: `{planning_artifacts}/research/technical-{{research_topic}}-research-{{date}}.md` with exact copy of the ./research.template.md contents
169
+ - Load: `./technical-steps/step-01-init.md` with topic context
170
+
171
+ **Important**: The discovered topic from the collaborative discussion should be passed to the research initialization steps, so they don't need to ask "What do you want to research?" again - they can focus on refining the scope for their specific research type.
172
+
173
+ **Note:** All research workflows require web search for current data and source verification.