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,359 @@
1
+ # Step 7: Architecture Validation & Completion
2
+
3
+ ## MANDATORY EXECUTION RULES (READ FIRST):
4
+
5
+ - 🛑 NEVER generate content without user input
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
+ - ✅ ALWAYS treat this as collaborative discovery between architectural peers
10
+ - 📋 YOU ARE A FACILITATOR, not a content generator
11
+ - 💬 FOCUS on validating architectural coherence and completeness
12
+ - ✅ VALIDATE all requirements are covered by architectural decisions
13
+ - ⚠️ ABSOLUTELY NO TIME ESTIMATES - AI development speed has fundamentally changed
14
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
15
+
16
+ ## EXECUTION PROTOCOLS:
17
+
18
+ - 🎯 Show your analysis before taking any action
19
+ - ✅ Run comprehensive validation checks on the complete architecture
20
+ - ⚠️ Present A/P/C menu after generating validation results
21
+ - 💾 ONLY save when user chooses C (Continue)
22
+ - 📖 Update frontmatter `stepsCompleted: [1, 2, 3, 4, 5, 6, 7]` before loading next step
23
+ - 🚫 FORBIDDEN to load next step until C is selected
24
+
25
+ ## COLLABORATION MENUS (A/P/C):
26
+
27
+ This step will generate content and present choices:
28
+
29
+ - **A (Advanced Elicitation)**: Use discovery protocols to address complex architectural issues found during validation
30
+ - **P (Party Mode)**: Bring multiple perspectives to resolve validation concerns
31
+ - **C (Continue)**: Save the validation results and complete the architecture
32
+
33
+ ## PROTOCOL INTEGRATION:
34
+
35
+ - When 'A' selected: Execute {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml
36
+ - When 'P' selected: Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md
37
+ - PROTOCOLS always return to display this step's A/P/C menu after the A or P have completed
38
+ - User accepts/rejects protocol changes before proceeding
39
+
40
+ ## CONTEXT BOUNDARIES:
41
+
42
+ - Complete architecture document with all sections is available
43
+ - All architectural decisions, patterns, and structure are defined
44
+ - Focus on validation, gap analysis, and coherence checking
45
+ - Prepare for handoff to implementation phase
46
+
47
+ ## YOUR TASK:
48
+
49
+ Validate the complete architecture for coherence, completeness, and readiness to guide AI agents through consistent implementation.
50
+
51
+ ## VALIDATION SEQUENCE:
52
+
53
+ ### 1. Coherence Validation
54
+
55
+ Check that all architectural decisions work together:
56
+
57
+ **Decision Compatibility:**
58
+
59
+ - Do all technology choices work together without conflicts?
60
+ - Are all versions compatible with each other?
61
+ - Do patterns align with technology choices?
62
+ - Are there any contradictory decisions?
63
+
64
+ **Pattern Consistency:**
65
+
66
+ - Do implementation patterns support the architectural decisions?
67
+ - Are naming conventions consistent across all areas?
68
+ - Do structure patterns align with technology stack?
69
+ - Are communication patterns coherent?
70
+
71
+ **Structure Alignment:**
72
+
73
+ - Does the project structure support all architectural decisions?
74
+ - Are boundaries properly defined and respected?
75
+ - Does the structure enable the chosen patterns?
76
+ - Are integration points properly structured?
77
+
78
+ ### 2. Requirements Coverage Validation
79
+
80
+ Verify all project requirements are architecturally supported:
81
+
82
+ **From Epics (if available):**
83
+
84
+ - Does every epic have architectural support?
85
+ - Are all user stories implementable with these decisions?
86
+ - Are cross-epic dependencies handled architecturally?
87
+ - Are there any gaps in epic coverage?
88
+
89
+ **From FR Categories (if no epics):**
90
+
91
+ - Does every functional requirement have architectural support?
92
+ - Are all FR categories fully covered by architectural decisions?
93
+ - Are cross-cutting FRs properly addressed?
94
+ - Are there any missing architectural capabilities?
95
+
96
+ **Non-Functional Requirements:**
97
+
98
+ - Are performance requirements addressed architecturally?
99
+ - Are security requirements fully covered?
100
+ - Are scalability considerations properly handled?
101
+ - Are compliance requirements architecturally supported?
102
+
103
+ ### 3. Implementation Readiness Validation
104
+
105
+ Assess if AI agents can implement consistently:
106
+
107
+ **Decision Completeness:**
108
+
109
+ - Are all critical decisions documented with versions?
110
+ - Are implementation patterns comprehensive enough?
111
+ - Are consistency rules clear and enforceable?
112
+ - Are examples provided for all major patterns?
113
+
114
+ **Structure Completeness:**
115
+
116
+ - Is the project structure complete and specific?
117
+ - Are all files and directories defined?
118
+ - Are integration points clearly specified?
119
+ - Are component boundaries well-defined?
120
+
121
+ **Pattern Completeness:**
122
+
123
+ - Are all potential conflict points addressed?
124
+ - Are naming conventions comprehensive?
125
+ - Are communication patterns fully specified?
126
+ - Are process patterns (error handling, etc.) complete?
127
+
128
+ ### 4. Gap Analysis
129
+
130
+ Identify and document any missing elements:
131
+
132
+ **Critical Gaps:**
133
+
134
+ - Missing architectural decisions that block implementation
135
+ - Incomplete patterns that could cause conflicts
136
+ - Missing structural elements needed for development
137
+ - Undefined integration points
138
+
139
+ **Important Gaps:**
140
+
141
+ - Areas that need more detailed specification
142
+ - Patterns that could be more comprehensive
143
+ - Documentation that would help implementation
144
+ - Examples that would clarify complex decisions
145
+
146
+ **Nice-to-Have Gaps:**
147
+
148
+ - Additional patterns that would be helpful
149
+ - Supplementary documentation
150
+ - Tooling recommendations
151
+ - Development workflow optimizations
152
+
153
+ ### 5. Address Validation Issues
154
+
155
+ For any issues found, facilitate resolution:
156
+
157
+ **Critical Issues:**
158
+ "I found some issues that need to be addressed before implementation:
159
+
160
+ {{critical_issue_description}}
161
+
162
+ These could cause implementation problems. How would you like to resolve this?"
163
+
164
+ **Important Issues:**
165
+ "I noticed a few areas that could be improved:
166
+
167
+ {{important_issue_description}}
168
+
169
+ These aren't blocking, but addressing them would make implementation smoother. Should we work on these?"
170
+
171
+ **Minor Issues:**
172
+ "Here are some minor suggestions for improvement:
173
+
174
+ {{minor_issue_description}}
175
+
176
+ These are optional refinements. Would you like to address any of these?"
177
+
178
+ ### 6. Generate Validation Content
179
+
180
+ Prepare the content to append to the document:
181
+
182
+ #### Content Structure:
183
+
184
+ ```markdown
185
+ ## Architecture Validation Results
186
+
187
+ ### Coherence Validation ✅
188
+
189
+ **Decision Compatibility:**
190
+ {{assessment_of_how_all_decisions_work_together}}
191
+
192
+ **Pattern Consistency:**
193
+ {{verification_that_patterns_support_decisions}}
194
+
195
+ **Structure Alignment:**
196
+ {{confirmation_that_structure_supports_architecture}}
197
+
198
+ ### Requirements Coverage Validation ✅
199
+
200
+ **Epic/Feature Coverage:**
201
+ {{verification_that_all_epics_or_features_are_supported}}
202
+
203
+ **Functional Requirements Coverage:**
204
+ {{confirmation_that_all_FRs_are_architecturally_supported}}
205
+
206
+ **Non-Functional Requirements Coverage:**
207
+ {{verification_that_NFRs_are_addressed}}
208
+
209
+ ### Implementation Readiness Validation ✅
210
+
211
+ **Decision Completeness:**
212
+ {{assessment_of_decision_documentation_completeness}}
213
+
214
+ **Structure Completeness:**
215
+ {{evaluation_of_project_structure_completeness}}
216
+
217
+ **Pattern Completeness:**
218
+ {{verification_of_implementation_patterns_completeness}}
219
+
220
+ ### Gap Analysis Results
221
+
222
+ {{gap_analysis_findings_with_priority_levels}}
223
+
224
+ ### Validation Issues Addressed
225
+
226
+ {{description_of_any_issues_found_and_resolutions}}
227
+
228
+ ### Architecture Completeness Checklist
229
+
230
+ **✅ Requirements Analysis**
231
+
232
+ - [x] Project context thoroughly analyzed
233
+ - [x] Scale and complexity assessed
234
+ - [x] Technical constraints identified
235
+ - [x] Cross-cutting concerns mapped
236
+
237
+ **✅ Architectural Decisions**
238
+
239
+ - [x] Critical decisions documented with versions
240
+ - [x] Technology stack fully specified
241
+ - [x] Integration patterns defined
242
+ - [x] Performance considerations addressed
243
+
244
+ **✅ Implementation Patterns**
245
+
246
+ - [x] Naming conventions established
247
+ - [x] Structure patterns defined
248
+ - [x] Communication patterns specified
249
+ - [x] Process patterns documented
250
+
251
+ **✅ Project Structure**
252
+
253
+ - [x] Complete directory structure defined
254
+ - [x] Component boundaries established
255
+ - [x] Integration points mapped
256
+ - [x] Requirements to structure mapping complete
257
+
258
+ ### Architecture Readiness Assessment
259
+
260
+ **Overall Status:** READY FOR IMPLEMENTATION
261
+
262
+ **Confidence Level:** {{high/medium/low}} based on validation results
263
+
264
+ **Key Strengths:**
265
+ {{list_of_architecture_strengths}}
266
+
267
+ **Areas for Future Enhancement:**
268
+ {{areas_that_could_be_improved_later}}
269
+
270
+ ### Implementation Handoff
271
+
272
+ **AI Agent Guidelines:**
273
+
274
+ - Follow all architectural decisions exactly as documented
275
+ - Use implementation patterns consistently across all components
276
+ - Respect project structure and boundaries
277
+ - Refer to this document for all architectural questions
278
+
279
+ **First Implementation Priority:**
280
+ {{starter_template_command_or_first_architectural_step}}
281
+ ```
282
+
283
+ ### 7. Present Content and Menu
284
+
285
+ Show the validation results and present choices:
286
+
287
+ "I've completed a comprehensive validation of your architecture.
288
+
289
+ **Validation Summary:**
290
+
291
+ - ✅ Coherence: All decisions work together
292
+ - ✅ Coverage: All requirements are supported
293
+ - ✅ Readiness: AI agents can implement consistently
294
+
295
+ **Here's what I'll add to complete the architecture document:**
296
+
297
+ [Show the complete markdown content from step 6]
298
+
299
+ **What would you like to do?**
300
+ [A] Advanced Elicitation - Address any complex architectural concerns
301
+ [P] Party Mode - Review validation from different implementation perspectives
302
+ [C] Continue - Complete the architecture and finish workflow"
303
+
304
+ ### 8. Handle Menu Selection
305
+
306
+ #### If 'A' (Advanced Elicitation):
307
+
308
+ - Execute {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml with validation issues
309
+ - Process enhanced solutions for complex concerns
310
+ - Ask user: "Accept these architectural improvements? (y/n)"
311
+ - If yes: Update content, then return to A/P/C menu
312
+ - If no: Keep original content, then return to A/P/C menu
313
+
314
+ #### If 'P' (Party Mode):
315
+
316
+ - Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md with validation context
317
+ - Process collaborative insights on implementation readiness
318
+ - Ask user: "Accept these changes to the validation results? (y/n)"
319
+ - If yes: Update content, then return to A/P/C menu
320
+ - If no: Keep original content, then return to A/P/C menu
321
+
322
+ #### If 'C' (Continue):
323
+
324
+ - Append the final content to `{planning_artifacts}/architecture.md`
325
+ - Update frontmatter: `stepsCompleted: [1, 2, 3, 4, 5, 6, 7]`
326
+ - Load `./step-08-complete.md`
327
+
328
+ ## APPEND TO DOCUMENT:
329
+
330
+ When user selects 'C', append the content directly to the document using the structure from step 6.
331
+
332
+ ## SUCCESS METRICS:
333
+
334
+ ✅ All architectural decisions validated for coherence
335
+ ✅ Complete requirements coverage verified
336
+ ✅ Implementation readiness confirmed
337
+ ✅ All gaps identified and addressed
338
+ ✅ Comprehensive validation checklist completed
339
+ ✅ A/P/C menu presented and handled correctly
340
+ ✅ Content properly appended to document when C selected
341
+
342
+ ## FAILURE MODES:
343
+
344
+ ❌ Skipping validation of decision compatibility
345
+ ❌ Not verifying all requirements are architecturally supported
346
+ ❌ Missing potential implementation conflicts
347
+ ❌ Not addressing gaps found during validation
348
+ ❌ Providing incomplete validation checklist
349
+ ❌ Not presenting A/P/C menu after content generation
350
+
351
+ ❌ **CRITICAL**: Reading only partial step file - leads to incomplete understanding and poor decisions
352
+ ❌ **CRITICAL**: Proceeding with 'C' without fully reading and understanding the next step file
353
+ ❌ **CRITICAL**: Making decisions without complete understanding of step requirements and protocols
354
+
355
+ ## NEXT STEP:
356
+
357
+ After user selects 'C' and content is saved to document, load `./step-08-complete.md` to complete the workflow and provide implementation guidance.
358
+
359
+ Remember: Do NOT proceed to step-08 until user explicitly selects 'C' from the A/P/C menu and content is saved!
@@ -0,0 +1,352 @@
1
+ # Step 8: Architecture Completion & Handoff
2
+
3
+ ## MANDATORY EXECUTION RULES (READ FIRST):
4
+
5
+ - 🛑 NEVER generate content without user input
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
+ - ✅ ALWAYS treat this as collaborative completion between architectural peers
10
+ - 📋 YOU ARE A FACILITATOR, not a content generator
11
+ - 💬 FOCUS on successful workflow completion and implementation handoff
12
+ - 🎯 PROVIDE clear next steps for implementation phase
13
+ - ⚠️ ABSOLUTELY NO TIME ESTIMATES - AI development speed has fundamentally changed
14
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
15
+
16
+ ## EXECUTION PROTOCOLS:
17
+
18
+ - 🎯 Show your analysis before taking any action
19
+ - 🎯 Present completion summary and implementation guidance
20
+ - 📖 Update frontmatter with final workflow state
21
+ - 🚫 NO MORE STEPS - this is the final step
22
+
23
+ ## CONTEXT BOUNDARIES:
24
+
25
+ - Complete architecture document is finished and validated
26
+ - All architectural decisions, patterns, and structure are documented
27
+ - Focus on successful completion and implementation preparation
28
+ - Provide clear guidance for next steps in the development process
29
+
30
+ ## YOUR TASK:
31
+
32
+ Complete the architecture workflow, provide a comprehensive completion summary, and guide the user to the next phase of their project development.
33
+
34
+ ## COMPLETION SEQUENCE:
35
+
36
+ ### 1. Present Architecture Completion Summary
37
+
38
+ Based on user skill level, present the completion:
39
+
40
+ **For Expert Users:**
41
+ "Architecture workflow complete. {{decision_count}} architectural decisions documented across {{step_count}} steps.
42
+
43
+ Your architecture is ready for AI agent implementation. All decisions are documented with specific versions and implementation patterns.
44
+
45
+ Key deliverables:
46
+
47
+ - Complete architecture decision document
48
+ - Implementation patterns for agent consistency
49
+ - Project structure with all files and directories
50
+ - Validation confirming coherence and completeness
51
+
52
+ Ready for implementation phase."
53
+
54
+ **For Intermediate Users:**
55
+ "Excellent! Your architecture for {{project_name}} is now complete and ready for implementation.
56
+
57
+ **What we accomplished:**
58
+
59
+ - Made {{decision_count}} key architectural decisions together
60
+ - Established implementation patterns to ensure consistency
61
+ - Created a complete project structure with {{component_count}} main areas
62
+ - Validated that all your requirements are fully supported
63
+
64
+ **Your architecture document includes:**
65
+
66
+ - Technology choices with specific versions
67
+ - Clear implementation patterns for AI agents to follow
68
+ - Complete project directory structure
69
+ - Mapping of your requirements to specific files and folders
70
+
71
+ The architecture is comprehensive and ready to guide consistent implementation."
72
+
73
+ **For Beginner Users:**
74
+ "Congratulations! Your architecture for {{project_name}} is complete! 🎉
75
+
76
+ **What this means:**
77
+ Think of this as creating the complete blueprint for your house. We've made all the important decisions about how it will be built, what materials to use, and how everything fits together.
78
+
79
+ **What we created together:**
80
+
81
+ - {{decision_count}} architectural decisions (like choosing the foundation, framing, and systems)
82
+ - Clear rules so that multiple builders (AI agents) all work the same way
83
+ - A complete folder structure showing exactly where every file goes
84
+ - Confirmation that everything you want to build is supported by these decisions
85
+
86
+ **What happens next:**
87
+ AI agents will read this architecture document before building anything. They'll follow all your decisions exactly, which means your app will be built with consistent patterns throughout.
88
+
89
+ You're ready for the implementation phase!"
90
+
91
+ ### 2. Review Final Document State
92
+
93
+ Confirm the architecture document is complete:
94
+
95
+ **Document Structure Verification:**
96
+
97
+ - Project Context Analysis ✅
98
+ - Starter Template Evaluation ✅
99
+ - Core Architectural Decisions ✅
100
+ - Implementation Patterns & Consistency Rules ✅
101
+ - Project Structure & Boundaries ✅
102
+ - Architecture Validation Results ✅
103
+
104
+ **Frontmatter Update:**
105
+
106
+ ```yaml
107
+ stepsCompleted: [1, 2, 3, 4, 5, 6, 7, 8]
108
+ workflowType: 'architecture'
109
+ lastStep: 8
110
+ status: 'complete'
111
+ completedAt: '{{current_date}}'
112
+ ```
113
+
114
+ ### 3. Implementation Guidance
115
+
116
+ Provide specific next steps for implementation:
117
+
118
+ **Immediate Next Steps:**
119
+
120
+ 1. **Review the complete architecture document** at `{planning_artifacts}/architecture.md`
121
+ 2. **Begin with project initialization** using the starter template command documented
122
+ 3. **Create first implementation story** for project setup
123
+ 4. **Start implementing user stories** following the architectural decisions
124
+
125
+ **Development Workflow:**
126
+ "AI agents will:
127
+
128
+ 1. Read the architecture document before implementing each story
129
+ 2. Follow your technology choices and patterns exactly
130
+ 3. Use the project structure we defined
131
+ 4. Maintain consistency across all components"
132
+
133
+ **Quality Assurance:**
134
+ "Your architecture includes:
135
+
136
+ - Specific technology versions to use
137
+ - Implementation patterns that prevent conflicts
138
+ - Clear project structure and boundaries
139
+ - Validation that all requirements are supported"
140
+
141
+ ### 4. Generate Completion Content
142
+
143
+ Prepare the final content to append to the document:
144
+
145
+ #### Content Structure:
146
+
147
+ ```markdown
148
+ ## Architecture Completion Summary
149
+
150
+ ### Workflow Completion
151
+
152
+ **Architecture Decision Workflow:** COMPLETED ✅
153
+ **Total Steps Completed:** 8
154
+ **Date Completed:** {{current_date}}
155
+ **Document Location:** {planning_artifacts}/architecture.md
156
+
157
+ ### Final Architecture Deliverables
158
+
159
+ **📋 Complete Architecture Document**
160
+
161
+ - All architectural decisions documented with specific versions
162
+ - Implementation patterns ensuring AI agent consistency
163
+ - Complete project structure with all files and directories
164
+ - Requirements to architecture mapping
165
+ - Validation confirming coherence and completeness
166
+
167
+ **🏗️ Implementation Ready Foundation**
168
+
169
+ - {{decision_count}} architectural decisions made
170
+ - {{pattern_count}} implementation patterns defined
171
+ - {{component_count}} architectural components specified
172
+ - {{requirement_count}} requirements fully supported
173
+
174
+ **📚 AI Agent Implementation Guide**
175
+
176
+ - Technology stack with verified versions
177
+ - Consistency rules that prevent implementation conflicts
178
+ - Project structure with clear boundaries
179
+ - Integration patterns and communication standards
180
+
181
+ ### Implementation Handoff
182
+
183
+ **For AI Agents:**
184
+ This architecture document is your complete guide for implementing {{project_name}}. Follow all decisions, patterns, and structures exactly as documented.
185
+
186
+ **First Implementation Priority:**
187
+ {{starter_template_command_or_initialization_step}}
188
+
189
+ **Development Sequence:**
190
+
191
+ 1. Initialize project using documented starter template
192
+ 2. Set up development environment per architecture
193
+ 3. Implement core architectural foundations
194
+ 4. Build features following established patterns
195
+ 5. Maintain consistency with documented rules
196
+
197
+ ### Quality Assurance Checklist
198
+
199
+ **✅ Architecture Coherence**
200
+
201
+ - [x] All decisions work together without conflicts
202
+ - [x] Technology choices are compatible
203
+ - [x] Patterns support the architectural decisions
204
+ - [x] Structure aligns with all choices
205
+
206
+ **✅ Requirements Coverage**
207
+
208
+ - [x] All functional requirements are supported
209
+ - [x] All non-functional requirements are addressed
210
+ - [x] Cross-cutting concerns are handled
211
+ - [x] Integration points are defined
212
+
213
+ **✅ Implementation Readiness**
214
+
215
+ - [x] Decisions are specific and actionable
216
+ - [x] Patterns prevent agent conflicts
217
+ - [x] Structure is complete and unambiguous
218
+ - [x] Examples are provided for clarity
219
+
220
+ ### Project Success Factors
221
+
222
+ **🎯 Clear Decision Framework**
223
+ Every technology choice was made collaboratively with clear rationale, ensuring all stakeholders understand the architectural direction.
224
+
225
+ **🔧 Consistency Guarantee**
226
+ Implementation patterns and rules ensure that multiple AI agents will produce compatible, consistent code that works together seamlessly.
227
+
228
+ **📋 Complete Coverage**
229
+ All project requirements are architecturally supported, with clear mapping from business needs to technical implementation.
230
+
231
+ **🏗️ Solid Foundation**
232
+ The chosen starter template and architectural patterns provide a production-ready foundation following current best practices.
233
+
234
+ ---
235
+
236
+ **Architecture Status:** READY FOR IMPLEMENTATION ✅
237
+
238
+ **Next Phase:** Begin implementation using the architectural decisions and patterns documented herein.
239
+
240
+ **Document Maintenance:** Update this architecture when major technical decisions are made during implementation.
241
+ ```
242
+
243
+ ### 5. Complete Workflow Finalization
244
+
245
+ **Save Final Document:**
246
+
247
+ - Ensure all content is properly appended to `{planning_artifacts}/architecture.md`
248
+ - Update frontmatter with completion status
249
+ - Verify document is complete and coherent
250
+
251
+ **Workflow Status Update:**
252
+ If not in standalone mode, update workflow status:
253
+
254
+ - Load `{planning_artifacts}/bmm-workflow-status.yaml`
255
+ - Update workflow_status["create-architecture"] = "{planning_artifacts}/architecture.md"
256
+ - Save file with all structure and comments preserved
257
+
258
+ ### 6. Present Completion to User
259
+
260
+ "🎉 **Architecture Workflow Complete!**
261
+
262
+ Your architecture for {{project_name}} is comprehensive, validated, and ready for implementation.
263
+
264
+ **✅ What's been delivered:**
265
+
266
+ - Complete architecture document with all decisions and patterns
267
+ - Project structure ready for AI agent implementation
268
+ - Validation confirming everything works together coherently
269
+ - Implementation guidance for the development phase
270
+
271
+ **📍 Where to find it:**
272
+ `{planning_artifacts}/architecture.md`
273
+
274
+ **🚀 What's next:**
275
+
276
+ 1. Review your complete architecture document
277
+ 2. Begin implementation using the starter template command
278
+ 3. Create stories for AI agents to implement following your architectural decisions
279
+
280
+ Your architecture will ensure consistent, high-quality implementation across all development work. Great job collaborating through these important architectural decisions!
281
+
282
+ **💡 Optional Enhancement: Project Context File**
283
+
284
+ Would you like to create a `project-context.md` file? This is a concise, optimized guide for AI agents that captures:
285
+
286
+ - Critical language and framework rules they might miss
287
+ - Specific patterns and conventions for your project
288
+ - Testing and code quality requirements
289
+ - Anti-patterns and edge cases to avoid
290
+
291
+ {if_existing_project_context}
292
+ I noticed you already have a project context file. Would you like to update it with your new architectural decisions?
293
+ {else}
294
+ This file helps ensure AI agents implement code consistently with your project's unique requirements and patterns.
295
+ {/if_existing_project_context}
296
+
297
+ **Create/Update project context?** [Y/N]
298
+
299
+ **Ready to move to the next phase of your project development?**"
300
+
301
+ ### 7. Handle Project Context Creation Choice
302
+
303
+ If user responds 'Y' or 'yes' to creating/updating project context:
304
+
305
+ "Excellent choice! Let me launch the Generate Project Context workflow to create a comprehensive guide for AI agents.
306
+
307
+ This will help ensure consistent implementation by capturing:
308
+
309
+ - Language-specific patterns and rules
310
+ - Framework conventions from your architecture
311
+ - Testing and quality standards
312
+ - Anti-patterns to avoid
313
+
314
+ The workflow will collaborate with you to create an optimized `project-context.md` file that AI agents will read before implementing any code."
315
+
316
+ **Execute the Generate Project Context workflow:**
317
+
318
+ - Load and execute: `{project-root}/_bmad/bmm/workflows/generate-project-context/workflow.md`
319
+ - The workflow will handle discovery, generation, and completion of the project context file
320
+ - After completion, return here for final handoff
321
+
322
+ If user responds 'N' or 'no':
323
+ "Understood! Your architecture is complete and ready for implementation. You can always create a project context file later using the Generate Project Context workflow if needed."
324
+
325
+ ## SUCCESS METRICS:
326
+
327
+ ✅ Complete architecture document delivered with all sections
328
+ ✅ All architectural decisions documented and validated
329
+ ✅ Implementation patterns and consistency rules finalized
330
+ ✅ Project structure complete with all files and directories
331
+ ✅ User provided with clear next steps and implementation guidance
332
+ ✅ Workflow status properly updated
333
+ ✅ User collaboration maintained throughout completion process
334
+
335
+ ## FAILURE MODES:
336
+
337
+ ❌ Not providing clear implementation guidance
338
+ ❌ Missing final validation of document completeness
339
+ ❌ Not updating workflow status appropriately
340
+ ❌ Failing to celebrate the successful completion
341
+ ❌ Not providing specific next steps for the user
342
+ ❌ Rushing completion without proper summary
343
+
344
+ ❌ **CRITICAL**: Reading only partial step file - leads to incomplete understanding and poor decisions
345
+ ❌ **CRITICAL**: Proceeding with 'C' without fully reading and understanding the next step file
346
+ ❌ **CRITICAL**: Making decisions without complete understanding of step requirements and protocols
347
+
348
+ ## WORKFLOW COMPLETE:
349
+
350
+ This is the final step of the Architecture workflow. The user now has a complete, validated architecture document ready for AI agent implementation.
351
+
352
+ The architecture will serve as the single source of truth for all technical decisions, ensuring consistent implementation across the entire project development lifecycle.