bmad-odoo 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (282) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/LICENSE +21 -0
  3. package/README.md +317 -0
  4. package/_config/agent-manifest.csv +10 -0
  5. package/_config/manifest.yaml +10 -0
  6. package/_config/workflow-manifest.csv +10 -0
  7. package/bmm/agents/analyst.md +93 -0
  8. package/bmm/agents/architect.md +72 -0
  9. package/bmm/agents/dev.md +85 -0
  10. package/bmm/agents/pm.md +61 -0
  11. package/bmm/agents/quick-flow-solo-dev.md +58 -0
  12. package/bmm/agents/sm.md +56 -0
  13. package/bmm/agents/tea.md +57 -0
  14. package/bmm/agents/tech-writer.md +56 -0
  15. package/bmm/agents/ux-designer.md +56 -0
  16. package/bmm/config.yaml +27 -0
  17. package/bmm/data/odoo-knowledge-base.md +90 -0
  18. package/bmm/teams/default-team.md +17 -0
  19. package/bmm/testarch/odoo-test-design/steps/step-01-init.md +44 -0
  20. package/bmm/testarch/odoo-test-design/steps/step-02-test-cases.md +82 -0
  21. package/bmm/testarch/odoo-test-design/steps/step-03-complete.md +69 -0
  22. package/bmm/testarch/odoo-test-design/workflow.md +30 -0
  23. package/bmm/testarch/odoo-testing-guide.md +30 -0
  24. package/bmm/workflows/1-analysis/analyze-process/process-analysis.template.md +80 -0
  25. package/bmm/workflows/1-analysis/analyze-process/steps/step-01-init.md +44 -0
  26. package/bmm/workflows/1-analysis/analyze-process/steps/step-02-current-state.md +55 -0
  27. package/bmm/workflows/1-analysis/analyze-process/steps/step-03-pain-points.md +67 -0
  28. package/bmm/workflows/1-analysis/analyze-process/steps/step-04-odoo-mapping.md +67 -0
  29. package/bmm/workflows/1-analysis/analyze-process/steps/step-05-recommendations.md +99 -0
  30. package/bmm/workflows/1-analysis/analyze-process/steps/step-06-complete.md +62 -0
  31. package/bmm/workflows/1-analysis/analyze-process/workflow.md +60 -0
  32. package/bmm/workflows/1-analysis/create-odoo-product-brief/steps/step-01-init.md +45 -0
  33. package/bmm/workflows/1-analysis/create-odoo-product-brief/steps/step-02-users-stakeholders.md +46 -0
  34. package/bmm/workflows/1-analysis/create-odoo-product-brief/steps/step-03-odoo-modules.md +59 -0
  35. package/bmm/workflows/1-analysis/create-odoo-product-brief/steps/step-04-scope-timeline.md +64 -0
  36. package/bmm/workflows/1-analysis/create-odoo-product-brief/steps/step-05-complete.md +32 -0
  37. package/bmm/workflows/1-analysis/create-odoo-product-brief/workflow.md +35 -0
  38. package/bmm/workflows/1-analysis/create-product-brief/product-brief.template.md +10 -0
  39. package/bmm/workflows/1-analysis/create-product-brief/steps/step-01-init.md +182 -0
  40. package/bmm/workflows/1-analysis/create-product-brief/steps/step-01b-continue.md +166 -0
  41. package/bmm/workflows/1-analysis/create-product-brief/steps/step-02-vision.md +204 -0
  42. package/bmm/workflows/1-analysis/create-product-brief/steps/step-03-users.md +207 -0
  43. package/bmm/workflows/1-analysis/create-product-brief/steps/step-04-metrics.md +210 -0
  44. package/bmm/workflows/1-analysis/create-product-brief/steps/step-05-scope.md +224 -0
  45. package/bmm/workflows/1-analysis/create-product-brief/steps/step-06-complete.md +199 -0
  46. package/bmm/workflows/1-analysis/create-product-brief/workflow.md +58 -0
  47. package/bmm/workflows/1-analysis/gap-analysis/steps/step-01-init.md +45 -0
  48. package/bmm/workflows/1-analysis/gap-analysis/steps/step-02-odoo-capabilities.md +36 -0
  49. package/bmm/workflows/1-analysis/gap-analysis/steps/step-03-gap-matrix.md +51 -0
  50. package/bmm/workflows/1-analysis/gap-analysis/workflow.md +45 -0
  51. package/bmm/workflows/1-analysis/research/domain-steps/step-01-init.md +137 -0
  52. package/bmm/workflows/1-analysis/research/domain-steps/step-02-domain-analysis.md +229 -0
  53. package/bmm/workflows/1-analysis/research/domain-steps/step-03-competitive-landscape.md +238 -0
  54. package/bmm/workflows/1-analysis/research/domain-steps/step-04-regulatory-focus.md +206 -0
  55. package/bmm/workflows/1-analysis/research/domain-steps/step-05-technical-trends.md +234 -0
  56. package/bmm/workflows/1-analysis/research/domain-steps/step-06-research-synthesis.md +443 -0
  57. package/bmm/workflows/1-analysis/research/market-steps/step-01-init.md +182 -0
  58. package/bmm/workflows/1-analysis/research/market-steps/step-02-customer-behavior.md +237 -0
  59. package/bmm/workflows/1-analysis/research/market-steps/step-02-customer-insights.md +200 -0
  60. package/bmm/workflows/1-analysis/research/market-steps/step-03-customer-pain-points.md +249 -0
  61. package/bmm/workflows/1-analysis/research/market-steps/step-04-customer-decisions.md +259 -0
  62. package/bmm/workflows/1-analysis/research/market-steps/step-05-competitive-analysis.md +177 -0
  63. package/bmm/workflows/1-analysis/research/market-steps/step-06-research-completion.md +475 -0
  64. package/bmm/workflows/1-analysis/research/research.template.md +29 -0
  65. package/bmm/workflows/1-analysis/research/technical-steps/step-01-init.md +137 -0
  66. package/bmm/workflows/1-analysis/research/technical-steps/step-02-technical-overview.md +239 -0
  67. package/bmm/workflows/1-analysis/research/technical-steps/step-03-integration-patterns.md +248 -0
  68. package/bmm/workflows/1-analysis/research/technical-steps/step-04-architectural-patterns.md +202 -0
  69. package/bmm/workflows/1-analysis/research/technical-steps/step-05-implementation-research.md +239 -0
  70. package/bmm/workflows/1-analysis/research/technical-steps/step-06-research-synthesis.md +486 -0
  71. package/bmm/workflows/1-analysis/research/workflow.md +173 -0
  72. package/bmm/workflows/2-plan-workflows/create-odoo-addon/steps/step-01-init.md +48 -0
  73. package/bmm/workflows/2-plan-workflows/create-odoo-addon/steps/step-02-technical-design.md +82 -0
  74. package/bmm/workflows/2-plan-workflows/create-odoo-addon/steps/step-03-generate.md +86 -0
  75. package/bmm/workflows/2-plan-workflows/create-odoo-addon/workflow.md +39 -0
  76. package/bmm/workflows/2-plan-workflows/create-odoo-epic/steps/step-01-init.md +55 -0
  77. package/bmm/workflows/2-plan-workflows/create-odoo-epic/steps/step-02-stories.md +53 -0
  78. package/bmm/workflows/2-plan-workflows/create-odoo-epic/steps/step-03-complete.md +39 -0
  79. package/bmm/workflows/2-plan-workflows/create-odoo-epic/workflow.md +35 -0
  80. package/bmm/workflows/2-plan-workflows/create-odoo-prd/steps/step-01-init.md +46 -0
  81. package/bmm/workflows/2-plan-workflows/create-odoo-prd/steps/step-02-functional-requirements.md +56 -0
  82. package/bmm/workflows/2-plan-workflows/create-odoo-prd/steps/step-03-technical-requirements.md +45 -0
  83. package/bmm/workflows/2-plan-workflows/create-odoo-prd/steps/step-04-complete.md +40 -0
  84. package/bmm/workflows/2-plan-workflows/create-odoo-prd/workflow.md +29 -0
  85. package/bmm/workflows/2-plan-workflows/create-odoo-ux-design/steps/step-01-init.md +52 -0
  86. package/bmm/workflows/2-plan-workflows/create-odoo-ux-design/steps/step-02-form-design.md +78 -0
  87. package/bmm/workflows/2-plan-workflows/create-odoo-ux-design/steps/step-03-tree-design.md +84 -0
  88. package/bmm/workflows/2-plan-workflows/create-odoo-ux-design/steps/step-04-complete.md +55 -0
  89. package/bmm/workflows/2-plan-workflows/create-odoo-ux-design/workflow.md +30 -0
  90. package/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01-init.md +135 -0
  91. package/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01b-continue.md +127 -0
  92. package/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-02-discovery.md +190 -0
  93. package/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-03-core-experience.md +216 -0
  94. package/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-04-emotional-response.md +219 -0
  95. package/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-05-inspiration.md +234 -0
  96. package/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-06-design-system.md +252 -0
  97. package/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-07-defining-experience.md +254 -0
  98. package/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-08-visual-foundation.md +224 -0
  99. package/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-09-design-directions.md +224 -0
  100. package/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-10-user-journeys.md +241 -0
  101. package/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-11-component-strategy.md +248 -0
  102. package/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-12-ux-patterns.md +237 -0
  103. package/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-13-responsive-accessibility.md +264 -0
  104. package/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-14-complete.md +228 -0
  105. package/bmm/workflows/2-plan-workflows/create-ux-design/ux-design-template.md +13 -0
  106. package/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md +43 -0
  107. package/bmm/workflows/2-plan-workflows/plan-odoo-migration/steps/step-01-init.md +49 -0
  108. package/bmm/workflows/2-plan-workflows/plan-odoo-migration/steps/step-02-risk-assessment.md +51 -0
  109. package/bmm/workflows/2-plan-workflows/plan-odoo-migration/steps/step-03-roadmap.md +58 -0
  110. package/bmm/workflows/2-plan-workflows/plan-odoo-migration/workflow.md +29 -0
  111. package/bmm/workflows/2-plan-workflows/prd/domain-complexity.csv +13 -0
  112. package/bmm/workflows/2-plan-workflows/prd/prd-template.md +11 -0
  113. package/bmm/workflows/2-plan-workflows/prd/project-types.csv +11 -0
  114. package/bmm/workflows/2-plan-workflows/prd/steps/step-01-init.md +197 -0
  115. package/bmm/workflows/2-plan-workflows/prd/steps/step-01b-continue.md +166 -0
  116. package/bmm/workflows/2-plan-workflows/prd/steps/step-02-discovery.md +421 -0
  117. package/bmm/workflows/2-plan-workflows/prd/steps/step-03-success.md +290 -0
  118. package/bmm/workflows/2-plan-workflows/prd/steps/step-04-journeys.md +291 -0
  119. package/bmm/workflows/2-plan-workflows/prd/steps/step-05-domain.md +271 -0
  120. package/bmm/workflows/2-plan-workflows/prd/steps/step-06-innovation.md +262 -0
  121. package/bmm/workflows/2-plan-workflows/prd/steps/step-07-project-type.md +258 -0
  122. package/bmm/workflows/2-plan-workflows/prd/steps/step-08-scoping.md +299 -0
  123. package/bmm/workflows/2-plan-workflows/prd/steps/step-09-functional.md +270 -0
  124. package/bmm/workflows/2-plan-workflows/prd/steps/step-10-nonfunctional.md +294 -0
  125. package/bmm/workflows/2-plan-workflows/prd/steps/step-11-complete.md +186 -0
  126. package/bmm/workflows/2-plan-workflows/prd/workflow.md +63 -0
  127. package/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-01-document-discovery.md +190 -0
  128. package/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-02-prd-analysis.md +178 -0
  129. package/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-03-epic-coverage-validation.md +179 -0
  130. package/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-04-ux-alignment.md +139 -0
  131. package/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-05-epic-quality-review.md +252 -0
  132. package/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-06-final-assessment.md +133 -0
  133. package/bmm/workflows/3-solutioning/check-implementation-readiness/templates/readiness-report-template.md +4 -0
  134. package/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md +55 -0
  135. package/bmm/workflows/3-solutioning/create-architecture/architecture-decision-template.md +12 -0
  136. package/bmm/workflows/3-solutioning/create-architecture/data/domain-complexity.csv +11 -0
  137. package/bmm/workflows/3-solutioning/create-architecture/data/project-types.csv +7 -0
  138. package/bmm/workflows/3-solutioning/create-architecture/steps/step-01-init.md +153 -0
  139. package/bmm/workflows/3-solutioning/create-architecture/steps/step-01b-continue.md +164 -0
  140. package/bmm/workflows/3-solutioning/create-architecture/steps/step-02-context.md +224 -0
  141. package/bmm/workflows/3-solutioning/create-architecture/steps/step-03-starter.md +331 -0
  142. package/bmm/workflows/3-solutioning/create-architecture/steps/step-04-decisions.md +318 -0
  143. package/bmm/workflows/3-solutioning/create-architecture/steps/step-05-patterns.md +359 -0
  144. package/bmm/workflows/3-solutioning/create-architecture/steps/step-06-structure.md +379 -0
  145. package/bmm/workflows/3-solutioning/create-architecture/steps/step-07-validation.md +359 -0
  146. package/bmm/workflows/3-solutioning/create-architecture/steps/step-08-complete.md +352 -0
  147. package/bmm/workflows/3-solutioning/create-architecture/workflow.md +50 -0
  148. package/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-01-validate-prerequisites.md +259 -0
  149. package/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-02-design-epics.md +233 -0
  150. package/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-03-create-stories.md +272 -0
  151. package/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-04-final-validation.md +145 -0
  152. package/bmm/workflows/3-solutioning/create-epics-and-stories/templates/epics-template.md +57 -0
  153. package/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md +59 -0
  154. package/bmm/workflows/3-solutioning/enhance-existing-system/steps/step-01-init.md +44 -0
  155. package/bmm/workflows/3-solutioning/enhance-existing-system/steps/step-02-inheritance-strategy.md +75 -0
  156. package/bmm/workflows/3-solutioning/enhance-existing-system/steps/step-03-implementation.md +64 -0
  157. package/bmm/workflows/3-solutioning/enhance-existing-system/workflow.md +30 -0
  158. package/bmm/workflows/3-solutioning/quick-addon/workflow.md +23 -0
  159. package/bmm/workflows/4-implementation/code-review/checklist.md +23 -0
  160. package/bmm/workflows/4-implementation/code-review/instructions.xml +225 -0
  161. package/bmm/workflows/4-implementation/code-review/workflow.yaml +50 -0
  162. package/bmm/workflows/4-implementation/correct-course/checklist.md +279 -0
  163. package/bmm/workflows/4-implementation/correct-course/instructions.md +206 -0
  164. package/bmm/workflows/4-implementation/correct-course/workflow.yaml +58 -0
  165. package/bmm/workflows/4-implementation/create-next-story/steps/step-01-init.md +53 -0
  166. package/bmm/workflows/4-implementation/create-next-story/steps/step-02-acceptance-criteria.md +63 -0
  167. package/bmm/workflows/4-implementation/create-next-story/steps/step-03-tasks.md +68 -0
  168. package/bmm/workflows/4-implementation/create-next-story/steps/step-04-complete.md +70 -0
  169. package/bmm/workflows/4-implementation/create-next-story/workflow.md +30 -0
  170. package/bmm/workflows/4-implementation/dev-story/checklist.md +80 -0
  171. package/bmm/workflows/4-implementation/dev-story/instructions.xml +409 -0
  172. package/bmm/workflows/4-implementation/dev-story/workflow.yaml +25 -0
  173. package/bmm/workflows/4-implementation/rapid-brownfield/steps/step-01-quick-story.md +79 -0
  174. package/bmm/workflows/4-implementation/rapid-brownfield/workflow.md +29 -0
  175. package/bmm/workflows/4-implementation/retrospective/instructions.md +1443 -0
  176. package/bmm/workflows/4-implementation/retrospective/workflow.yaml +57 -0
  177. package/bmm/workflows/4-implementation/sprint-planning/checklist.md +33 -0
  178. package/bmm/workflows/4-implementation/sprint-planning/instructions.md +225 -0
  179. package/bmm/workflows/4-implementation/sprint-planning/sprint-status-template.yaml +55 -0
  180. package/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +52 -0
  181. package/bmm/workflows/4-implementation/sprint-status/instructions.md +229 -0
  182. package/bmm/workflows/4-implementation/sprint-status/workflow.yaml +35 -0
  183. package/bmm/workflows/bmad-quick-flow/create-tech-spec/steps/step-01-understand.md +189 -0
  184. package/bmm/workflows/bmad-quick-flow/create-tech-spec/steps/step-02-investigate.md +144 -0
  185. package/bmm/workflows/bmad-quick-flow/create-tech-spec/steps/step-03-generate.md +128 -0
  186. package/bmm/workflows/bmad-quick-flow/create-tech-spec/steps/step-04-review.md +173 -0
  187. package/bmm/workflows/bmad-quick-flow/create-tech-spec/tech-spec-template.md +74 -0
  188. package/bmm/workflows/bmad-quick-flow/create-tech-spec/workflow.md +79 -0
  189. package/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-01-mode-detection.md +156 -0
  190. package/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-02-context-gathering.md +120 -0
  191. package/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-03-execute.md +113 -0
  192. package/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-04-self-check.md +113 -0
  193. package/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-05-adversarial-review.md +106 -0
  194. package/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-06-resolve-findings.md +140 -0
  195. package/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md +52 -0
  196. package/bmm/workflows/document-odoo/steps/step-01-init.md +43 -0
  197. package/bmm/workflows/document-odoo/steps/step-02-readme.md +98 -0
  198. package/bmm/workflows/document-odoo/steps/step-03-user-guide.md +76 -0
  199. package/bmm/workflows/document-odoo/steps/step-04-complete.md +58 -0
  200. package/bmm/workflows/document-odoo/workflow.md +30 -0
  201. package/bmm/workflows/document-project/checklist.md +245 -0
  202. package/bmm/workflows/document-project/documentation-requirements.csv +12 -0
  203. package/bmm/workflows/document-project/instructions.md +221 -0
  204. package/bmm/workflows/document-project/templates/deep-dive-template.md +345 -0
  205. package/bmm/workflows/document-project/templates/index-template.md +169 -0
  206. package/bmm/workflows/document-project/templates/project-overview-template.md +103 -0
  207. package/bmm/workflows/document-project/templates/project-scan-report-schema.json +160 -0
  208. package/bmm/workflows/document-project/templates/source-tree-template.md +135 -0
  209. package/bmm/workflows/document-project/workflow.yaml +28 -0
  210. package/bmm/workflows/document-project/workflows/deep-dive-instructions.md +298 -0
  211. package/bmm/workflows/document-project/workflows/deep-dive.yaml +31 -0
  212. package/bmm/workflows/document-project/workflows/full-scan-instructions.md +1106 -0
  213. package/bmm/workflows/document-project/workflows/full-scan.yaml +31 -0
  214. package/bmm/workflows/excalidraw-diagrams/_shared/excalidraw-library.json +90 -0
  215. package/bmm/workflows/excalidraw-diagrams/_shared/excalidraw-templates.yaml +127 -0
  216. package/bmm/workflows/excalidraw-diagrams/create-dataflow/checklist.md +39 -0
  217. package/bmm/workflows/excalidraw-diagrams/create-dataflow/instructions.md +130 -0
  218. package/bmm/workflows/excalidraw-diagrams/create-dataflow/workflow.yaml +26 -0
  219. package/bmm/workflows/excalidraw-diagrams/create-diagram/checklist.md +43 -0
  220. package/bmm/workflows/excalidraw-diagrams/create-diagram/instructions.md +141 -0
  221. package/bmm/workflows/excalidraw-diagrams/create-diagram/workflow.yaml +26 -0
  222. package/bmm/workflows/excalidraw-diagrams/create-flowchart/checklist.md +49 -0
  223. package/bmm/workflows/excalidraw-diagrams/create-flowchart/instructions.md +241 -0
  224. package/bmm/workflows/excalidraw-diagrams/create-flowchart/workflow.yaml +26 -0
  225. package/bmm/workflows/excalidraw-diagrams/create-wireframe/checklist.md +38 -0
  226. package/bmm/workflows/excalidraw-diagrams/create-wireframe/instructions.md +133 -0
  227. package/bmm/workflows/excalidraw-diagrams/create-wireframe/workflow.yaml +26 -0
  228. package/bmm/workflows/generate-project-context/project-context-template.md +21 -0
  229. package/bmm/workflows/generate-project-context/steps/step-01-discover.md +184 -0
  230. package/bmm/workflows/generate-project-context/steps/step-02-generate.md +318 -0
  231. package/bmm/workflows/generate-project-context/steps/step-03-complete.md +278 -0
  232. package/bmm/workflows/generate-project-context/workflow.md +49 -0
  233. package/bmm/workflows/testarch/atdd/atdd-checklist-template.md +364 -0
  234. package/bmm/workflows/testarch/atdd/checklist.md +374 -0
  235. package/bmm/workflows/testarch/atdd/instructions.md +806 -0
  236. package/bmm/workflows/testarch/atdd/workflow.yaml +45 -0
  237. package/bmm/workflows/testarch/automate/checklist.md +582 -0
  238. package/bmm/workflows/testarch/automate/instructions.md +1324 -0
  239. package/bmm/workflows/testarch/automate/workflow.yaml +52 -0
  240. package/bmm/workflows/testarch/ci/checklist.md +248 -0
  241. package/bmm/workflows/testarch/ci/github-actions-template.yaml +198 -0
  242. package/bmm/workflows/testarch/ci/gitlab-ci-template.yaml +149 -0
  243. package/bmm/workflows/testarch/ci/instructions.md +536 -0
  244. package/bmm/workflows/testarch/ci/workflow.yaml +45 -0
  245. package/bmm/workflows/testarch/framework/checklist.md +321 -0
  246. package/bmm/workflows/testarch/framework/instructions.md +481 -0
  247. package/bmm/workflows/testarch/framework/workflow.yaml +47 -0
  248. package/bmm/workflows/testarch/nfr-assess/checklist.md +407 -0
  249. package/bmm/workflows/testarch/nfr-assess/instructions.md +722 -0
  250. package/bmm/workflows/testarch/nfr-assess/nfr-report-template.md +445 -0
  251. package/bmm/workflows/testarch/nfr-assess/workflow.yaml +47 -0
  252. package/bmm/workflows/testarch/test-design/checklist.md +235 -0
  253. package/bmm/workflows/testarch/test-design/instructions.md +788 -0
  254. package/bmm/workflows/testarch/test-design/test-design-template.md +294 -0
  255. package/bmm/workflows/testarch/test-design/workflow.yaml +54 -0
  256. package/bmm/workflows/testarch/test-review/checklist.md +472 -0
  257. package/bmm/workflows/testarch/test-review/instructions.md +628 -0
  258. package/bmm/workflows/testarch/test-review/test-review-template.md +390 -0
  259. package/bmm/workflows/testarch/test-review/workflow.yaml +46 -0
  260. package/bmm/workflows/testarch/trace/checklist.md +655 -0
  261. package/bmm/workflows/testarch/trace/instructions.md +1047 -0
  262. package/bmm/workflows/testarch/trace/trace-template.md +675 -0
  263. package/bmm/workflows/testarch/trace/workflow.yaml +55 -0
  264. package/bmm/workflows/workflow-status/init/instructions.md +346 -0
  265. package/bmm/workflows/workflow-status/init/workflow.yaml +29 -0
  266. package/bmm/workflows/workflow-status/instructions.md +395 -0
  267. package/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +103 -0
  268. package/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +100 -0
  269. package/bmm/workflows/workflow-status/paths/method-brownfield.yaml +103 -0
  270. package/bmm/workflows/workflow-status/paths/method-greenfield.yaml +100 -0
  271. package/bmm/workflows/workflow-status/project-levels.yaml +59 -0
  272. package/bmm/workflows/workflow-status/workflow-status-template.yaml +24 -0
  273. package/bmm/workflows/workflow-status/workflow.yaml +30 -0
  274. package/core/agents/bmad-odoo-master.md +61 -0
  275. package/core/config.yaml +7 -0
  276. package/core/resources/README.md +5 -0
  277. package/core/tasks/README.md +7 -0
  278. package/core/workflows/README.md +8 -0
  279. package/index.js +84 -0
  280. package/package.json +48 -0
  281. package/scripts/postinstall.js +447 -0
  282. package/scripts/setup-cli.js +17 -0
