convoke-agents 2.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 (244) hide show
  1. package/CHANGELOG.md +920 -0
  2. package/INSTALLATION.md +230 -0
  3. package/LICENSE +21 -0
  4. package/README.md +330 -0
  5. package/UPDATE-GUIDE.md +220 -0
  6. package/_bmad/bme/_vortex/README.md +150 -0
  7. package/_bmad/bme/_vortex/agents/contextualization-expert.md +100 -0
  8. package/_bmad/bme/_vortex/agents/discovery-empathy-expert.md +117 -0
  9. package/_bmad/bme/_vortex/agents/hypothesis-engineer.md +117 -0
  10. package/_bmad/bme/_vortex/agents/lean-experiments-specialist.md +118 -0
  11. package/_bmad/bme/_vortex/agents/learning-decision-expert.md +117 -0
  12. package/_bmad/bme/_vortex/agents/production-intelligence-specialist.md +117 -0
  13. package/_bmad/bme/_vortex/agents/research-convergence-specialist.md +117 -0
  14. package/_bmad/bme/_vortex/compass-routing-reference.md +312 -0
  15. package/_bmad/bme/_vortex/config.yaml +46 -0
  16. package/_bmad/bme/_vortex/contracts/hc1-empathy-artifacts.md +152 -0
  17. package/_bmad/bme/_vortex/contracts/hc2-problem-definition.md +125 -0
  18. package/_bmad/bme/_vortex/contracts/hc3-hypothesis-contract.md +112 -0
  19. package/_bmad/bme/_vortex/contracts/hc4-experiment-context.md +140 -0
  20. package/_bmad/bme/_vortex/contracts/hc5-signal-report.md +130 -0
  21. package/_bmad/bme/_vortex/examples/hc2-example-problem-definition.md +85 -0
  22. package/_bmad/bme/_vortex/examples/hc3-example-hypothesis-contract.md +103 -0
  23. package/_bmad/bme/_vortex/examples/hc5-example-signal-report.md +76 -0
  24. package/_bmad/bme/_vortex/guides/EMMA-USER-GUIDE.md +232 -0
  25. package/_bmad/bme/_vortex/guides/ISLA-USER-GUIDE.md +208 -0
  26. package/_bmad/bme/_vortex/guides/LIAM-USER-GUIDE.md +255 -0
  27. package/_bmad/bme/_vortex/guides/MAX-USER-GUIDE.md +213 -0
  28. package/_bmad/bme/_vortex/guides/MILA-USER-GUIDE.md +235 -0
  29. package/_bmad/bme/_vortex/guides/NOAH-USER-GUIDE.md +258 -0
  30. package/_bmad/bme/_vortex/guides/WADE-USER-GUIDE.md +245 -0
  31. package/_bmad/bme/_vortex/workflows/_deprecated/empathy-map/empathy-map.template.md +143 -0
  32. package/_bmad/bme/_vortex/workflows/_deprecated/empathy-map/steps/step-01-define-user.md +60 -0
  33. package/_bmad/bme/_vortex/workflows/_deprecated/empathy-map/steps/step-02-says-thinks.md +67 -0
  34. package/_bmad/bme/_vortex/workflows/_deprecated/empathy-map/steps/step-03-does-feels.md +79 -0
  35. package/_bmad/bme/_vortex/workflows/_deprecated/empathy-map/steps/step-04-pain-points.md +87 -0
  36. package/_bmad/bme/_vortex/workflows/_deprecated/empathy-map/steps/step-05-gains.md +103 -0
  37. package/_bmad/bme/_vortex/workflows/_deprecated/empathy-map/steps/step-06-synthesize.md +104 -0
  38. package/_bmad/bme/_vortex/workflows/_deprecated/empathy-map/validate.md +117 -0
  39. package/_bmad/bme/_vortex/workflows/_deprecated/empathy-map/workflow.md +44 -0
  40. package/_bmad/bme/_vortex/workflows/_deprecated/wireframe/steps/step-01-define-requirements.md +85 -0
  41. package/_bmad/bme/_vortex/workflows/_deprecated/wireframe/steps/step-02-user-flows.md +59 -0
  42. package/_bmad/bme/_vortex/workflows/_deprecated/wireframe/steps/step-03-information-architecture.md +68 -0
  43. package/_bmad/bme/_vortex/workflows/_deprecated/wireframe/steps/step-04-wireframe-sketch.md +97 -0
  44. package/_bmad/bme/_vortex/workflows/_deprecated/wireframe/steps/step-05-components.md +128 -0
  45. package/_bmad/bme/_vortex/workflows/_deprecated/wireframe/steps/step-06-synthesize.md +83 -0
  46. package/_bmad/bme/_vortex/workflows/_deprecated/wireframe/wireframe.template.md +287 -0
  47. package/_bmad/bme/_vortex/workflows/_deprecated/wireframe/workflow.md +44 -0
  48. package/_bmad/bme/_vortex/workflows/assumption-mapping/steps/step-01-setup.md +66 -0
  49. package/_bmad/bme/_vortex/workflows/assumption-mapping/steps/step-02-context.md +93 -0
  50. package/_bmad/bme/_vortex/workflows/assumption-mapping/steps/step-03-risk-mapping.md +103 -0
  51. package/_bmad/bme/_vortex/workflows/assumption-mapping/steps/step-04-synthesize.md +101 -0
  52. package/_bmad/bme/_vortex/workflows/assumption-mapping/workflow.md +49 -0
  53. package/_bmad/bme/_vortex/workflows/behavior-analysis/steps/step-01-setup.md +81 -0
  54. package/_bmad/bme/_vortex/workflows/behavior-analysis/steps/step-02-context.md +67 -0
  55. package/_bmad/bme/_vortex/workflows/behavior-analysis/steps/step-03-classification.md +98 -0
  56. package/_bmad/bme/_vortex/workflows/behavior-analysis/steps/step-04-evidence.md +100 -0
  57. package/_bmad/bme/_vortex/workflows/behavior-analysis/steps/step-05-synthesize.md +174 -0
  58. package/_bmad/bme/_vortex/workflows/behavior-analysis/workflow.md +52 -0
  59. package/_bmad/bme/_vortex/workflows/contextualize-scope/contextualize-scope.template.md +67 -0
  60. package/_bmad/bme/_vortex/workflows/contextualize-scope/steps/step-01-list-opportunities.md +47 -0
  61. package/_bmad/bme/_vortex/workflows/contextualize-scope/steps/step-02-define-criteria.md +36 -0
  62. package/_bmad/bme/_vortex/workflows/contextualize-scope/steps/step-03-evaluate-opportunities.md +30 -0
  63. package/_bmad/bme/_vortex/workflows/contextualize-scope/steps/step-04-define-boundaries.md +32 -0
  64. package/_bmad/bme/_vortex/workflows/contextualize-scope/steps/step-05-validate-fit.md +28 -0
  65. package/_bmad/bme/_vortex/workflows/contextualize-scope/steps/step-06-synthesize.md +36 -0
  66. package/_bmad/bme/_vortex/workflows/contextualize-scope/validate.md +30 -0
  67. package/_bmad/bme/_vortex/workflows/contextualize-scope/workflow.md +59 -0
  68. package/_bmad/bme/_vortex/workflows/empathy-map/empathy-map.template.md +143 -0
  69. package/_bmad/bme/_vortex/workflows/empathy-map/steps/step-01-define-user.md +60 -0
  70. package/_bmad/bme/_vortex/workflows/empathy-map/steps/step-02-says-thinks.md +67 -0
  71. package/_bmad/bme/_vortex/workflows/empathy-map/steps/step-03-does-feels.md +79 -0
  72. package/_bmad/bme/_vortex/workflows/empathy-map/steps/step-04-pain-points.md +87 -0
  73. package/_bmad/bme/_vortex/workflows/empathy-map/steps/step-05-gains.md +103 -0
  74. package/_bmad/bme/_vortex/workflows/empathy-map/steps/step-06-synthesize.md +107 -0
  75. package/_bmad/bme/_vortex/workflows/empathy-map/validate.md +117 -0
  76. package/_bmad/bme/_vortex/workflows/empathy-map/workflow.md +45 -0
  77. package/_bmad/bme/_vortex/workflows/experiment-design/steps/step-01-setup.md +66 -0
  78. package/_bmad/bme/_vortex/workflows/experiment-design/steps/step-02-context.md +77 -0
  79. package/_bmad/bme/_vortex/workflows/experiment-design/steps/step-03-design.md +114 -0
  80. package/_bmad/bme/_vortex/workflows/experiment-design/steps/step-04-synthesize.md +128 -0
  81. package/_bmad/bme/_vortex/workflows/experiment-design/workflow.md +51 -0
  82. package/_bmad/bme/_vortex/workflows/hypothesis-engineering/steps/step-01-setup.md +66 -0
  83. package/_bmad/bme/_vortex/workflows/hypothesis-engineering/steps/step-02-context.md +80 -0
  84. package/_bmad/bme/_vortex/workflows/hypothesis-engineering/steps/step-03-brainwriting.md +79 -0
  85. package/_bmad/bme/_vortex/workflows/hypothesis-engineering/steps/step-04-assumption-mapping.md +102 -0
  86. package/_bmad/bme/_vortex/workflows/hypothesis-engineering/steps/step-05-synthesize.md +130 -0
  87. package/_bmad/bme/_vortex/workflows/hypothesis-engineering/workflow.md +52 -0
  88. package/_bmad/bme/_vortex/workflows/lean-experiment/lean-experiment.template.md +29 -0
  89. package/_bmad/bme/_vortex/workflows/lean-experiment/steps/step-01-hypothesis.md +58 -0
  90. package/_bmad/bme/_vortex/workflows/lean-experiment/steps/step-02-design.md +68 -0
  91. package/_bmad/bme/_vortex/workflows/lean-experiment/steps/step-03-metrics.md +73 -0
  92. package/_bmad/bme/_vortex/workflows/lean-experiment/steps/step-04-run.md +75 -0
  93. package/_bmad/bme/_vortex/workflows/lean-experiment/steps/step-05-analyze.md +84 -0
  94. package/_bmad/bme/_vortex/workflows/lean-experiment/steps/step-06-decide.md +111 -0
  95. package/_bmad/bme/_vortex/workflows/lean-experiment/validate.md +30 -0
  96. package/_bmad/bme/_vortex/workflows/lean-experiment/workflow.md +26 -0
  97. package/_bmad/bme/_vortex/workflows/lean-persona/lean-persona.template.md +163 -0
  98. package/_bmad/bme/_vortex/workflows/lean-persona/steps/step-01-define-job.md +72 -0
  99. package/_bmad/bme/_vortex/workflows/lean-persona/steps/step-02-current-solution.md +83 -0
  100. package/_bmad/bme/_vortex/workflows/lean-persona/steps/step-03-problem-contexts.md +90 -0
  101. package/_bmad/bme/_vortex/workflows/lean-persona/steps/step-04-forces-anxieties.md +98 -0
  102. package/_bmad/bme/_vortex/workflows/lean-persona/steps/step-05-success-criteria.md +103 -0
  103. package/_bmad/bme/_vortex/workflows/lean-persona/steps/step-06-synthesize.md +129 -0
  104. package/_bmad/bme/_vortex/workflows/lean-persona/validate.md +30 -0
  105. package/_bmad/bme/_vortex/workflows/lean-persona/workflow.md +50 -0
  106. package/_bmad/bme/_vortex/workflows/learning-card/learning-card.template.md +179 -0
  107. package/_bmad/bme/_vortex/workflows/learning-card/steps/step-01-experiment-context.md +100 -0
  108. package/_bmad/bme/_vortex/workflows/learning-card/steps/step-02-raw-results.md +125 -0
  109. package/_bmad/bme/_vortex/workflows/learning-card/steps/step-03-analysis.md +125 -0
  110. package/_bmad/bme/_vortex/workflows/learning-card/steps/step-04-validated-learning.md +139 -0
  111. package/_bmad/bme/_vortex/workflows/learning-card/steps/step-05-implications.md +134 -0
  112. package/_bmad/bme/_vortex/workflows/learning-card/steps/step-06-synthesize.md +121 -0
  113. package/_bmad/bme/_vortex/workflows/learning-card/validate.md +134 -0
  114. package/_bmad/bme/_vortex/workflows/learning-card/workflow.md +51 -0
  115. package/_bmad/bme/_vortex/workflows/mvp/mvp.template.md +40 -0
  116. package/_bmad/bme/_vortex/workflows/mvp/steps/step-01-riskiest-assumption.md +17 -0
  117. package/_bmad/bme/_vortex/workflows/mvp/steps/step-02-success-criteria.md +13 -0
  118. package/_bmad/bme/_vortex/workflows/mvp/steps/step-03-smallest-test.md +13 -0
  119. package/_bmad/bme/_vortex/workflows/mvp/steps/step-04-scope-features.md +13 -0
  120. package/_bmad/bme/_vortex/workflows/mvp/steps/step-05-build-measure-learn.md +13 -0
  121. package/_bmad/bme/_vortex/workflows/mvp/steps/step-06-synthesize.md +28 -0
  122. package/_bmad/bme/_vortex/workflows/mvp/validate.md +30 -0
  123. package/_bmad/bme/_vortex/workflows/mvp/workflow.md +36 -0
  124. package/_bmad/bme/_vortex/workflows/pattern-mapping/steps/step-01-setup.md +102 -0
  125. package/_bmad/bme/_vortex/workflows/pattern-mapping/steps/step-02-context.md +81 -0
  126. package/_bmad/bme/_vortex/workflows/pattern-mapping/steps/step-03-pattern-identification.md +88 -0
  127. package/_bmad/bme/_vortex/workflows/pattern-mapping/steps/step-04-theme-clustering.md +100 -0
  128. package/_bmad/bme/_vortex/workflows/pattern-mapping/steps/step-05-synthesize.md +135 -0
  129. package/_bmad/bme/_vortex/workflows/pattern-mapping/workflow.md +58 -0
  130. package/_bmad/bme/_vortex/workflows/pivot-patch-persevere/pivot-patch-persevere.template.md +201 -0
  131. package/_bmad/bme/_vortex/workflows/pivot-patch-persevere/steps/step-01-evidence-review.md +125 -0
  132. package/_bmad/bme/_vortex/workflows/pivot-patch-persevere/steps/step-02-hypothesis-assessment.md +132 -0
  133. package/_bmad/bme/_vortex/workflows/pivot-patch-persevere/steps/step-03-option-analysis.md +167 -0
  134. package/_bmad/bme/_vortex/workflows/pivot-patch-persevere/steps/step-04-stakeholder-input.md +141 -0
  135. package/_bmad/bme/_vortex/workflows/pivot-patch-persevere/steps/step-05-decision.md +161 -0
  136. package/_bmad/bme/_vortex/workflows/pivot-patch-persevere/steps/step-06-action-plan.md +188 -0
  137. package/_bmad/bme/_vortex/workflows/pivot-patch-persevere/validate.md +159 -0
  138. package/_bmad/bme/_vortex/workflows/pivot-patch-persevere/workflow.md +51 -0
  139. package/_bmad/bme/_vortex/workflows/pivot-resynthesis/steps/step-01-setup.md +97 -0
  140. package/_bmad/bme/_vortex/workflows/pivot-resynthesis/steps/step-02-context.md +86 -0
  141. package/_bmad/bme/_vortex/workflows/pivot-resynthesis/steps/step-03-jtbd-reframing.md +88 -0
  142. package/_bmad/bme/_vortex/workflows/pivot-resynthesis/steps/step-04-pains-gains-revision.md +76 -0
  143. package/_bmad/bme/_vortex/workflows/pivot-resynthesis/steps/step-05-synthesize.md +158 -0
  144. package/_bmad/bme/_vortex/workflows/pivot-resynthesis/workflow.md +52 -0
  145. package/_bmad/bme/_vortex/workflows/product-vision/product-vision.template.md +147 -0
  146. package/_bmad/bme/_vortex/workflows/product-vision/steps/step-01-define-problem.md +89 -0
  147. package/_bmad/bme/_vortex/workflows/product-vision/steps/step-02-target-market.md +91 -0
  148. package/_bmad/bme/_vortex/workflows/product-vision/steps/step-03-unique-approach.md +87 -0
  149. package/_bmad/bme/_vortex/workflows/product-vision/steps/step-04-future-state.md +100 -0
  150. package/_bmad/bme/_vortex/workflows/product-vision/steps/step-05-principles.md +92 -0
  151. package/_bmad/bme/_vortex/workflows/product-vision/steps/step-06-synthesize.md +170 -0
  152. package/_bmad/bme/_vortex/workflows/product-vision/validate.md +30 -0
  153. package/_bmad/bme/_vortex/workflows/product-vision/workflow.md +55 -0
  154. package/_bmad/bme/_vortex/workflows/production-monitoring/steps/step-01-setup.md +84 -0
  155. package/_bmad/bme/_vortex/workflows/production-monitoring/steps/step-02-context.md +66 -0
  156. package/_bmad/bme/_vortex/workflows/production-monitoring/steps/step-03-monitoring.md +74 -0
  157. package/_bmad/bme/_vortex/workflows/production-monitoring/steps/step-04-prioritization.md +97 -0
  158. package/_bmad/bme/_vortex/workflows/production-monitoring/steps/step-05-synthesize.md +183 -0
  159. package/_bmad/bme/_vortex/workflows/production-monitoring/workflow.md +52 -0
  160. package/_bmad/bme/_vortex/workflows/proof-of-concept/proof-of-concept.template.md +25 -0
  161. package/_bmad/bme/_vortex/workflows/proof-of-concept/steps/step-01-risk.md +79 -0
  162. package/_bmad/bme/_vortex/workflows/proof-of-concept/steps/step-02-scope.md +105 -0
  163. package/_bmad/bme/_vortex/workflows/proof-of-concept/steps/step-03-build.md +92 -0
  164. package/_bmad/bme/_vortex/workflows/proof-of-concept/steps/step-04-test.md +103 -0
  165. package/_bmad/bme/_vortex/workflows/proof-of-concept/steps/step-05-evaluate.md +114 -0
  166. package/_bmad/bme/_vortex/workflows/proof-of-concept/steps/step-06-document.md +125 -0
  167. package/_bmad/bme/_vortex/workflows/proof-of-concept/validate.md +30 -0
  168. package/_bmad/bme/_vortex/workflows/proof-of-concept/workflow.md +26 -0
  169. package/_bmad/bme/_vortex/workflows/proof-of-value/proof-of-value.template.md +29 -0
  170. package/_bmad/bme/_vortex/workflows/proof-of-value/steps/step-01-value-hypothesis.md +75 -0
  171. package/_bmad/bme/_vortex/workflows/proof-of-value/steps/step-02-validation-design.md +94 -0
  172. package/_bmad/bme/_vortex/workflows/proof-of-value/steps/step-03-willingness.md +96 -0
  173. package/_bmad/bme/_vortex/workflows/proof-of-value/steps/step-04-test.md +107 -0
  174. package/_bmad/bme/_vortex/workflows/proof-of-value/steps/step-05-analyze.md +116 -0
  175. package/_bmad/bme/_vortex/workflows/proof-of-value/steps/step-06-document.md +147 -0
  176. package/_bmad/bme/_vortex/workflows/proof-of-value/validate.md +30 -0
  177. package/_bmad/bme/_vortex/workflows/proof-of-value/workflow.md +26 -0
  178. package/_bmad/bme/_vortex/workflows/research-convergence/steps/step-01-setup.md +69 -0
  179. package/_bmad/bme/_vortex/workflows/research-convergence/steps/step-02-context.md +70 -0
  180. package/_bmad/bme/_vortex/workflows/research-convergence/steps/step-03-jtbd-framing.md +81 -0
  181. package/_bmad/bme/_vortex/workflows/research-convergence/steps/step-04-pains-gains.md +77 -0
  182. package/_bmad/bme/_vortex/workflows/research-convergence/steps/step-05-synthesize.md +147 -0
  183. package/_bmad/bme/_vortex/workflows/research-convergence/workflow.md +50 -0
  184. package/_bmad/bme/_vortex/workflows/signal-interpretation/steps/step-01-setup.md +68 -0
  185. package/_bmad/bme/_vortex/workflows/signal-interpretation/steps/step-02-context.md +67 -0
  186. package/_bmad/bme/_vortex/workflows/signal-interpretation/steps/step-03-signal-analysis.md +85 -0
  187. package/_bmad/bme/_vortex/workflows/signal-interpretation/steps/step-04-anomaly-detection.md +93 -0
  188. package/_bmad/bme/_vortex/workflows/signal-interpretation/steps/step-05-synthesize.md +163 -0
  189. package/_bmad/bme/_vortex/workflows/signal-interpretation/workflow.md +52 -0
  190. package/_bmad/bme/_vortex/workflows/user-discovery/steps/step-01-discovery-scope.md +77 -0
  191. package/_bmad/bme/_vortex/workflows/user-discovery/steps/step-02-research-methods.md +152 -0
  192. package/_bmad/bme/_vortex/workflows/user-discovery/steps/step-03-research-plan.md +159 -0
  193. package/_bmad/bme/_vortex/workflows/user-discovery/steps/step-04-execute.md +169 -0
  194. package/_bmad/bme/_vortex/workflows/user-discovery/steps/step-05-organize-data.md +149 -0
  195. package/_bmad/bme/_vortex/workflows/user-discovery/steps/step-06-synthesize.md +159 -0
  196. package/_bmad/bme/_vortex/workflows/user-discovery/user-discovery.template.md +231 -0
  197. package/_bmad/bme/_vortex/workflows/user-discovery/validate.md +153 -0
  198. package/_bmad/bme/_vortex/workflows/user-discovery/workflow.md +45 -0
  199. package/_bmad/bme/_vortex/workflows/user-interview/steps/step-01-research-goals.md +100 -0
  200. package/_bmad/bme/_vortex/workflows/user-interview/steps/step-02-interview-script.md +123 -0
  201. package/_bmad/bme/_vortex/workflows/user-interview/steps/step-03-recruitment.md +144 -0
  202. package/_bmad/bme/_vortex/workflows/user-interview/steps/step-04-conduct.md +154 -0
  203. package/_bmad/bme/_vortex/workflows/user-interview/steps/step-05-findings.md +163 -0
  204. package/_bmad/bme/_vortex/workflows/user-interview/steps/step-06-synthesize.md +171 -0
  205. package/_bmad/bme/_vortex/workflows/user-interview/user-interview.template.md +250 -0
  206. package/_bmad/bme/_vortex/workflows/user-interview/validate.md +142 -0
  207. package/_bmad/bme/_vortex/workflows/user-interview/workflow.md +51 -0
  208. package/_bmad/bme/_vortex/workflows/vortex-navigation/steps/step-01-current-state.md +56 -0
  209. package/_bmad/bme/_vortex/workflows/vortex-navigation/steps/step-02-evidence-inventory.md +70 -0
  210. package/_bmad/bme/_vortex/workflows/vortex-navigation/steps/step-03-gap-analysis.md +76 -0
  211. package/_bmad/bme/_vortex/workflows/vortex-navigation/steps/step-04-stream-evaluation.md +57 -0
  212. package/_bmad/bme/_vortex/workflows/vortex-navigation/steps/step-05-recommendation.md +65 -0
  213. package/_bmad/bme/_vortex/workflows/vortex-navigation/steps/step-06-navigation-plan.md +72 -0
  214. package/_bmad/bme/_vortex/workflows/vortex-navigation/validate.md +75 -0
  215. package/_bmad/bme/_vortex/workflows/vortex-navigation/vortex-navigation.template.md +105 -0
  216. package/_bmad/bme/_vortex/workflows/vortex-navigation/workflow.md +54 -0
  217. package/index.js +56 -0
  218. package/package.json +77 -0
  219. package/scripts/README.md +226 -0
  220. package/scripts/convoke-doctor.js +322 -0
  221. package/scripts/docs-audit.js +584 -0
  222. package/scripts/install-all-agents.js +9 -0
  223. package/scripts/install-vortex-agents.js +208 -0
  224. package/scripts/postinstall.js +104 -0
  225. package/scripts/update/convoke-migrate.js +169 -0
  226. package/scripts/update/convoke-update.js +272 -0
  227. package/scripts/update/convoke-version.js +134 -0
  228. package/scripts/update/lib/agent-registry.js +144 -0
  229. package/scripts/update/lib/backup-manager.js +243 -0
  230. package/scripts/update/lib/config-merger.js +242 -0
  231. package/scripts/update/lib/migration-runner.js +367 -0
  232. package/scripts/update/lib/refresh-installation.js +171 -0
  233. package/scripts/update/lib/utils.js +96 -0
  234. package/scripts/update/lib/validator.js +360 -0
  235. package/scripts/update/lib/version-detector.js +241 -0
  236. package/scripts/update/migrations/1.0.x-to-1.3.0.js +128 -0
  237. package/scripts/update/migrations/1.1.x-to-1.3.0.js +29 -0
  238. package/scripts/update/migrations/1.2.x-to-1.3.0.js +29 -0
  239. package/scripts/update/migrations/1.3.x-to-1.5.0.js +29 -0
  240. package/scripts/update/migrations/1.4.x-to-1.5.0.js +29 -0
  241. package/scripts/update/migrations/1.5.x-to-1.6.0.js +95 -0
  242. package/scripts/update/migrations/1.6.x-to-1.7.0.js +29 -0
  243. package/scripts/update/migrations/1.7.x-to-2.0.0.js +31 -0
  244. package/scripts/update/migrations/registry.js +194 -0
