bmad-odoo 1.0.9 → 4.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 (720) hide show
  1. package/.claude-plugin/marketplace.json +25 -0
  2. package/CHANGELOG.md +0 -61
  3. package/INSTALLATION.md +253 -0
  4. package/LICENSE +1 -1
  5. package/README.md +406 -586
  6. package/_bmad/bme/README.md +36 -0
  7. package/_bmad/bme/_artifacts/config.yaml +15 -0
  8. package/_bmad/bme/_artifacts/workflows/bmad-migrate-artifacts/SKILL.md +6 -0
  9. package/_bmad/bme/_artifacts/workflows/bmad-migrate-artifacts/steps/step-01-scope.md +138 -0
  10. package/_bmad/bme/_artifacts/workflows/bmad-migrate-artifacts/steps/step-02-dryrun.md +199 -0
  11. package/_bmad/bme/_artifacts/workflows/bmad-migrate-artifacts/steps/step-03-resolve.md +174 -0
  12. package/_bmad/bme/_artifacts/workflows/bmad-migrate-artifacts/steps/step-04-execute.md +213 -0
  13. package/_bmad/bme/_artifacts/workflows/bmad-migrate-artifacts/workflow.md +85 -0
  14. package/_bmad/bme/_artifacts/workflows/bmad-portfolio-status/SKILL.md +6 -0
  15. package/_bmad/bme/_artifacts/workflows/bmad-portfolio-status/steps/step-01-scan.md +131 -0
  16. package/_bmad/bme/_artifacts/workflows/bmad-portfolio-status/steps/step-02-explore.md +131 -0
  17. package/_bmad/bme/_artifacts/workflows/bmad-portfolio-status/steps/step-03-recommend.md +149 -0
  18. package/_bmad/bme/_artifacts/workflows/bmad-portfolio-status/workflow.md +78 -0
  19. package/_bmad/bme/_enhance/config.yaml +8 -0
  20. package/_bmad/bme/_enhance/extensions/bmm-pm.yaml +9 -0
  21. package/_bmad/bme/_enhance/guides/.gitkeep +0 -0
  22. package/_bmad/bme/_enhance/guides/ENHANCE-GUIDE.md +252 -0
  23. package/_bmad/bme/_enhance/workflows/initiatives-backlog/SKILL.md +6 -0
  24. package/_bmad/bme/_enhance/workflows/initiatives-backlog/steps-c/.gitkeep +0 -0
  25. package/_bmad/bme/_enhance/workflows/initiatives-backlog/steps-c/step-c-01-init.md +129 -0
  26. package/_bmad/bme/_enhance/workflows/initiatives-backlog/steps-c/step-c-02-gather.md +139 -0
  27. package/_bmad/bme/_enhance/workflows/initiatives-backlog/steps-c/step-c-03-qualify.md +176 -0
  28. package/_bmad/bme/_enhance/workflows/initiatives-backlog/steps-c/step-c-04-generate.md +259 -0
  29. package/_bmad/bme/_enhance/workflows/initiatives-backlog/steps-r/.gitkeep +0 -0
  30. package/_bmad/bme/_enhance/workflows/initiatives-backlog/steps-r/step-r-01-load.md +150 -0
  31. package/_bmad/bme/_enhance/workflows/initiatives-backlog/steps-r/step-r-02-rescore.md +171 -0
  32. package/_bmad/bme/_enhance/workflows/initiatives-backlog/steps-r/step-r-03-update.md +150 -0
  33. package/_bmad/bme/_enhance/workflows/initiatives-backlog/steps-t/.gitkeep +0 -0
  34. package/_bmad/bme/_enhance/workflows/initiatives-backlog/steps-t/step-t-01-ingest.md +86 -0
  35. package/_bmad/bme/_enhance/workflows/initiatives-backlog/steps-t/step-t-02-extract.md +174 -0
  36. package/_bmad/bme/_enhance/workflows/initiatives-backlog/steps-t/step-t-03-qualify.md +192 -0
  37. package/_bmad/bme/_enhance/workflows/initiatives-backlog/steps-t/step-t-04-update.md +160 -0
  38. package/_bmad/bme/_enhance/workflows/initiatives-backlog/templates/backlog-format-spec.md +330 -0
  39. package/_bmad/bme/_enhance/workflows/initiatives-backlog/templates/lifecycle-process-spec.md +188 -0
  40. package/_bmad/bme/_enhance/workflows/initiatives-backlog/templates/rice-scoring-guide.md +154 -0
  41. package/_bmad/bme/_enhance/workflows/initiatives-backlog/workflow.md +101 -0
  42. package/_bmad/bme/_gyre/README.md +100 -0
  43. package/_bmad/bme/_gyre/agents/.gitkeep +0 -0
  44. package/_bmad/bme/_gyre/agents/model-curator.md +128 -0
  45. package/_bmad/bme/_gyre/agents/readiness-analyst.md +127 -0
  46. package/_bmad/bme/_gyre/agents/review-coach.md +130 -0
  47. package/_bmad/bme/_gyre/agents/stack-detective.md +125 -0
  48. package/_bmad/bme/_gyre/compass-routing-reference.md +168 -0
  49. package/_bmad/bme/_gyre/config.yaml +25 -0
  50. package/_bmad/bme/_gyre/contracts/.gitkeep +0 -0
  51. package/_bmad/bme/_gyre/contracts/gc1-stack-profile.md +152 -0
  52. package/_bmad/bme/_gyre/contracts/gc2-capabilities-manifest.md +189 -0
  53. package/_bmad/bme/_gyre/contracts/gc3-findings-report.md +197 -0
  54. package/_bmad/bme/_gyre/contracts/gc4-feedback-loop.md +209 -0
  55. package/_bmad/bme/_gyre/guides/ATLAS-USER-GUIDE.md +177 -0
  56. package/_bmad/bme/_gyre/guides/COACH-USER-GUIDE.md +172 -0
  57. package/_bmad/bme/_gyre/guides/GYRE-TEAM-GUIDE.md +506 -0
  58. package/_bmad/bme/_gyre/guides/LENS-USER-GUIDE.md +181 -0
  59. package/_bmad/bme/_gyre/guides/SCOUT-USER-GUIDE.md +158 -0
  60. package/_bmad/bme/_gyre/workflows/.gitkeep +0 -0
  61. package/_bmad/bme/_gyre/workflows/accuracy-validation/steps/step-01-select-repos.md +55 -0
  62. package/_bmad/bme/_gyre/workflows/accuracy-validation/steps/step-02-run-validation.md +78 -0
  63. package/_bmad/bme/_gyre/workflows/accuracy-validation/steps/step-03-score-results.md +143 -0
  64. package/_bmad/bme/_gyre/workflows/accuracy-validation/workflow.md +41 -0
  65. package/_bmad/bme/_gyre/workflows/delta-report/steps/step-01-load-history.md +63 -0
  66. package/_bmad/bme/_gyre/workflows/delta-report/steps/step-02-compute-delta.md +72 -0
  67. package/_bmad/bme/_gyre/workflows/delta-report/steps/step-03-present-delta.md +143 -0
  68. package/_bmad/bme/_gyre/workflows/delta-report/workflow.md +34 -0
  69. package/_bmad/bme/_gyre/workflows/full-analysis/steps/step-01-initialize.md +68 -0
  70. package/_bmad/bme/_gyre/workflows/full-analysis/steps/step-02-detect-stack.md +49 -0
  71. package/_bmad/bme/_gyre/workflows/full-analysis/steps/step-03-generate-model.md +52 -0
  72. package/_bmad/bme/_gyre/workflows/full-analysis/steps/step-04-analyze-gaps.md +42 -0
  73. package/_bmad/bme/_gyre/workflows/full-analysis/steps/step-05-review-findings.md +128 -0
  74. package/_bmad/bme/_gyre/workflows/full-analysis/workflow.md +39 -0
  75. package/_bmad/bme/_gyre/workflows/gap-analysis/steps/step-01-load-manifest.md +70 -0
  76. package/_bmad/bme/_gyre/workflows/gap-analysis/steps/step-02-observability-analysis.md +110 -0
  77. package/_bmad/bme/_gyre/workflows/gap-analysis/steps/step-03-deployment-analysis.md +87 -0
  78. package/_bmad/bme/_gyre/workflows/gap-analysis/steps/step-04-cross-domain-correlation.md +105 -0
  79. package/_bmad/bme/_gyre/workflows/gap-analysis/steps/step-05-present-findings.md +172 -0
  80. package/_bmad/bme/_gyre/workflows/gap-analysis/workflow.md +38 -0
  81. package/_bmad/bme/_gyre/workflows/model-generation/steps/step-01-load-profile.md +74 -0
  82. package/_bmad/bme/_gyre/workflows/model-generation/steps/step-02-generate-capabilities.md +116 -0
  83. package/_bmad/bme/_gyre/workflows/model-generation/steps/step-03-web-enrichment.md +89 -0
  84. package/_bmad/bme/_gyre/workflows/model-generation/steps/step-04-write-manifest.md +122 -0
  85. package/_bmad/bme/_gyre/workflows/model-generation/workflow.md +40 -0
  86. package/_bmad/bme/_gyre/workflows/model-review/steps/step-01-load-context.md +86 -0
  87. package/_bmad/bme/_gyre/workflows/model-review/steps/step-02-walkthrough.md +116 -0
  88. package/_bmad/bme/_gyre/workflows/model-review/steps/step-03-apply-amendments.md +92 -0
  89. package/_bmad/bme/_gyre/workflows/model-review/steps/step-04-capture-feedback.md +107 -0
  90. package/_bmad/bme/_gyre/workflows/model-review/steps/step-05-summary.md +60 -0
  91. package/_bmad/bme/_gyre/workflows/model-review/workflow.md +41 -0
  92. package/_bmad/bme/_gyre/workflows/stack-detection/steps/step-01-scan-filesystem.md +176 -0
  93. package/_bmad/bme/_gyre/workflows/stack-detection/steps/step-02-classify-stack.md +111 -0
  94. package/_bmad/bme/_gyre/workflows/stack-detection/steps/step-03-guard-questions.md +117 -0
  95. package/_bmad/bme/_gyre/workflows/stack-detection/workflow.md +42 -0
  96. package/_bmad/bme/_portability/skills/bmad-export-skill/SKILL.md +6 -0
  97. package/_bmad/bme/_portability/skills/bmad-export-skill/workflow.md +74 -0
  98. package/_bmad/bme/_portability/skills/bmad-generate-catalog/SKILL.md +6 -0
  99. package/_bmad/bme/_portability/skills/bmad-generate-catalog/workflow.md +42 -0
  100. package/_bmad/bme/_portability/skills/bmad-seed-catalog/SKILL.md +6 -0
  101. package/_bmad/bme/_portability/skills/bmad-seed-catalog/workflow.md +61 -0
  102. package/_bmad/bme/_portability/skills/bmad-validate-exports/SKILL.md +6 -0
  103. package/_bmad/bme/_portability/skills/bmad-validate-exports/workflow.md +43 -0
  104. package/_bmad/bme/_team-factory/agents/team-factory.md +128 -0
  105. package/_bmad/bme/_team-factory/config.yaml +13 -0
  106. package/_bmad/bme/_team-factory/lib/cascade-logic.js +184 -0
  107. package/_bmad/bme/_team-factory/lib/collision-detector.js +228 -0
  108. package/_bmad/bme/_team-factory/lib/manifest-tracker.js +214 -0
  109. package/_bmad/bme/_team-factory/lib/spec-differ.js +176 -0
  110. package/_bmad/bme/_team-factory/lib/spec-parser.js +201 -0
  111. package/_bmad/bme/_team-factory/lib/spec-writer.js +128 -0
  112. package/_bmad/bme/_team-factory/lib/types/factory-types.js +193 -0
  113. package/_bmad/bme/_team-factory/lib/utils/csv-utils.js +85 -0
  114. package/_bmad/bme/_team-factory/lib/utils/naming-utils.js +45 -0
  115. package/_bmad/bme/_team-factory/lib/validators/end-to-end-validator.js +898 -0
  116. package/_bmad/bme/_team-factory/lib/writers/activation-validator.js +175 -0
  117. package/_bmad/bme/_team-factory/lib/writers/config-appender.js +192 -0
  118. package/_bmad/bme/_team-factory/lib/writers/config-creator.js +215 -0
  119. package/_bmad/bme/_team-factory/lib/writers/csv-appender.js +118 -0
  120. package/_bmad/bme/_team-factory/lib/writers/csv-creator.js +190 -0
  121. package/_bmad/bme/_team-factory/lib/writers/registry-appender.js +372 -0
  122. package/_bmad/bme/_team-factory/lib/writers/registry-writer.js +409 -0
  123. package/_bmad/bme/_team-factory/module-help.csv +3 -0
  124. package/_bmad/bme/_team-factory/schemas/schema-independent.json +147 -0
  125. package/_bmad/bme/_team-factory/schemas/schema-sequential.json +242 -0
  126. package/_bmad/bme/_team-factory/templates/team-spec-template.yaml +86 -0
  127. package/_bmad/bme/_team-factory/workflows/add-team/step-01-scope.md +105 -0
  128. package/_bmad/bme/_team-factory/workflows/add-team/step-02-connect.md +110 -0
  129. package/_bmad/bme/_team-factory/workflows/add-team/step-03-review.md +116 -0
  130. package/_bmad/bme/_team-factory/workflows/add-team/step-04-generate.md +160 -0
  131. package/_bmad/bme/_team-factory/workflows/add-team/step-05-validate.md +146 -0
  132. package/_bmad/bme/_team-factory/workflows/add-team/workflow.md +28 -0
  133. package/_bmad/bme/_team-factory/workflows/step-00-route.md +76 -0
  134. package/_bmad/bme/_vortex/README.md +150 -0
  135. package/_bmad/bme/_vortex/agents/contextualization-expert/SKILL.md +72 -0
  136. package/_bmad/bme/_vortex/agents/contextualization-expert/references/contextualize-scope.md +21 -0
  137. package/_bmad/bme/_vortex/agents/contextualization-expert/references/lean-persona.md +21 -0
  138. package/_bmad/bme/_vortex/agents/contextualization-expert/references/product-vision.md +21 -0
  139. package/_bmad/bme/_vortex/agents/contextualization-expert/references/validate-context.md +21 -0
  140. package/_bmad/bme/_vortex/agents/discovery-empathy-expert/SKILL.md +117 -0
  141. package/_bmad/bme/_vortex/agents/hypothesis-engineer/SKILL.md +117 -0
  142. package/_bmad/bme/_vortex/agents/lean-experiments-specialist/SKILL.md +73 -0
  143. package/_bmad/bme/_vortex/agents/lean-experiments-specialist/references/lean-experiment.md +21 -0
  144. package/_bmad/bme/_vortex/agents/lean-experiments-specialist/references/mvp.md +21 -0
  145. package/_bmad/bme/_vortex/agents/lean-experiments-specialist/references/proof-of-concept.md +21 -0
  146. package/_bmad/bme/_vortex/agents/lean-experiments-specialist/references/proof-of-value.md +21 -0
  147. package/_bmad/bme/_vortex/agents/lean-experiments-specialist/references/validate-mvp.md +23 -0
  148. package/_bmad/bme/_vortex/agents/learning-decision-expert/SKILL.md +117 -0
  149. package/_bmad/bme/_vortex/agents/production-intelligence-specialist/SKILL.md +117 -0
  150. package/_bmad/bme/_vortex/agents/research-convergence-specialist/SKILL.md +69 -0
  151. package/_bmad/bme/_vortex/agents/research-convergence-specialist/references/pattern-mapping.md +21 -0
  152. package/_bmad/bme/_vortex/agents/research-convergence-specialist/references/pivot-resynthesis.md +21 -0
  153. package/_bmad/bme/_vortex/agents/research-convergence-specialist/references/research-convergence.md +21 -0
  154. package/_bmad/bme/_vortex/compass-routing-reference.md +312 -0
  155. package/_bmad/bme/_vortex/config.yaml +49 -0
  156. package/_bmad/bme/_vortex/contracts/hc1-empathy-artifacts.md +152 -0
  157. package/_bmad/bme/_vortex/contracts/hc2-problem-definition.md +125 -0
  158. package/_bmad/bme/_vortex/contracts/hc3-hypothesis-contract.md +112 -0
  159. package/_bmad/bme/_vortex/contracts/hc4-experiment-context.md +140 -0
  160. package/_bmad/bme/_vortex/contracts/hc5-signal-report.md +130 -0
  161. package/_bmad/bme/_vortex/examples/hc2-example-problem-definition.md +85 -0
  162. package/_bmad/bme/_vortex/examples/hc3-example-hypothesis-contract.md +103 -0
  163. package/_bmad/bme/_vortex/examples/hc5-example-signal-report.md +76 -0
  164. package/_bmad/bme/_vortex/guides/EMMA-USER-GUIDE.md +232 -0
  165. package/_bmad/bme/_vortex/guides/ISLA-USER-GUIDE.md +208 -0
  166. package/_bmad/bme/_vortex/guides/LIAM-USER-GUIDE.md +255 -0
  167. package/_bmad/bme/_vortex/guides/MAX-USER-GUIDE.md +213 -0
  168. package/_bmad/bme/_vortex/guides/MILA-USER-GUIDE.md +235 -0
  169. package/_bmad/bme/_vortex/guides/NOAH-USER-GUIDE.md +258 -0
  170. package/_bmad/bme/_vortex/guides/VORTEX-TEAM-GUIDE.md +441 -0
  171. package/_bmad/bme/_vortex/guides/WADE-USER-GUIDE.md +245 -0
  172. package/_bmad/bme/_vortex/module-help.csv +4 -0
  173. package/_bmad/bme/_vortex/module.yaml +29 -0
  174. package/_bmad/bme/_vortex/workflows/_deprecated/empathy-map/empathy-map.template.md +143 -0
  175. package/_bmad/bme/_vortex/workflows/_deprecated/empathy-map/steps/step-01-define-user.md +60 -0
  176. package/_bmad/bme/_vortex/workflows/_deprecated/empathy-map/steps/step-02-says-thinks.md +67 -0
  177. package/_bmad/bme/_vortex/workflows/_deprecated/empathy-map/steps/step-03-does-feels.md +79 -0
  178. package/_bmad/bme/_vortex/workflows/_deprecated/empathy-map/steps/step-04-pain-points.md +87 -0
  179. package/_bmad/bme/_vortex/workflows/_deprecated/empathy-map/steps/step-05-gains.md +103 -0
  180. package/_bmad/bme/_vortex/workflows/_deprecated/empathy-map/steps/step-06-synthesize.md +104 -0
  181. package/_bmad/bme/_vortex/workflows/_deprecated/empathy-map/validate.md +117 -0
  182. package/_bmad/bme/_vortex/workflows/_deprecated/empathy-map/workflow.md +44 -0
  183. package/_bmad/bme/_vortex/workflows/_deprecated/wireframe/steps/step-01-define-requirements.md +85 -0
  184. package/_bmad/bme/_vortex/workflows/_deprecated/wireframe/steps/step-02-user-flows.md +59 -0
  185. package/_bmad/bme/_vortex/workflows/_deprecated/wireframe/steps/step-03-information-architecture.md +68 -0
  186. package/_bmad/bme/_vortex/workflows/_deprecated/wireframe/steps/step-04-wireframe-sketch.md +97 -0
  187. package/_bmad/bme/_vortex/workflows/_deprecated/wireframe/steps/step-05-components.md +128 -0
  188. package/_bmad/bme/_vortex/workflows/_deprecated/wireframe/steps/step-06-synthesize.md +83 -0
  189. package/_bmad/bme/_vortex/workflows/_deprecated/wireframe/wireframe.template.md +287 -0
  190. package/_bmad/bme/_vortex/workflows/_deprecated/wireframe/workflow.md +44 -0
  191. package/_bmad/bme/_vortex/workflows/assumption-mapping/steps/step-01-setup.md +66 -0
  192. package/_bmad/bme/_vortex/workflows/assumption-mapping/steps/step-02-context.md +93 -0
  193. package/_bmad/bme/_vortex/workflows/assumption-mapping/steps/step-03-risk-mapping.md +103 -0
  194. package/_bmad/bme/_vortex/workflows/assumption-mapping/steps/step-04-synthesize.md +101 -0
  195. package/_bmad/bme/_vortex/workflows/assumption-mapping/workflow.md +49 -0
  196. package/_bmad/bme/_vortex/workflows/behavior-analysis/steps/step-01-setup.md +81 -0
  197. package/_bmad/bme/_vortex/workflows/behavior-analysis/steps/step-02-context.md +67 -0
  198. package/_bmad/bme/_vortex/workflows/behavior-analysis/steps/step-03-classification.md +98 -0
  199. package/_bmad/bme/_vortex/workflows/behavior-analysis/steps/step-04-evidence.md +100 -0
  200. package/_bmad/bme/_vortex/workflows/behavior-analysis/steps/step-05-synthesize.md +174 -0
  201. package/_bmad/bme/_vortex/workflows/behavior-analysis/workflow.md +52 -0
  202. package/_bmad/bme/_vortex/workflows/contextualize-scope/contextualize-scope.template.md +67 -0
  203. package/_bmad/bme/_vortex/workflows/contextualize-scope/steps/step-01-list-opportunities.md +47 -0
  204. package/_bmad/bme/_vortex/workflows/contextualize-scope/steps/step-02-define-criteria.md +36 -0
  205. package/_bmad/bme/_vortex/workflows/contextualize-scope/steps/step-03-evaluate-opportunities.md +30 -0
  206. package/_bmad/bme/_vortex/workflows/contextualize-scope/steps/step-04-define-boundaries.md +32 -0
  207. package/_bmad/bme/_vortex/workflows/contextualize-scope/steps/step-05-validate-fit.md +28 -0
  208. package/_bmad/bme/_vortex/workflows/contextualize-scope/steps/step-06-synthesize.md +36 -0
  209. package/_bmad/bme/_vortex/workflows/contextualize-scope/validate.md +30 -0
  210. package/_bmad/bme/_vortex/workflows/contextualize-scope/workflow.md +59 -0
  211. package/_bmad/bme/_vortex/workflows/empathy-map/empathy-map.template.md +143 -0
  212. package/_bmad/bme/_vortex/workflows/empathy-map/steps/step-01-define-user.md +60 -0
  213. package/_bmad/bme/_vortex/workflows/empathy-map/steps/step-02-says-thinks.md +67 -0
  214. package/_bmad/bme/_vortex/workflows/empathy-map/steps/step-03-does-feels.md +79 -0
  215. package/_bmad/bme/_vortex/workflows/empathy-map/steps/step-04-pain-points.md +87 -0
  216. package/_bmad/bme/_vortex/workflows/empathy-map/steps/step-05-gains.md +103 -0
  217. package/_bmad/bme/_vortex/workflows/empathy-map/steps/step-06-synthesize.md +107 -0
  218. package/_bmad/bme/_vortex/workflows/empathy-map/validate.md +117 -0
  219. package/_bmad/bme/_vortex/workflows/empathy-map/workflow.md +45 -0
  220. package/_bmad/bme/_vortex/workflows/experiment-design/steps/step-01-setup.md +66 -0
  221. package/_bmad/bme/_vortex/workflows/experiment-design/steps/step-02-context.md +77 -0
  222. package/_bmad/bme/_vortex/workflows/experiment-design/steps/step-03-design.md +114 -0
  223. package/_bmad/bme/_vortex/workflows/experiment-design/steps/step-04-synthesize.md +128 -0
  224. package/_bmad/bme/_vortex/workflows/experiment-design/workflow.md +51 -0
  225. package/_bmad/bme/_vortex/workflows/hypothesis-engineering/steps/step-01-setup.md +66 -0
  226. package/_bmad/bme/_vortex/workflows/hypothesis-engineering/steps/step-02-context.md +80 -0
  227. package/_bmad/bme/_vortex/workflows/hypothesis-engineering/steps/step-03-brainwriting.md +79 -0
  228. package/_bmad/bme/_vortex/workflows/hypothesis-engineering/steps/step-04-assumption-mapping.md +102 -0
  229. package/_bmad/bme/_vortex/workflows/hypothesis-engineering/steps/step-05-synthesize.md +130 -0
  230. package/_bmad/bme/_vortex/workflows/hypothesis-engineering/workflow.md +52 -0
  231. package/_bmad/bme/_vortex/workflows/lean-experiment/lean-experiment.template.md +29 -0
  232. package/_bmad/bme/_vortex/workflows/lean-experiment/steps/step-01-hypothesis.md +58 -0
  233. package/_bmad/bme/_vortex/workflows/lean-experiment/steps/step-02-design.md +68 -0
  234. package/_bmad/bme/_vortex/workflows/lean-experiment/steps/step-03-metrics.md +73 -0
  235. package/_bmad/bme/_vortex/workflows/lean-experiment/steps/step-04-run.md +75 -0
  236. package/_bmad/bme/_vortex/workflows/lean-experiment/steps/step-05-analyze.md +84 -0
  237. package/_bmad/bme/_vortex/workflows/lean-experiment/steps/step-06-decide.md +111 -0
  238. package/_bmad/bme/_vortex/workflows/lean-experiment/validate.md +30 -0
  239. package/_bmad/bme/_vortex/workflows/lean-experiment/workflow.md +26 -0
  240. package/_bmad/bme/_vortex/workflows/lean-persona/lean-persona.template.md +163 -0
  241. package/_bmad/bme/_vortex/workflows/lean-persona/steps/step-01-define-job.md +72 -0
  242. package/_bmad/bme/_vortex/workflows/lean-persona/steps/step-02-current-solution.md +83 -0
  243. package/_bmad/bme/_vortex/workflows/lean-persona/steps/step-03-problem-contexts.md +90 -0
  244. package/_bmad/bme/_vortex/workflows/lean-persona/steps/step-04-forces-anxieties.md +98 -0
  245. package/_bmad/bme/_vortex/workflows/lean-persona/steps/step-05-success-criteria.md +103 -0
  246. package/_bmad/bme/_vortex/workflows/lean-persona/steps/step-06-synthesize.md +129 -0
  247. package/_bmad/bme/_vortex/workflows/lean-persona/validate.md +30 -0
  248. package/_bmad/bme/_vortex/workflows/lean-persona/workflow.md +50 -0
  249. package/_bmad/bme/_vortex/workflows/learning-card/learning-card.template.md +179 -0
  250. package/_bmad/bme/_vortex/workflows/learning-card/steps/step-01-experiment-context.md +100 -0
  251. package/_bmad/bme/_vortex/workflows/learning-card/steps/step-02-raw-results.md +125 -0
  252. package/_bmad/bme/_vortex/workflows/learning-card/steps/step-03-analysis.md +125 -0
  253. package/_bmad/bme/_vortex/workflows/learning-card/steps/step-04-validated-learning.md +139 -0
  254. package/_bmad/bme/_vortex/workflows/learning-card/steps/step-05-implications.md +134 -0
  255. package/_bmad/bme/_vortex/workflows/learning-card/steps/step-06-synthesize.md +121 -0
  256. package/_bmad/bme/_vortex/workflows/learning-card/validate.md +134 -0
  257. package/_bmad/bme/_vortex/workflows/learning-card/workflow.md +51 -0
  258. package/_bmad/bme/_vortex/workflows/mvp/mvp.template.md +40 -0
  259. package/_bmad/bme/_vortex/workflows/mvp/steps/step-01-riskiest-assumption.md +17 -0
  260. package/_bmad/bme/_vortex/workflows/mvp/steps/step-02-success-criteria.md +13 -0
  261. package/_bmad/bme/_vortex/workflows/mvp/steps/step-03-smallest-test.md +13 -0
  262. package/_bmad/bme/_vortex/workflows/mvp/steps/step-04-scope-features.md +13 -0
  263. package/_bmad/bme/_vortex/workflows/mvp/steps/step-05-build-measure-learn.md +13 -0
  264. package/_bmad/bme/_vortex/workflows/mvp/steps/step-06-synthesize.md +28 -0
  265. package/_bmad/bme/_vortex/workflows/mvp/validate.md +30 -0
  266. package/_bmad/bme/_vortex/workflows/mvp/workflow.md +36 -0
  267. package/_bmad/bme/_vortex/workflows/pattern-mapping/steps/step-01-setup.md +102 -0
  268. package/_bmad/bme/_vortex/workflows/pattern-mapping/steps/step-02-context.md +81 -0
  269. package/_bmad/bme/_vortex/workflows/pattern-mapping/steps/step-03-pattern-identification.md +88 -0
  270. package/_bmad/bme/_vortex/workflows/pattern-mapping/steps/step-04-theme-clustering.md +100 -0
  271. package/_bmad/bme/_vortex/workflows/pattern-mapping/steps/step-05-synthesize.md +135 -0
  272. package/_bmad/bme/_vortex/workflows/pattern-mapping/workflow.md +58 -0
  273. package/_bmad/bme/_vortex/workflows/pivot-patch-persevere/pivot-patch-persevere.template.md +201 -0
  274. package/_bmad/bme/_vortex/workflows/pivot-patch-persevere/steps/step-01-evidence-review.md +125 -0
  275. package/_bmad/bme/_vortex/workflows/pivot-patch-persevere/steps/step-02-hypothesis-assessment.md +132 -0
  276. package/_bmad/bme/_vortex/workflows/pivot-patch-persevere/steps/step-03-option-analysis.md +167 -0
  277. package/_bmad/bme/_vortex/workflows/pivot-patch-persevere/steps/step-04-stakeholder-input.md +141 -0
  278. package/_bmad/bme/_vortex/workflows/pivot-patch-persevere/steps/step-05-decision.md +161 -0
  279. package/_bmad/bme/_vortex/workflows/pivot-patch-persevere/steps/step-06-action-plan.md +188 -0
  280. package/_bmad/bme/_vortex/workflows/pivot-patch-persevere/validate.md +159 -0
  281. package/_bmad/bme/_vortex/workflows/pivot-patch-persevere/workflow.md +51 -0
  282. package/_bmad/bme/_vortex/workflows/pivot-resynthesis/steps/step-01-setup.md +97 -0
  283. package/_bmad/bme/_vortex/workflows/pivot-resynthesis/steps/step-02-context.md +86 -0
  284. package/_bmad/bme/_vortex/workflows/pivot-resynthesis/steps/step-03-jtbd-reframing.md +88 -0
  285. package/_bmad/bme/_vortex/workflows/pivot-resynthesis/steps/step-04-pains-gains-revision.md +76 -0
  286. package/_bmad/bme/_vortex/workflows/pivot-resynthesis/steps/step-05-synthesize.md +158 -0
  287. package/_bmad/bme/_vortex/workflows/pivot-resynthesis/workflow.md +52 -0
  288. package/_bmad/bme/_vortex/workflows/product-vision/product-vision.template.md +147 -0
  289. package/_bmad/bme/_vortex/workflows/product-vision/steps/step-01-define-problem.md +89 -0
  290. package/_bmad/bme/_vortex/workflows/product-vision/steps/step-02-target-market.md +91 -0
  291. package/_bmad/bme/_vortex/workflows/product-vision/steps/step-03-unique-approach.md +87 -0
  292. package/_bmad/bme/_vortex/workflows/product-vision/steps/step-04-future-state.md +100 -0
  293. package/_bmad/bme/_vortex/workflows/product-vision/steps/step-05-principles.md +92 -0
  294. package/_bmad/bme/_vortex/workflows/product-vision/steps/step-06-synthesize.md +170 -0
  295. package/_bmad/bme/_vortex/workflows/product-vision/validate.md +30 -0
  296. package/_bmad/bme/_vortex/workflows/product-vision/workflow.md +55 -0
  297. package/_bmad/bme/_vortex/workflows/production-monitoring/steps/step-01-setup.md +84 -0
  298. package/_bmad/bme/_vortex/workflows/production-monitoring/steps/step-02-context.md +66 -0
  299. package/_bmad/bme/_vortex/workflows/production-monitoring/steps/step-03-monitoring.md +74 -0
  300. package/_bmad/bme/_vortex/workflows/production-monitoring/steps/step-04-prioritization.md +97 -0
  301. package/_bmad/bme/_vortex/workflows/production-monitoring/steps/step-05-synthesize.md +183 -0
  302. package/_bmad/bme/_vortex/workflows/production-monitoring/workflow.md +52 -0
  303. package/_bmad/bme/_vortex/workflows/proof-of-concept/proof-of-concept.template.md +25 -0
  304. package/_bmad/bme/_vortex/workflows/proof-of-concept/steps/step-01-risk.md +79 -0
  305. package/_bmad/bme/_vortex/workflows/proof-of-concept/steps/step-02-scope.md +105 -0
  306. package/_bmad/bme/_vortex/workflows/proof-of-concept/steps/step-03-build.md +92 -0
  307. package/_bmad/bme/_vortex/workflows/proof-of-concept/steps/step-04-test.md +103 -0
  308. package/_bmad/bme/_vortex/workflows/proof-of-concept/steps/step-05-evaluate.md +114 -0
  309. package/_bmad/bme/_vortex/workflows/proof-of-concept/steps/step-06-document.md +125 -0
  310. package/_bmad/bme/_vortex/workflows/proof-of-concept/validate.md +30 -0
  311. package/_bmad/bme/_vortex/workflows/proof-of-concept/workflow.md +26 -0
  312. package/_bmad/bme/_vortex/workflows/proof-of-value/proof-of-value.template.md +29 -0
  313. package/_bmad/bme/_vortex/workflows/proof-of-value/steps/step-01-value-hypothesis.md +75 -0
  314. package/_bmad/bme/_vortex/workflows/proof-of-value/steps/step-02-validation-design.md +94 -0
  315. package/_bmad/bme/_vortex/workflows/proof-of-value/steps/step-03-willingness.md +96 -0
  316. package/_bmad/bme/_vortex/workflows/proof-of-value/steps/step-04-test.md +107 -0
  317. package/_bmad/bme/_vortex/workflows/proof-of-value/steps/step-05-analyze.md +116 -0
  318. package/_bmad/bme/_vortex/workflows/proof-of-value/steps/step-06-document.md +147 -0
  319. package/_bmad/bme/_vortex/workflows/proof-of-value/validate.md +30 -0
  320. package/_bmad/bme/_vortex/workflows/proof-of-value/workflow.md +26 -0
  321. package/_bmad/bme/_vortex/workflows/research-convergence/steps/step-01-setup.md +69 -0
  322. package/_bmad/bme/_vortex/workflows/research-convergence/steps/step-02-context.md +70 -0
  323. package/_bmad/bme/_vortex/workflows/research-convergence/steps/step-03-jtbd-framing.md +81 -0
  324. package/_bmad/bme/_vortex/workflows/research-convergence/steps/step-04-pains-gains.md +77 -0
  325. package/_bmad/bme/_vortex/workflows/research-convergence/steps/step-05-synthesize.md +147 -0
  326. package/_bmad/bme/_vortex/workflows/research-convergence/workflow.md +50 -0
  327. package/_bmad/bme/_vortex/workflows/signal-interpretation/steps/step-01-setup.md +68 -0
  328. package/_bmad/bme/_vortex/workflows/signal-interpretation/steps/step-02-context.md +67 -0
  329. package/_bmad/bme/_vortex/workflows/signal-interpretation/steps/step-03-signal-analysis.md +85 -0
  330. package/_bmad/bme/_vortex/workflows/signal-interpretation/steps/step-04-anomaly-detection.md +93 -0
  331. package/_bmad/bme/_vortex/workflows/signal-interpretation/steps/step-05-synthesize.md +163 -0
  332. package/_bmad/bme/_vortex/workflows/signal-interpretation/workflow.md +52 -0
  333. package/_bmad/bme/_vortex/workflows/user-discovery/steps/step-01-discovery-scope.md +77 -0
  334. package/_bmad/bme/_vortex/workflows/user-discovery/steps/step-02-research-methods.md +152 -0
  335. package/_bmad/bme/_vortex/workflows/user-discovery/steps/step-03-research-plan.md +159 -0
  336. package/_bmad/bme/_vortex/workflows/user-discovery/steps/step-04-execute.md +169 -0
  337. package/_bmad/bme/_vortex/workflows/user-discovery/steps/step-05-organize-data.md +149 -0
  338. package/_bmad/bme/_vortex/workflows/user-discovery/steps/step-06-synthesize.md +159 -0
  339. package/_bmad/bme/_vortex/workflows/user-discovery/user-discovery.template.md +231 -0
  340. package/_bmad/bme/_vortex/workflows/user-discovery/validate.md +153 -0
  341. package/_bmad/bme/_vortex/workflows/user-discovery/workflow.md +45 -0
  342. package/_bmad/bme/_vortex/workflows/user-interview/steps/step-01-research-goals.md +100 -0
  343. package/_bmad/bme/_vortex/workflows/user-interview/steps/step-02-interview-script.md +123 -0
  344. package/_bmad/bme/_vortex/workflows/user-interview/steps/step-03-recruitment.md +144 -0
  345. package/_bmad/bme/_vortex/workflows/user-interview/steps/step-04-conduct.md +154 -0
  346. package/_bmad/bme/_vortex/workflows/user-interview/steps/step-05-findings.md +163 -0
  347. package/_bmad/bme/_vortex/workflows/user-interview/steps/step-06-synthesize.md +171 -0
  348. package/_bmad/bme/_vortex/workflows/user-interview/user-interview.template.md +250 -0
  349. package/_bmad/bme/_vortex/workflows/user-interview/validate.md +142 -0
  350. package/_bmad/bme/_vortex/workflows/user-interview/workflow.md +51 -0
  351. package/_bmad/bme/_vortex/workflows/vortex-navigation/steps/step-01-current-state.md +56 -0
  352. package/_bmad/bme/_vortex/workflows/vortex-navigation/steps/step-02-evidence-inventory.md +70 -0
  353. package/_bmad/bme/_vortex/workflows/vortex-navigation/steps/step-03-gap-analysis.md +76 -0
  354. package/_bmad/bme/_vortex/workflows/vortex-navigation/steps/step-04-stream-evaluation.md +57 -0
  355. package/_bmad/bme/_vortex/workflows/vortex-navigation/steps/step-05-recommendation.md +65 -0
  356. package/_bmad/bme/_vortex/workflows/vortex-navigation/steps/step-06-navigation-plan.md +72 -0
  357. package/_bmad/bme/_vortex/workflows/vortex-navigation/validate.md +75 -0
  358. package/_bmad/bme/_vortex/workflows/vortex-navigation/vortex-navigation.template.md +105 -0
  359. package/_bmad/bme/_vortex/workflows/vortex-navigation/workflow.md +54 -0
  360. package/index.js +47 -75
  361. package/package.json +100 -55
  362. package/scripts/README.md +226 -0
  363. package/scripts/archive.js +285 -0
  364. package/scripts/audit/README.md +11 -0
  365. package/scripts/audit/audit-bmad-init-refs.js +277 -0
  366. package/scripts/audit/audit-bmm-dependencies.js +708 -0
  367. package/scripts/audit/audit-skill-dirs.js +406 -0
  368. package/scripts/audit/drift-snapshot.js +569 -0
  369. package/scripts/audit/pf1-judge-calibration.js +354 -0
  370. package/scripts/audit/pf1-judge-prompt.md +55 -0
  371. package/scripts/audit/pf1-validation-battery.js +441 -0
  372. package/scripts/audit/reference-integrity.js +604 -0
  373. package/scripts/audit/validate-marketplace.js +476 -0
  374. package/scripts/bmad-check.js +88 -0
  375. package/scripts/bmad-doctor.js +1046 -0
  376. package/scripts/bmad-register-skill.js +784 -0
  377. package/scripts/docs-audit.js +600 -0
  378. package/scripts/generate-badges-json.js +70 -0
  379. package/scripts/install-all-agents.js +9 -0
  380. package/scripts/install-gyre-agents.js +151 -0
  381. package/scripts/install-vortex-agents.js +192 -0
  382. package/scripts/lib/artifact-utils.js +2195 -0
  383. package/scripts/lib/portfolio/formatters/markdown-formatter.js +61 -0
  384. package/scripts/lib/portfolio/formatters/terminal-formatter.js +56 -0
  385. package/scripts/lib/portfolio/portfolio-engine.js +603 -0
  386. package/scripts/lib/portfolio/rules/artifact-chain-rule.js +156 -0
  387. package/scripts/lib/portfolio/rules/conflict-resolver.js +99 -0
  388. package/scripts/lib/portfolio/rules/frontmatter-rule.js +42 -0
  389. package/scripts/lib/portfolio/rules/git-recency-rule.js +69 -0
  390. package/scripts/lib/types.js +122 -0
  391. package/scripts/migrate-artifacts.js +468 -0
  392. package/scripts/migration/format-conversion/README.md +71 -0
  393. package/scripts/migration/format-conversion/covenant-survival-harness.js +205 -0
  394. package/scripts/migration/format-conversion/fixtures/isolated-install.js +246 -0
  395. package/scripts/migration/format-conversion/fixtures/tmpDir-setup.js +98 -0
  396. package/scripts/migration/format-conversion/fixup-checklist.md +129 -0
  397. package/scripts/migration/format-conversion/parity-harness.js +360 -0
  398. package/scripts/migration/format-conversion/personality-harness.js +330 -0
  399. package/scripts/portability/bmad-export.js +534 -0
  400. package/scripts/portability/catalog-generator.js +353 -0
  401. package/scripts/portability/classify-skills.js +646 -0
  402. package/scripts/portability/export-engine.js +1161 -0
  403. package/scripts/portability/generate-adapters.js +79 -0
  404. package/scripts/portability/manifest-csv.js +147 -0
  405. package/scripts/portability/seed-catalog-repo.js +427 -0
  406. package/scripts/portability/templates/canonical-example.md +102 -0
  407. package/scripts/portability/templates/canonical-format.md +218 -0
  408. package/scripts/portability/templates/readme-template.md +72 -0
  409. package/scripts/portability/test-constants.js +42 -0
  410. package/scripts/portability/validate-classification.js +529 -0
  411. package/scripts/portability/validate-exports.js +359 -0
  412. package/scripts/postinstall.js +93 -460
  413. package/scripts/sync-bmm-skills.js +97 -0
  414. package/scripts/test-runner.js +77 -0
  415. package/scripts/update/bmad-migrate.js +169 -0
  416. package/scripts/update/bmad-update.js +527 -0
  417. package/scripts/update/bmad-version.js +134 -0
  418. package/scripts/update/lib/agent-registry.js +292 -0
  419. package/scripts/update/lib/backup-manager.js +243 -0
  420. package/scripts/update/lib/changelog-reader.js +90 -0
  421. package/scripts/update/lib/compat-preflight.js +148 -0
  422. package/scripts/update/lib/config-loader.js +325 -0
  423. package/scripts/update/lib/config-merger.js +423 -0
  424. package/scripts/update/lib/migration-runner.js +486 -0
  425. package/scripts/update/lib/refresh-installation.js +1002 -0
  426. package/scripts/update/lib/taxonomy-merger.js +139 -0
  427. package/scripts/update/lib/utils.js +122 -0
  428. package/scripts/update/lib/validator.js +764 -0
  429. package/scripts/update/lib/version-detector.js +263 -0
  430. package/scripts/update/migrations/1.0.x-to-1.3.0.js +128 -0
  431. package/scripts/update/migrations/1.1.x-to-1.3.0.js +29 -0
  432. package/scripts/update/migrations/1.2.x-to-1.3.0.js +29 -0
  433. package/scripts/update/migrations/1.3.x-to-1.5.0.js +29 -0
  434. package/scripts/update/migrations/1.4.x-to-1.5.0.js +29 -0
  435. package/scripts/update/migrations/1.5.x-to-1.6.0.js +95 -0
  436. package/scripts/update/migrations/1.6.x-to-1.7.0.js +29 -0
  437. package/scripts/update/migrations/1.7.x-to-2.0.0.js +31 -0
  438. package/scripts/update/migrations/2.0.x-to-3.1.0.js +50 -0
  439. package/scripts/update/migrations/3.0.x-to-3.1.0.js +41 -0
  440. package/scripts/update/migrations/3.1.x-to-4.0.0.js +16 -0
  441. package/scripts/update/migrations/3.2.x-to-4.0.0.js +16 -0
  442. package/scripts/update/migrations/3.3.x-to-4.0.0.js +701 -0
  443. package/scripts/update/migrations/registry.js +273 -0
  444. package/src/module.yaml +6 -0
  445. package/_config/agent-manifest.csv +0 -10
  446. package/_config/manifest.yaml +0 -10
  447. package/_config/workflow-manifest.csv +0 -10
  448. package/bmm/agents/analyst.md +0 -93
  449. package/bmm/agents/architect.md +0 -72
  450. package/bmm/agents/dev.md +0 -85
  451. package/bmm/agents/pm.md +0 -61
  452. package/bmm/agents/quick-flow-solo-dev.md +0 -58
  453. package/bmm/agents/sm.md +0 -56
  454. package/bmm/agents/tea.md +0 -57
  455. package/bmm/agents/tech-writer.md +0 -56
  456. package/bmm/agents/ux-designer.md +0 -56
  457. package/bmm/config.yaml +0 -27
  458. package/bmm/data/odoo-knowledge-base.md +0 -90
  459. package/bmm/teams/default-team.md +0 -17
  460. package/bmm/testarch/odoo-test-design/steps/step-01-init.md +0 -44
  461. package/bmm/testarch/odoo-test-design/steps/step-02-test-cases.md +0 -82
  462. package/bmm/testarch/odoo-test-design/steps/step-03-complete.md +0 -69
  463. package/bmm/testarch/odoo-test-design/workflow.md +0 -30
  464. package/bmm/testarch/odoo-testing-guide.md +0 -30
  465. package/bmm/workflows/1-analysis/analyze-process/process-analysis.template.md +0 -80
  466. package/bmm/workflows/1-analysis/analyze-process/steps/step-01-init.md +0 -44
  467. package/bmm/workflows/1-analysis/analyze-process/steps/step-02-current-state.md +0 -55
  468. package/bmm/workflows/1-analysis/analyze-process/steps/step-03-pain-points.md +0 -67
  469. package/bmm/workflows/1-analysis/analyze-process/steps/step-04-odoo-mapping.md +0 -67
  470. package/bmm/workflows/1-analysis/analyze-process/steps/step-05-recommendations.md +0 -99
  471. package/bmm/workflows/1-analysis/analyze-process/steps/step-06-complete.md +0 -62
  472. package/bmm/workflows/1-analysis/analyze-process/workflow.md +0 -60
  473. package/bmm/workflows/1-analysis/create-odoo-product-brief/steps/step-01-init.md +0 -45
  474. package/bmm/workflows/1-analysis/create-odoo-product-brief/steps/step-02-users-stakeholders.md +0 -46
  475. package/bmm/workflows/1-analysis/create-odoo-product-brief/steps/step-03-odoo-modules.md +0 -59
  476. package/bmm/workflows/1-analysis/create-odoo-product-brief/steps/step-04-scope-timeline.md +0 -64
  477. package/bmm/workflows/1-analysis/create-odoo-product-brief/steps/step-05-complete.md +0 -32
  478. package/bmm/workflows/1-analysis/create-odoo-product-brief/workflow.md +0 -35
  479. package/bmm/workflows/1-analysis/create-product-brief/product-brief.template.md +0 -10
  480. package/bmm/workflows/1-analysis/create-product-brief/steps/step-01-init.md +0 -182
  481. package/bmm/workflows/1-analysis/create-product-brief/steps/step-01b-continue.md +0 -166
  482. package/bmm/workflows/1-analysis/create-product-brief/steps/step-02-vision.md +0 -204
  483. package/bmm/workflows/1-analysis/create-product-brief/steps/step-03-users.md +0 -207
  484. package/bmm/workflows/1-analysis/create-product-brief/steps/step-04-metrics.md +0 -210
  485. package/bmm/workflows/1-analysis/create-product-brief/steps/step-05-scope.md +0 -224
  486. package/bmm/workflows/1-analysis/create-product-brief/steps/step-06-complete.md +0 -199
  487. package/bmm/workflows/1-analysis/create-product-brief/workflow.md +0 -58
  488. package/bmm/workflows/1-analysis/gap-analysis/steps/step-01-init.md +0 -45
  489. package/bmm/workflows/1-analysis/gap-analysis/steps/step-02-odoo-capabilities.md +0 -36
  490. package/bmm/workflows/1-analysis/gap-analysis/steps/step-03-gap-matrix.md +0 -51
  491. package/bmm/workflows/1-analysis/gap-analysis/workflow.md +0 -45
  492. package/bmm/workflows/1-analysis/research/domain-steps/step-01-init.md +0 -137
  493. package/bmm/workflows/1-analysis/research/domain-steps/step-02-domain-analysis.md +0 -229
  494. package/bmm/workflows/1-analysis/research/domain-steps/step-03-competitive-landscape.md +0 -238
  495. package/bmm/workflows/1-analysis/research/domain-steps/step-04-regulatory-focus.md +0 -206
  496. package/bmm/workflows/1-analysis/research/domain-steps/step-05-technical-trends.md +0 -234
  497. package/bmm/workflows/1-analysis/research/domain-steps/step-06-research-synthesis.md +0 -443
  498. package/bmm/workflows/1-analysis/research/market-steps/step-01-init.md +0 -182
  499. package/bmm/workflows/1-analysis/research/market-steps/step-02-customer-behavior.md +0 -237
  500. package/bmm/workflows/1-analysis/research/market-steps/step-02-customer-insights.md +0 -200
  501. package/bmm/workflows/1-analysis/research/market-steps/step-03-customer-pain-points.md +0 -249
  502. package/bmm/workflows/1-analysis/research/market-steps/step-04-customer-decisions.md +0 -259
  503. package/bmm/workflows/1-analysis/research/market-steps/step-05-competitive-analysis.md +0 -177
  504. package/bmm/workflows/1-analysis/research/market-steps/step-06-research-completion.md +0 -475
  505. package/bmm/workflows/1-analysis/research/research.template.md +0 -29
  506. package/bmm/workflows/1-analysis/research/technical-steps/step-01-init.md +0 -137
  507. package/bmm/workflows/1-analysis/research/technical-steps/step-02-technical-overview.md +0 -239
  508. package/bmm/workflows/1-analysis/research/technical-steps/step-03-integration-patterns.md +0 -248
  509. package/bmm/workflows/1-analysis/research/technical-steps/step-04-architectural-patterns.md +0 -202
  510. package/bmm/workflows/1-analysis/research/technical-steps/step-05-implementation-research.md +0 -239
  511. package/bmm/workflows/1-analysis/research/technical-steps/step-06-research-synthesis.md +0 -486
  512. package/bmm/workflows/1-analysis/research/workflow.md +0 -173
  513. package/bmm/workflows/2-plan-workflows/create-odoo-addon/steps/step-01-init.md +0 -48
  514. package/bmm/workflows/2-plan-workflows/create-odoo-addon/steps/step-02-technical-design.md +0 -82
  515. package/bmm/workflows/2-plan-workflows/create-odoo-addon/steps/step-03-generate.md +0 -86
  516. package/bmm/workflows/2-plan-workflows/create-odoo-addon/workflow.md +0 -39
  517. package/bmm/workflows/2-plan-workflows/create-odoo-epic/steps/step-01-init.md +0 -55
  518. package/bmm/workflows/2-plan-workflows/create-odoo-epic/steps/step-02-stories.md +0 -53
  519. package/bmm/workflows/2-plan-workflows/create-odoo-epic/steps/step-03-complete.md +0 -39
  520. package/bmm/workflows/2-plan-workflows/create-odoo-epic/workflow.md +0 -35
  521. package/bmm/workflows/2-plan-workflows/create-odoo-prd/steps/step-01-init.md +0 -46
  522. package/bmm/workflows/2-plan-workflows/create-odoo-prd/steps/step-02-functional-requirements.md +0 -56
  523. package/bmm/workflows/2-plan-workflows/create-odoo-prd/steps/step-03-technical-requirements.md +0 -45
  524. package/bmm/workflows/2-plan-workflows/create-odoo-prd/steps/step-04-complete.md +0 -40
  525. package/bmm/workflows/2-plan-workflows/create-odoo-prd/workflow.md +0 -29
  526. package/bmm/workflows/2-plan-workflows/create-odoo-ux-design/steps/step-01-init.md +0 -52
  527. package/bmm/workflows/2-plan-workflows/create-odoo-ux-design/steps/step-02-form-design.md +0 -78
  528. package/bmm/workflows/2-plan-workflows/create-odoo-ux-design/steps/step-03-tree-design.md +0 -84
  529. package/bmm/workflows/2-plan-workflows/create-odoo-ux-design/steps/step-04-complete.md +0 -55
  530. package/bmm/workflows/2-plan-workflows/create-odoo-ux-design/workflow.md +0 -30
  531. package/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01-init.md +0 -135
  532. package/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01b-continue.md +0 -127
  533. package/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-02-discovery.md +0 -190
  534. package/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-03-core-experience.md +0 -216
  535. package/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-04-emotional-response.md +0 -219
  536. package/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-05-inspiration.md +0 -234
  537. package/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-06-design-system.md +0 -252
  538. package/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-07-defining-experience.md +0 -254
  539. package/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-08-visual-foundation.md +0 -224
  540. package/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-09-design-directions.md +0 -224
  541. package/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-10-user-journeys.md +0 -241
  542. package/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-11-component-strategy.md +0 -248
  543. package/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-12-ux-patterns.md +0 -237
  544. package/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-13-responsive-accessibility.md +0 -264
  545. package/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-14-complete.md +0 -228
  546. package/bmm/workflows/2-plan-workflows/create-ux-design/ux-design-template.md +0 -13
  547. package/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md +0 -43
  548. package/bmm/workflows/2-plan-workflows/plan-odoo-migration/steps/step-01-init.md +0 -49
  549. package/bmm/workflows/2-plan-workflows/plan-odoo-migration/steps/step-02-risk-assessment.md +0 -51
  550. package/bmm/workflows/2-plan-workflows/plan-odoo-migration/steps/step-03-roadmap.md +0 -58
  551. package/bmm/workflows/2-plan-workflows/plan-odoo-migration/workflow.md +0 -29
  552. package/bmm/workflows/2-plan-workflows/prd/domain-complexity.csv +0 -13
  553. package/bmm/workflows/2-plan-workflows/prd/prd-template.md +0 -11
  554. package/bmm/workflows/2-plan-workflows/prd/project-types.csv +0 -11
  555. package/bmm/workflows/2-plan-workflows/prd/steps/step-01-init.md +0 -197
  556. package/bmm/workflows/2-plan-workflows/prd/steps/step-01b-continue.md +0 -166
  557. package/bmm/workflows/2-plan-workflows/prd/steps/step-02-discovery.md +0 -421
  558. package/bmm/workflows/2-plan-workflows/prd/steps/step-03-success.md +0 -290
  559. package/bmm/workflows/2-plan-workflows/prd/steps/step-04-journeys.md +0 -291
  560. package/bmm/workflows/2-plan-workflows/prd/steps/step-05-domain.md +0 -271
  561. package/bmm/workflows/2-plan-workflows/prd/steps/step-06-innovation.md +0 -262
  562. package/bmm/workflows/2-plan-workflows/prd/steps/step-07-project-type.md +0 -258
  563. package/bmm/workflows/2-plan-workflows/prd/steps/step-08-scoping.md +0 -299
  564. package/bmm/workflows/2-plan-workflows/prd/steps/step-09-functional.md +0 -270
  565. package/bmm/workflows/2-plan-workflows/prd/steps/step-10-nonfunctional.md +0 -294
  566. package/bmm/workflows/2-plan-workflows/prd/steps/step-11-complete.md +0 -186
  567. package/bmm/workflows/2-plan-workflows/prd/workflow.md +0 -63
  568. package/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-01-document-discovery.md +0 -190
  569. package/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-02-prd-analysis.md +0 -178
  570. package/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-03-epic-coverage-validation.md +0 -179
  571. package/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-04-ux-alignment.md +0 -139
  572. package/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-05-epic-quality-review.md +0 -252
  573. package/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-06-final-assessment.md +0 -133
  574. package/bmm/workflows/3-solutioning/check-implementation-readiness/templates/readiness-report-template.md +0 -4
  575. package/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md +0 -55
  576. package/bmm/workflows/3-solutioning/create-architecture/architecture-decision-template.md +0 -12
  577. package/bmm/workflows/3-solutioning/create-architecture/data/domain-complexity.csv +0 -11
  578. package/bmm/workflows/3-solutioning/create-architecture/data/project-types.csv +0 -7
  579. package/bmm/workflows/3-solutioning/create-architecture/steps/step-01-init.md +0 -153
  580. package/bmm/workflows/3-solutioning/create-architecture/steps/step-01b-continue.md +0 -164
  581. package/bmm/workflows/3-solutioning/create-architecture/steps/step-02-context.md +0 -224
  582. package/bmm/workflows/3-solutioning/create-architecture/steps/step-03-starter.md +0 -331
  583. package/bmm/workflows/3-solutioning/create-architecture/steps/step-04-decisions.md +0 -318
  584. package/bmm/workflows/3-solutioning/create-architecture/steps/step-05-patterns.md +0 -359
  585. package/bmm/workflows/3-solutioning/create-architecture/steps/step-06-structure.md +0 -379
  586. package/bmm/workflows/3-solutioning/create-architecture/steps/step-07-validation.md +0 -359
  587. package/bmm/workflows/3-solutioning/create-architecture/steps/step-08-complete.md +0 -352
  588. package/bmm/workflows/3-solutioning/create-architecture/workflow.md +0 -50
  589. package/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-01-validate-prerequisites.md +0 -259
  590. package/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-02-design-epics.md +0 -233
  591. package/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-03-create-stories.md +0 -272
  592. package/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-04-final-validation.md +0 -145
  593. package/bmm/workflows/3-solutioning/create-epics-and-stories/templates/epics-template.md +0 -57
  594. package/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md +0 -59
  595. package/bmm/workflows/3-solutioning/enhance-existing-system/steps/step-01-init.md +0 -44
  596. package/bmm/workflows/3-solutioning/enhance-existing-system/steps/step-02-inheritance-strategy.md +0 -75
  597. package/bmm/workflows/3-solutioning/enhance-existing-system/steps/step-03-implementation.md +0 -64
  598. package/bmm/workflows/3-solutioning/enhance-existing-system/workflow.md +0 -30
  599. package/bmm/workflows/3-solutioning/quick-addon/workflow.md +0 -23
  600. package/bmm/workflows/4-implementation/code-review/checklist.md +0 -23
  601. package/bmm/workflows/4-implementation/code-review/instructions.xml +0 -225
  602. package/bmm/workflows/4-implementation/code-review/workflow.yaml +0 -50
  603. package/bmm/workflows/4-implementation/correct-course/checklist.md +0 -279
  604. package/bmm/workflows/4-implementation/correct-course/instructions.md +0 -206
  605. package/bmm/workflows/4-implementation/correct-course/workflow.yaml +0 -58
  606. package/bmm/workflows/4-implementation/create-next-story/steps/step-01-init.md +0 -53
  607. package/bmm/workflows/4-implementation/create-next-story/steps/step-02-acceptance-criteria.md +0 -63
  608. package/bmm/workflows/4-implementation/create-next-story/steps/step-03-tasks.md +0 -68
  609. package/bmm/workflows/4-implementation/create-next-story/steps/step-04-complete.md +0 -70
  610. package/bmm/workflows/4-implementation/create-next-story/workflow.md +0 -30
  611. package/bmm/workflows/4-implementation/dev-story/checklist.md +0 -80
  612. package/bmm/workflows/4-implementation/dev-story/instructions.xml +0 -409
  613. package/bmm/workflows/4-implementation/dev-story/workflow.yaml +0 -25
  614. package/bmm/workflows/4-implementation/rapid-brownfield/steps/step-01-quick-story.md +0 -79
  615. package/bmm/workflows/4-implementation/rapid-brownfield/workflow.md +0 -29
  616. package/bmm/workflows/4-implementation/retrospective/instructions.md +0 -1443
  617. package/bmm/workflows/4-implementation/retrospective/workflow.yaml +0 -57
  618. package/bmm/workflows/4-implementation/sprint-planning/checklist.md +0 -33
  619. package/bmm/workflows/4-implementation/sprint-planning/instructions.md +0 -225
  620. package/bmm/workflows/4-implementation/sprint-planning/sprint-status-template.yaml +0 -55
  621. package/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +0 -52
  622. package/bmm/workflows/4-implementation/sprint-status/instructions.md +0 -229
  623. package/bmm/workflows/4-implementation/sprint-status/workflow.yaml +0 -35
  624. package/bmm/workflows/bmad-quick-flow/create-tech-spec/steps/step-01-understand.md +0 -189
  625. package/bmm/workflows/bmad-quick-flow/create-tech-spec/steps/step-02-investigate.md +0 -144
  626. package/bmm/workflows/bmad-quick-flow/create-tech-spec/steps/step-03-generate.md +0 -128
  627. package/bmm/workflows/bmad-quick-flow/create-tech-spec/steps/step-04-review.md +0 -173
  628. package/bmm/workflows/bmad-quick-flow/create-tech-spec/tech-spec-template.md +0 -74
  629. package/bmm/workflows/bmad-quick-flow/create-tech-spec/workflow.md +0 -79
  630. package/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-01-mode-detection.md +0 -156
  631. package/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-02-context-gathering.md +0 -120
  632. package/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-03-execute.md +0 -113
  633. package/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-04-self-check.md +0 -113
  634. package/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-05-adversarial-review.md +0 -106
  635. package/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-06-resolve-findings.md +0 -140
  636. package/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md +0 -52
  637. package/bmm/workflows/document-odoo/steps/step-01-init.md +0 -43
  638. package/bmm/workflows/document-odoo/steps/step-02-readme.md +0 -98
  639. package/bmm/workflows/document-odoo/steps/step-03-user-guide.md +0 -76
  640. package/bmm/workflows/document-odoo/steps/step-04-complete.md +0 -58
  641. package/bmm/workflows/document-odoo/workflow.md +0 -30
  642. package/bmm/workflows/document-project/checklist.md +0 -245
  643. package/bmm/workflows/document-project/documentation-requirements.csv +0 -12
  644. package/bmm/workflows/document-project/instructions.md +0 -221
  645. package/bmm/workflows/document-project/templates/deep-dive-template.md +0 -345
  646. package/bmm/workflows/document-project/templates/index-template.md +0 -169
  647. package/bmm/workflows/document-project/templates/project-overview-template.md +0 -103
  648. package/bmm/workflows/document-project/templates/project-scan-report-schema.json +0 -160
  649. package/bmm/workflows/document-project/templates/source-tree-template.md +0 -135
  650. package/bmm/workflows/document-project/workflow.yaml +0 -28
  651. package/bmm/workflows/document-project/workflows/deep-dive-instructions.md +0 -298
  652. package/bmm/workflows/document-project/workflows/deep-dive.yaml +0 -31
  653. package/bmm/workflows/document-project/workflows/full-scan-instructions.md +0 -1106
  654. package/bmm/workflows/document-project/workflows/full-scan.yaml +0 -31
  655. package/bmm/workflows/excalidraw-diagrams/_shared/excalidraw-library.json +0 -90
  656. package/bmm/workflows/excalidraw-diagrams/_shared/excalidraw-templates.yaml +0 -127
  657. package/bmm/workflows/excalidraw-diagrams/create-dataflow/checklist.md +0 -39
  658. package/bmm/workflows/excalidraw-diagrams/create-dataflow/instructions.md +0 -130
  659. package/bmm/workflows/excalidraw-diagrams/create-dataflow/workflow.yaml +0 -26
  660. package/bmm/workflows/excalidraw-diagrams/create-diagram/checklist.md +0 -43
  661. package/bmm/workflows/excalidraw-diagrams/create-diagram/instructions.md +0 -141
  662. package/bmm/workflows/excalidraw-diagrams/create-diagram/workflow.yaml +0 -26
  663. package/bmm/workflows/excalidraw-diagrams/create-flowchart/checklist.md +0 -49
  664. package/bmm/workflows/excalidraw-diagrams/create-flowchart/instructions.md +0 -241
  665. package/bmm/workflows/excalidraw-diagrams/create-flowchart/workflow.yaml +0 -26
  666. package/bmm/workflows/excalidraw-diagrams/create-wireframe/checklist.md +0 -38
  667. package/bmm/workflows/excalidraw-diagrams/create-wireframe/instructions.md +0 -133
  668. package/bmm/workflows/excalidraw-diagrams/create-wireframe/workflow.yaml +0 -26
  669. package/bmm/workflows/generate-project-context/project-context-template.md +0 -21
  670. package/bmm/workflows/generate-project-context/steps/step-01-discover.md +0 -184
  671. package/bmm/workflows/generate-project-context/steps/step-02-generate.md +0 -318
  672. package/bmm/workflows/generate-project-context/steps/step-03-complete.md +0 -278
  673. package/bmm/workflows/generate-project-context/workflow.md +0 -49
  674. package/bmm/workflows/testarch/atdd/atdd-checklist-template.md +0 -364
  675. package/bmm/workflows/testarch/atdd/checklist.md +0 -374
  676. package/bmm/workflows/testarch/atdd/instructions.md +0 -806
  677. package/bmm/workflows/testarch/atdd/workflow.yaml +0 -45
  678. package/bmm/workflows/testarch/automate/checklist.md +0 -582
  679. package/bmm/workflows/testarch/automate/instructions.md +0 -1324
  680. package/bmm/workflows/testarch/automate/workflow.yaml +0 -52
  681. package/bmm/workflows/testarch/ci/checklist.md +0 -248
  682. package/bmm/workflows/testarch/ci/github-actions-template.yaml +0 -198
  683. package/bmm/workflows/testarch/ci/gitlab-ci-template.yaml +0 -149
  684. package/bmm/workflows/testarch/ci/instructions.md +0 -536
  685. package/bmm/workflows/testarch/ci/workflow.yaml +0 -45
  686. package/bmm/workflows/testarch/framework/checklist.md +0 -321
  687. package/bmm/workflows/testarch/framework/instructions.md +0 -481
  688. package/bmm/workflows/testarch/framework/workflow.yaml +0 -47
  689. package/bmm/workflows/testarch/nfr-assess/checklist.md +0 -407
  690. package/bmm/workflows/testarch/nfr-assess/instructions.md +0 -722
  691. package/bmm/workflows/testarch/nfr-assess/nfr-report-template.md +0 -445
  692. package/bmm/workflows/testarch/nfr-assess/workflow.yaml +0 -47
  693. package/bmm/workflows/testarch/test-design/checklist.md +0 -235
  694. package/bmm/workflows/testarch/test-design/instructions.md +0 -788
  695. package/bmm/workflows/testarch/test-design/test-design-template.md +0 -294
  696. package/bmm/workflows/testarch/test-design/workflow.yaml +0 -54
  697. package/bmm/workflows/testarch/test-review/checklist.md +0 -472
  698. package/bmm/workflows/testarch/test-review/instructions.md +0 -628
  699. package/bmm/workflows/testarch/test-review/test-review-template.md +0 -390
  700. package/bmm/workflows/testarch/test-review/workflow.yaml +0 -46
  701. package/bmm/workflows/testarch/trace/checklist.md +0 -655
  702. package/bmm/workflows/testarch/trace/instructions.md +0 -1047
  703. package/bmm/workflows/testarch/trace/trace-template.md +0 -675
  704. package/bmm/workflows/testarch/trace/workflow.yaml +0 -55
  705. package/bmm/workflows/workflow-status/init/instructions.md +0 -346
  706. package/bmm/workflows/workflow-status/init/workflow.yaml +0 -29
  707. package/bmm/workflows/workflow-status/instructions.md +0 -395
  708. package/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +0 -103
  709. package/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +0 -100
  710. package/bmm/workflows/workflow-status/paths/method-brownfield.yaml +0 -103
  711. package/bmm/workflows/workflow-status/paths/method-greenfield.yaml +0 -100
  712. package/bmm/workflows/workflow-status/project-levels.yaml +0 -59
  713. package/bmm/workflows/workflow-status/workflow-status-template.yaml +0 -24
  714. package/bmm/workflows/workflow-status/workflow.yaml +0 -30
  715. package/core/agents/bmad-odoo-master.md +0 -61
  716. package/core/config.yaml +0 -7
  717. package/core/resources/README.md +0 -5
  718. package/core/tasks/README.md +0 -7
  719. package/core/workflows/README.md +0 -8
  720. package/scripts/setup-cli.js +0 -17