@@ -0,0 +1,279 @@
1
+ # Change Navigation Checklist
2
+
3
+ <critical>This checklist is executed as part of: {project-root}/_bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml</critical>
4
+ <critical>Work through each section systematically with the user, recording findings and impacts</critical>
5
+
6
+ <checklist>
7
+
8
+ <section n="1" title="Understand the Trigger and Context">
9
+
10
+ <check-item id="1.1">
11
+ <prompt>Identify the triggering story that revealed this issue</prompt>
12
+ <action>Document story ID and brief description</action>
13
+ <status>[ ] Done / [ ] N/A / [ ] Action-needed</status>
14
+ </check-item>
15
+
16
+ <check-item id="1.2">
17
+ <prompt>Define the core problem precisely</prompt>
18
+ <action>Categorize issue type:</action>
19
+ - Technical limitation discovered during implementation
20
+ - New requirement emerged from stakeholders
21
+ - Misunderstanding of original requirements
22
+ - Strategic pivot or market change
23
+ - Failed approach requiring different solution
24
+ <action>Write clear problem statement</action>
25
+ <status>[ ] Done / [ ] N/A / [ ] Action-needed</status>
26
+ </check-item>
27
+
28
+ <check-item id="1.3">
29
+ <prompt>Assess initial impact and gather supporting evidence</prompt>
30
+ <action>Collect concrete examples, error messages, stakeholder feedback, or technical constraints</action>
31
+ <action>Document evidence for later reference</action>
32
+ <status>[ ] Done / [ ] N/A / [ ] Action-needed</status>
33
+ </check-item>
34
+
35
+ <halt-condition>
36
+ <action if="trigger is unclear">HALT: "Cannot proceed without understanding what caused the need for change"</action>
37
+ <action if="no evidence provided">HALT: "Need concrete evidence or examples of the issue before analyzing impact"</action>
38
+ </halt-condition>
39
+
40
+ </section>
41
+
42
+ <section n="2" title="Epic Impact Assessment">
43
+
44
+ <check-item id="2.1">
45
+ <prompt>Evaluate current epic containing the trigger story</prompt>
46
+ <action>Can this epic still be completed as originally planned?</action>
47
+ <action>If no, what modifications are needed?</action>
48
+ <status>[ ] Done / [ ] N/A / [ ] Action-needed</status>
49
+ </check-item>
50
+
51
+ <check-item id="2.2">
52
+ <prompt>Determine required epic-level changes</prompt>
53
+ <action>Check each scenario:</action>
54
+ - Modify existing epic scope or acceptance criteria
55
+ - Add new epic to address the issue
56
+ - Remove or defer epic that's no longer viable
57
+ - Completely redefine epic based on new understanding
58
+ <action>Document specific epic changes needed</action>
59
+ <status>[ ] Done / [ ] N/A / [ ] Action-needed</status>
60
+ </check-item>
61
+
62
+ <check-item id="2.3">
63
+ <prompt>Review all remaining planned epics for required changes</prompt>
64
+ <action>Check each future epic for impact</action>
65
+ <action>Identify dependencies that may be affected</action>
66
+ <status>[ ] Done / [ ] N/A / [ ] Action-needed</status>
67
+ </check-item>
68
+
69
+ <check-item id="2.4">
70
+ <prompt>Check if issue invalidates future epics or necessitates new ones</prompt>
71
+ <action>Does this change make any planned epics obsolete?</action>
72
+ <action>Are new epics needed to address gaps created by this change?</action>
73
+ <status>[ ] Done / [ ] N/A / [ ] Action-needed</status>
74
+ </check-item>
75
+
76
+ <check-item id="2.5">
77
+ <prompt>Consider if epic order or priority should change</prompt>
78
+ <action>Should epics be resequenced based on this issue?</action>
79
+ <action>Do priorities need adjustment?</action>
80
+ <status>[ ] Done / [ ] N/A / [ ] Action-needed</status>
81
+ </check-item>
82
+
83
+ </section>
84
+
85
+ <section n="3" title="Artifact Conflict and Impact Analysis">
86
+
87
+ <check-item id="3.1">
88
+ <prompt>Check PRD for conflicts</prompt>
89
+ <action>Does issue conflict with core PRD goals or objectives?</action>
90
+ <action>Do requirements need modification, addition, or removal?</action>
91
+ <action>Is the defined MVP still achievable or does scope need adjustment?</action>
92
+ <status>[ ] Done / [ ] N/A / [ ] Action-needed</status>
93
+ </check-item>
94
+
95
+ <check-item id="3.2">
96
+ <prompt>Review Architecture document for conflicts</prompt>
97
+ <action>Check each area for impact:</action>
98
+ - System components and their interactions
99
+ - Architectural patterns and design decisions
100
+ - Technology stack choices
101
+ - Data models and schemas
102
+ - API designs and contracts
103
+ - Integration points
104
+ <action>Document specific architecture sections requiring updates</action>
105
+ <status>[ ] Done / [ ] N/A / [ ] Action-needed</status>
106
+ </check-item>
107
+
108
+ <check-item id="3.3">
109
+ <prompt>Examine UI/UX specifications for conflicts</prompt>
110
+ <action>Check for impact on:</action>
111
+ - User interface components
112
+ - User flows and journeys
113
+ - Wireframes or mockups
114
+ - Interaction patterns
115
+ - Accessibility considerations
116
+ <action>Note specific UI/UX sections needing revision</action>
117
+ <status>[ ] Done / [ ] N/A / [ ] Action-needed</status>
118
+ </check-item>
119
+
120
+ <check-item id="3.4">
121
+ <prompt>Consider impact on other artifacts</prompt>
122
+ <action>Review additional artifacts for impact:</action>
123
+ - Deployment scripts
124
+ - Infrastructure as Code (IaC)
125
+ - Monitoring and observability setup
126
+ - Testing strategies
127
+ - Documentation
128
+ - CI/CD pipelines
129
+ <action>Document any secondary artifacts requiring updates</action>
130
+ <status>[ ] Done / [ ] N/A / [ ] Action-needed</status>
131
+ </check-item>
132
+
133
+ </section>
134
+
135
+ <section n="4" title="Path Forward Evaluation">
136
+
137
+ <check-item id="4.1">
138
+ <prompt>Evaluate Option 1: Direct Adjustment</prompt>
139
+ <action>Can the issue be addressed by modifying existing stories?</action>
140
+ <action>Can new stories be added within the current epic structure?</action>
141
+ <action>Would this approach maintain project timeline and scope?</action>
142
+ <action>Effort estimate: [High/Medium/Low]</action>
143
+ <action>Risk level: [High/Medium/Low]</action>
144
+ <status>[ ] Viable / [ ] Not viable</status>
145
+ </check-item>
146
+
147
+ <check-item id="4.2">
148
+ <prompt>Evaluate Option 2: Potential Rollback</prompt>
149
+ <action>Would reverting recently completed stories simplify addressing this issue?</action>
150
+ <action>Which stories would need to be rolled back?</action>
151
+ <action>Is the rollback effort justified by the simplification gained?</action>
152
+ <action>Effort estimate: [High/Medium/Low]</action>
153
+ <action>Risk level: [High/Medium/Low]</action>
154
+ <status>[ ] Viable / [ ] Not viable</status>
155
+ </check-item>
156
+
157
+ <check-item id="4.3">
158
+ <prompt>Evaluate Option 3: PRD MVP Review</prompt>
159
+ <action>Is the original PRD MVP still achievable with this issue?</action>
160
+ <action>Does MVP scope need to be reduced or redefined?</action>
161
+ <action>Do core goals need modification based on new constraints?</action>
162
+ <action>What would be deferred to post-MVP if scope is reduced?</action>
163
+ <action>Effort estimate: [High/Medium/Low]</action>
164
+ <action>Risk level: [High/Medium/Low]</action>
165
+ <status>[ ] Viable / [ ] Not viable</status>
166
+ </check-item>
167
+
168
+ <check-item id="4.4">
169
+ <prompt>Select recommended path forward</prompt>
170
+ <action>Based on analysis of all options, choose the best path</action>
171
+ <action>Provide clear rationale considering:</action>
172
+ - Implementation effort and timeline impact
173
+ - Technical risk and complexity
174
+ - Impact on team morale and momentum
175
+ - Long-term sustainability and maintainability
176
+ - Stakeholder expectations and business value
177
+ <action>Selected approach: [Option 1 / Option 2 / Option 3 / Hybrid]</action>
178
+ <action>Justification: [Document reasoning]</action>
179
+ <status>[ ] Done / [ ] N/A / [ ] Action-needed</status>
180
+ </check-item>
181
+
182
+ </section>
183
+
184
+ <section n="5" title="Sprint Change Proposal Components">
185
+
186
+ <check-item id="5.1">
187
+ <prompt>Create identified issue summary</prompt>
188
+ <action>Write clear, concise problem statement</action>
189
+ <action>Include context about discovery and impact</action>
190
+ <status>[ ] Done / [ ] N/A / [ ] Action-needed</status>
191
+ </check-item>
192
+
193
+ <check-item id="5.2">
194
+ <prompt>Document epic impact and artifact adjustment needs</prompt>
195
+ <action>Summarize findings from Epic Impact Assessment (Section 2)</action>
196
+ <action>Summarize findings from Artifact Conflict Analysis (Section 3)</action>
197
+ <action>Be specific about what changes are needed and why</action>
198
+ <status>[ ] Done / [ ] N/A / [ ] Action-needed</status>
199
+ </check-item>
200
+
201
+ <check-item id="5.3">
202
+ <prompt>Present recommended path forward with rationale</prompt>
203
+ <action>Include selected approach from Section 4</action>
204
+ <action>Provide complete justification for recommendation</action>
205
+ <action>Address trade-offs and alternatives considered</action>
206
+ <status>[ ] Done / [ ] N/A / [ ] Action-needed</status>
207
+ </check-item>
208
+
209
+ <check-item id="5.4">
210
+ <prompt>Define PRD MVP impact and high-level action plan</prompt>
211
+ <action>State clearly if MVP is affected</action>
212
+ <action>Outline major action items needed for implementation</action>
213
+ <action>Identify dependencies and sequencing</action>
214
+ <status>[ ] Done / [ ] N/A / [ ] Action-needed</status>
215
+ </check-item>
216
+
217
+ <check-item id="5.5">
218
+ <prompt>Establish agent handoff plan</prompt>
219
+ <action>Identify which roles/agents will execute the changes:</action>
220
+ - Development team (for implementation)
221
+ - Product Owner / Scrum Master (for backlog changes)
222
+ - Product Manager / Architect (for strategic changes)
223
+ <action>Define responsibilities for each role</action>
224
+ <status>[ ] Done / [ ] N/A / [ ] Action-needed</status>
225
+ </check-item>
226
+
227
+ </section>
228
+
229
+ <section n="6" title="Final Review and Handoff">
230
+
231
+ <check-item id="6.1">
232
+ <prompt>Review checklist completion</prompt>
233
+ <action>Verify all applicable sections have been addressed</action>
234
+ <action>Confirm all [Action-needed] items have been documented</action>
235
+ <action>Ensure analysis is comprehensive and actionable</action>
236
+ <status>[ ] Done / [ ] N/A / [ ] Action-needed</status>
237
+ </check-item>
238
+
239
+ <check-item id="6.2">
240
+ <prompt>Verify Sprint Change Proposal accuracy</prompt>
241
+ <action>Review complete proposal for consistency and clarity</action>
242
+ <action>Ensure all recommendations are well-supported by analysis</action>
243
+ <action>Check that proposal is actionable and specific</action>
244
+ <status>[ ] Done / [ ] N/A / [ ] Action-needed</status>
245
+ </check-item>
246
+
247
+ <check-item id="6.3">
248
+ <prompt>Obtain explicit user approval</prompt>
249
+ <action>Present complete proposal to user</action>
250
+ <action>Get clear yes/no approval for proceeding</action>
251
+ <action>Document approval and any conditions</action>
252
+ <status>[ ] Done / [ ] N/A / [ ] Action-needed</status>
253
+ </check-item>
254
+
255
+ <check-item id="6.4">
256
+ <prompt>Confirm next steps and handoff plan</prompt>
257
+ <action>Review handoff responsibilities with user</action>
258
+ <action>Ensure all stakeholders understand their roles</action>
259
+ <action>Confirm timeline and success criteria</action>
260
+ <status>[ ] Done / [ ] N/A / [ ] Action-needed</status>
261
+ </check-item>
262
+
263
+ <halt-condition>
264
+ <action if="any critical section cannot be completed">HALT: "Cannot proceed to proposal without complete impact analysis"</action>
265
+ <action if="user approval not obtained">HALT: "Must have explicit approval before implementing changes"</action>
266
+ <action if="handoff responsibilities unclear">HALT: "Must clearly define who will execute the proposed changes"</action>
267
+ </halt-condition>
268
+
269
+ </section>
270
+
271
+ </checklist>
272
+
273
+ <execution-notes>
274
+ <note>This checklist is for SIGNIFICANT changes affecting project direction</note>
275
+ <note>Work interactively with user - they make final decisions</note>
276
+ <note>Be factual, not blame-oriented when analyzing issues</note>
277
+ <note>Handle changes professionally as opportunities to improve the project</note>
278
+ <note>Maintain conversation context throughout - this is collaborative work</note>
279
+ </execution-notes>
@@ -0,0 +1,206 @@
1
+ # Correct Course - Sprint Change Management Instructions
2
+
3
+ <critical>The workflow execution engine is governed by: {project-root}/_bmad/core/tasks/workflow.xml</critical>
4
+ <critical>You MUST have already loaded and processed: {project-root}/_bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml</critical>
5
+ <critical>Communicate all responses in {communication_language} and language MUST be tailored to {user_skill_level}</critical>
6
+ <critical>Generate all documents in {document_output_language}</critical>
7
+
8
+ <critical>DOCUMENT OUTPUT: Updated epics, stories, or PRD sections. Clear, actionable changes. User skill level ({user_skill_level}) affects conversation style ONLY, not document updates.</critical>
9
+
10
+ <workflow>
11
+
12
+ <step n="1" goal="Initialize Change Navigation">
13
+ <action>Confirm change trigger and gather user description of the issue</action>
14
+ <action>Ask: "What specific issue or change has been identified that requires navigation?"</action>
15
+ <action>Verify access to required project documents:</action>
16
+ - PRD (Product Requirements Document)
17
+ - Current Epics and Stories
18
+ - Architecture documentation
19
+ - UI/UX specifications
20
+ <action>Ask user for mode preference:</action>
21
+ - **Incremental** (recommended): Refine each edit collaboratively
22
+ - **Batch**: Present all changes at once for review
23
+ <action>Store mode selection for use throughout workflow</action>
24
+
25
+ <action if="change trigger is unclear">HALT: "Cannot navigate change without clear understanding of the triggering issue. Please provide specific details about what needs to change and why."</action>
26
+
27
+ <action if="core documents are unavailable">HALT: "Need access to project documents (PRD, Epics, Architecture, UI/UX) to assess change impact. Please ensure these documents are accessible."</action>
28
+ </step>
29
+
30
+ <step n="0.5" goal="Discover and load project documents">
31
+ <invoke-protocol name="discover_inputs" />
32
+ <note>After discovery, these content variables are available: {prd_content}, {epics_content}, {architecture_content}, {ux_design_content}, {tech_spec_content}, {document_project_content}</note>
33
+ </step>
34
+
35
+ <step n="2" goal="Execute Change Analysis Checklist">
36
+ <action>Load and execute the systematic analysis from: {checklist}</action>
37
+ <action>Work through each checklist section interactively with the user</action>
38
+ <action>Record status for each checklist item:</action>
39
+ - [x] Done - Item completed successfully
40
+ - [N/A] Skip - Item not applicable to this change
41
+ - [!] Action-needed - Item requires attention or follow-up
42
+ <action>Maintain running notes of findings and impacts discovered</action>
43
+ <action>Present checklist progress after each major section</action>
44
+
45
+ <action if="checklist cannot be completed">Identify blocking issues and work with user to resolve before continuing</action>
46
+ </step>
47
+
48
+ <step n="3" goal="Draft Specific Change Proposals">
49
+ <action>Based on checklist findings, create explicit edit proposals for each identified artifact</action>
50
+
51
+ <action>For Story changes:</action>
52
+
53
+ - Show old → new text format
54
+ - Include story ID and section being modified
55
+ - Provide rationale for each change
56
+ - Example format:
57
+
58
+ ```
59
+ Story: [STORY-123] User Authentication
60
+ Section: Acceptance Criteria
61
+
62
+ OLD:
63
+ - User can log in with email/password
64
+
65
+ NEW:
66
+ - User can log in with email/password
67
+ - User can enable 2FA via authenticator app
68
+
69
+ Rationale: Security requirement identified during implementation
70
+ ```
71
+
72
+ <action>For PRD modifications:</action>
73
+
74
+ - Specify exact sections to update
75
+ - Show current content and proposed changes
76
+ - Explain impact on MVP scope and requirements
77
+
78
+ <action>For Architecture changes:</action>
79
+
80
+ - Identify affected components, patterns, or technology choices
81
+ - Describe diagram updates needed
82
+ - Note any ripple effects on other components
83
+
84
+ <action>For UI/UX specification updates:</action>
85
+
86
+ - Reference specific screens or components
87
+ - Show wireframe or flow changes needed
88
+ - Connect changes to user experience impact
89
+
90
+ <check if="mode is Incremental">
91
+ <action>Present each edit proposal individually</action>
92
+ <ask>Review and refine this change? Options: Approve [a], Edit [e], Skip [s]</ask>
93
+ <action>Iterate on each proposal based on user feedback</action>
94
+ </check>
95
+
96
+ <action if="mode is Batch">Collect all edit proposals and present together at end of step</action>
97
+
98
+ </step>
99
+
100
+ <step n="4" goal="Generate Sprint Change Proposal">
101
+ <action>Compile comprehensive Sprint Change Proposal document with following sections:</action>
102
+
103
+ <action>Section 1: Issue Summary</action>
104
+
105
+ - Clear problem statement describing what triggered the change
106
+ - Context about when/how the issue was discovered
107
+ - Evidence or examples demonstrating the issue
108
+
109
+ <action>Section 2: Impact Analysis</action>
110
+
111
+ - Epic Impact: Which epics are affected and how
112
+ - Story Impact: Current and future stories requiring changes
113
+ - Artifact Conflicts: PRD, Architecture, UI/UX documents needing updates
114
+ - Technical Impact: Code, infrastructure, or deployment implications
115
+
116
+ <action>Section 3: Recommended Approach</action>
117
+
118
+ - Present chosen path forward from checklist evaluation:
119
+ - Direct Adjustment: Modify/add stories within existing plan
120
+ - Potential Rollback: Revert completed work to simplify resolution
121
+ - MVP Review: Reduce scope or modify goals
122
+ - Provide clear rationale for recommendation
123
+ - Include effort estimate, risk assessment, and timeline impact
124
+
125
+ <action>Section 4: Detailed Change Proposals</action>
126
+
127
+ - Include all refined edit proposals from Step 3
128
+ - Group by artifact type (Stories, PRD, Architecture, UI/UX)
129
+ - Ensure each change includes before/after and justification
130
+
131
+ <action>Section 5: Implementation Handoff</action>
132
+
133
+ - Categorize change scope:
134
+ - Minor: Direct implementation by dev team
135
+ - Moderate: Backlog reorganization needed (PO/SM)
136
+ - Major: Fundamental replan required (PM/Architect)
137
+ - Specify handoff recipients and their responsibilities
138
+ - Define success criteria for implementation
139
+
140
+ <action>Present complete Sprint Change Proposal to user</action>
141
+ <action>Write Sprint Change Proposal document to {default_output_file}</action>
142
+ <ask>Review complete proposal. Continue [c] or Edit [e]?</ask>
143
+ </step>
144
+
145
+ <step n="5" goal="Finalize and Route for Implementation">
146
+ <action>Get explicit user approval for complete proposal</action>
147
+ <ask>Do you approve this Sprint Change Proposal for implementation? (yes/no/revise)</ask>
148
+
149
+ <check if="no or revise">
150
+ <action>Gather specific feedback on what needs adjustment</action>
151
+ <action>Return to appropriate step to address concerns</action>
152
+ <goto step="3">If changes needed to edit proposals</goto>
153
+ <goto step="4">If changes needed to overall proposal structure</goto>
154
+
155
+ </check>
156
+
157
+ <check if="yes the proposal is approved by the user">
158
+ <action>Finalize Sprint Change Proposal document</action>
159
+ <action>Determine change scope classification:</action>
160
+
161
+ - **Minor**: Can be implemented directly by development team
162
+ - **Moderate**: Requires backlog reorganization and PO/SM coordination
163
+ - **Major**: Needs fundamental replan with PM/Architect involvement
164
+
165
+ <action>Provide appropriate handoff based on scope:</action>
166
+
167
+ </check>
168
+
169
+ <check if="Minor scope">
170
+ <action>Route to: Development team for direct implementation</action>
171
+ <action>Deliverables: Finalized edit proposals and implementation tasks</action>
172
+ </check>
173
+
174
+ <check if="Moderate scope">
175
+ <action>Route to: Product Owner / Scrum Master agents</action>
176
+ <action>Deliverables: Sprint Change Proposal + backlog reorganization plan</action>
177
+ </check>
178
+
179
+ <check if="Major scope">
180
+ <action>Route to: Product Manager / Solution Architect</action>
181
+ <action>Deliverables: Complete Sprint Change Proposal + escalation notice</action>
182
+
183
+ <action>Confirm handoff completion and next steps with user</action>
184
+ <action>Document handoff in workflow execution log</action>
185
+ </check>
186
+
187
+ </step>
188
+
189
+ <step n="6" goal="Workflow Completion">
190
+ <action>Summarize workflow execution:</action>
191
+ - Issue addressed: {{change_trigger}}
192
+ - Change scope: {{scope_classification}}
193
+ - Artifacts modified: {{list_of_artifacts}}
194
+ - Routed to: {{handoff_recipients}}
195
+
196
+ <action>Confirm all deliverables produced:</action>
197
+
198
+ - Sprint Change Proposal document
199
+ - Specific edit proposals with before/after
200
+ - Implementation handoff plan
201
+
202
+ <action>Report workflow completion to user with personalized message: "✅ Correct Course workflow complete, {user_name}!"</action>
203
+ <action>Remind user of success criteria and next steps for implementation team</action>
204
+ </step>
205
+
206
+ </workflow>
@@ -0,0 +1,58 @@
1
+ # Correct Course - Sprint Change Management Workflow
2
+ name: "correct-course"
3
+ description: "Navigate significant changes during sprint execution by analyzing impact, proposing solutions, and routing for implementation"
4
+ author: "BMad Method"
5
+
6
+ config_source: "{project-root}/_bmad/bmm/config.yaml"
7
+ user_name: "{config_source}:user_name"
8
+ communication_language: "{config_source}:communication_language"
9
+ user_skill_level: "{config_source}:user_skill_level"
10
+ document_output_language: "{config_source}:document_output_language"
11
+ date: system-generated
12
+ implementation_artifacts: "{config_source}:implementation_artifacts"
13
+ planning_artifacts: "{config_source}:planning_artifacts"
14
+ project_knowledge: "{config_source}:project_knowledge"
15
+ output_folder: "{implementation_artifacts}"
16
+ sprint_status: "{implementation_artifacts}/sprint-status.yaml || {output_folder}/sprint-status.yaml"
17
+
18
+ # Smart input file references - handles both whole docs and sharded docs
19
+ # Priority: Whole document first, then sharded version
20
+ # Strategy: Load project context for impact analysis
21
+ input_file_patterns:
22
+ prd:
23
+ description: "Product requirements for impact analysis"
24
+ whole: "{planning_artifacts}/*prd*.md"
25
+ sharded: "{planning_artifacts}/*prd*/*.md"
26
+ load_strategy: "FULL_LOAD"
27
+ epics:
28
+ description: "All epics to analyze change impact"
29
+ whole: "{planning_artifacts}/*epic*.md"
30
+ sharded: "{planning_artifacts}/*epic*/*.md"
31
+ load_strategy: "FULL_LOAD"
32
+ architecture:
33
+ description: "System architecture and decisions"
34
+ whole: "{planning_artifacts}/*architecture*.md"
35
+ sharded: "{planning_artifacts}/*architecture*/*.md"
36
+ load_strategy: "FULL_LOAD"
37
+ ux_design:
38
+ description: "UX design specification (if UI impacts)"
39
+ whole: "{planning_artifacts}/*ux*.md"
40
+ sharded: "{planning_artifacts}/*ux*/*.md"
41
+ load_strategy: "FULL_LOAD"
42
+ tech_spec:
43
+ description: "Technical specification"
44
+ whole: "{planning_artifacts}/*tech-spec*.md"
45
+ load_strategy: "FULL_LOAD"
46
+ document_project:
47
+ description: "Brownfield project documentation (optional)"
48
+ sharded: "{project_knowledge}/index.md"
49
+ load_strategy: "INDEX_GUIDED"
50
+
51
+ installed_path: "{project-root}/_bmad/bmm/workflows/4-implementation/correct-course"
52
+ template: false
53
+ instructions: "{installed_path}/instructions.md"
54
+ validation: "{installed_path}/checklist.md"
55
+ checklist: "{installed_path}/checklist.md"
56
+ default_output_file: "{planning_artifacts}/sprint-change-proposal-{date}.md"
57
+
58
+ standalone: true
@@ -0,0 +1,53 @@
1
+ # Bước 1: Chọn Story Tiếp Theo
2
+
3
+ ## 1. Chào Người Dùng
4
+
5
+ Chào {user_name}! Tôi sẽ giúp bạn tạo story phát triển chi tiết tiếp theo.
6
+
7
+ ## 2. Xác Định Story
8
+
9
+ ### 2.1 Từ Epic Có Sẵn
10
+
11
+ Bạn có Epic nào đã tạo chưa?
12
+
13
+ ```
14
+ [1] Chọn từ Epic có sẵn
15
+ [2] Tạo story độc lập (không thuộc Epic)
16
+ ```
17
+
18
+ ### 2.2 Thông Tin Story
19
+
20
+ **Story ID:** STORY-{số}
21
+
22
+ **Tiêu đề:** (ngắn gọn, action-oriented)
23
+
24
+ **User Story Format:**
25
+ > Với vai trò **{role}**,
26
+ > tôi muốn **{action}**
27
+ > để **{benefit}**
28
+
29
+ ### 2.3 Ưu Tiên
30
+
31
+ - [ ] 🔴 Critical
32
+ - [ ] 🟠 High
33
+ - [ ] 🟡 Medium
34
+ - [ ] 🟢 Low
35
+
36
+ ### 2.4 Ước Tính
37
+
38
+ - **Story Points:** ___
39
+ - **Thời gian:** ___ ngày
40
+
41
+ ---
42
+
43
+ ## 3. Menu
44
+
45
+ ```
46
+ [C] Tiếp tục - Đã xác định story
47
+ [H] Trợ giúp
48
+ [X] Thoát
49
+ ```
50
+
51
+ ## 4. Hành Động Tiếp Theo
52
+
53
+ Khi chọn **[C]**: Tải `steps/step-02-acceptance-criteria.md`
@@ -0,0 +1,63 @@
1
+ # Bước 2: Tiêu Chí Chấp Nhận
2
+
3
+ ## 1. Mục Tiêu
4
+
5
+ Định nghĩa tiêu chí chấp nhận rõ ràng theo format GIVEN-WHEN-THEN.
6
+
7
+ ## 2. Acceptance Criteria
8
+
9
+ ### AC-01: {Tên tiêu chí}
10
+ ```gherkin
11
+ GIVEN (Cho trước): {điều kiện ban đầu}
12
+ WHEN (Khi): {hành động thực hiện}
13
+ THEN (Thì): {kết quả mong đợi}
14
+ ```
15
+
16
+ ### AC-02: {Tên tiêu chí}
17
+ ```gherkin
18
+ GIVEN:
19
+ WHEN:
20
+ THEN:
21
+ ```
22
+
23
+ ### AC-03: {Tên tiêu chí}
24
+ ```gherkin
25
+ GIVEN:
26
+ WHEN:
27
+ THEN:
28
+ ```
29
+
30
+ ## 3. Ví Dụ
31
+
32
+ ```gherkin
33
+ # AC-01: Tạo đơn hàng từ báo giá
34
+ GIVEN: Người dùng đang xem báo giá đã xác nhận
35
+ WHEN: Người dùng nhấn nút "Chuyển thành Đơn hàng"
36
+ THEN:
37
+ - Hệ thống tạo đơn hàng mới từ báo giá
38
+ - Trạng thái báo giá chuyển thành "Đã chuyển"
39
+ - Hiển thị thông báo thành công
40
+ ```
41
+
42
+ ## 4. Checklist Validation
43
+
44
+ Mỗi AC phải:
45
+ - [ ] Có thể kiểm thử được
46
+ - [ ] Có kết quả rõ ràng (pass/fail)
47
+ - [ ] Độc lập với AC khác
48
+ - [ ] Liên quan đến business value
49
+
50
+ ---
51
+
52
+ ## 5. Menu
53
+
54
+ ```
55
+ [C] Tiếp tục - Đã định nghĩa AC
56
+ [A] Add - Thêm AC
57
+ [E] Edit - Sửa AC
58
+ [B] Quay lại
59
+ ```
60
+
61
+ ## 6. Hành Động Tiếp Theo
62
+
63
+ Khi chọn **[C]**: Tải `steps/step-03-tasks.md`