@@ -0,0 +1,128 @@
1
+ ---
2
+ step: 5
3
+ workflow: wireframe
4
+ title: Components & Interactions
5
+ ---
6
+
7
+ # Step 5: Components & Interactions
8
+
9
+ Let's specify UI components, their states, and interactive behaviors.
10
+
11
+ ## Component Library
12
+
13
+ Document which components are used:
14
+
15
+ **Buttons:**
16
+ - Primary CTA (main action)
17
+ - Secondary (supporting action)
18
+ - Tertiary/Text (less emphasis)
19
+
20
+ **Input Controls:**
21
+ - Text fields, dropdowns, checkboxes, radio buttons, toggles
22
+
23
+ **Data Display:**
24
+ - Cards, lists, tables, grids
25
+
26
+ **Feedback:**
27
+ - Toasts, alerts, modals, bottom sheets
28
+
29
+ **Progress:**
30
+ - Spinners, progress bars, skeleton screens
31
+
32
+ ## Interaction Specifications
33
+
34
+ ### Tap/Click Interactions
35
+ ```
36
+ Element X → Action Y
37
+ Example:
38
+ - Tap "Transfer" button → Navigate to Transfer screen
39
+ - Tap transaction item → Show transaction details modal
40
+ - Pull to refresh → Reload balance and transactions
41
+ ```
42
+
43
+ ### Gestures (Mobile)
44
+ ```
45
+ - Swipe left on transaction → Delete (with confirmation)
46
+ - Swipe right on transaction → Mark as reviewed
47
+ - Long press → Show context menu
48
+ - Pinch to zoom → (if applicable)
49
+ ```
50
+
51
+ ### Keyboard (Desktop)
52
+ ```
53
+ - Tab → Navigate between fields
54
+ - Enter → Submit/Next
55
+ - Esc → Cancel/Close modal
56
+ ```
57
+
58
+ ## Component States
59
+
60
+ For each interactive component, define:
61
+
62
+ **Button States:**
63
+ - Default (idle)
64
+ - Hover (desktop)
65
+ - Pressed/Active
66
+ - Disabled (greyed out)
67
+ - Loading (spinner)
68
+
69
+ **Input Field States:**
70
+ - Empty (placeholder visible)
71
+ - Focused (cursor visible, border highlighted)
72
+ - Filled (user input present)
73
+ - Error (validation failed, show error message)
74
+ - Disabled
75
+
76
+ **Screen States:**
77
+ - Loading (skeleton/spinner)
78
+ - Empty (no data, show empty state illustration)
79
+ - Error (failed to load, show retry button)
80
+ - Success (data loaded, normal display)
81
+
82
+ ## Responsive Breakpoints
83
+
84
+ ### Mobile (320px - 767px)
85
+ - Single column layout
86
+ - Stack buttons vertically
87
+ - Bottom navigation
88
+
89
+ ### Tablet (768px - 1023px)
90
+ - Two-column layout possible
91
+ - Buttons side-by-side
92
+ - Bottom or side navigation
93
+
94
+ ### Desktop (1024px+)
95
+ - Multi-column layouts
96
+ - Sidebar navigation
97
+ - Hover states visible
98
+
99
+ ## Example
100
+
101
+ ```
102
+ [Components Used]
103
+ 1. Button (Primary)
104
+ - Elements: "Transfer", "Pay Bills", "Deposit"
105
+ - Size: 100×48px, Border radius: 8px
106
+ - States: Default, Pressed, Disabled, Loading
107
+
108
+ 2. Transaction List Item
109
+ - Layout: [Icon 32×32] [Name + Amount] [Arrow →]
110
+ - Height: 64px
111
+ - Tap → Transaction detail screen
112
+ - Swipe left → Delete with confirmation
113
+
114
+ [Interactions]
115
+ - Tap balance → Account details screen
116
+ - Tap quick action → Respective flow
117
+ - Pull to refresh → Reload (with spinner)
118
+ - Swipe transaction → Delete/Archive
119
+
120
+ [Responsive]
121
+ - Mobile (375px): Single column, stacked
122
+ - Tablet (768px): Two columns for quick actions
123
+ - Desktop (1024px+): Sidebar + main content
124
+ ```
125
+
126
+ ## Next Step
127
+
128
+ {project-root}/_bmad/bme/_designos/workflows/wireframe/steps/step-06-synthesize.md
@@ -0,0 +1,83 @@
1
+ ---
2
+ step: 6
3
+ workflow: wireframe
4
+ title: Synthesize
5
+ ---
6
+
7
+ # Step 6: Synthesize
8
+
9
+ Time to bring it all together and create the final wireframe artifact!
10
+
11
+ ## Why This Matters
12
+
13
+ We've gathered requirements, mapped user flows, designed information architecture, sketched wireframes, and specified components. Now we synthesize everything into a professional wireframe document that designers and developers can use.
14
+
15
+ ## What I'll Create
16
+
17
+ Using the template at `wireframe.template.md`, I'll generate your complete wireframe artifact with:
18
+
19
+ 1. **Executive Summary** - Key design decisions at a glance
20
+ 2. **Requirements** - What we're solving for
21
+ 3. **User Flows** - How users navigate
22
+ 4. **Information Architecture** - Content organization
23
+ 5. **Wireframe Sketches** - ASCII art layouts
24
+ 6. **Component Specifications** - Detailed component specs
25
+ 7. **Interaction Design** - Behaviors and states
26
+ 8. **Responsive Breakpoints** - Adaptive layouts
27
+ 9. **Accessibility Notes** - WCAG compliance
28
+ 10. **Design Rationale** - Why these decisions?
29
+ 11. **Next Steps** - Handoff to high-fidelity design
30
+
31
+ ## Output Location
32
+
33
+ **File:** `{output_folder}/wireframe-{screen-name}-{date}.md`
34
+
35
+ Example: `wireframe-dashboard-home-2026-02-15.md`
36
+
37
+ ## Before I Generate
38
+
39
+ Let me review all the information we've gathered:
40
+
41
+ ### Requirements Checklist
42
+ - [ ] Screen name and platform defined
43
+ - [ ] Target user identified
44
+ - [ ] Primary action clear
45
+ - [ ] Constraints documented
46
+
47
+ ### Flow Checklist
48
+ - [ ] Entry points mapped
49
+ - [ ] Happy path defined
50
+ - [ ] Alternative flows considered
51
+ - [ ] Exit points clear
52
+
53
+ ### Architecture Checklist
54
+ - [ ] Visual hierarchy established
55
+ - [ ] Content grouped logically
56
+ - [ ] Navigation patterns defined
57
+
58
+ ### Wireframe Checklist
59
+ - [ ] ASCII sketch created
60
+ - [ ] Grid system followed
61
+ - [ ] Component placements clear
62
+
63
+ ### Components Checklist
64
+ - [ ] All components identified
65
+ - [ ] Interactions specified
66
+ - [ ] States documented
67
+ - [ ] Responsive behavior defined
68
+
69
+ ## Your Turn
70
+
71
+ Please confirm you're ready for me to generate the final wireframe artifact, or let me know if we need to revise any section.
72
+
73
+ ## What's Next After This?
74
+
75
+ Once I create your wireframe artifact, you can:
76
+
77
+ 1. **Validate with users** - Show the wireframe to users and get feedback
78
+ 2. **Share with team** - Get stakeholder alignment on structure
79
+ 3. **Create high-fidelity designs** - Use this as foundation for visual design
80
+ 4. **Prototype** - Build interactive prototype from wireframe
81
+ 5. **Develop** - Hand off to developers with clear specifications
82
+
83
+ Great work! This wireframe will be a solid foundation for your design and development. 🎨
@@ -0,0 +1,287 @@
1
+ ---
2
+ artifact: wireframe
3
+ version: 1.0.0
4
+ created: {date}
5
+ screen: {screen_name}
6
+ platform: {platform}
7
+ author: Wade (lean-experiments-specialist)
8
+ ---
9
+
10
+ # Wireframe: {screen_name}
11
+
12
+ **Platform:** {platform}
13
+ **Target User:** {target_user}
14
+ **Created:** {date}
15
+ **Designer:** Wade (lean-experiments-specialist)
16
+
17
+ ---
18
+
19
+ ## Executive Summary
20
+
21
+ **Screen Purpose:** {primary_action}
22
+
23
+ **Key Design Decisions:**
24
+ - {decision_1}
25
+ - {decision_2}
26
+ - {decision_3}
27
+
28
+ **Target Breakpoints:**
29
+ - Mobile: 375px (primary focus for mobile-first)
30
+ - Tablet: 768px
31
+ - Desktop: 1024px+
32
+
33
+ **Accessibility Compliance:** WCAG 2.1 Level AA
34
+
35
+ ---
36
+
37
+ ## 1. Requirements
38
+
39
+ ### Screen Information
40
+ - **Screen Name:** {screen_name}
41
+ - **Platform:** {platform}
42
+ - **Target User:** {target_user}
43
+ - **Primary Action:** {primary_action}
44
+
45
+ ### Constraints
46
+ {constraints}
47
+
48
+ ### Success Criteria
49
+ {success_criteria}
50
+
51
+ ---
52
+
53
+ ## 2. User Flows
54
+
55
+ ### Entry Points
56
+ {entry_points}
57
+
58
+ ### Happy Path
59
+ {happy_path}
60
+
61
+ ### Alternative Flows
62
+ {alternative_flows}
63
+
64
+ ### Exit Points
65
+ {exit_points}
66
+
67
+ ---
68
+
69
+ ## 3. Information Architecture
70
+
71
+ ### Visual Hierarchy
72
+ 1. **Primary (Hero):** {primary_content}
73
+ 2. **Secondary (Supporting):** {secondary_content}
74
+ 3. **Tertiary (Metadata):** {tertiary_content}
75
+
76
+ ### Content Grouping
77
+ {content_grouping}
78
+
79
+ ### Navigation Patterns
80
+ {navigation_patterns}
81
+
82
+ ### Information Density
83
+ - **Mobile:** {mobile_density}
84
+ - **Desktop:** {desktop_density}
85
+
86
+ ---
87
+
88
+ ## 4. Wireframe Sketches
89
+
90
+ ### Mobile View (375px)
91
+
92
+ ```
93
+ {mobile_wireframe_ascii}
94
+ ```
95
+
96
+ **Annotations:**
97
+ - {mobile_annotation_1}
98
+ - {mobile_annotation_2}
99
+ - {mobile_annotation_3}
100
+
101
+ ### Desktop View (1024px+)
102
+
103
+ ```
104
+ {desktop_wireframe_ascii}
105
+ ```
106
+
107
+ **Annotations:**
108
+ - {desktop_annotation_1}
109
+ - {desktop_annotation_2}
110
+ - {desktop_annotation_3}
111
+
112
+ ---
113
+
114
+ ## 5. Component Specifications
115
+
116
+ ### Component Library
117
+
118
+ {component_specifications}
119
+
120
+ **Example Component Detail:**
121
+
122
+ #### {component_name}
123
+ - **Type:** {component_type}
124
+ - **Location:** {component_location}
125
+ - **Size:** {component_size}
126
+ - **States:** {component_states}
127
+ - **Behavior:** {component_behavior}
128
+
129
+ ---
130
+
131
+ ## 6. Interaction Design
132
+
133
+ ### Interactive Elements
134
+
135
+ {interactive_elements}
136
+
137
+ ### States & Feedback
138
+
139
+ {states_feedback}
140
+
141
+ ### Gestures & Input
142
+
143
+ **Mobile:**
144
+ - {mobile_gesture_1}
145
+ - {mobile_gesture_2}
146
+
147
+ **Desktop:**
148
+ - {desktop_interaction_1}
149
+ - {desktop_interaction_2}
150
+
151
+ ---
152
+
153
+ ## 7. Responsive Breakpoints
154
+
155
+ ### Breakpoint Strategy
156
+
157
+ | Breakpoint | Width | Layout Changes |
158
+ |------------|-------|----------------|
159
+ | Mobile | 375px | {mobile_layout_changes} |
160
+ | Tablet | 768px | {tablet_layout_changes} |
161
+ | Desktop | 1024px+ | {desktop_layout_changes} |
162
+
163
+ ### Adaptive Patterns
164
+ {adaptive_patterns}
165
+
166
+ ---
167
+
168
+ ## 8. Accessibility Notes
169
+
170
+ ### WCAG 2.1 Compliance
171
+
172
+ **Level AA Requirements:**
173
+ - {accessibility_requirement_1}
174
+ - {accessibility_requirement_2}
175
+ - {accessibility_requirement_3}
176
+
177
+ ### Keyboard Navigation
178
+ {keyboard_navigation}
179
+
180
+ ### Screen Reader Support
181
+ {screen_reader_support}
182
+
183
+ ### Focus Management
184
+ {focus_management}
185
+
186
+ ### Color Contrast
187
+ {color_contrast_notes}
188
+
189
+ ---
190
+
191
+ ## 9. Design Rationale
192
+
193
+ ### Why This Layout?
194
+ {layout_rationale}
195
+
196
+ ### Why This Information Hierarchy?
197
+ {hierarchy_rationale}
198
+
199
+ ### Why These Components?
200
+ {component_rationale}
201
+
202
+ ### Trade-offs Considered
203
+ {tradeoffs}
204
+
205
+ ---
206
+
207
+ ## 10. Next Steps
208
+
209
+ ### For High-Fidelity Design
210
+ - [ ] {hifi_step_1}
211
+ - [ ] {hifi_step_2}
212
+ - [ ] {hifi_step_3}
213
+
214
+ ### For Prototyping
215
+ - [ ] {prototype_step_1}
216
+ - [ ] {prototype_step_2}
217
+ - [ ] {prototype_step_3}
218
+
219
+ ### For Development
220
+ - [ ] {dev_step_1}
221
+ - [ ] {dev_step_2}
222
+ - [ ] {dev_step_3}
223
+
224
+ ### For User Testing
225
+ - [ ] {testing_step_1}
226
+ - [ ] {testing_step_2}
227
+ - [ ] {testing_step_3}
228
+
229
+ ---
230
+
231
+ ## Appendix
232
+
233
+ ### Grid System
234
+ - **Mobile:** 8pt grid, 16px margins
235
+ - **Desktop:** 12-column grid, 24px gutters
236
+
237
+ ### Typography Scale
238
+ - **H1:** 24-32px (Screen title)
239
+ - **H2:** 20-24px (Section headers)
240
+ - **Body:** 16px (Content text)
241
+ - **Caption:** 12-14px (Metadata)
242
+
243
+ ### Spacing System
244
+ - **XS:** 4px
245
+ - **S:** 8px
246
+ - **M:** 16px
247
+ - **L:** 24px
248
+ - **XL:** 32px
249
+ - **XXL:** 48px
250
+
251
+ ### Component Heights
252
+ - **Header:** 56-72px
253
+ - **Bottom Navigation:** 48-72px
254
+ - **Button:** 44-48px (mobile), 36-40px (desktop)
255
+ - **Input Field:** 44-48px (mobile), 36-40px (desktop)
256
+ - **List Item:** 56-72px
257
+
258
+ ---
259
+
260
+ **Document Version:** 1.0.0
261
+ **Last Updated:** {date}
262
+ **Designer:** Wade (lean-experiments-specialist)
263
+ **Status:** Draft for Review
264
+
265
+ ---
266
+
267
+ ## Document Control
268
+
269
+ **Change History:**
270
+
271
+ | Version | Date | Changes | Author |
272
+ |---------|------|---------|--------|
273
+ | 1.0.0 | {date} | Initial wireframe created | Wade |
274
+
275
+ **Approvals Required:**
276
+ - [ ] Product Manager
277
+ - [ ] UX Lead
278
+ - [ ] Engineering Lead
279
+ - [ ] Accessibility Specialist
280
+
281
+ ---
282
+
283
+ **Questions or Feedback?**
284
+
285
+ Contact the design team or leave comments in this document.
286
+
287
+ Great work! This wireframe provides a solid foundation for your design and development. 🎨
@@ -0,0 +1,44 @@
1
+ ---
2
+ workflow: wireframe
3
+ type: step-file
4
+ description: Create wireframes through structured 6-step process
5
+ author: Wade (lean-experiments-specialist)
6
+ ---
7
+
8
+ # Create Wireframe Workflow
9
+
10
+ This workflow guides you through creating comprehensive wireframes for web or mobile applications.
11
+
12
+ ## What is a Wireframe?
13
+
14
+ A wireframe is a low-fidelity visual representation of a user interface. It defines the structure, layout, and functionality of screens without focusing on visual design details like colors or fonts. Wireframes answer: Where am I? What can I do? Where can I go?
15
+
16
+ ## Workflow Structure
17
+
18
+ **Step-file architecture:**
19
+ - Just-in-time loading (each step loads only when needed)
20
+ - Sequential enforcement (must complete step N before step N+1)
21
+ - State tracking in frontmatter (progress preserved)
22
+
23
+ ## Steps Overview
24
+
25
+ 1. **Define Requirements** - What screen, platform, user, functionality?
26
+ 2. **User Flows** - How do users navigate? Entry → Goal → Exit
27
+ 3. **Information Architecture** - How is content organized and prioritized?
28
+ 4. **Wireframe Sketch** - Create layout using ASCII art and grids
29
+ 5. **Components & Interactions** - Specify UI components, states, behaviors
30
+ 6. **Synthesize** - Create the final wireframe artifact
31
+
32
+ ## Output
33
+
34
+ **Artifact:** Wireframe markdown file in `{output_folder}/wireframe-{screen-name}-{date}.md`
35
+
36
+ **Template:** Uses [wireframe.template.md](wireframe.template.md)
37
+
38
+ ---
39
+
40
+ ## INITIALIZATION
41
+
42
+ Load config from {project-root}/_bmad/bme/_designos/config.yaml
43
+
44
+ Load step: {project-root}/_bmad/bme/_designos/workflows/wireframe/steps/step-01-define-requirements.md
@@ -0,0 +1,66 @@
1
+ ---
2
+ step: 1
3
+ workflow: assumption-mapping
4
+ title: Setup & Input Validation
5
+ ---
6
+
7
+ # Step 1: Setup & Input Validation
8
+
9
+ Before we map any assumptions, we need to know exactly what hypotheses we're working from and verify the foundation is solid enough to analyze.
10
+
11
+ ## Why This Matters
12
+
13
+ Assumption mapping is only as good as the hypotheses it analyzes. If the hypothesis contracts are vague, the assumptions will be invisible. If the riskiest assumption is actually the wrong one, the entire testing order collapses. This step ensures we start with well-formed hypothesis contracts so every assumption we surface is grounded in real hypotheses, not guesswork.
14
+
15
+ ## Your Task
16
+
17
+ ### 1. What Hypothesis Contracts Do You Have?
18
+
19
+ Liam expects hypothesis contracts — ideally produced by the hypothesis-engineering workflow as HC3-compliant artifacts:
20
+ - **HC3 Hypothesis Contract** (from Liam's `hypothesis-engineering` workflow)
21
+ - **Multiple HC3 artifacts** (from different hypothesis engineering sessions)
22
+
23
+ You can also bring **any well-formed hypothesis set** — Liam accepts input from outside the Vortex pattern. It doesn't have to be HC3-compliant, but having structured hypotheses with explicit 4-field contracts (Expected Outcome, Target Behavior Change, Rationale, Riskiest Assumption) makes assumption mapping dramatically stronger.
24
+
25
+ ### 2. Provide Your Input
26
+
27
+ Please provide the file path(s) or describe the hypothesis contracts you want to map assumptions for. For example:
28
+ - `_bmad-output/vortex-artifacts/hc3-hypothesis-contract-2026-02-25.md`
29
+ - Multiple paths if analyzing across hypothesis sets
30
+ - Or: "I have three hypotheses I'd like to analyze for hidden assumptions"
31
+
32
+ ### 3. Input Validation
33
+
34
+ I'll check your artifact(s) against the HC3 schema to assess readiness:
35
+
36
+ **HC3 Frontmatter Check:**
37
+ - `contract: HC3`
38
+ - `type: artifact`
39
+ - `source_agent` (who produced it)
40
+ - `source_workflow` (which workflow)
41
+ - `target_agents: [wade]`
42
+ - `input_artifacts` (upstream references)
43
+ - `created` (date)
44
+
45
+ **HC3 Body Section Check:**
46
+ - Problem Context (Problem Statement, JTBD Reference, Key Pains Targeted)
47
+ - Hypothesis Contracts (1-3 in 4-field format: Expected Outcome, Target Behavior Change, Rationale, Riskiest Assumption)
48
+ - Assumption Risk Map (if already started — we'll deepen it)
49
+ - Recommended Testing Order (if already started — we'll refine it)
50
+ - Flagged Concerns (optional — we'll surface more)
51
+
52
+ **If your input is non-conforming:** That's okay — we don't reject hypotheses. I'll guide you to identify which elements are present and which gaps we need to work around during assumption mapping. But let's stress-test what we have: the stronger the hypothesis contracts, the sharper the assumption analysis.
53
+
54
+ > For the full HC3 schema reference, see `{project-root}/_bmad/bme/_vortex/contracts/hc3-hypothesis-contract.md`
55
+
56
+ ---
57
+
58
+ ## Your Turn
59
+
60
+ Please provide your hypothesis contracts — file path(s), description, or both. I'll validate them and we'll proceed to extracting every assumption hiding inside.
61
+
62
+ ## Next Step
63
+
64
+ When your hypothesis contracts are provided and validated, I'll load:
65
+
66
+ {project-root}/_bmad/bme/_vortex/workflows/assumption-mapping/steps/step-02-context.md
@@ -0,0 +1,93 @@
1
+ ---
2
+ step: 2
3
+ workflow: assumption-mapping
4
+ title: Assumption Inventory & Extraction
5
+ ---
6
+
7
+ # Step 2: Assumption Inventory & Extraction
8
+
9
+ Now let's crack open every hypothesis and drag every assumption into the light — the stated ones, the unstated ones, and especially the ones nobody wants to talk about.
10
+
11
+ ## Why This Matters
12
+
13
+ The assumptions you don't surface are the ones that blindside you. Every hypothesis embeds assumptions in every field — assumptions about what users will do, about what "measurable" means, about why your rationale holds. Most teams only examine the riskiest assumption they already identified. That's a safe bet — what's the bold version? The bold version is surfacing the assumptions nobody even realized they were making.
14
+
15
+ ## Your Task
16
+
17
+ ### 1. Load and Review Hypothesis Contracts
18
+
19
+ For each hypothesis contract, review the complete 4-field structure:
20
+
21
+ | Field | What to look for |
22
+ |-------|-----------------|
23
+ | **Expected Outcome** | What are we assuming about the measurable result? Is "success" defined precisely enough? |
24
+ | **Target Behavior Change** | What are we assuming about how users will respond? About what's observable and measurable? |
25
+ | **Rationale** | What evidence-based claims could be wrong? Are we citing evidence or projecting? |
26
+ | **Riskiest Assumption** | Is this truly the riskiest, or is it the most obvious? Are there hidden ones we missed? |
27
+
28
+ ### 2. Extract Stated Assumptions
29
+
30
+ For each hypothesis, extract every assumption that's explicitly or implicitly stated:
31
+
32
+ **Hypothesis {N}: {Title}**
33
+
34
+ | Source Field | Assumption | Type |
35
+ |-------------|-----------|------|
36
+ | Expected Outcome | *What we're assuming about the result* | Stated |
37
+ | Target Behavior Change | *What we're assuming about user response* | Stated |
38
+ | Rationale | *What evidence claims could be wrong* | Stated |
39
+ | Riskiest Assumption | *The assumption already identified* | Stated |
40
+
41
+ ### 3. Surface Unstated Assumptions
42
+
43
+ This is where assumption mapping goes deeper than a single step. Challenge each hypothesis with these questions:
44
+
45
+ **Technology Assumptions:**
46
+ - Are we assuming a technical capability that hasn't been validated?
47
+ - Are we assuming integration points will work as expected?
48
+ - Are we assuming performance at scale based on prototype behavior?
49
+
50
+ **User Assumptions:**
51
+ - Are we assuming users have a specific level of motivation or ability?
52
+ - Are we assuming users will find/discover the feature?
53
+ - Are we assuming behavior in one context transfers to another?
54
+
55
+ **Market Assumptions:**
56
+ - Are we assuming competitive conditions will remain stable?
57
+ - Are we assuming timing — that the problem is urgent enough for users to act now?
58
+ - Are we assuming willingness to pay or change behavior?
59
+
60
+ **Measurement Assumptions:**
61
+ - Are we assuming we can actually measure the expected outcome?
62
+ - Are we assuming the metric is a valid proxy for the behavior change?
63
+ - Are we assuming sample size or timeframe is sufficient?
64
+
65
+ For each unstated assumption discovered, add it to the inventory:
66
+
67
+ | Source Field | Assumption | Type |
68
+ |-------------|-----------|------|
69
+ | *(cross-cutting)* | *The hidden assumption* | Unstated |
70
+
71
+ ### 4. Produce the Full Assumption Inventory
72
+
73
+ Consolidate all assumptions across all hypotheses into a single inventory:
74
+
75
+ | # | Assumption | Hypothesis | Source Field | Type | Notes |
76
+ |---|-----------|-----------|-------------|------|-------|
77
+ | 1 | *Statement* | H1 | Expected Outcome | Stated | |
78
+ | 2 | *Statement* | H1 | *(cross-cutting)* | Unstated | *Why this matters* |
79
+ | 3 | *Statement* | H1, H2 | Rationale | Stated | *Shared across hypotheses* |
80
+
81
+ **Guidance:** Flag any assumption that appears across multiple hypotheses — if it's wrong, it could invalidate everything at once. Those are the ones that should make you nervous.
82
+
83
+ ---
84
+
85
+ ## Your Turn
86
+
87
+ Extract all assumptions from each hypothesis contract — stated and unstated. Use the question prompts above to surface hidden ones. Share your full assumption inventory and I'll help you challenge any assumptions that feel too comfortable.
88
+
89
+ ## Next Step
90
+
91
+ When your assumption inventory is complete, I'll load:
92
+
93
+ {project-root}/_bmad/bme/_vortex/workflows/assumption-mapping/steps/step-03-risk-mapping.md