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,395 @@
1
+ # Workflow Status Check - Multi-Mode Service
2
+
3
+ <critical>The workflow execution engine is governed by: {project-root}/_bmad/core/tasks/workflow.xml</critical>
4
+ <critical>You MUST have already loaded and processed: {project-root}/_bmad/bmm/workflows/workflow-status/workflow.yaml</critical>
5
+ <critical>This workflow operates in multiple modes: interactive (default), validate, data, init-check, update</critical>
6
+ <critical>Other workflows can call this as a service to avoid duplicating status logic</critical>
7
+ <critical>⚠️ ABSOLUTELY NO TIME ESTIMATES - NEVER mention hours, days, weeks, months, or ANY time-based predictions. AI has fundamentally changed development speed - what once took teams weeks/months can now be done by one person in hours. DO NOT give ANY time estimates whatsoever.</critical>
8
+
9
+ <workflow>
10
+
11
+ <step n="0" goal="Determine execution mode">
12
+ <action>Check for {{mode}} parameter passed by calling workflow</action>
13
+ <action>Default mode = "interactive" if not specified</action>
14
+
15
+ <check if="mode == interactive">
16
+ <action>Continue to Step 1 for normal status check flow</action>
17
+ </check>
18
+
19
+ <check if="mode == validate">
20
+ <action>Jump to Step 10 for workflow validation service</action>
21
+ </check>
22
+
23
+ <check if="mode == data">
24
+ <action>Jump to Step 20 for data extraction service</action>
25
+ </check>
26
+
27
+ <check if="mode == init-check">
28
+ <action>Jump to Step 30 for simple init check</action>
29
+ </check>
30
+
31
+ <check if="mode == update">
32
+ <action>Jump to Step 40 for status update service</action>
33
+ </check>
34
+ </step>
35
+
36
+ <step n="1" goal="Check for status file">
37
+ <action>Search {planning_artifacts}/ for file: bmm-workflow-status.yaml</action>
38
+
39
+ <check if="no status file found">
40
+ <output>No workflow status found.</output>
41
+ <ask>Would you like to run Workflow Init now? (y/n)</ask>
42
+
43
+ <check if="response == y OR response == yes">
44
+ <action>Launching workflow-init to set up your project tracking...</action>
45
+ <invoke-workflow path="{project-root}/_bmad/bmm/workflows/workflow-status/init/workflow.yaml"></invoke-workflow>
46
+ <action>Exit workflow and let workflow-init take over</action>
47
+ </check>
48
+
49
+ <check if="else">
50
+ <output>No workflow status file. Run workflow-init when ready to enable progress tracking.</output>
51
+ <action>Exit workflow</action>
52
+ </check>
53
+ </check>
54
+
55
+ <check if="status file found">
56
+ <action>Continue to step 2</action>
57
+ </check>
58
+ </step>
59
+
60
+ <step n="2" goal="Read and parse status">
61
+ <action>Read bmm-workflow-status.yaml</action>
62
+ <action>Parse YAML file and extract metadata from comments and fields:</action>
63
+
64
+ Parse these fields from YAML comments and metadata:
65
+
66
+ - project (from YAML field)
67
+ - project_type (from YAML field)
68
+ - project_level (from YAML field)
69
+ - field_type (from YAML field)
70
+ - workflow_path (from YAML field)
71
+
72
+ <action>Parse workflow_status section:</action>
73
+
74
+ - Extract all workflow entries with their statuses
75
+ - Identify completed workflows (status = file path)
76
+ - Identify pending workflows (status = required/optional/recommended/conditional)
77
+ - Identify skipped workflows (status = skipped)
78
+
79
+ <action>Determine current state:</action>
80
+
81
+ - Find first workflow with status != file path and != skipped
82
+ - This is the NEXT workflow to work on
83
+ - Look up agent and command from workflow path file
84
+ </step>
85
+
86
+ <step n="3" goal="Display current status and options">
87
+ <action>Load workflow path file based on workflow_path field</action>
88
+ <action>Identify current phase from next workflow to be done</action>
89
+ <action>Build list of completed, pending, and optional workflows</action>
90
+ <action>For each workflow, look up its agent from the path file</action>
91
+
92
+ <output>
93
+ ## 📊 Current Status
94
+
95
+ **Project:** {{project}} (Level {{project_level}} {{project_type}})
96
+
97
+ **Path:** {{workflow_path}}
98
+
99
+ **Progress:**
100
+
101
+ {{#each phases}}
102
+ {{phase_name}}:
103
+ {{#each workflows_in_phase}}
104
+
105
+ - {{workflow_name}} ({{agent}}): {{status_display}}
106
+ {{/each}}
107
+ {{/each}}
108
+
109
+ ## 🎯 Next Steps
110
+
111
+ **Next Workflow:** {{next_workflow_name}}
112
+
113
+ **Agent:** {{next_agent}}
114
+
115
+ **Command:** /bmad:bmm:workflows:{{next_workflow_id}}
116
+
117
+ {{#if optional_workflows_available}}
118
+ **Optional Workflows Available:**
119
+ {{#each optional_workflows}}
120
+
121
+ - {{workflow_name}} ({{agent}}) - {{status}}
122
+ {{/each}}
123
+ {{/if}}
124
+ </output>
125
+ </step>
126
+
127
+ <step n="4" goal="Offer actions">
128
+ <ask>What would you like to do?
129
+
130
+ 1. **Start next workflow** - {{next_workflow_name}} ({{next_agent}})
131
+ {{#if optional_workflows_available}}
132
+ 2. **Run optional workflow** - Choose from available options
133
+ {{/if}}
134
+ 3. **View full status YAML** - See complete status file
135
+ 4. **Update workflow status** - Mark a workflow as completed or skipped
136
+ 5. **Exit** - Return to agent
137
+
138
+ Your choice:</ask>
139
+
140
+ <action>Handle user selection based on available options</action>
141
+
142
+ <check if="choice == 1">
143
+ <output>Ready to run {{next_workflow_name}}!
144
+
145
+ **Command:** /bmad:bmm:workflows:{{next_workflow_id}}
146
+
147
+ **Agent:** Load {{next_agent}} agent first
148
+
149
+ {{#if next_agent !== current_agent}}
150
+ Tip: Start a new chat and load the {{next_agent}} agent before running this workflow.
151
+ {{/if}}
152
+ </output>
153
+ </check>
154
+
155
+ <check if="choice == 2 AND optional_workflows_available">
156
+ <ask>Which optional workflow?
157
+ {{#each optional_workflows numbered}}
158
+ {{number}}. {{workflow_name}} ({{agent}})
159
+ {{/each}}
160
+
161
+ Your choice:</ask>
162
+ <action>Display selected workflow command and agent</action>
163
+ </check>
164
+
165
+ <check if="choice == 3">
166
+ <action>Display complete bmm-workflow-status.yaml file contents</action>
167
+ </check>
168
+
169
+ <check if="choice == 4">
170
+ <ask>What would you like to update?
171
+
172
+ 1. Mark a workflow as **completed** (provide file path)
173
+ 2. Mark a workflow as **skipped**
174
+
175
+ Your choice:</ask>
176
+
177
+ <check if="update_choice == 1">
178
+ <ask>Which workflow? (Enter workflow ID like 'prd' or 'create-architecture')</ask>
179
+ <ask>File path created? (e.g., docs/prd.md)</ask>
180
+ <critical>ONLY write the file path as the status value - no other text, notes, or metadata</critical>
181
+ <action>Update workflow_status in YAML file: {{workflow_id}}: {{file_path}}</action>
182
+ <action>Save updated YAML file preserving ALL structure and comments</action>
183
+ <output>✅ Updated {{workflow_id}} to completed: {{file_path}}</output>
184
+ </check>
185
+
186
+ <check if="update_choice == 2">
187
+ <ask>Which workflow to skip? (Enter workflow ID)</ask>
188
+ <action>Update workflow_status in YAML file: {{workflow_id}}: skipped</action>
189
+ <action>Save updated YAML file</action>
190
+ <output>✅ Marked {{workflow_id}} as skipped</output>
191
+ </check>
192
+ </check>
193
+ </step>
194
+
195
+ <!-- ============================================= -->
196
+ <!-- SERVICE MODES - Called by other workflows -->
197
+ <!-- ============================================= -->
198
+
199
+ <step n="10" goal="Validate mode - Check if calling workflow should proceed">
200
+ <action>Read {output_folder}/bmm-workflow-status.yaml if exists</action>
201
+
202
+ <check if="status file not found">
203
+ <template-output>status_exists = false</template-output>
204
+ <template-output>should_proceed = true</template-output>
205
+ <template-output>warning = "No status file found. Running without progress tracking."</template-output>
206
+ <template-output>suggestion = "Consider running workflow-init first for progress tracking"</template-output>
207
+ <action>Return to calling workflow</action>
208
+ </check>
209
+
210
+ <check if="status file found">
211
+ <action>Parse YAML file to extract project metadata and workflow_status</action>
212
+ <action>Load workflow path file from workflow_path field</action>
213
+ <action>Find first non-completed workflow in workflow_status (next workflow)</action>
214
+ <action>Check if {{calling_workflow}} matches next workflow or is in the workflow list</action>
215
+
216
+ <template-output>status_exists = true</template-output>
217
+ <template-output>project_level = {{project_level}}</template-output>
218
+ <template-output>project_type = {{project_type}}</template-output>
219
+ <template-output>field_type = {{field_type}}</template-output>
220
+ <template-output>next_workflow = {{next_workflow_id}}</template-output>
221
+
222
+ <check if="calling_workflow == next_workflow">
223
+ <template-output>should_proceed = true</template-output>
224
+ <template-output>warning = ""</template-output>
225
+ <template-output>suggestion = "Proceeding with planned next step"</template-output>
226
+ </check>
227
+
228
+ <check if="calling_workflow in workflow_status list">
229
+ <action>Check the status of calling_workflow in YAML</action>
230
+
231
+ <check if="status is file path">
232
+ <template-output>should_proceed = true</template-output>
233
+ <template-output>warning = "⚠️ Workflow already completed: {{calling_workflow}}"</template-output>
234
+ <template-output>suggestion = "This workflow was already completed. Re-running will overwrite: {{status}}"</template-output>
235
+ </check>
236
+
237
+ <check if="status is optional/recommended">
238
+ <template-output>should_proceed = true</template-output>
239
+ <template-output>warning = "Running optional workflow {{calling_workflow}}"</template-output>
240
+ <template-output>suggestion = "This is optional. Expected next: {{next_workflow}}"</template-output>
241
+ </check>
242
+
243
+ <check if="status is required but not next">
244
+ <template-output>should_proceed = true</template-output>
245
+ <template-output>warning = "⚠️ Out of sequence: Expected {{next_workflow}}, running {{calling_workflow}}"</template-output>
246
+ <template-output>suggestion = "Consider running {{next_workflow}} instead, or continue if intentional"</template-output>
247
+ </check>
248
+
249
+ </check>
250
+
251
+ <check if="calling_workflow NOT in workflow_status list">
252
+ <template-output>should_proceed = true</template-output>
253
+ <template-output>warning = "⚠️ Unknown workflow: {{calling_workflow}} not in workflow path"</template-output>
254
+ <template-output>suggestion = "This workflow is not part of the defined path for this project"</template-output>
255
+ </check>
256
+
257
+ <template-output>status_file_path = {{path to bmm-workflow-status.yaml}}</template-output>
258
+ </check>
259
+
260
+ <action>Return control to calling workflow with all template outputs</action>
261
+ </step>
262
+
263
+ <step n="20" goal="Data mode - Extract specific information">
264
+ <action>Read {output_folder}/bmm-workflow-status.yaml if exists</action>
265
+
266
+ <check if="status file not found">
267
+ <template-output>status_exists = false</template-output>
268
+ <template-output>error = "No status file to extract data from"</template-output>
269
+ <action>Return to calling workflow</action>
270
+ </check>
271
+
272
+ <check if="status file found">
273
+ <action>Parse YAML file completely</action>
274
+ <template-output>status_exists = true</template-output>
275
+
276
+ <check if="data_request == project_config">
277
+ <template-output>project_name = {{project}}</template-output>
278
+ <template-output>project_type = {{project_type}}</template-output>
279
+ <template-output>project_level = {{project_level}}</template-output>
280
+ <template-output>field_type = {{field_type}}</template-output>
281
+ <template-output>workflow_path = {{workflow_path}}</template-output>
282
+ </check>
283
+
284
+ <check if="data_request == workflow_status">
285
+ <action>Parse workflow_status section and return all workflow: status pairs</action>
286
+ <template-output>workflow_status = {{workflow_status_object}}</template-output>
287
+ <action>Calculate completion stats:</action>
288
+ <template-output>total_workflows = {{count all workflows}}</template-output>
289
+ <template-output>completed_workflows = {{count file path statuses}}</template-output>
290
+ <template-output>pending_workflows = {{count required/optional/etc}}</template-output>
291
+ <template-output>skipped_workflows = {{count skipped}}</template-output>
292
+ </check>
293
+
294
+ <check if="data_request == all">
295
+ <action>Return all parsed fields as template outputs</action>
296
+ <template-output>project = {{project}}</template-output>
297
+ <template-output>project_type = {{project_type}}</template-output>
298
+ <template-output>project_level = {{project_level}}</template-output>
299
+ <template-output>field_type = {{field_type}}</template-output>
300
+ <template-output>workflow_path = {{workflow_path}}</template-output>
301
+ <template-output>workflow_status = {{workflow_status_object}}</template-output>
302
+ <template-output>generated = {{generated}}</template-output>
303
+ </check>
304
+
305
+ <template-output>status_file_path = {{path to bmm-workflow-status.yaml}}</template-output>
306
+ </check>
307
+
308
+ <action>Return control to calling workflow with requested data</action>
309
+ </step>
310
+
311
+ <step n="30" goal="Init-check mode - Simple existence check">
312
+ <action>Check if {output_folder}/bmm-workflow-status.yaml exists</action>
313
+
314
+ <check if="exists">
315
+ <template-output>status_exists = true</template-output>
316
+ <template-output>suggestion = "Status file found. Ready to proceed."</template-output>
317
+ </check>
318
+
319
+ <check if="not exists">
320
+ <template-output>status_exists = false</template-output>
321
+ <template-output>suggestion = "No status file. Run workflow-init to create one (optional for progress tracking)"</template-output>
322
+ </check>
323
+
324
+ <action>Return immediately to calling workflow</action>
325
+ </step>
326
+
327
+ <step n="40" goal="Update mode - Centralized status file updates">
328
+ <action>Read {output_folder}/bmm-workflow-status.yaml</action>
329
+
330
+ <check if="status file not found">
331
+ <template-output>success = false</template-output>
332
+ <template-output>error = "No status file found. Cannot update."</template-output>
333
+ <action>Return to calling workflow</action>
334
+ </check>
335
+
336
+ <check if="status file found">
337
+ <action>Parse YAML file completely</action>
338
+ <action>Load workflow path file from workflow_path field</action>
339
+ <action>Check {{action}} parameter to determine update type</action>
340
+
341
+ <!-- ============================================= -->
342
+ <!-- ACTION: complete_workflow -->
343
+ <!-- ============================================= -->
344
+ <check if="action == complete_workflow">
345
+ <action>Get {{workflow_id}} parameter (required)</action>
346
+ <action>Get {{default_output_file}} parameter (required - path to created file)</action>
347
+
348
+ <critical>ONLY write the file path as the status value - no other text, notes, or metadata</critical>
349
+ <action>Update workflow status in YAML:</action>
350
+ - In workflow_status section, update: {{workflow_id}}: {{default_output_file}}
351
+
352
+ <action>Find {{workflow_id}} in loaded path YAML</action>
353
+ <action>Determine next workflow from path sequence</action>
354
+ <action>Find first workflow in workflow_status with status != file path and != skipped</action>
355
+
356
+ <action>Save updated YAML file preserving ALL structure and comments</action>
357
+
358
+ <template-output>success = true</template-output>
359
+ <template-output>next_workflow = {{determined next workflow}}</template-output>
360
+ <template-output>next_agent = {{determined next agent from path file}}</template-output>
361
+ <template-output>completed_workflow = {{workflow_id}}</template-output>
362
+ <template-output>default_output_file = {{default_output_file}}</template-output>
363
+
364
+ </check>
365
+
366
+ <!-- ============================================= -->
367
+ <!-- ACTION: skip_workflow -->
368
+ <!-- ============================================= -->
369
+ <check if="action == skip_workflow">
370
+ <action>Get {{workflow_id}} parameter (required)</action>
371
+
372
+ <action>Update workflow status in YAML:</action>
373
+ - In workflow_status section, update: {{workflow_id}}: skipped
374
+
375
+ <action>Save updated YAML file</action>
376
+
377
+ <template-output>success = true</template-output>
378
+ <template-output>skipped_workflow = {{workflow_id}}</template-output>
379
+
380
+ </check>
381
+
382
+ <!-- ============================================= -->
383
+ <!-- Unknown action -->
384
+ <!-- ============================================= -->
385
+ <check if="action not recognized">
386
+ <template-output>success = false</template-output>
387
+ <template-output>error = "Unknown action: {{action}}. Valid actions: complete_workflow, skip_workflow"</template-output>
388
+ </check>
389
+
390
+ </check>
391
+
392
+ <action>Return control to calling workflow with template outputs</action>
393
+ </step>
394
+
395
+ </workflow>
@@ -0,0 +1,103 @@
1
+ # BMad Enterprise Method - Brownfield
2
+ # Extended enterprise planning for complex brownfield with security/devops/test (30+ stories typically)
3
+
4
+ method_name: "BMad Enterprise Method"
5
+ track: "enterprise-bmad-method"
6
+ field_type: "brownfield"
7
+ description: "Enterprise-grade planning for complex brownfield additions with extended requirements"
8
+
9
+ phases:
10
+ - phase: 0
11
+ name: "Documentation"
12
+ conditional: "if_undocumented"
13
+ note: "Prerequisite for brownfield without docs"
14
+ workflows:
15
+ - id: "document-project"
16
+ required: true
17
+ workflow: "{project-root}/_bmad/bmm/workflows/document-project/workflow.yaml"
18
+ agent: "analyst"
19
+ command: "/bmad:bmm:workflows:document-project"
20
+ output: "Comprehensive project documentation"
21
+ purpose: "Understand existing codebase before planning"
22
+ - phase: 1
23
+ name: "Analysis (Optional)"
24
+ optional: true
25
+ note: "User-selected during workflow-init"
26
+ workflows:
27
+ - id: "brainstorm-project"
28
+ exec: "{project-root}/_bmad/core/workflows/brainstorming/workflow.md"
29
+ optional: true
30
+ agent: "analyst"
31
+ command: "/bmad:bmm:workflows:brainstorming"
32
+ included_by: "user_choice"
33
+ note: "Uses core brainstorming workflow with project context template"
34
+ - id: "research"
35
+ exec: "{project-root}/_bmad/bmm/workflows/1-analysis/research/workflow.md"
36
+ optional: true
37
+ agent: "analyst"
38
+ command: "/bmad:bmm:workflows:research"
39
+ included_by: "user_choice"
40
+ note: "Can have multiple research workflows"
41
+ - id: "product-brief"
42
+ exec: "{project-root}/_bmad/bmm/workflows/1-analysis/create-product-brief/workflow.md"
43
+ optional: true
44
+ agent: "analyst"
45
+ command: "/bmad:bmm:workflows:create-product-brief"
46
+ included_by: "user_choice"
47
+ note: "Recommended for greenfield Method projects"
48
+ - phase: 2
49
+ name: "Planning"
50
+ required: true
51
+ workflows:
52
+ - id: "prd"
53
+ exec: "{project-root}/_bmad/bmm/workflows/2-plan-workflows/prd/workflow.md"
54
+ required: true
55
+ agent: "pm"
56
+ command: "/bmad:bmm:workflows:create-prd"
57
+ output: "Product Requirements Document with FRs and NFRs"
58
+ - id: "create-ux-design"
59
+ conditional: "if_has_ui"
60
+ exec: "{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md"
61
+ agent: "ux-designer"
62
+ command: "/bmad:bmm:workflows:create-ux-design"
63
+ note: "Determined after PRD - user/agent decides if needed"
64
+ - phase: 3
65
+ name: "Solutioning"
66
+ required: true
67
+ workflows:
68
+ - id: "create-architecture"
69
+ required: true
70
+ exec: "{project-root}/_bmad/bmm/workflows/3-solutioning/create-architecture/workflow.md"
71
+ agent: "architect"
72
+ command: "/bmad:bmm:workflows:create-architecture"
73
+ output: "System architecture document"
74
+ note: "Complete system design for greenfield projects"
75
+ - id: "create-epics-and-stories"
76
+ required: true
77
+ exec: "{project-root}/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md"
78
+ agent: "pm"
79
+ command: "/bmad:bmm:workflows:create-epics-and-stories"
80
+ note: "Required: Break down PRD into implementable epics and stories with full context (PRD + UX + Architecture)"
81
+ - id: "test-design"
82
+ optional: true
83
+ workflow: "{project-root}/_bmad/bmm/workflows/testarch/test-design/workflow.yaml"
84
+ agent: "tea"
85
+ command: "/bmad:bmm:workflows:test-design"
86
+ output: "System-level testability review"
87
+ note: "Testability assessment before gate check - auto-detects system-level mode"
88
+ - id: "implementation-readiness"
89
+ required: true
90
+ exec: "{project-root}/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md"
91
+ agent: "architect"
92
+ command: "/bmad:bmm:workflows:implementation-readiness"
93
+ note: "Validates PRD + Architecture + Epics + UX (optional)"
94
+ - phase: 4
95
+ name: "Implementation"
96
+ required: true
97
+ workflows:
98
+ - id: "sprint-planning"
99
+ required: true
100
+ workflow: "{project-root}/_bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml"
101
+ agent: "sm"
102
+ command: "/bmad:bmm:workflows:sprint-planning"
103
+ note: "Creates sprint plan - subsequent work tracked there"
@@ -0,0 +1,100 @@
1
+ # BMad Enterprise Method - Greenfield
2
+ # Extended enterprise planning with security/devops/test for greenfield (30+ stories typically)
3
+
4
+ method_name: "Enterprise BMad Method"
5
+ track: "enterprise-bmad-method"
6
+ field_type: "greenfield"
7
+ description: "Complete enterprise-grade planning with security, devops, and test strategy"
8
+
9
+ phases:
10
+ - phase: 1
11
+ name: "Analysis (Optional)"
12
+ optional: true
13
+ note: "User-selected during workflow-init"
14
+ workflows:
15
+ - id: "brainstorm-project"
16
+ exec: "{project-root}/_bmad/core/workflows/brainstorming/workflow.md"
17
+ optional: true
18
+ agent: "analyst"
19
+ command: "/bmad:bmm:workflows:brainstorming"
20
+ included_by: "user_choice"
21
+ note: "Uses core brainstorming workflow with project context template"
22
+
23
+ - id: "research"
24
+ exec: "{project-root}/_bmad/bmm/workflows/1-analysis/research/workflow.md"
25
+ optional: true
26
+ agent: "analyst"
27
+ command: "/bmad:bmm:workflows:research"
28
+ included_by: "user_choice"
29
+ note: "Can have multiple research workflows"
30
+
31
+ - id: "product-brief"
32
+ exec: "{project-root}/_bmad/bmm/workflows/1-analysis/create-product-brief/workflow.md"
33
+ optional: true
34
+ agent: "analyst"
35
+ command: "/bmad:bmm:workflows:create-product-brief"
36
+ included_by: "user_choice"
37
+ note: "Recommended for greenfield Method projects"
38
+
39
+ - phase: 2
40
+ name: "Planning"
41
+ required: true
42
+ workflows:
43
+ - id: "prd"
44
+ exec: "{project-root}/_bmad/bmm/workflows/2-plan-workflows/prd/workflow.md"
45
+ required: true
46
+ agent: "pm"
47
+ command: "/bmad:bmm:workflows:create-prd"
48
+ output: "Product Requirements Document with FRs and NFRs"
49
+
50
+ - id: "create-ux-design"
51
+ conditional: "if_has_ui"
52
+ exec: "{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md"
53
+ agent: "ux-designer"
54
+ command: "/bmad:bmm:workflows:create-ux-design"
55
+ note: "Determined after PRD - user/agent decides if needed"
56
+
57
+ - phase: 3
58
+ name: "Solutioning"
59
+ required: true
60
+ workflows:
61
+ - id: "create-architecture"
62
+ required: true
63
+ exec: "{project-root}/_bmad/bmm/workflows/3-solutioning/create-architecture/workflow.md"
64
+ agent: "architect"
65
+ command: "/bmad:bmm:workflows:create-architecture"
66
+ output: "System architecture document"
67
+ note: "Complete system design for greenfield projects"
68
+
69
+ - id: "create-epics-and-stories"
70
+ required: true
71
+ exec: "{project-root}/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md"
72
+ agent: "pm"
73
+ command: "/bmad:bmm:workflows:create-epics-and-stories"
74
+ note: "Required: Break down PRD into implementable epics and stories with full context (PRD + UX + Architecture)"
75
+
76
+ - id: "test-design"
77
+ optional: true
78
+ workflow: "{project-root}/_bmad/bmm/workflows/testarch/test-design/workflow.yaml"
79
+ agent: "tea"
80
+ command: "/bmad:bmm:workflows:test-design"
81
+ output: "System-level testability review"
82
+ note: "Testability assessment before gate check - auto-detects system-level mode"
83
+
84
+ - id: "implementation-readiness"
85
+ required: true
86
+ exec: "{project-root}/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md"
87
+ agent: "architect"
88
+ command: "/bmad:bmm:workflows:implementation-readiness"
89
+ note: "Validates PRD + Architecture + Epics + UX (optional)"
90
+
91
+ - phase: 4
92
+ name: "Implementation"
93
+ required: true
94
+ workflows:
95
+ - id: "sprint-planning"
96
+ required: true
97
+ workflow: "{project-root}/_bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml"
98
+ agent: "sm"
99
+ command: "/bmad:bmm:workflows:sprint-planning"
100
+ note: "Creates sprint plan - subsequent work tracked there"