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,443 @@
1
+ # Domain Research Step 6: Research 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 DOMAIN RESEARCH STRATEGIST, not content generator
11
+ - 💬 FOCUS on comprehensive 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, 6]` 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 domain analysis
29
+ - **Research goals = "{{research_goals}}"** - achieved through exhaustive research
30
+ - All domain research sections have been completed (analysis, regulatory, technical)
31
+ - Web search capabilities with source verification are enabled
32
+ - This is the final synthesis step producing the complete research document
33
+
34
+ ## YOUR TASK:
35
+
36
+ Produce a comprehensive, authoritative research document on **{{research_topic}}** with compelling narrative introduction, detailed TOC, and executive summary based on exhaustive domain research.
37
+
38
+ ## COMPREHENSIVE DOCUMENT SYNTHESIS:
39
+
40
+ ### 1. Document Structure Planning
41
+
42
+ **Complete Research Document Structure:**
43
+
44
+ ```markdown
45
+ # [Compelling Title]: Comprehensive {{research_topic}} Research
46
+
47
+ ## Executive Summary
48
+
49
+ [Brief compelling overview of key findings and implications]
50
+
51
+ ## Table of Contents
52
+
53
+ - Research Introduction and Methodology
54
+ - Industry Overview and Market Dynamics
55
+ - Technology Trends and Innovation Landscape
56
+ - Regulatory Framework and Compliance Requirements
57
+ - Competitive Landscape and Key Players
58
+ - Strategic Insights and Recommendations
59
+ - Implementation Considerations and Risk Assessment
60
+ - Future Outlook and Strategic Opportunities
61
+ - Research Methodology and Source Documentation
62
+ - Appendices and Additional Resources
63
+ ```
64
+
65
+ ### 2. Generate Compelling Narrative Introduction
66
+
67
+ **Introduction Requirements:**
68
+
69
+ - Hook reader with compelling opening about {{research_topic}}
70
+ - Establish research significance and timeliness
71
+ - Outline comprehensive research methodology
72
+ - Preview key findings and strategic implications
73
+ - Set professional, authoritative tone
74
+
75
+ **Web Search for Introduction Context:**
76
+ Search the web: "{{research_topic}} significance importance"
77
+
78
+ ### 3. Synthesize All Research Sections
79
+
80
+ **Section-by-Section Integration:**
81
+
82
+ - Combine industry analysis from step-02
83
+ - Integrate regulatory focus from step-03
84
+ - Incorporate technical trends from step-04
85
+ - Add cross-sectional insights and connections
86
+ - Ensure comprehensive coverage with no gaps
87
+
88
+ ### 4. Generate Complete Document Content
89
+
90
+ #### Final Document Structure:
91
+
92
+ ```markdown
93
+ # [Compelling Title]: Comprehensive {{research_topic}} Domain Research
94
+
95
+ ## Executive Summary
96
+
97
+ [2-3 paragraph compelling summary of the most critical findings and strategic implications for {{research_topic}} based on comprehensive current research]
98
+
99
+ **Key Findings:**
100
+
101
+ - [Most significant market dynamics]
102
+ - [Critical regulatory considerations]
103
+ - [Important technology trends]
104
+ - [Strategic implications]
105
+
106
+ **Strategic Recommendations:**
107
+
108
+ - [Top 3-5 actionable recommendations based on research]
109
+
110
+ ## Table of Contents
111
+
112
+ 1. Research Introduction and Methodology
113
+ 2. {{research_topic}} Industry Overview and Market Dynamics
114
+ 3. Technology Landscape and Innovation Trends
115
+ 4. Regulatory Framework and Compliance Requirements
116
+ 5. Competitive Landscape and Ecosystem Analysis
117
+ 6. Strategic Insights and Domain Opportunities
118
+ 7. Implementation Considerations and Risk Assessment
119
+ 8. Future Outlook and Strategic Planning
120
+ 9. Research Methodology and Source Verification
121
+ 10. Appendices and Additional Resources
122
+
123
+ ## 1. Research Introduction and Methodology
124
+
125
+ ### Research Significance
126
+
127
+ [Compelling narrative about why {{research_topic}} research is critical right now]
128
+ _Why this research matters now: [Strategic importance with current context]_
129
+ _Source: [URL]_
130
+
131
+ ### Research Methodology
132
+
133
+ [Comprehensive description of research approach including:]
134
+
135
+ - **Research Scope**: [Comprehensive coverage areas]
136
+ - **Data Sources**: [Authoritative sources and verification approach]
137
+ - **Analysis Framework**: [Structured analysis methodology]
138
+ - **Time Period**: [current focus and historical context]
139
+ - **Geographic Coverage**: [Regional/global scope]
140
+
141
+ ### Research Goals and Objectives
142
+
143
+ **Original Goals:** {{research_goals}}
144
+
145
+ **Achieved Objectives:**
146
+
147
+ - [Goal 1 achievement with supporting evidence]
148
+ - [Goal 2 achievement with supporting evidence]
149
+ - [Additional insights discovered during research]
150
+
151
+ ## 2. {{research_topic}} Industry Overview and Market Dynamics
152
+
153
+ ### Market Size and Growth Projections
154
+
155
+ [Comprehensive market analysis synthesized from step-02 with current data]
156
+ _Market Size: [Current market valuation]_
157
+ _Growth Rate: [CAGR and projections]_
158
+ _Market Drivers: [Key growth factors]_
159
+ _Source: [URL]_
160
+
161
+ ### Industry Structure and Value Chain
162
+
163
+ [Complete industry structure analysis]
164
+ _Value Chain Components: [Detailed breakdown]_
165
+ _Industry Segments: [Market segmentation analysis]_
166
+ _Economic Impact: [Industry economic significance]_
167
+ _Source: [URL]_
168
+
169
+ ## 3. Technology Landscape and Innovation Trends
170
+
171
+ ### Current Technology Adoption
172
+
173
+ [Technology trends analysis from step-04 with current context]
174
+ _Emerging Technologies: [Key technologies affecting {{research_topic}}]_
175
+ _Adoption Patterns: [Technology adoption rates and patterns]_
176
+ _Innovation Drivers: [Factors driving technology change]_
177
+ _Source: [URL]_
178
+
179
+ ### Digital Transformation Impact
180
+
181
+ [Comprehensive analysis of technology's impact on {{research_topic}}]
182
+ _Transformation Trends: [Major digital transformation patterns]_
183
+ _Disruption Opportunities: [Technology-driven opportunities]_
184
+ _Future Technology Outlook: [Emerging technologies and timelines]_
185
+ _Source: [URL]_
186
+
187
+ ## 4. Regulatory Framework and Compliance Requirements
188
+
189
+ ### Current Regulatory Landscape
190
+
191
+ [Regulatory analysis from step-03 with current updates]
192
+ _Key Regulations: [Critical regulatory requirements]_
193
+ _Compliance Standards: [Industry standards and best practices]_
194
+ _Recent Changes: [current regulatory updates and implications]_
195
+ _Source: [URL]_
196
+
197
+ ### Risk and Compliance Considerations
198
+
199
+ [Comprehensive risk assessment]
200
+ _Compliance Risks: [Major regulatory and compliance risks]_
201
+ _Risk Mitigation Strategies: [Approaches to manage regulatory risks]_
202
+ _Future Regulatory Trends: [Anticipated regulatory developments]_
203
+ _Source: [URL]_
204
+
205
+ ## 5. Competitive Landscape and Ecosystem Analysis
206
+
207
+ ### Market Positioning and Key Players
208
+
209
+ [Competitive analysis with current market positioning]
210
+ _Market Leaders: [Dominant players and strategies]_
211
+ _Emerging Competitors: [New entrants and innovative approaches]_
212
+ _Competitive Dynamics: [Market competition patterns and trends]_
213
+ _Source: [URL]_
214
+
215
+ ### Ecosystem and Partnership Landscape
216
+
217
+ [Complete ecosystem analysis]
218
+ _Ecosystem Players: [Key stakeholders and relationships]_
219
+ _Partnership Opportunities: [Strategic collaboration potential]_
220
+ _Supply Chain Dynamics: [Supply chain structure and risks]_
221
+ _Source: [URL]_
222
+
223
+ ## 6. Strategic Insights and Domain Opportunities
224
+
225
+ ### Cross-Domain Synthesis
226
+
227
+ [Strategic insights from integrating all research sections]
228
+ _Market-Technology Convergence: [How technology and market forces interact]_
229
+ _Regulatory-Strategic Alignment: [How regulatory environment shapes strategy]_
230
+ _Competitive Positioning Opportunities: [Strategic advantages based on research]_
231
+ _Source: [URL]_
232
+
233
+ ### Strategic Opportunities
234
+
235
+ [High-value opportunities identified through comprehensive research]
236
+ _Market Opportunities: [Specific market entry or expansion opportunities]_
237
+ _Technology Opportunities: [Technology adoption or innovation opportunities]_
238
+ _Partnership Opportunities: [Strategic collaboration and partnership potential]_
239
+ _Source: [URL]_
240
+
241
+ ## 7. Implementation Considerations and Risk Assessment
242
+
243
+ ### Implementation Framework
244
+
245
+ [Practical implementation guidance based on research findings]
246
+ _Implementation Timeline: [Recommended phased approach]_
247
+ _Resource Requirements: [Key resources and capabilities needed]_
248
+ _Success Factors: [Critical success factors for implementation]_
249
+ _Source: [URL]_
250
+
251
+ ### Risk Management and Mitigation
252
+
253
+ [Comprehensive risk assessment and mitigation strategies]
254
+ _Implementation Risks: [Major risks and mitigation approaches]_
255
+ _Market Risks: [Market-related risks and contingency plans]_
256
+ _Technology Risks: [Technology adoption and implementation risks]_
257
+ _Source: [URL]_
258
+
259
+ ## 8. Future Outlook and Strategic Planning
260
+
261
+ ### Future Trends and Projections
262
+
263
+ [Forward-looking analysis based on comprehensive research]
264
+ _Near-term Outlook: [1-2 year projections and implications]_
265
+ _Medium-term Trends: [3-5 year expected developments]_
266
+ _Long-term Vision: [5+ year strategic outlook for {{research_topic}}]_
267
+ _Source: [URL]_
268
+
269
+ ### Strategic Recommendations
270
+
271
+ [Comprehensive strategic recommendations]
272
+ _Immediate Actions: [Priority actions for next 6 months]_
273
+ _Strategic Initiatives: [Key strategic initiatives for 1-2 years]_
274
+ _Long-term Strategy: [Strategic positioning for 3+ years]_
275
+ _Source: [URL]_
276
+
277
+ ## 9. Research Methodology and Source Verification
278
+
279
+ ### Comprehensive Source Documentation
280
+
281
+ [Complete documentation of all research sources]
282
+ _Primary Sources: [Key authoritative sources used]_
283
+ _Secondary Sources: [Supporting research and analysis]_
284
+ _Web Search Queries: [Complete list of search queries used]_
285
+
286
+ ### Research Quality Assurance
287
+
288
+ [Quality assurance and validation approach]
289
+ _Source Verification: [All factual claims verified with multiple sources]_
290
+ _Confidence Levels: [Confidence assessments for uncertain data]_
291
+ _Limitations: [Research limitations and areas for further investigation]_
292
+ _Methodology Transparency: [Complete transparency about research approach]_
293
+
294
+ ## 10. Appendices and Additional Resources
295
+
296
+ ### Detailed Data Tables
297
+
298
+ [Comprehensive data tables supporting research findings]
299
+ _Market Data Tables: [Detailed market size, growth, and segmentation data]_
300
+ _Technology Adoption Data: [Detailed technology adoption and trend data]_
301
+ _Regulatory Reference Tables: [Complete regulatory requirements and compliance data]_
302
+
303
+ ### Additional Resources
304
+
305
+ [Valuable resources for continued research and implementation]
306
+ _Industry Associations: [Key industry organizations and resources]_
307
+ _Research Organizations: [Authoritative research institutions and reports]_
308
+ _Government Resources: [Regulatory agencies and official resources]_
309
+ _Professional Networks: [Industry communities and knowledge sources]_
310
+
311
+ ---
312
+
313
+ ## Research Conclusion
314
+
315
+ ### Summary of Key Findings
316
+
317
+ [Comprehensive summary of the most important research findings]
318
+
319
+ ### Strategic Impact Assessment
320
+
321
+ [Assessment of strategic implications for {{research_topic}}]
322
+
323
+ ### Next Steps Recommendations
324
+
325
+ [Specific next steps for leveraging this research]
326
+
327
+ ---
328
+
329
+ **Research Completion Date:** {{date}}
330
+ **Research Period:** Comprehensive analysis
331
+ **Document Length:** As needed for comprehensive coverage
332
+ **Source Verification:** All facts cited with sources
333
+ **Confidence Level:** High - based on multiple authoritative sources
334
+
335
+ _This comprehensive research document serves as an authoritative reference on {{research_topic}} and provides strategic insights for informed decision-making._
336
+ ```
337
+
338
+ ### 5. Present Complete Document and Final Option
339
+
340
+ **Document Completion Presentation:**
341
+
342
+ "I've completed the **comprehensive research document synthesis** for **{{research_topic}}**, producing an authoritative research document with:
343
+
344
+ **Document Features:**
345
+
346
+ - **Compelling Narrative Introduction**: Engaging opening that establishes research significance
347
+ - **Comprehensive Table of Contents**: Complete navigation structure for easy reference
348
+ - **Exhaustive Research Coverage**: All aspects of {{research_topic}} thoroughly analyzed
349
+ - **Executive Summary**: Key findings and strategic implications highlighted
350
+ - **Strategic Recommendations**: Actionable insights based on comprehensive research
351
+ - **Complete Source Citations**: Every factual claim verified with sources
352
+
353
+ **Research Completeness:**
354
+
355
+ - Industry analysis and market dynamics fully documented
356
+ - Technology trends and innovation landscape comprehensively covered
357
+ - Regulatory framework and compliance requirements detailed
358
+ - Competitive landscape and ecosystem analysis complete
359
+ - Strategic insights and implementation guidance provided
360
+
361
+ **Document Standards Met:**
362
+
363
+ - Exhaustive research with no critical gaps
364
+ - Professional structure and compelling narrative
365
+ - As long as needed for comprehensive coverage
366
+ - Multiple independent sources for all claims
367
+ - Proper citations throughout
368
+
369
+ **Ready to complete this comprehensive research document?**
370
+ [C] Complete Research - Save final comprehensive document
371
+
372
+ ### 6. Handle Final Completion
373
+
374
+ #### If 'C' (Complete Research):
375
+
376
+ - Append the complete document to the research file
377
+ - Update frontmatter: `stepsCompleted: [1, 2, 3, 4, 5]`
378
+ - Complete the domain research workflow
379
+ - Provide final document delivery confirmation
380
+
381
+ ## APPEND TO DOCUMENT:
382
+
383
+ When user selects 'C', append the complete comprehensive research document using the full structure above.
384
+
385
+ ## SUCCESS METRICS:
386
+
387
+ ✅ Compelling narrative introduction with research significance
388
+ ✅ Comprehensive table of contents with complete document structure
389
+ ✅ Exhaustive research coverage across all domain aspects
390
+ ✅ Executive summary with key findings and strategic implications
391
+ ✅ Strategic recommendations grounded in comprehensive research
392
+ ✅ Complete source verification with citations
393
+ ✅ Professional document structure and compelling narrative
394
+ ✅ [C] complete option presented and handled correctly
395
+ ✅ Domain research workflow completed with comprehensive document
396
+
397
+ ## FAILURE MODES:
398
+
399
+ ❌ Not producing compelling narrative introduction
400
+ ❌ Missing comprehensive table of contents
401
+ ❌ Incomplete research coverage across domain aspects
402
+ ❌ Not providing executive summary with key findings
403
+ ❌ Missing strategic recommendations based on research
404
+ ❌ Relying solely on training data without web verification for current facts
405
+ ❌ Producing document without professional structure
406
+ ❌ Not presenting completion option for final document
407
+
408
+ ❌ **CRITICAL**: Reading only partial step file - leads to incomplete understanding and poor decisions
409
+ ❌ **CRITICAL**: Proceeding with 'C' without fully reading and understanding the next step file
410
+ ❌ **CRITICAL**: Making decisions without complete understanding of step requirements and protocols
411
+
412
+ ## COMPREHENSIVE DOCUMENT STANDARDS:
413
+
414
+ This step ensures the final research document:
415
+
416
+ - Serves as an authoritative reference on {{research_topic}}
417
+ - Provides compelling narrative and professional structure
418
+ - Includes comprehensive coverage with no gaps
419
+ - Maintains rigorous source verification standards
420
+ - Delivers strategic insights and actionable recommendations
421
+ - Meets professional research document quality standards
422
+
423
+ ## DOMAIN RESEARCH WORKFLOW COMPLETION:
424
+
425
+ When 'C' is selected:
426
+
427
+ - All domain research steps completed (1-5)
428
+ - Comprehensive domain research document generated
429
+ - Professional document structure with intro, TOC, and summary
430
+ - All sections appended with source citations
431
+ - Domain research workflow status updated to complete
432
+ - Final comprehensive research document delivered to user
433
+
434
+ ## FINAL DELIVERABLE:
435
+
436
+ Complete authoritative research document on {{research_topic}} that:
437
+
438
+ - Establishes professional credibility through comprehensive research
439
+ - Provides strategic insights for informed decision-making
440
+ - Serves as reference document for continued use
441
+ - Maintains highest research quality standards
442
+
443
+ Congratulations on completing comprehensive domain research! 🎉
@@ -0,0 +1,182 @@
1
+ # Market Research Step 1: Market Research Initialization
2
+
3
+ ## MANDATORY EXECUTION RULES (READ FIRST):
4
+
5
+ - 🛑 NEVER generate research content in init step
6
+ - ✅ ALWAYS confirm understanding of user's research goals
7
+ - 📋 YOU ARE A MARKET RESEARCH FACILITATOR, not content generator
8
+ - 💬 FOCUS on clarifying scope and approach
9
+ - 🔍 NO WEB RESEARCH in init - that's for later steps
10
+ - 📖 CRITICAL: ALWAYS read the complete step file before taking any action - partial understanding leads to incomplete research
11
+ - 🔄 CRITICAL: When loading next step with 'C', ensure the entire file is read and understood before proceeding
12
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
13
+
14
+ ## EXECUTION PROTOCOLS:
15
+
16
+ - 🎯 Confirm research understanding before proceeding
17
+ - ⚠️ Present [C] continue option after scope clarification
18
+ - 💾 Write initial scope document immediately
19
+ - 📖 Update frontmatter `stepsCompleted: [1]` before loading next step
20
+ - 🚫 FORBIDDEN to load next step until C is selected
21
+
22
+ ## CONTEXT BOUNDARIES:
23
+
24
+ - Current document and frontmatter from main workflow discovery are available
25
+ - Research type = "market" is already set
26
+ - **Research topic = "{{research_topic}}"** - discovered from initial discussion
27
+ - **Research goals = "{{research_goals}}"** - captured from initial discussion
28
+ - Focus on market research scope clarification
29
+ - Web search capabilities are enabled for later steps
30
+
31
+ ## YOUR TASK:
32
+
33
+ Initialize market research by confirming understanding of {{research_topic}} and establishing clear research scope.
34
+
35
+ ## MARKET RESEARCH INITIALIZATION:
36
+
37
+ ### 1. Confirm Research Understanding
38
+
39
+ **INITIALIZE - DO NOT RESEARCH YET**
40
+
41
+ Start with research confirmation:
42
+ "I understand you want to conduct **market research** for **{{research_topic}}** with these goals: {{research_goals}}
43
+
44
+ **My Understanding of Your Research Needs:**
45
+
46
+ - **Research Topic**: {{research_topic}}
47
+ - **Research Goals**: {{research_goals}}
48
+ - **Research Type**: Market Research
49
+ - **Approach**: Comprehensive market analysis with source verification
50
+
51
+ **Market Research Areas We'll Cover:**
52
+
53
+ - Market size, growth dynamics, and trends
54
+ - Customer insights and behavior analysis
55
+ - Competitive landscape and positioning
56
+ - Strategic recommendations and implementation guidance
57
+
58
+ **Does this accurately capture what you're looking for?**"
59
+
60
+ ### 2. Refine Research Scope
61
+
62
+ Gather any clarifications needed:
63
+
64
+ #### Scope Clarification Questions:
65
+
66
+ - "Are there specific customer segments or aspects of {{research_topic}} we should prioritize?"
67
+ - "Should we focus on specific geographic regions or global market?"
68
+ - "Is this for market entry, expansion, product development, or other business purpose?"
69
+ - "Any competitors or market segments you specifically want us to analyze?"
70
+
71
+ ### 3. Document Initial Scope
72
+
73
+ **WRITE IMMEDIATELY TO DOCUMENT**
74
+
75
+ Write initial research scope to document:
76
+
77
+ ```markdown
78
+ # Market Research: {{research_topic}}
79
+
80
+ ## Research Initialization
81
+
82
+ ### Research Understanding Confirmed
83
+
84
+ **Topic**: {{research_topic}}
85
+ **Goals**: {{research_goals}}
86
+ **Research Type**: Market Research
87
+ **Date**: {{date}}
88
+
89
+ ### Research Scope
90
+
91
+ **Market Analysis Focus Areas:**
92
+
93
+ - Market size, growth projections, and dynamics
94
+ - Customer segments, behavior patterns, and insights
95
+ - Competitive landscape and positioning analysis
96
+ - Strategic recommendations and implementation guidance
97
+
98
+ **Research Methodology:**
99
+
100
+ - Current web data with source verification
101
+ - Multiple independent sources for critical claims
102
+ - Confidence level assessment for uncertain data
103
+ - Comprehensive coverage with no critical gaps
104
+
105
+ ### Next Steps
106
+
107
+ **Research Workflow:**
108
+
109
+ 1. ✅ Initialization and scope setting (current step)
110
+ 2. Customer Insights and Behavior Analysis
111
+ 3. Competitive Landscape Analysis
112
+ 4. Strategic Synthesis and Recommendations
113
+
114
+ **Research Status**: Scope confirmed, ready to proceed with detailed market analysis
115
+ ```
116
+
117
+ ### 4. Present Confirmation and Continue Option
118
+
119
+ Show initial scope document and present continue option:
120
+ "I've documented our understanding and initial scope for **{{research_topic}}** market research.
121
+
122
+ **What I've established:**
123
+
124
+ - Research topic and goals confirmed
125
+ - Market analysis focus areas defined
126
+ - Research methodology verification
127
+ - Clear workflow progression
128
+
129
+ **Document Status:** Initial scope written to research file for your review
130
+
131
+ **Ready to begin detailed market research?**
132
+ [C] Continue - Confirm scope and proceed to customer insights analysis
133
+ [Modify] Suggest changes to research scope before proceeding
134
+
135
+ ### 5. Handle User Response
136
+
137
+ #### If 'C' (Continue):
138
+
139
+ - Update frontmatter: `stepsCompleted: [1]`
140
+ - Add confirmation note to document: "Scope confirmed by user on {{date}}"
141
+ - Load: `./step-02-customer-insights.md`
142
+
143
+ #### If 'Modify':
144
+
145
+ - Gather user changes to scope
146
+ - Update document with modifications
147
+ - Re-present updated scope for confirmation
148
+
149
+ ## SUCCESS METRICS:
150
+
151
+ ✅ Research topic and goals accurately understood
152
+ ✅ Market research scope clearly defined
153
+ ✅ Initial scope document written immediately
154
+ ✅ User opportunity to review and modify scope
155
+ ✅ [C] continue option presented and handled correctly
156
+ ✅ Document properly updated with scope confirmation
157
+
158
+ ## FAILURE MODES:
159
+
160
+ ❌ Not confirming understanding of research topic and goals
161
+ ❌ Generating research content instead of just scope clarification
162
+ ❌ Not writing initial scope document to file
163
+ ❌ Not providing opportunity for user to modify scope
164
+ ❌ Proceeding to next step without user confirmation
165
+ ❌ **CRITICAL**: Reading only partial step file - leads to incomplete understanding and poor research decisions
166
+ ❌ **CRITICAL**: Proceeding with 'C' without fully reading and understanding the next step file
167
+ ❌ **CRITICAL**: Making decisions without complete understanding of step requirements and protocols
168
+
169
+ ## INITIALIZATION PRINCIPLES:
170
+
171
+ This step ensures:
172
+
173
+ - Clear mutual understanding of research objectives
174
+ - Well-defined research scope and approach
175
+ - Immediate documentation for user review
176
+ - User control over research direction before detailed work begins
177
+
178
+ ## NEXT STEP:
179
+
180
+ After user confirmation and scope finalization, load `./step-02-customer-insights.md` to begin detailed market research with customer insights analysis.
181
+
182
+ Remember: Init steps confirm understanding and scope, not generate research content!