package/README.md CHANGED
@@ -1,729 +1,549 @@
1
- # BMAD-Odoo - User Guide
1
+ <div align="center">
2
2
 
3
- [![npm version](https://img.shields.io/npm/v/bmad-odoo.svg)](https://www.npmjs.com/package/bmad-odoo)
4
- [![npm downloads](https://img.shields.io/npm/dm/bmad-odoo.svg)](https://www.npmjs.com/package/bmad-odoo)
5
- [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
6
-
7
- > **BMAD Framework extension for Odoo ERP development**
3
+ ```
4
+ ██████╗ ███╗ ███╗ █████╗ ██████╗ ██████╗ ██████╗ ██████╗ ██████╗
5
+ ██╔══██╗████╗ ████║██╔══██╗██╔══██╗ ██╔═══██╗██╔══██╗██╔═══██╗██╔═══██╗
6
+ ██████╔╝██╔████╔██║███████║██║ ██║ ██║ ██║██║ ██║██║ ██║██║ ██║
7
+ ██╔══██╗██║╚██╔╝██║██╔══██║██║ ██║ ██║ ██║██║ ██║██║ ██║██║ ██║
8
+ ██████╔╝██║ ╚═╝ ██║██║ ██║██████╔╝ ╚██████╔╝██████╔╝╚██████╔╝╚██████╔╝
9
+ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═════╝ ╚═════╝ ╚═════╝ ╚═════╝ ╚═════╝
10
+ Agent teams for Odoo development
11
+ ```
8
12
 
9
- ---
13
+ [![Teams](https://img.shields.io/badge/dynamic/json?url=https://raw.githubusercontent.com/phamdungtk/bmad-odoo/main/docs/badges.json&query=$.teams&label=teams&color=blueviolet)](#teams)
14
+ [![Agents](https://img.shields.io/badge/dynamic/json?url=https://raw.githubusercontent.com/phamdungtk/bmad-odoo/main/docs/badges.json&query=$.agents&label=agents&color=brightgreen)](docs/agents.md)
15
+ [![Workflows](https://img.shields.io/badge/dynamic/json?url=https://raw.githubusercontent.com/phamdungtk/bmad-odoo/main/docs/badges.json&query=$.workflows&label=workflows&color=success)](docs/agents.md)
16
+ [![Skills](https://img.shields.io/badge/dynamic/json?url=https://raw.githubusercontent.com/phamdungtk/bmad-odoo/main/docs/badges.json&query=$.skills&label=skills&color=orange)](_bmad/_config/skill-manifest.csv)
17
+ [![Version](https://img.shields.io/npm/v/bmad-odoo?color=blue&label=version)](https://www.npmjs.com/package/bmad-odoo)
18
+ [![License](https://img.shields.io/badge/license-MIT-blue)](LICENSE)
10
19
 
11
- ## 📋 Table of Contents
12
-
13
- 1. [Introduction](#introduction)
14
- 2. [Installation](#installation)
15
- 3. [Detailed Guide](#-detailed-guide)
16
- 4. [Common Commands](#-common-commands)
17
- 5. [Use Cases](#-use-cases)
18
- 6. [Configuration](#configuration)
19
- 7. [Agents](#agents)
20
- 8. [Workflows](#workflows)
21
- 9. [Work Process](#work-process)
22
- 10. [Directory Structure](#directory-structure)
23
- 11. [Troubleshooting](#-troubleshooting)
24
- 12. [FAQ](#-faq)
25
- 13. [References](#references)
20
+ </div>
26
21
 
27
- ---
22
+ BMAD Odoo là framework AI Agent chuyên dụng cho phát triển **Odoo 17**, tích hợp kiến thức BA (Business Analysis) và Dev ORM vào mọi agent. Agents tự động load kiến thức Guard Clauses, State Machine, Command API, và Lean ORM patterns khi kích hoạt.
28
23
 
29
- ## Introduction
24
+ > **📘 [Hướng dẫn Tiếng Việt](HUONG-DAN.md)** — Tổng quan đầy đủ về BMAD Odoo, quy trình 4 pha, và cách sử dụng từng agent.
30
25
 
31
- **BMAD-Odoo** is an extended framework from BMAD (Brian's Method for AI Development), specifically customized for Odoo ERP development and deployment.
26
+ | Team | Domain |
27
+ |------|--------|
28
+ | **Vortex** | Product discovery — from user insight to evidence-based decisions |
29
+ | **Gyre** | Production readiness — from stack detection to gap analysis |
32
30
 
33
- ### Key Features
31
+ ### What's New in 4.0
34
32
 
35
- - 🤖 **10 AI Agents** specialized for each role in Odoo projects
36
- - 📝 **44 Workflows** covering the entire development lifecycle
37
- - 🇻🇳 **Full Vietnamese support**
38
- - 📚 **Knowledge Base** with integrated Odoo knowledge
39
- - ⚙️ **Auto-setup** automatically configures workflows on installation
33
+ - **Odoo 17 Domain Knowledge** BA agents load `odoo-ba-knowledge.md` (state machines, user stories, access control). Dev agents load `odoo-dev-orm-knowledge.md` (Guard Clauses, Command API, N+1 prevention, view modifiers).
34
+ - **8 agents wired** Analyst, PM, SM, Architect, Dev, QA, Quick Dev, and Vortex Emma auto-load Odoo knowledge on activation.
35
+ - **BMAD Odoo Operator Covenant** one axiom and seven Operator Rights every skill must honor.
36
+ - **Full rebrand** All CLI commands, scripts, and references updated from Convoke to BMAD Odoo.
37
+ - See the [CHANGELOG](CHANGELOG.md) for the full release details
40
38
 
41
39
  ---
42
40
 
43
- ## Installation
44
-
45
- ### Requirements
46
-
47
- - Node.js 18+
48
- - Odoo 16.0+ or 17.0
49
- - Supported AI IDE (Antigravity/Gemini, Cursor, VS Code, Windsurf)
50
-
51
- ### Method 1: Install from NPM (Recommended)
52
-
53
- ```bash
54
- # In your Odoo project directory
55
- npm install bmad-odoo
41
+ ## Vortex — Product Discovery Team
42
+
43
+ **Specialist agents guide you from insight to evidence and back again — a continuous discovery loop, not a one-shot checklist**
44
+
45
+ [![Agents](https://img.shields.io/badge/dynamic/yaml?url=https://raw.githubusercontent.com/phamdungtk/bmad-odoo/main/_bmad/bme/_vortex/config.yaml&query=$.agents.length&label=agents&color=brightgreen)](docs/agents.md)
46
+ [![Workflows](https://img.shields.io/badge/dynamic/yaml?url=https://raw.githubusercontent.com/phamdungtk/bmad-odoo/main/_bmad/bme/_vortex/config.yaml&query=$.workflows.length&label=workflows&color=success)](docs/agents.md)
47
+
48
+ Vortex guides you through seven discovery streams — from understanding your users to interpreting production signals — so you can make evidence-based decisions before, during, and after you build. Each stream builds on the previous one's findings, and when gaps appear, the system routes you back to fill them.
49
+
56
50
  ```
51
+ 7 Streams · 7 Agents
57
52
 
58
- **Post-install behavior:**
59
-
60
- - **Interactive terminal**: Automatically prompts for IDE selection
61
- - **Non-interactive (CI/CD)**: Auto-setup with Antigravity (default)
62
- - **Manual setup**: Run `npx bmad-odoo-setup` anytime
63
-
64
- ```
65
- Choose your IDE:
66
- 1. VS Code - Visual Studio Code with AI extensions
67
- 2. Cursor - Cursor AI IDE
68
- 3. Antigravity - Google Gemini Antigravity Agent
69
- 4. Windsurf - Windsurf AI IDE
70
- 5. All - Setup for all IDEs
71
-
72
- Enter number (1-5) [default: 3]:
53
+ ┌─────────────┐ ┌─────────────┐ ┌─────────────┐ ┌─────────────┐
54
+ │ Isla │──▶│ Mila │──▶│ Liam │──▶│ Wade │
55
+ │ Empathize │ │ Synthesize │ │ Hypothesize │ │ Externalize
56
+ └─────────────┘ └─────────────┘ └─────────────┘ └─────────────┘
57
+ ▲ │
58
+ │ │
59
+ │ ▼
60
+ ┌─────────────┐ ┌─────────────┐ ┌─────────────┐ │
61
+ │ Emma │◀──│ Max │◀──│ Noah │◀───────────┘
62
+ │Contextualize│ │ Systematize │ │ Sensitize │
63
+ └─────────────┘ └─────────────┘ └─────────────┘
64
+ │ │ │
65
+ └─────────────────┴─────────────────┘
66
+ ▶ Start at Emma · back to any stream
73
67
  ```
74
68
 
75
- **Package will automatically create:**
76
- - ✅ `_bmad-odoo/` directory (symlink or copy from `node_modules/`)
77
- - ✅ `_bmad-odoo-output/` directory with subdirectory structure for artifacts
78
- - ✅ Workflows in `.agent/workflows/` (or your chosen IDE)
79
- - ✅ Slash commands: `/analyst`, `/dev`, `/pm`, ...
69
+ *Each workflow ends with a Compass routing to whichever stream needs attention — you can start or return to any agent.*
80
70
 
81
- ### Re-run Setup (if needed)
71
+ | Agent | Stream | What they do |
72
+ |-------|--------|-------------|
73
+ | **Emma** 🎯 | Contextualize | Frame the right problem — personas, product vision, scope |
74
+ | **Isla** 🔍 | Empathize | Understand users — empathy maps, interviews, discovery research |
75
+ | **Mila** 🔬 | Synthesize | Converge research into clear problem definitions |
76
+ | **Liam** 💡 | Hypothesize | Turn problems into testable hypotheses and experiments |
77
+ | **Wade** 🧪 | Externalize | Test assumptions with MVPs, experiments, and prototypes |
78
+ | **Noah** 📡 | Sensitize | Interpret production signals, user behavior, and engagement patterns |
79
+ | **Max** 🧭 | Systematize | Capture learnings and decide: pivot, patch, or persevere |
82
80
 
83
- ```bash
84
- # If you want to change IDE or re-setup
85
- npx bmad-odoo-setup
86
- ```
81
+ <details>
82
+ <summary>22 Vortex Workflows</summary>
87
83
 
88
- ### Method 2: Manual Installation
84
+ - Assumption Mapping
85
+ - Behavior Analysis
86
+ - Contextualize Scope
87
+ - Empathy Map
88
+ - Experiment Design
89
+ - Hypothesis Engineering
90
+ - Lean Experiment
91
+ - Lean Persona
92
+ - Learning Card
93
+ - MVP
94
+ - Pattern Mapping
95
+ - Pivot Patch Persevere
96
+ - Pivot Resynthesis
97
+ - Product Vision
98
+ - Production Monitoring
99
+ - Proof of Concept
100
+ - Proof of Value
101
+ - Research Convergence
102
+ - Signal Interpretation
103
+ - User Discovery
104
+ - User Interview
105
+ - Vortex Navigation
89
106
 
90
- ```bash
91
- # Clone repository
92
- git clone https://github.com/phamdungtk/bmad-odoo.git
107
+ </details>
93
108
 
94
- # Copy to node_modules
95
- cp -r bmad-odoo node_modules/
109
+ ### What Agents Produce
96
110
 
97
- # Run setup
98
- cd bmad-odoo
99
- npm run setup
100
- ```
111
+ Here's a sample of real output from a busy parents meal planning project — each excerpt is from the [full 7-agent journey example](_bmad-output/journey-examples/busy-parents-7-agent-journey.md).
101
112
 
102
- ---
113
+ #### Emma 🎯 Contextualize
103
114
 
115
+ Emma frames the right problem. Here's the Job-to-be-Done she produced:
104
116
 
105
- ## Configuration
117
+ > **Job-to-be-Done:** Eliminate the daily 5:30 PM dinner decision so I can feed my family well without the mental load of planning, shopping, and deciding under time pressure.
118
+ >
119
+ > **Riskiest Assumptions:**
120
+ > 1. Decision fatigue — not cooking skill or ingredient access — is the primary barrier to weeknight dinner success
121
+ > 2. Parents would trust and act on an externally-provided dinner suggestion rather than needing to choose themselves
122
+ > 3. "Good enough" nutrition is an acceptable standard — parents aren't seeking perfection, they're seeking relief from guilt
106
123
 
107
- ### Main Configuration File
124
+ #### Liam 💡 Hypothesize
108
125
 
109
- Edit the `bmm/config.yaml` file:
126
+ Liam turns problems into testable ideas. Here's one of three hypotheses he produced:
110
127
 
111
- ```yaml
112
- # User information
113
- user_name: "Your Name"
114
- communication_language: "Vietnamese"
128
+ > **Hypothesis 1: The Pre-Commute Decision Eliminator**
129
+ >
130
+ > We believe that busy parents will act on a single dinner suggestion delivered at 4:00 PM within 3 minutes because the decision burden — not cooking — is their primary barrier, and an earlier intervention catches them before the anxiety spiral begins.
131
+ >
132
+ > **Riskiest Assumption:** Parents will trust and act on an automated suggestion without second-guessing. Research shows they want "someone to tell me what to make" — but "someone" may need to be a trusted person, not an algorithm.
115
133
 
116
- # Output directory
117
- output_folder: "_bmad-odoo-output"
118
- planning_artifacts: "_bmad-odoo-output/planning"
119
- implementation_artifacts: "_bmad-odoo-output/implementation"
134
+ #### Max 🧭 Systematize
120
135
 
121
- # Odoo configuration
122
- odoo:
123
- version: "17.0"
124
- edition: "community" # community or enterprise
125
- customModulesPath: "addons_custom"
126
- oca_path: "addons_oca"
127
- ```
136
+ Max captures what you learned and decides what to do next:
137
+
138
+ > **Recommendation: PATCH** (iterate on timing, don't pivot direction)
139
+ >
140
+ > The core hypothesis is validated. The product direction (decision elimination via single suggestion) is correct. The timing mechanism needs refinement — shift from fixed 4:00 PM delivery to adaptive delivery based on each user's observed engagement pattern.
141
+ >
142
+ > **Three Actions:**
143
+ > 1. **Implement adaptive timing** — shift the push notification to match each user's observed engagement window.
144
+ > 2. **Route to Isla for timing investigation** — qualitative research on why users engage at 3:15 PM. Is it anxiety relief, logistical planning, or habit?
145
+ > 3. **Test willingness to pay immediately** — the mechanism works, but we have no commercial validation. Run a landing page test with pricing before further product investment.
146
+
147
+ **[See the full 7-agent journey example →](_bmad-output/journey-examples/busy-parents-7-agent-journey.md)**
148
+
149
+ For detailed workflow descriptions, see the [Agent Guide](docs/agents.md) and individual user guides: [Emma](_bmad/bme/_vortex/guides/EMMA-USER-GUIDE.md) | [Isla](_bmad/bme/_vortex/guides/ISLA-USER-GUIDE.md) | [Mila](_bmad/bme/_vortex/guides/MILA-USER-GUIDE.md) | [Liam](_bmad/bme/_vortex/guides/LIAM-USER-GUIDE.md) | [Wade](_bmad/bme/_vortex/guides/WADE-USER-GUIDE.md) | [Noah](_bmad/bme/_vortex/guides/NOAH-USER-GUIDE.md) | [Max](_bmad/bme/_vortex/guides/MAX-USER-GUIDE.md)
128
150
 
129
151
  ---
130
152
 
131
- ## 🚀 Detailed Guide
153
+ ## Gyre Production Readiness Team
132
154
 
133
- ### Step 1: Install Package
155
+ **Specialist agents assess whether your project is ready to ship — detect your stack, model what "ready" means, find what's missing, and refine together**
134
156
 
135
- ```bash
136
- # Navigate to your Odoo project directory
137
- cd D:\MyOdooProject
157
+ [![Agents](https://img.shields.io/badge/dynamic/yaml?url=https://raw.githubusercontent.com/phamdungtk/bmad-odoo/main/_bmad/bme/_gyre/config.yaml&query=$.agents.length&label=agents&color=brightgreen)](docs/agents.md)
158
+ [![Workflows](https://img.shields.io/badge/dynamic/yaml?url=https://raw.githubusercontent.com/phamdungtk/bmad-odoo/main/_bmad/bme/_gyre/config.yaml&query=$.workflows.length&label=workflows&color=success)](docs/agents.md)
138
159
 
139
- # Initialize package.json if not already present
140
- npm init -y
160
+ Most teams ship to production without knowing if they're actually ready — missing SLOs, incomplete observability, unreviewed deployment strategies. Gyre analyzes your project's filesystem, builds a capabilities model tailored to your specific tech stack, and surfaces what's absent. No generic checklists — every finding is contextual to your project.
141
161
 
142
- # Install bmad-odoo
143
- npm install bmad-odoo
144
162
  ```
163
+ 4 Agents · 4 Contracts
145
164
 
146
- **Result:**
147
- ```
148
- + bmad-odoo@1.0.0
149
- added 1 package
165
+ ┌─────────────┐ ┌─────────────┐ ┌─────────────┐ ┌─────────────┐
166
+ │ Scout │──▶│ Atlas │──▶│ Lens │──▶│ Coach │
167
+ │ Detect │ │ Model │ │ Analyze │ │ Review │
168
+ │ Stack │ │ Capabil. │ │ Gaps │ │ Refine │
169
+ └─────────────┘ └──────▲──────┘ └─────────────┘ └──────┬──────┘
170
+ │ │
171
+ └────────────── GC4 ────────────────┘
172
+ feedback
150
173
  ```
151
174
 
152
- ### Step 2: Interactive Setup (Automatic)
175
+ *Linear pipeline with a feedback loop. Coach amendments feed back to Atlas — the model improves with every review.*
153
176
 
154
- Right after installation, **post-install script will run automatically**:
177
+ | Agent | Role | What they do |
178
+ |-------|------|-------------|
179
+ | **Scout** 🔎 | Detect | Scan filesystem artifacts to classify your tech stack — language, containers, CI/CD, observability, cloud provider |
180
+ | **Atlas** 📐 | Model | Generate a capabilities manifest using industry standards (DORA, OpenTelemetry, Google PRR) and web search |
181
+ | **Lens** 🔬 | Analyze | Compare capabilities against what actually exists — surface absences, compound risks, severity-prioritized findings |
182
+ | **Coach** 🏋️ | Review | Walk through findings conversationally — amend the model, capture feedback, track progress over time |
155
183
 
156
- ```
157
- ╔════════════════════════════════════════════════════════════╗
158
- ║ 🚀 BMAD-Odoo Interactive Setup ║
159
- ╚════════════════════════════════════════════════════════════╝
184
+ <details>
185
+ <summary>7 Gyre Workflows</summary>
160
186
 
161
- Choose your IDE:
187
+ - Full Analysis (end-to-end pipeline)
188
+ - Stack Detection
189
+ - Model Generation
190
+ - Gap Analysis
191
+ - Model Review
192
+ - Delta Report
193
+ - Accuracy Validation
162
194
 
163
- 1. VS Code - Visual Studio Code with AI extensions
164
- 2. Cursor - Cursor AI IDE
165
- 3. Antigravity - Google Gemini Antigravity Agent
166
- 4. Windsurf - Windsurf AI IDE
167
- 5. All - Setup for all IDEs
195
+ </details>
168
196
 
169
- Enter number (1-5) [default: 3]:
170
- ```
197
+ ### What Gyre Produces
171
198
 
172
- **Enter number and press Enter:**
173
- ```bash
174
- 3 # Choose Antigravity (or your IDE)
175
- ```
199
+ Gyre writes structured artifacts to `.gyre/` in your project root — safe to commit, containing technology categories only (no file contents, paths, or secrets):
176
200
 
177
- ### Step 3: Setup Process (Automatic)
201
+ - **Stack Profile** (`.gyre/stack-profile.yaml`) classified tech stack with detection confidence
202
+ - **Capabilities Manifest** (`.gyre/capabilities.yaml`) — 20+ capabilities across observability, deployment, reliability, and security
203
+ - **Findings Report** (`.gyre/findings.yaml`) — absence-based findings tagged by severity, confidence, and source
204
+ - **Feedback Log** (`.gyre/feedback.yaml`) — team amendments that persist and improve the model over time
178
205
 
179
- Script will automatically execute:
180
-
181
- ```
182
- 📌 Selected: Antigravity (Gemini)
206
+ **Three modes:** *Crisis* (first run, full pipeline), *Anticipation* (re-analysis with cached model), *Regeneration* (fresh model rebuild).
183
207
 
184
- [1/3] Creating _bmad-odoo directory...
185
- ✅ Created symlink: _bmad-odoo -> node_modules/bmad-odoo
208
+ **Delta tracking:** Run Gyre after making improvements to see what you've resolved — findings are tagged [NEW], [CARRIED], or resolved.
186
209
 
187
- [2/3] Creating _bmad-odoo-output directory...
188
- ✅ Created: _bmad-odoo-output/
210
+ User guides: [Scout](_bmad/bme/_gyre/guides/SCOUT-USER-GUIDE.md) | [Atlas](_bmad/bme/_gyre/guides/ATLAS-USER-GUIDE.md) | [Lens](_bmad/bme/_gyre/guides/LENS-USER-GUIDE.md) | [Coach](_bmad/bme/_gyre/guides/COACH-USER-GUIDE.md)
189
211
 
190
- [3/3] Creating workflow files...
191
- ✅ Created 10 workflows for Antigravity (Gemini)
212
+ ---
192
213
 
193
- ╔════════════════════════════════════════════════════════════╗
194
- ║ ✅ BMAD-Odoo Setup Complete! ║
195
- ╚════════════════════════════════════════════════════════════╝
196
- ```
214
+ ## Extending BMAD Odoo
197
215
 
198
- ### Step 4: Verify Created Structure
216
+ ### Team Factory
199
217
 
200
- ```bash
201
- # Check project directory
202
- ls -la
203
- ```
218
+ Create fully-wired, BMAD-compliant teams through a guided workflow — zero post-creation fixes.
204
219
 
205
- **Structure after setup:**
206
- ```
207
- MyOdooProject/
208
- ├── node_modules/
209
- │ └── bmad-odoo/ # Original package from npm
210
- ├── _bmad-odoo/ # ✨ Symlink/copy for easy access
211
- ├── _bmad-odoo-output/ # ✨ Output directory for artifacts
212
- │ ├── planning-artifacts/
213
- │ ├── implementation-artifacts/
214
- │ ├── test-artifacts/
215
- │ └── documentation/
216
- ├── .agent/ # ✨ Workflows for Antigravity
217
- │ └── workflows/
218
- │ ├── bmad-odoo-agents-analyst.md
219
- │ ├── bmad-odoo-agents-architect.md
220
- │ ├── bmad-odoo-agents-dev.md
221
- │ ├── bmad-odoo-agents-pm.md
222
- │ ├── bmad-odoo-agents-sm.md
223
- │ ├── bmad-odoo-agents-tea.md
224
- │ ├── bmad-odoo-agents-ux-designer.md
225
- │ ├── bmad-odoo-agents-quick-flow-solo-dev.md
226
- │ ├── bmad-odoo-agents-tech-writer.md
227
- │ └── bmad-odoo-workflows-party-mode.md
228
- └── package.json
229
220
  ```
230
-
231
- ### Step 5: Using Agents
232
-
233
- Open your AI IDE (Antigravity/Gemini, Cursor, etc.) and type:
234
-
235
- ```bash
236
- /analyst # Activate Business Analyst (Sofia)
237
- /architect # Activate Technical Architect (Antonio)
238
- /dev # Activate Developer (Carlos)
239
- /pm # Activate Product Manager (Maria)
240
- /sm # Activate Scrum Master (Diego)
241
- /tea # Activate Test Architect (Elena)
242
- /ux-designer # Activate UX Designer (Sally)
243
- /quick-flow-solo-dev # Activate Quick Flow Dev (Barry)
244
- /tech-writer # Activate Tech Writer (Paige)
221
+ /bmad-team-factory
245
222
  ```
246
223
 
247
- ---
224
+ The factory guides you through composition pattern selection (Independent or Sequential), agent scope definition with overlap detection, contract design, and integration wiring. Decision state is persisted as a spec file for resume and express mode. Output passes the same validation as native teams.
248
225
 
249
- ## 🔧 Common Commands
226
+ Three capabilities:
227
+ - **Create Team** — build a new team from scratch with full integration
228
+ - **Add Agent** — extend an existing team with a new agent
229
+ - **Add Skill** — give an existing agent a new workflow
250
230
 
251
- ### Re-run Setup (Change IDE or Add IDE)
231
+ ### Portability Export Skills Anywhere
252
232
 
253
- If you want to:
254
- - Switch to another IDE
255
- - Add workflows for new IDE
256
- - Re-setup from scratch
233
+ Take any BMAD skill and export it to a standalone, LLM-agnostic format that works outside Claude Code:
257
234
 
258
235
  ```bash
259
- # Run interactive setup
260
- npx bmad-odoo-setup
261
-
262
- # Or
263
- npm run setup
236
+ npx bmad-export bmad-brainstorming --output ./exported
264
237
  ```
265
238
 
266
- **Script will ask for IDE again and create workflows for it.**
239
+ The export engine transforms skill workflows into self-contained instruction documents, then generates platform-specific adapter files:
267
240
 
268
- ### View Package Information
241
+ | Platform | Adapter output (written inside the export target) |
242
+ |----------|---------------|
243
+ | Claude | `{target}/CLAUDE.md` commands |
244
+ | GitHub Copilot | `{target}/.github/copilot-instructions.md` |
245
+ | Cursor | `{target}/.cursor/rules/` |
269
246
 
270
- ```bash
271
- # View installed version
272
- npm list bmad-odoo
273
-
274
- # View information from npm
275
- npm view bmad-odoo
247
+ Skills are classified by tier: **standalone** skills export cleanly, **light-deps** skills include dependency notes, and **pipeline** skills (multi-step orchestration) are flagged as non-portable.
276
248
 
277
- # View all available versions
278
- npm view bmad-odoo versions
279
- ```
249
+ Four skills support the workflow: `bmad-export-skill` (export), `bmad-validate-exports` (validate), `bmad-generate-catalog` (catalog README), `bmad-seed-catalog` (full catalog repo).
280
250
 
281
- ### Update Package
251
+ ### Enhance — Agent Skills
282
252
 
283
- ```bash
284
- # Update to latest version
285
- npm update bmad-odoo
253
+ Skills give existing agents new workflows — installed via menu patching, not agent modification. The first skill adds RICE-scored backlog management to the PM agent:
286
254
 
287
- # Or reinstall with specific version
288
- npm install bmad-odoo@latest
289
255
  ```
256
+ Initiatives Backlog
290
257
 
291
- ### Remove and Reinstall
292
-
293
- ```bash
294
- # Remove package and created directories
295
- npm uninstall bmad-odoo
296
- rm -rf _bmad-odoo _bmad-odoo-output .agent/workflows
297
-
298
- # Reinstall
299
- npm install bmad-odoo
258
+ ┌─────────────┐ ┌─────────────┐ ┌─────────────┐
259
+ │ [T] Triage │ │ [R] Review │ │ [C] Create │
260
+ │ Ingest new │ │ Rescore │ │ Bootstrap │
261
+ │ findings │ │ existing │ │ from scratch│
262
+ └──────┬──────┘ └──────┬──────┘ └──────┬──────┘
263
+ │ │ │
264
+ ▼ ▼ ▼
265
+ ┌──────────────────────────────────────────────────┐
266
+ │ initiatives-backlog.md │
267
+ │ RICE-scored · Categorized · Change-tracked │
268
+ └──────────────────────────────────────────────────┘
300
269
  ```
301
270
 
302
- ---
271
+ Activate from the PM agent menu or directly: `/bmad-enhance-initiatives-backlog`
303
272
 
304
- ## 💡 Use Cases
273
+ The [Enhance Guide](_bmad/bme/_enhance/guides/ENHANCE-GUIDE.md) documents the complete pattern for building your own skills.
305
274
 
306
- ### Case 1: Developing New Odoo Module
275
+ ---
307
276
 
308
- ```bash
309
- # 1. Install bmad-odoo
310
- npm install bmad-odoo
277
+ ## Quick Start
311
278
 
312
- # 2. Activate Business Analyst to analyze requirements
313
- /analyst
314
- > AP # Choose [AP] Analyze Process
279
+ ### Prerequisites
315
280
 
316
- # 3. Activate Architect for design
317
- /architect
318
- > CO # Choose [CO] Create Odoo Addon
281
+ - Node.js 18+ or Bun
282
+ - Git
283
+ - Claude Code or Claude.ai
319
284
 
320
- # 4. Activate Developer to code
321
- /dev
322
- > DS # Choose [DS] Dev Story
323
- ```
285
+ ### Install
324
286
 
325
- ### Case 2: Team Setup (Multi-IDE)
287
+ **Everything (Vortex + Gyre):**
326
288
 
327
289
  ```bash
328
- # Install package
329
- npm install bmad-odoo
330
-
331
- # During setup, choose option 5 (All)
332
- # Script will create workflows for:
333
- # - VS Code (.vscode/workflows/)
334
- # - Cursor (.cursor/workflows/)
335
- # - Antigravity (.agent/workflows/)
336
- # - Windsurf (.windsurf/workflows/)
337
-
338
- # Team members using different IDEs can all work
290
+ npm install bmad-odoo@latest
291
+ npx bmad-install
339
292
  ```
340
293
 
341
- ### Case 3: CI/CD Integration
342
-
343
- If installing in CI/CD (non-interactive):
294
+ **Vortex only:**
344
295
 
345
296
  ```bash
346
- # Script will automatically choose Antigravity (default)
347
- npm install bmad-odoo
348
-
349
- # Or set environment variable (if supported later)
350
- BMAD_IDE=cursor npm install bmad-odoo
297
+ npm install bmad-odoo@latest
298
+ npx bmad-install-vortex
351
299
  ```
352
300
 
353
- ---
354
-
355
- ## Configuration
356
-
357
- ### Main Configuration File
358
-
359
- Edit the `_bmad-odoo/bmm/config.yaml` file:
360
-
361
- ```yaml
362
- # User information
363
- user_name: "Your Name"
364
- communication_language: "Vietnamese"
301
+ **Gyre only:**
365
302
 
366
- # Output directory
367
- output_folder: "_bmad-odoo-output"
368
- planning_artifacts: "_bmad-odoo-output/planning-artifacts"
369
- implementation_artifacts: "_bmad-odoo-output/implementation-artifacts"
370
-
371
- # Odoo configuration
372
- odoo:
373
- version: "17.0"
374
- edition: "community" # community or enterprise
375
- customModulesPath: "addons_custom"
376
- oca_path: "addons_oca"
303
+ ```bash
304
+ npm install bmad-odoo@latest
305
+ npx bmad-install-gyre
377
306
  ```
378
307
 
379
- ---
308
+ Something not working? Run `npx bmad-doctor` or check the [FAQ](docs/faq.md).
380
309
 
381
- ## Agents
310
+ ### Personalize
382
311
 
383
- ### Agent List
312
+ Open `_bmad/bme/_vortex/config.yaml` (or `_bmad/bme/_gyre/config.yaml`) and replace `{user}` with your name. Agents use this to personalize their interactions.
384
313
 
385
- | Agent | Name | Role | Slash Command |
386
- |-------|------|------|---------------|
387
- | 💼 Sofia | Business Analyst | Process analysis, gap analysis | `/analyst` |
388
- | 🏗️ Antonio | Technical Architect | Module architecture design | `/architect` |
389
- | 💻 Carlos | Developer | Odoo code development | `/dev` |
390
- | 📊 Maria | Product Manager | Product management, PRD creation | `/pm` |
391
- | 🏃 Diego | Scrum Master | Sprint, story management | `/sm` |
392
- | 🧪 Elena | Test Architect | Test case design | `/tea` |
393
- | 🎨 Sally | UX Designer | UX design for Odoo views | `/ux-designer` |
394
- | ⚡ Barry | Quick Flow Dev | Rapid development | `/quick-flow-solo-dev` |
395
- | 📝 Paige | Tech Writer | Module documentation | `/tech-writer` |
396
- | 🎯 Master | BMAD-Odoo Master | Overall coordination | (auto) |
314
+ ### Activate an Agent
397
315
 
398
- ### How to Activate Agent
316
+ **Claude Code (skills)**
399
317
 
400
318
  ```
401
- /analyst # Activate Sofia - Business Analyst
402
- /dev # Activate Carlos - Developer
403
- /pm # Activate Maria - Product Manager
404
- ```
405
-
406
- ---
407
-
408
- ## Workflows
319
+ # Vortex
320
+ /bmad-agent-bme-contextualization-expert # Emma 🎯
321
+ /bmad-agent-bme-discovery-empathy-expert # Isla 🔍
322
+ /bmad-agent-bme-research-convergence-specialist # Mila 🔬
323
+ /bmad-agent-bme-hypothesis-engineer # Liam 💡
324
+ /bmad-agent-bme-lean-experiments-specialist # Wade 🧪
325
+ /bmad-agent-bme-production-intelligence-specialist # Noah 📡
326
+ /bmad-agent-bme-learning-decision-expert # Max 🧭
409
327
 
410
- ### Workflow Categories
411
-
412
- #### 1. Analysis
413
- | Workflow | Description |
414
- |----------|-------------|
415
- | `analyze-process` | Analyze Odoo business processes |
416
- | `gap-analysis` | Requirements gap analysis |
417
- | `create-product-brief` | Create Product Brief |
418
- | `create-odoo-product-brief` | Create Product Brief for Odoo |
419
- | `research` | Market/technical research |
420
-
421
- #### 2. Planning
422
- | Workflow | Description |
423
- |----------|-------------|
424
- | `create-odoo-addon` | Design new Odoo Addon |
425
- | `create-odoo-epic` | Create development Epic |
426
- | `create-odoo-prd` | Create Odoo PRD |
427
- | `create-odoo-ux-design` | Design Odoo views UX |
428
- | `plan-odoo-migration` | Plan migration |
429
- | `create-ux-design` | Create general UX design |
430
- | `prd` | Create Product Requirements Doc |
431
-
432
- #### 3. Solutioning
433
- | Workflow | Description |
434
- |----------|-------------|
435
- | `create-architecture` | Design architecture |
436
- | `create-epics-and-stories` | Create Epics & Stories |
437
- | `check-implementation-readiness` | Check implementation readiness |
438
- | `enhance-existing-system` | Enhance existing system |
439
- | `quick-addon` | Quick addon creation |
440
-
441
- #### 4. Implementation
442
- | Workflow | Description |
443
- |----------|-------------|
444
- | `dev-story` | Execute Dev Story |
445
- | `code-review` | Code review |
446
- | `create-next-story` | Create next Story |
447
- | `rapid-brownfield` | Rapid brownfield development |
448
- | `sprint-planning` | Sprint planning |
449
- | `sprint-status` | Sprint status |
450
- | `correct-course` | Course correction |
451
- | `retrospective` | Retrospective meeting |
452
-
453
- #### 5. Testing
454
- | Workflow | Description |
455
- |----------|-------------|
456
- | `odoo-test-design` | Odoo test design |
457
- | `test-design` | Test design |
458
- | `test-review` | Test review |
459
- | `automate` | Test automation |
460
-
461
- #### 6. Documentation
462
- | Workflow | Description |
463
- |----------|-------------|
464
- | `document-odoo` | Document Odoo module |
465
- | `document-project` | Document project |
466
- | `generate-project-context` | Generate project context |
467
-
468
- ---
469
-
470
- ## Work Process
471
-
472
- ### New Odoo Addon Development Process
473
-
474
- ```
475
- ┌─────────────────────────────────────────────────────────────┐
476
- │ DEVELOPMENT PROCESS │
477
- ├─────────────────────────────────────────────────────────────┤
478
- │ │
479
- │ 1. ANALYSIS │
480
- │ └─▶ /analyst → [AP] Analyze process │
481
- │ └─▶ /analyst → [GA] Gap Analysis │
482
- │ │
483
- │ 2. PLANNING │
484
- │ └─▶ /pm → [OPB] Create Odoo Product Brief │
485
- │ └─▶ /pm → [OPR] Create Odoo PRD │
486
- │ └─▶ /pm → [CE] Create Epic │
487
- │ │
488
- │ 3. DESIGN │
489
- │ └─▶ /architect → [CO] Design Addon │
490
- │ └─▶ /ux-designer → [OUX] Design UX Views │
491
- │ │
492
- │ 4. IMPLEMENTATION │
493
- │ └─▶ /sm → [CS] Create Story │
494
- │ └─▶ /dev → [DS] Dev Story │
495
- │ └─▶ /dev → [CR] Code Review │
496
- │ │
497
- │ 5. TESTING │
498
- │ └─▶ /tea → [OTD] Design Odoo Test │
499
- │ │
500
- │ 6. DOCUMENTATION │
501
- │ └─▶ /tech-writer → [OD] Document Odoo Module │
502
- │ │
503
- └─────────────────────────────────────────────────────────────┘
328
+ # Gyre
329
+ /bmad-agent-bme-stack-detective # Scout 🔎
330
+ /bmad-agent-bme-model-curator # Atlas 📐
331
+ /bmad-agent-bme-readiness-analyst # Lens 🔬
332
+ /bmad-agent-bme-review-coach # Coach 🏋️
504
333
  ```
505
334
 
506
- ### Example: Analyzing Sales Process
335
+ **Claude Code (terminal) / Other AI assistants**
507
336
 
508
337
  ```bash
509
- # Step 1: Activate Business Analyst
510
- /analyst
511
-
512
- # Step 2: Choose menu [AP] Analyze process
513
- > AP
514
-
515
- # Step 3: Workflow will guide through steps:
516
- # - Gather basic information
517
- # - Analyze current state
518
- # - Identify pain points
519
- # - Map to Odoo modules
520
- # - Propose solutions
338
+ # Vortex
339
+ cat _bmad/bme/_vortex/agents/contextualization-expert.md # Emma 🎯
340
+ # ... (see user guides for full list)
341
+
342
+ # Gyre
343
+ cat _bmad/bme/_gyre/agents/stack-detective.md # Scout 🔎
344
+ cat _bmad/bme/_gyre/agents/model-curator.md # Atlas 📐
345
+ cat _bmad/bme/_gyre/agents/readiness-analyst.md # Lens 🔬
346
+ cat _bmad/bme/_gyre/agents/review-coach.md # Coach 🏋️
347
+ ```
348
+
349
+ **Claude.ai** Open any agent file and paste its contents into your conversation.
350
+
351
+ **How activation works:** Each agent is a markdown file containing a full persona, menu system, and workflow instructions. When Claude reads the file, it adopts that agent's expertise and presents you with an interactive menu. Pick a workflow from the menu and follow the guided steps.
352
+
353
+ ### Your First 15 Minutes
354
+
355
+ 1. **Personalize** — edit the config.yaml for your chosen team and replace `{user}` with your name
356
+ 2. **Pick a starting point:**
357
+ - **Vortex:** Activate Emma → select **Lean Persona** from the menu → follow the guided steps
358
+ - **Gyre:** Activate Scout → select **Full Analysis** from the menu → walk through the pipeline
359
+ 3. **Find your artifact** — outputs are saved in `_bmad-output/vortex-artifacts/` or `.gyre/`
360
+ 4. **Follow the Compass** — each workflow ends with a routing suggestion for which agent to use next
361
+
362
+ ### What Gets Installed
363
+
364
+ ```
365
+ your-project/
366
+ ├── _bmad/
367
+ │ ├── _memory/ # 🧠 Agent Knowledge Base
368
+ │ │ ├── odoo-ba-knowledge.md # BA: state machines, user stories, edge cases
369
+ │ │ └── odoo-dev-orm-knowledge.md # Dev: Guard Clauses, Command API, ORM
370
+ │ ├── bme/
371
+ │ │ ├── _vortex/ # Team: Product Discovery
372
+ │ │ │ ├── agents/ # 7 agent definition files
373
+ │ │ │ ├── workflows/ # 22 workflows
374
+ │ │ │ ├── contracts/ # Handoff contracts (HC1-HC5, HC6-HC10)
375
+ │ │ │ └── guides/ # User guides (all 7 agents)
376
+ │ │ ├── _gyre/ # Team: Production Readiness
377
+ │ │ │ ├── agents/ # 4 agent definition files
378
+ │ │ │ ├── workflows/ # 7 workflows
379
+ │ │ │ ├── contracts/ # Artifact contract schemas (GC1-GC4)
380
+ │ │ │ └── guides/ # User guides (all 4 agents)
381
+ │ │ ├── _enhance/ # Skill: Agent Capability Upgrades
382
+ │ │ ├── _portability/ # Skill: Export skills to other platforms
383
+ │ │ ├── _team-factory/ # Skill: Create new teams
384
+ │ │ └── _artifacts/ # Skill: Artifact governance
385
+ │ └── bmm/ # 📋 BMAD Method Module (4-phase workflow)
386
+ │ ├── 1-analysis/ # Analyst, Tech Writer
387
+ │ ├── 2-plan-workflows/ # PM, UX Designer
388
+ │ ├── 3-solutioning/ # Architect
389
+ │ └── 4-implementation/ # Dev, QA, SM, Quick Dev
390
+ └── _bmad-output/
391
+ ├── planning-artifacts/ # PRD, Architecture, Epics
392
+ ├── implementation-artifacts/ # Sprint plans, stories
393
+ ├── vortex-artifacts/ # Discovery outputs
394
+ └── gyre-artifacts/ # Readiness reports
521
395
  ```
522
396
 
523
397
  ---
524
398
 
525
- ## Directory Structure
526
-
527
- ```
528
- _bmad-odoo/
529
- ├── _config/ # Manifest files
530
- │ ├── agent-manifest.csv
531
- │ └── workflow-manifest.csv
532
- ├── bmm/ # BMAD Method Materials
533
- │ ├── agents/ # 9 Agent definitions
534
- │ │ ├── analyst.md
535
- │ │ ├── architect.md
536
- │ │ ├── dev.md
537
- │ │ ├── pm.md
538
- │ │ ├── sm.md
539
- │ │ ├── tea.md
540
- │ │ ├── ux-designer.md
541
- │ │ ├── quick-flow-solo-dev.md
542
- │ │ └── tech-writer.md
543
- │ ├── config.yaml # Main configuration
544
- │ ├── data/
545
- │ │ └── odoo-knowledge-base.md
546
- │ ├── teams/
547
- │ │ └── default-team.md
548
- │ ├── testarch/ # Test architecture
549
- │ │ └── odoo-test-design/
550
- │ └── workflows/ # 44 workflows
551
- │ ├── 1-analysis/
552
- │ ├── 2-plan-workflows/
553
- │ ├── 3-solutioning/
554
- │ ├── 4-implementation/
555
- │ ├── bmad-quick-flow/
556
- │ ├── document-odoo/
557
- │ ├── document-project/
558
- │ ├── excalidraw-diagrams/
559
- │ ├── generate-project-context/
560
- │ ├── testarch/
561
- │ └── workflow-status/
562
- ├── core/ # Core components
563
- │ ├── agents/
564
- │ │ └── bmad-odoo-master.md
565
- │ └── workflows/
566
- │ └── party-mode/
567
- └── README.md # This file
568
- ```
569
-
570
- ---
571
-
572
- ## 🔧 Troubleshooting
573
-
574
- ### Error: "Cannot find module 'bmad-odoo'"
575
-
576
- **Cause:** Package not installed or installed in wrong location
577
-
578
- **Solution:**
579
- ```bash
580
- # Check if bmad-odoo is in package.json
581
- cat package.json | grep bmad-odoo
582
-
583
- # Reinstall
584
- npm install bmad-odoo
585
-
586
- # Verify
587
- npm list bmad-odoo
588
- ```
399
+ ## How It Fits with BMAD Core
589
400
 
590
- ### Error: "Permission denied" when creating symlink
591
-
592
- **Cause:** Windows requires admin rights to create symlinks
593
-
594
- **Solution:**
595
- Script automatically falls back to copying folder. No action needed.
596
-
597
- **Check:**
598
- ```bash
599
- # Check if _bmad-odoo is a symlink
600
- ls -la _bmad-odoo
401
+ BMAD Odoo handles **discovery, validation, and readiness**. BMAD Core handles **implementation**.
601
402
 
602
- # If symlink: lrwxrwxrwx ... _bmad-odoo -> node_modules/bmad-odoo
603
- # If copy: drwxr-xr-x ... _bmad-odoo
604
403
  ```
605
-
606
- ### Error: Post-install not running
607
-
608
- **Cause:** npm config or running with `--ignore-scripts`
609
-
610
- **Solution:**
611
- ```bash
612
- # Run manually
613
- npx bmad-odoo-setup
614
-
615
- # Or
616
- npm run setup
404
+ BMAD Odoo Modules BMAD Core
405
+ ┌──────────────────────────────┐ ┌──────────────────────┐
406
+ │ Teams │ │ │
407
+ │ Vortex (Product Discovery) ──────> │ PM → Architect → Dev │
408
+ │ Gyre (Prod. Readiness) │ <────── │ "Let's build it" │
409
+ │ │ │ │
410
+ │ Skills │ signals │ │
411
+ │ Enhance (Agent Upgrades) │ ──────> │ │
412
+ │ │ │ │
413
+ └──────────────────────────────┘ └──────────────────────┘
617
414
  ```
618
415
 
619
- ### Error: Workflows not appearing in IDE
620
-
621
- **Cause:**
622
- - IDE not reloaded
623
- - Workflows created in wrong folder
416
+ Teams and Skills are peer module types — both installable, both independent. BMAD Odoo works standalone or as an extension — no BMAD Method installation required.
624
417
 
625
- **Solution:**
626
- ```bash
627
- # 1. Check if workflows are created
628
- ls .agent/workflows # Antigravity
629
- ls .cursor/workflows # Cursor
630
- ls .vscode/workflows # VS Code
631
-
632
- # 2. If not present, re-run setup
633
- npx bmad-odoo-setup
634
-
635
- # 3. Reload IDE
636
- # - Antigravity: Refresh browser
637
- # - Cursor: Cmd/Ctrl + Shift + P → "Reload Window"
638
- # - VS Code: Cmd/Ctrl + Shift + P → "Reload Window"
639
- ```
418
+ ---
640
419
 
641
- ### Error: Output folder not created
420
+ ## Updating
642
421
 
643
- **Solution:**
644
422
  ```bash
645
- # Create manually
646
- mkdir -p _bmad-odoo-output/{planning-artifacts,implementation-artifacts,test-artifacts,documentation}
647
-
648
- # Or re-run setup
649
- npx bmad-odoo-setup
423
+ npm install bmad-odoo@latest # Get the latest package
424
+ npx bmad-version # Check current version
425
+ npx bmad-update --dry-run # Preview changes
426
+ npx bmad-update # Apply update (auto-backup)
427
+ npx bmad-doctor # Diagnose issues
650
428
  ```
651
429
 
652
- ### Want to change IDE after setup
430
+ Your data in `_bmad-output/` and `.gyre/` is never touched. Automatic backups are created before every update.
653
431
 
654
- **Solution:**
655
- ```bash
656
- # Re-run setup and choose new IDE
657
- npx bmad-odoo-setup
432
+ > **Important:** `npm install bmad-odoo` (without `@latest`) won't cross major version boundaries. If you're on v2.x, you must use `npm install bmad-odoo@latest` to get v3.x.
658
433
 
659
- # Or choose "All" to have workflows for multiple IDEs
660
- ```
434
+ See [UPDATE-GUIDE.md](UPDATE-GUIDE.md) for migration paths and troubleshooting.
661
435
 
662
436
  ---
663
437
 
664
- ## ❓ FAQ
438
+ ## Documentation
665
439
 
666
- **Q: Can I use multiple IDEs simultaneously?**
667
-
668
- A: Yes! Choose option 5 (All) during setup, or run `npx bmad-odoo-setup` multiple times with different IDEs.
669
-
670
- **Q: What's the difference between _bmad-odoo and node_modules/bmad-odoo?**
440
+ | Document | Description |
441
+ |----------|-------------|
442
+ | [📘 Hướng dẫn Tiếng Việt](HUONG-DAN.md) | Tổng quan BMAD Odoo, quy trình 4 pha, cách sử dụng |
443
+ | [Odoo BA Knowledge](_bmad/_memory/odoo-ba-knowledge.md) | Kiến thức BA: state machines, user stories, edge cases |
444
+ | [Odoo Dev ORM Knowledge](_bmad/_memory/odoo-dev-orm-knowledge.md) | Kiến thức Dev: Guard Clauses, Command API, Lean ORM |
445
+ | [Agent Guide](docs/agents.md) | Detailed agent descriptions, workflows, and positioning |
446
+ | [BMAD Compatibility](docs/BMAD-METHOD-COMPATIBILITY.md) | Compatibility matrix with BMAD Method versions |
447
+ | [Testing](docs/testing.md) | Automated test suite, CI pipeline, and agent test results |
448
+ | [Development Guide](docs/development.md) | Architecture, building agents, and contributing |
449
+ | [FAQ](docs/faq.md) | Common questions about the framework |
450
+ | [CHANGELOG](CHANGELOG.md) | Complete version history |
451
+ | [UPDATE-GUIDE](UPDATE-GUIDE.md) | Migration paths and update troubleshooting |
671
452
 
672
- A:
673
- - `node_modules/bmad-odoo`: Original package from npm
674
- - `_bmad-odoo`: Symlink (or copy) for easy access, avoiding long path typing
453
+ ---
675
454
 
676
- **Q: Can I commit _bmad-odoo-output to git?**
455
+ ## Roadmap
677
456
 
678
- A: Yes! This folder contains artifacts (PRD, architecture docs, stories) created by agents. Committing them helps team track progress.
457
+ - **v1.x** Vortex foundation: 7 agents, 22 workflows, update system, CI/CD
458
+ - **v2.0** — CLI commands: `bmad-*`. Package: `bmad-odoo`
459
+ - **v2.x** — Enhance module, Gyre team (4 agents), Team Factory
460
+ - **v3.x** — Artifact governance, portfolio intelligence, portability (export to Claude/Copilot/Cursor)
461
+ - **v4.0** ← **Current** — Full Odoo rebrand, Odoo 17 BA + Dev ORM knowledge wired into 8 agents, Vietnamese docs
462
+ - **Next** — Odoo-specific agents (Accounting, Inventory, HR), Forge (domain knowledge extraction)
463
+ - **Future** — Cross-team workflows, Odoo module scaffolding agent
679
464
 
680
- **Q: How to update to new version?**
465
+ ---
681
466
 
682
- A: `npm update bmad-odoo` or `npm install bmad-odoo@latest`
467
+ ## Contributing
683
468
 
684
- **Q: Does this package work offline?**
469
+ We welcome contributions in these areas:
685
470
 
686
- A: After installation, the package works offline (no internet needed). Internet only required for initial `npm install`.
471
+ - **Agents** New domain-specialized agents, workflow improvements
472
+ - **Teams** — New team modules via the Team Factory
473
+ - **Testing** — Edge cases, performance testing
474
+ - **Documentation** — Tutorials, translations, video walkthroughs
687
475
 
688
- **Q: Can I customize the config?**
476
+ **Have feedback?** Found a quality issue, want a missing capability, or have a general comment about an agent? Open an issue and select the **Agent/Workflow Feedback** template.
689
477
 
690
- A: Yes! Edit `_bmad-odoo/bmm/config.yaml` to change output folder, Odoo version, and other settings.
478
+ See the [Development Guide](docs/development.md) for architecture details and agent development patterns.
691
479
 
692
480
  ---
693
481
 
694
- ## References
695
-
696
- ### Important Files
697
-
698
- | File | Description |
699
- |------|-------------|
700
- | `_bmad-odoo/bmm/config.yaml` | Main configuration |
701
- | `_bmad-odoo/bmm/data/odoo-knowledge-base.md` | Odoo knowledge |
702
- | `_bmad-odoo-output/` | Artifacts directory |
703
- | `.agent/workflows/` | Workflows for Antigravity |
704
-
705
- ### Links
706
-
707
- - [NPM Package](https://www.npmjs.com/package/bmad-odoo)
708
- - [GitHub Repository](https://github.com/phamdungtk/bmad-odoo)
709
- - [BMAD Framework (original)](https://github.com/bmadcode/BMAD-METHOD)
710
- - [Odoo Documentation](https://www.odoo.com/documentation)
711
- - [OCA Guidelines](https://github.com/OCA/odoo-community.org)
482
+ ## License
483
+
484
+ MIT License — see [LICENSE](LICENSE)
485
+
486
+ ## Acknowledgments
487
+
488
+ - [BMAD Method v6.0.0](https://github.com/bmad-code-org) Foundation for agent architecture
489
+ - [Innovation Vortex](https://unfix.com/innovation-vortex) — Pattern from the [unFIX model](https://unfix.com/) by [Jurgen Appelo](https://jurgenappelo.com/)
490
+ - Claude (Anthropic) AI reasoning and agent development
491
+
492
+ ### Agents
493
+
494
+ Every agent below contributed to the design, implementation, testing, or documentation of this release.
495
+
496
+ **Core**
497
+ - BMad Master 🧙 — Orchestration and agent coordination
498
+
499
+ **BMM BMAD Method Module**
500
+ - Mary 📊 Analyst — Requirements analysis and product briefs
501
+ - Winston 🏗️ Architect — Architecture decisions and technical design
502
+ - Amelia 💻 Dev — Implementation and code delivery
503
+ - John 📋 PM — Product management and PRD creation
504
+ - Barry 🚀 Quick Flow — Rapid solo development
505
+ - Quinn 🧪 QA — Quality assurance and test validation
506
+ - Bob 🏃 SM — Sprint management and retrospectives
507
+ - Paige 📚 Tech Writer — Documentation and editorial review
508
+ - Sally 🎨 UX Designer — User experience design
509
+
510
+ **BME — Vortex Pattern Agents**
511
+ - Emma 🎯 Contextualize — Problem framing and product vision
512
+ - Isla 🔍 Empathize — User research and empathy mapping
513
+ - Mila 🔬 Synthesize — Research convergence and problem definition
514
+ - Liam 💡 Hypothesize — Hypothesis engineering and assumption mapping
515
+ - Wade 🧪 Externalize — Lean experiments and MVP testing
516
+ - Noah 📡 Sensitize — Production intelligence and signal interpretation
517
+ - Max 🧭 Systematize — Learning capture and pivot/persevere decisions
518
+
519
+ **BME — Gyre Pattern Agents**
520
+ - Scout 🔎 Stack Detective — Technology stack detection and classification
521
+ - Atlas 📐 Model Curator — Contextual capabilities manifest generation
522
+ - Lens 🔬 Readiness Analyst — Absence detection and cross-domain correlation
523
+ - Coach 🏋️ Review Coach — Guided review, amendment, and feedback capture
524
+
525
+ **CIS — Creative & Innovation Strategies**
526
+ - Carson 🧠 Brainstorming Coach — Creative ideation facilitation
527
+ - Dr. Quinn 🔬 Problem Solver — Systematic problem-solving
528
+ - Maya 🎨 Design Thinking Coach — Human-centered design
529
+ - Victor ⚡ Innovation Strategist — Business model innovation
530
+ - Caravaggio 🎨 Presentation Master — Visual communication
531
+ - Sophia 📖 Storyteller — Narrative and storytelling
532
+
533
+ **BMB — BMAD Builder Module**
534
+ - Bond 🤖 Agent Builder — Agent creation and configuration
535
+ - Morgan 🏗️ Module Builder — Module architecture
536
+ - Wendy 🔄 Workflow Builder — Workflow design and validation
537
+
538
+ **TEA — Test Engineering & Architecture**
539
+ - Murat 🧪 Test Architect — Test framework, CI pipeline, and quality gates
712
540
 
713
541
  ---
714
542
 
715
- ## Support
716
-
717
- If you encounter issues:
543
+ <div align="center">
718
544
 
719
- 1. **Check installation**: `npm list bmad-odoo`
720
- 2. **Re-run setup**: `npx bmad-odoo-setup`
721
- 3. **See Troubleshooting** above
722
- 4. **Report issue**: [GitHub Issues](https://github.com/phamdungtk/bmad-odoo/issues)
545
+ **Discover what has to be discovered. Ship what's ready to ship.**
723
546
 
724
- ---
547
+ [Get Started](#quick-start) | [Agents](docs/agents.md) | [Docs](#documentation) | [Roadmap](#roadmap)
725
548
 
726
- **Version:** 1.0.0
727
- **Updated:** 2026-01-02
728
- **Language:** English
729
- **License:** MIT
549
+ </div>