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,112 @@
1
+ # HC3: Hypothesis Contract — Schema Definition
2
+
3
+ > **Contract:** HC3 | **Type:** Artifact | **Flow:** Liam → Wade
4
+ >
5
+ > This schema defines the structure for hypothesis contracts produced during hypothesis engineering. Each artifact contains 1-3 investment-grade hypotheses with explicit riskiest assumptions, ready for experiment design. Any agent or user can produce a compliant artifact — the schema is not coupled to a specific producer.
6
+
7
+ ## Frontmatter Schema
8
+
9
+ ```yaml
10
+ ---
11
+ contract: HC3
12
+ type: artifact
13
+ source_agent: liam # or any producing agent/user
14
+ source_workflow: hypothesis-engineering # workflow that produced this artifact
15
+ target_agents: [wade] # primary consumer(s)
16
+ input_artifacts: # references to upstream HC2 artifact consumed
17
+ - path: "_bmad-output/vortex-artifacts/hc2-example.md"
18
+ contract: HC2
19
+ created: YYYY-MM-DD
20
+ ---
21
+ ```
22
+
23
+ ### Frontmatter Field Reference
24
+
25
+ | Field | Required | Type | Description |
26
+ |-------|----------|------|-------------|
27
+ | `contract` | Yes | string | Always `HC3` |
28
+ | `type` | Yes | string | Always `artifact` |
29
+ | `source_agent` | Yes | string | Agent ID that produced this artifact (e.g., `liam`) |
30
+ | `source_workflow` | Yes | string | Workflow name (e.g., `hypothesis-engineering`, `experiment-design`) |
31
+ | `target_agents` | Yes | array | Agent IDs that consume this artifact (e.g., `[wade]`) |
32
+ | `input_artifacts` | Yes | array | References to HC2 problem definitions or other source material used |
33
+ | `created` | Yes | date | ISO date when artifact was created |
34
+
35
+ ---
36
+
37
+ ## Body Structure
38
+
39
+ ### 1. Problem Context *(required)*
40
+
41
+ Brief summary of the problem definition this hypothesis set addresses.
42
+
43
+ | Field | Required | Description |
44
+ |-------|----------|-------------|
45
+ | Problem Statement | Yes | The converged problem statement from HC2 (or equivalent source) |
46
+ | JTBD Reference | Yes | The primary Job-to-be-Done being addressed |
47
+ | Key Pains Targeted | Yes | Which pains from the problem definition these hypotheses address |
48
+
49
+ ### 2. Hypothesis Contracts *(required, 1-3 per artifact)*
50
+
51
+ Each hypothesis follows the 4-field format. Repeat this section for each hypothesis (minimum 1, maximum 3).
52
+
53
+ #### Hypothesis {N}: {Title}
54
+
55
+ **The 4-Field Contract:**
56
+
57
+ | Field | Required | Description |
58
+ |-------|----------|-------------|
59
+ | Expected Outcome | Yes | What we expect to happen if the hypothesis is correct. Specific, measurable result. |
60
+ | Target Behavior Change | Yes | What specific user behavior will change, and in what direction. Observable and measurable. |
61
+ | Rationale | Yes | Why we believe this will work — grounded in evidence from HC2 problem definition. |
62
+ | Riskiest Assumption | Yes | The single assumption that, if wrong, invalidates the entire hypothesis. This is what must be tested first. |
63
+
64
+ **Hypothesis Statement** *(required)*:
65
+
66
+ > We believe that [target users] will [expected behavior] because [rationale].
67
+
68
+ ### 3. Assumption Risk Map *(required)*
69
+
70
+ All assumptions across all hypotheses, classified by risk.
71
+
72
+ | Field | Required | Description |
73
+ |-------|----------|-------------|
74
+ | Assumption | Yes | Statement of what is assumed |
75
+ | Hypothesis | Yes | Which hypothesis (1, 2, or 3) this assumption belongs to |
76
+ | Lethality | Yes | `High` (if wrong, kills the idea) / `Medium` (if wrong, requires pivot) / `Low` (if wrong, minor adjustment) |
77
+ | Uncertainty | Yes | `High` (no evidence) / `Medium` (some evidence) / `Low` (strong evidence) |
78
+ | Priority | Yes | Derived from lethality × uncertainty — `Test First` / `Test Soon` / `Monitor` |
79
+ | Validation Status | Yes | `Unvalidated` / `Partially Validated` / `Validated` |
80
+
81
+ ### 4. Recommended Testing Order *(required)*
82
+
83
+ Prioritized sequence for validating assumptions through experiments.
84
+
85
+ | Field | Required | Description |
86
+ |-------|----------|-------------|
87
+ | Priority | Yes | Sequence number (1 = test first) |
88
+ | Assumption | Yes | Which assumption to test |
89
+ | Suggested Method | Yes | Recommended experiment approach |
90
+ | Minimum Evidence | Yes | What evidence would validate or invalidate this assumption |
91
+
92
+ ### 5. Flagged Concerns *(optional)*
93
+
94
+ Assumptions or issues identified during hypothesis engineering that may require routing back to Isla for additional discovery.
95
+
96
+ | Field | Required | Description |
97
+ |-------|----------|-------------|
98
+ | Concern | Yes | Description of the unvalidated assumption or knowledge gap |
99
+ | Impact | Yes | How this affects the hypothesis quality |
100
+ | Recommended Action | Yes | Suggested next step (e.g., "Route to Isla for targeted user research") |
101
+
102
+ ---
103
+
104
+ ## Downstream Consumption
105
+
106
+ **Wade** (primary consumer) uses this artifact to:
107
+ - Design experiments targeting the riskiest assumptions first
108
+ - Use the hypothesis statement format directly as experiment hypothesis
109
+ - Reference expected outcomes when defining success criteria
110
+ - Use the 4-field contract as the experiment brief
111
+
112
+ **Other consumers:** Isla (for assumption validation routing), Max (for evidence tracking via learning cards).
@@ -0,0 +1,140 @@
1
+ # HC4: Experiment Context — Schema Definition
2
+
3
+ > **Contract:** HC4 | **Type:** Artifact | **Flow:** Wade → Noah
4
+ >
5
+ > This schema defines the structure for graduated experiment context produced after an experiment completes and is ready for production signal interpretation. Any agent or user can produce a compliant artifact — the schema is not coupled to a specific producer.
6
+
7
+ ## Frontmatter Schema
8
+
9
+ ```yaml
10
+ ---
11
+ contract: HC4
12
+ type: artifact
13
+ source_agent: wade # or any producing agent/user
14
+ source_workflow: lean-experiment # workflow that produced this artifact
15
+ target_agents: [noah] # primary consumer(s)
16
+ input_artifacts: # references to upstream HC3 artifact consumed
17
+ - path: "_bmad-output/vortex-artifacts/hc3-example.md"
18
+ contract: HC3
19
+ created: YYYY-MM-DD
20
+ ---
21
+ ```
22
+
23
+ ### Frontmatter Field Reference
24
+
25
+ | Field | Required | Type | Description |
26
+ |-------|----------|------|-------------|
27
+ | `contract` | Yes | string | Always `HC4` |
28
+ | `type` | Yes | string | Always `artifact` |
29
+ | `source_agent` | Yes | string | Agent ID that produced this artifact (e.g., `wade`) |
30
+ | `source_workflow` | Yes | string | Workflow name (e.g., `lean-experiment`, `proof-of-concept`, `proof-of-value`, `mvp`) |
31
+ | `target_agents` | Yes | array | Agent IDs that consume this artifact (e.g., `[noah]`) |
32
+ | `input_artifacts` | Yes | array | References to HC3 hypothesis contracts or other source material used |
33
+ | `created` | Yes | date | ISO date when artifact was created |
34
+
35
+ ---
36
+
37
+ ## Body Structure
38
+
39
+ ### 1. Experiment Summary *(required)*
40
+
41
+ | Field | Required | Description |
42
+ |-------|----------|-------------|
43
+ | Experiment Name | Yes | Descriptive name for the experiment |
44
+ | One-Sentence Description | Yes | What was tested and why, in one sentence |
45
+ | Experiment Type | Yes | `Lean Experiment` / `Proof of Concept` / `Proof of Value` / `MVP` |
46
+ | Actual Duration | Yes | How long the experiment actually ran (e.g., "3 weeks") |
47
+ | Graduation Status | Yes | `Graduated` (moving to production) / `Completed` (results captured, not graduating) / `Terminated` (stopped early) |
48
+
49
+ ### 2. Hypothesis Tested *(required)*
50
+
51
+ The hypothesis from HC3 that was tested, in the standard format.
52
+
53
+ | Field | Required | Description |
54
+ |-------|----------|-------------|
55
+ | Hypothesis Statement | Yes | `"We believe that [target users] will [expected behavior] because [rationale]"` |
56
+ | Riskiest Assumption | Yes | The assumption this experiment targeted |
57
+ | Original Expected Outcome | Yes | What was expected to happen |
58
+ | Original Target Behavior Change | Yes | What behavior change was expected |
59
+
60
+ ### 3. Experiment Method *(required)*
61
+
62
+ | Field | Required | Description |
63
+ |-------|----------|-------------|
64
+ | Method Type | Yes | Description of experiment methodology |
65
+ | Sample Size | Yes | Number of participants or data points |
66
+ | Planned Duration | Yes | Originally planned time period for the experiment |
67
+ | Recruitment/Selection | No | How participants were selected |
68
+ | Controls | No | Control group or baseline comparison |
69
+
70
+ ### 4. Pre-Defined Success Criteria *(required)*
71
+
72
+ Success criteria as defined **before** seeing results. This is critical for honest evaluation.
73
+
74
+ | Field | Required | Description |
75
+ |-------|----------|-------------|
76
+ | Metric | Yes | What was measured |
77
+ | Target Threshold | Yes | The pre-defined success threshold |
78
+ | Actual Result | Yes | What was actually observed |
79
+ | Met? | Yes | `Yes` / `No` / `Partially` |
80
+
81
+ ### 5. Additional Results *(optional)*
82
+
83
+ Results beyond the pre-defined success criteria in Section 4. Section 4 covers the primary metrics with pass/fail assessment. This section captures supplementary data.
84
+
85
+ #### Additional Quantitative Metrics
86
+
87
+ Metrics tracked during the experiment that were not part of the pre-defined success criteria.
88
+
89
+ | Field | Required | Description |
90
+ |-------|----------|-------------|
91
+ | Metric | Yes | What was measured (must NOT duplicate Section 4 metrics) |
92
+ | Value | Yes | Observed value |
93
+ | Relevance | Yes | Why this metric matters beyond the primary success criteria |
94
+
95
+ #### Qualitative Results
96
+
97
+ | Field | Required | Description |
98
+ |-------|----------|-------------|
99
+ | Key Quotes | No | Notable user quotes observed during experiment |
100
+ | Observed Behaviors | No | Significant behaviors not captured by metrics |
101
+ | Unexpected Findings | No | Anything surprising that wasn't part of the hypothesis |
102
+
103
+ ### 6. Confirmed/Rejected Hypotheses *(required)*
104
+
105
+ | Field | Required | Description |
106
+ |-------|----------|-------------|
107
+ | Hypothesis Status | Yes | `Confirmed` / `Rejected` / `Partially Confirmed` / `Inconclusive` |
108
+ | Assumption Status | Yes | Per-assumption: `Validated` / `Invalidated` / `Partially Validated` / `Unresolved` |
109
+ | Core Learning | Yes | One-sentence summary: `"We [validated/invalidated] that [core hypothesis], discovering that [key insight]"` |
110
+ | Conditions | No | Under what conditions the hypothesis holds or fails |
111
+
112
+ ### 7. Strategic Context *(required)*
113
+
114
+ | Field | Required | Description |
115
+ |-------|----------|-------------|
116
+ | Vortex Stream | Yes | Which stream this experiment belongs to |
117
+ | Assumption Tested | Yes | Which assumption from the Vortex journey was tested |
118
+ | Decision It Informs | Yes | What decision this experiment result enables |
119
+ | Implications | Yes | What this means for the product direction |
120
+
121
+ ### 8. Production Readiness *(required for graduated experiments)*
122
+
123
+ | Field | Required | Description |
124
+ |-------|----------|-------------|
125
+ | Metrics to Monitor | Yes | Which production metrics should be tracked |
126
+ | Expected Production Behavior | Yes | What behavior is expected at scale |
127
+ | Signal Thresholds | Yes | When a production signal should trigger attention |
128
+ | Monitoring Duration | No | Recommended production monitoring period |
129
+
130
+ ---
131
+
132
+ ## Downstream Consumption
133
+
134
+ **Noah** (primary consumer) uses this artifact to:
135
+ - Connect production signals to their originating experiment context
136
+ - Interpret whether production behavior aligns with experiment expectations
137
+ - Detect unexpected behavior patterns not covered by the original hypothesis
138
+ - Produce HC5 signal reports grounded in experiment lineage
139
+
140
+ **Other consumers:** Max (via learning-card workflow for experiment-to-learning tracking).
@@ -0,0 +1,130 @@
1
+ # HC5: Signal Report — Schema Definition
2
+
3
+ > **Contract:** HC5 | **Type:** Artifact | **Flow:** Noah → Max
4
+ >
5
+ > This schema defines the structure for production signal reports that interpret production data through experiment lineage. The report produces **intelligence, not strategy** — no strategic recommendations are included. Any agent or user can produce a compliant artifact — the schema is not coupled to a specific producer.
6
+
7
+ ## Frontmatter Schema
8
+
9
+ ```yaml
10
+ ---
11
+ contract: HC5
12
+ type: artifact
13
+ source_agent: noah # or any producing agent/user
14
+ source_workflow: signal-interpretation # workflow that produced this artifact
15
+ target_agents: [max] # primary consumer(s)
16
+ input_artifacts: # references to upstream HC4 artifact consumed
17
+ - path: "_bmad-output/vortex-artifacts/hc4-example.md"
18
+ contract: HC4
19
+ created: YYYY-MM-DD
20
+ ---
21
+ ```
22
+
23
+ ### Frontmatter Field Reference
24
+
25
+ | Field | Required | Type | Description |
26
+ |-------|----------|------|-------------|
27
+ | `contract` | Yes | string | Always `HC5` |
28
+ | `type` | Yes | string | Always `artifact` |
29
+ | `source_agent` | Yes | string | Agent ID that produced this artifact (e.g., `noah`) |
30
+ | `source_workflow` | Yes | string | Workflow name (e.g., `signal-interpretation`, `behavior-analysis`, `production-monitoring`) |
31
+ | `target_agents` | Yes | array | Agent IDs that consume this artifact (e.g., `[max]`) |
32
+ | `input_artifacts` | Yes | array | References to HC4 experiment context or other source material used |
33
+ | `created` | Yes | date | ISO date when artifact was created |
34
+
35
+ ---
36
+
37
+ ## Body Structure
38
+
39
+ ### 1. Signal Description *(required)*
40
+
41
+ Clear, factual description of the production signal observed. No interpretation yet — just what happened.
42
+
43
+ | Field | Required | Description |
44
+ |-------|----------|-------------|
45
+ | Signal Summary | Yes | One-sentence factual description of what was observed in production |
46
+ | Signal Type | Yes | `Metric Deviation` / `Behavior Pattern` / `Anomaly` / `Trend Shift` / `Threshold Breach` |
47
+ | Severity | Yes | `Critical` / `Warning` / `Informational` |
48
+ | Detection Method | Yes | How the signal was detected (monitoring, user report, metric analysis, etc.) |
49
+ | Time Window | Yes | When the signal was observed (date range) |
50
+ | Affected Scope | Yes | Which users, segments, or features are affected |
51
+
52
+ ### 2. Context *(required)*
53
+
54
+ Connection between the production signal and its experiment lineage through the Vortex.
55
+
56
+ #### Experiment Lineage
57
+
58
+ | Field | Required | Description |
59
+ |-------|----------|-------------|
60
+ | Originating Experiment | Yes | Name and reference to the HC4 experiment that led to this production state |
61
+ | Original Hypothesis | Yes | The hypothesis that was tested |
62
+ | Experiment Outcome | Yes | Whether the hypothesis was confirmed, rejected, or partially confirmed |
63
+ | Expected Production Behavior | Yes | What was expected to happen in production based on experiment results |
64
+ | Actual vs Expected | Yes | How the observed signal compares to experiment expectations |
65
+
66
+ #### Vortex History
67
+
68
+ | Field | Required | Description |
69
+ |-------|----------|-------------|
70
+ | Problem Definition | No | Reference to the HC2 problem definition in the Vortex journey |
71
+ | Hypothesis Origin | No | Reference to the HC3 hypothesis contract |
72
+ | Previous Signals | No | References to prior HC5 signal reports for this experiment/feature |
73
+ | Related Experiments | No | Other experiments that may be influencing the same production area |
74
+
75
+ ### 3. Trend Analysis *(required)*
76
+
77
+ Data-driven analysis of the signal's trajectory.
78
+
79
+ | Field | Required | Description |
80
+ |-------|----------|-------------|
81
+ | Trend Direction | Yes | `Improving` / `Degrading` / `Stable` / `Oscillating` / `Insufficient Data` |
82
+ | Trend Duration | Yes | How long the trend has been observed |
83
+ | Rate of Change | Yes | How quickly the signal is moving (e.g., "5% week-over-week decline") |
84
+ | Baseline Comparison | Yes | Comparison to pre-experiment or validated baseline |
85
+ | Confidence | Yes | `High` / `Medium` / `Low` — based on data quality and sample size |
86
+
87
+ ### 4. Anomaly Detection *(optional, required when unexpected patterns detected)*
88
+
89
+ Unexpected user behavior patterns not covered by the original experiment hypothesis (FR15).
90
+
91
+ | Field | Required | Description |
92
+ |-------|----------|-------------|
93
+ | Anomaly Description | Yes | What unexpected behavior was observed |
94
+ | Deviation from Expected | Yes | How this differs from what the experiment predicted |
95
+ | Potential Explanations | Yes | Possible reasons for the anomaly (factual, not speculative strategy) |
96
+ | Discovery Needed | Yes | Whether this warrants routing to Isla for investigation (`Yes` / `No`) |
97
+ | Discovery Focus | No | If yes, what specific questions should Isla investigate |
98
+
99
+ ### 5. Data Quality *(required)*
100
+
101
+ | Field | Required | Description |
102
+ |-------|----------|-------------|
103
+ | Sample Size | Yes | Volume of data underlying this signal |
104
+ | Data Completeness | Yes | Whether data collection was complete or had gaps |
105
+ | Known Biases | No | Any sampling or measurement biases that may affect interpretation |
106
+ | Confidence Level | Yes | `High` / `Medium` / `Low` |
107
+
108
+ ---
109
+
110
+ ## Constraints
111
+
112
+ **This artifact explicitly does NOT include:**
113
+ - Strategic recommendations (that is Max's domain)
114
+ - Pivot/patch/persevere decisions (that is Max's domain)
115
+ - Experiment design suggestions (that is Liam/Wade's domain)
116
+ - Resource allocation recommendations (that is Max's domain)
117
+
118
+ Noah produces **intelligence** — contextual, evidence-based signal interpretation. Max produces **decisions**.
119
+
120
+ ---
121
+
122
+ ## Downstream Consumption
123
+
124
+ **Max** (primary consumer) uses this artifact to:
125
+ - Feed into `learning-card` workflow: the signal report provides experiment context (name, hypothesis, method, success criteria, strategic context) that step-01 requires
126
+ - Feed into `pivot-patch-persevere` workflow: signals organized as STAY/CHANGE/UNCLEAR evidence
127
+ - Feed into `vortex-navigation` workflow: signal contributes to 7-stream status assessment
128
+ - Make evidence-based decisions grounded in production reality
129
+
130
+ **Other consumers:** Isla (when anomaly detection triggers discovery routing via HC10 Compass guidance).
@@ -0,0 +1,85 @@
1
+ ---
2
+ contract: HC2
3
+ type: artifact
4
+ source_agent: mila
5
+ source_workflow: research-convergence
6
+ target_agents: [liam]
7
+ input_artifacts:
8
+ - path: "_bmad-output/vortex-artifacts/hc1-empathy-map-busy-parents-2026-02-20.md"
9
+ contract: HC1
10
+ - path: "_bmad-output/vortex-artifacts/hc1-interview-synthesis-working-parents-2026-02-21.md"
11
+ contract: HC1
12
+ - path: "_bmad-output/vortex-artifacts/hc1-discovery-report-meal-planning-2026-02-22.md"
13
+ contract: HC1
14
+ created: 2026-02-23
15
+ ---
16
+
17
+ # HC2 Problem Definition: Busy Parents Meal Planning
18
+
19
+ > **This is an example artifact** demonstrating the HC2 schema format. It shows what a real output from Mila's research-convergence workflow looks like.
20
+
21
+ ## 1. Converged Problem Statement
22
+
23
+ **Problem Statement:** Busy dual-income parents spend more time deciding what to feed their families than actually preparing meals, leading to daily decision fatigue that cascades into guilt, nutritional compromise, and reliance on expensive convenience options. Existing meal planning tools assume users have 30-60 minutes to plan weekly — a luxury these parents don't have — creating a gap between available solutions and the reality of time-constrained family feeding.
24
+
25
+ **Confidence:** High
26
+
27
+ Multiple artifacts converge on the same core problem with strong, consistent evidence from 28 participants across 3 research methods. All 3 artifacts independently surface time-as-constraint and decision-fatigue as primary themes.
28
+
29
+ **Scope:**
30
+ - **In scope:** Weeknight dinner planning and preparation for families with children ages 2-12, dual-income households, urban/suburban settings
31
+ - **Out of scope:** Meal prep for special dietary needs (medical), restaurant/takeout optimization, grocery delivery logistics, weekend/holiday meal planning
32
+
33
+ ## 2. Jobs-to-be-Done
34
+
35
+ ### Primary JTBD
36
+
37
+ > **When** I'm standing in the kitchen at 5:30 PM after a full workday with hungry children asking "what's for dinner?",
38
+ > **I want to** know exactly what to make with what I already have — without thinking,
39
+ > **so I can** feed my family something decent in under 30 minutes and reclaim that mental energy for bedtime routines and connection.
40
+
41
+ ### Job Types
42
+
43
+ **Functional Job:** Produce a nutritionally acceptable weeknight dinner using available ingredients within 30 minutes of arriving home, with minimal decision-making required.
44
+ - Evidence: 22 of 28 participants described the "5:30 PM panic" moment. 6 of 8 interview subjects mentioned the specific time constraint of 30 minutes. Observation data showed average decision-to-plate time of 47 minutes, of which 18 minutes was decision-making.
45
+
46
+ **Emotional Job:** Feel like a competent parent who feeds their family well, without the guilt of choosing convenience over nutrition.
47
+ - Evidence: Empathy map "Feels" quadrant showed guilt as the #1 emotion (mentioned by 9 of 12 empathy map participants). Interview quote: "I know I should be doing better. My mom made everything from scratch and I can barely manage a box of mac and cheese some nights."
48
+
49
+ **Social Job:** Not be judged by partner, in-laws, or other parents for feeding children "poorly" — maintain the appearance of having family meals under control.
50
+ - Evidence: 4 of 8 interview subjects mentioned partner judgment or comparison to other families. Observation report noted 3 instances of participants minimizing their convenience food use when describing meals to others.
51
+
52
+ ## 3. Pains
53
+
54
+ | Pain Description | Priority | Frequency | Intensity | Evidence Sources | Current Coping |
55
+ |-----------------|----------|-----------|-----------|-----------------|----------------|
56
+ | Decision fatigue at 5:30 PM — too many options, too little energy to choose | High | Daily (weeknights) | Blocks all other evening activities for 15-20 minutes | Empathy map (9/12 participants), Interviews (6/8 subjects), Observations (all 8 sessions) | Default to 3-4 "rotation meals" that require no thought |
57
+ | Existing tools require upfront planning time parents don't have | High | Weekly (when attempting to plan) | 2 of 8 interview subjects abandoned meal planning apps within a week | Interviews (6/8 mentioned tool abandonment), Discovery report (4 app reviews analyzed) | Stop using tools, revert to mental lists or nothing |
58
+ | Guilt about nutritional quality of convenience choices | Medium | 3-4 times/week | Emotional toll described as "constant low-grade guilt" | Empathy map (9/12 "guilt" in Feels), Interviews (5/8 unprompted guilt mentions) | Compensate with weekend "healthy meals" that take 2+ hours |
59
+ | Partner coordination on meals creates hidden overhead | Medium | Daily | 15-20 minutes of texting/calling about dinner plans | Interviews (4/8 mentioned coordination), Observations (3/8 observed texting about meals) | One partner defaults to "just handle it" role |
60
+
61
+ ## 4. Gains
62
+
63
+ | Gain Description | Priority | Expected Impact | Evidence Sources |
64
+ |-----------------|----------|----------------|-----------------|
65
+ | Know what's for dinner before 5:30 PM without spending time planning | High | Eliminates daily decision fatigue, saves 15-20 min/day of mental load | Interviews (6/8 described ideal as "someone just tells me what to make"), Empathy map ("I just want someone to tell me it's okay to not do everything") |
66
+ | Feel confident that meals are "good enough" nutritionally | High | Reduces guilt, improves emotional well-being around family feeding | Empathy map (Feels/Thinks quadrants), Interviews (5/8 want "nutritional reassurance") |
67
+ | Meals that use what's already in the kitchen — no special shopping trips | Medium | Saves 2-3 unplanned grocery stops per week (avg. 20 min each) | Observations (5/8 sessions showed unplanned grocery stops), Interviews (3/8 mentioned "ingredient gap" as meal plan breaker) |
68
+
69
+ ## 5. Evidence Summary
70
+
71
+ | Field | Details |
72
+ |-------|---------|
73
+ | **Artifacts Analyzed** | 3 HC1 artifacts: Empathy Map (12 participants), Interview Synthesis (8 semi-structured interviews, 45 min each), Discovery Report (8 observation sessions, 2 hours each) |
74
+ | **Total Evidence Points** | 47 discrete evidence points across all 3 artifacts (22 direct quotes, 14 behavioral observations, 11 survey/count data points) |
75
+ | **Convergence Assessment** | High — all 3 artifacts independently converge on the same core problem (time-as-constraint + decision-fatigue). No artifact contradicts the primary finding. Theme strength: Universal (3/3 artifacts). |
76
+ | **Contradictions** | Minor: Empathy map suggests users want "more meal options" while interviews reveal they feel "overwhelmed by choice." Resolved: users want more *appropriate* options (filtered for their constraints), not more options in general. The desire is for curation, not volume. |
77
+ | **Evidence Gaps** | (1) No data on willingness to pay for a solution — all research focused on problem, not solution. (2) Limited data on single-parent households (only 2 of 28 participants). (3) No longitudinal data on whether decision fatigue worsens seasonally. |
78
+
79
+ ## 6. Assumptions
80
+
81
+ | Assumption | Basis | Risk if Wrong | Validation Status |
82
+ |-----------|-------|---------------|-------------------|
83
+ | The 5:30 PM decision point is the critical intervention moment | 22 of 28 participants described this timing; observation data confirms peak stress at this time | If the real bottleneck is earlier (e.g., grocery shopping), solving at 5:30 PM won't help | Partially Validated — strong evidence for the timing, but no data on whether earlier intervention would be more effective |
84
+ | "Good enough" nutritional quality is an acceptable bar for these users | 5 of 8 interview subjects used this phrase or equivalent; guilt evidence suggests aspiration exceeds current behavior | If users actually want gourmet/perfect nutrition, a "good enough" solution will feel like failure | Partially Validated — consistent language across interviews, but sample may not represent health-conscious segment |
85
+ | Partner coordination overhead is a real pain, not just a complaint | 4 of 8 interviews + 3 observations showed coordination behavior | If coordination is actually working fine and users are just venting, solving this adds no value | Assumed — behavioral evidence is moderate but not universal (4 of 8) |
@@ -0,0 +1,103 @@
1
+ ---
2
+ contract: HC3
3
+ type: artifact
4
+ source_agent: liam
5
+ source_workflow: hypothesis-engineering
6
+ target_agents: [wade]
7
+ input_artifacts:
8
+ - path: "_bmad-output/vortex-artifacts/hc2-problem-definition-busy-parents-2026-02-23.md"
9
+ contract: HC2
10
+ created: 2026-02-24
11
+ ---
12
+
13
+ # HC3 Hypothesis Contract: Busy Parents Meal Planning
14
+
15
+ > **This is an example artifact** demonstrating the HC3 schema format. It shows what a real output from Liam's hypothesis-engineering workflow looks like — 3 hypothesis contracts in 4-field format with an assumption risk map and recommended testing order.
16
+
17
+ ## 1. Problem Context
18
+
19
+ | Field | Details |
20
+ |-------|---------|
21
+ | **Problem Statement** | Busy dual-income parents spend more time deciding what to feed their families than actually preparing meals, leading to daily decision fatigue that cascades into guilt, nutritional compromise, and reliance on expensive convenience options. Existing meal planning tools assume users have 30-60 minutes to plan weekly — a luxury these parents don't have. |
22
+ | **JTBD Reference** | When I'm standing in the kitchen at 5:30 PM after a full workday with hungry children, I want to know exactly what to make with what I already have — without thinking — so I can feed my family something decent in under 30 minutes and reclaim that mental energy for bedtime routines and connection. |
23
+ | **Key Pains Targeted** | (1) Decision fatigue at 5:30 PM — too many options, too little energy to choose. (2) Existing tools require upfront planning time parents don't have. (3) Guilt about nutritional quality of convenience choices. |
24
+
25
+ ## 2. Hypothesis Contracts
26
+
27
+ ### Hypothesis 1: The 5:30 PM Decision Eliminator
28
+
29
+ **The 4-Field Contract:**
30
+
31
+ | Field | Details |
32
+ |-------|---------|
33
+ | **Expected Outcome** | Parents using a context-aware meal suggestion system will reduce weeknight dinner decision time from an average of 18 minutes to under 3 minutes, while maintaining or improving their self-reported nutritional satisfaction. |
34
+ | **Target Behavior Change** | Parents will stop the "stand in the kitchen and scroll recipes" behavior and instead act on a single push notification suggesting tonight's dinner based on what's in their kitchen, dietary patterns, and time available. The target behavior is immediate action on a suggestion rather than deliberation. |
35
+ | **Rationale** | The HC2 evidence shows decision fatigue is the core pain (22/28 participants describe the "5:30 PM panic"), and 6/8 interview subjects said their ideal is "someone just tells me what to make." The problem isn't lack of recipes — it's lack of a decision. A system that eliminates the decision entirely addresses the functional JTBD directly. |
36
+ | **Riskiest Assumption** | Parents will trust an automated suggestion enough to act on it without second-guessing. The decision fatigue evidence proves they want someone to decide — but "someone" may need to be a trusted person, not an algorithm. If users don't trust the suggestion, they'll still deliberate, and the 18-minute decision time won't decrease. |
37
+
38
+ **Hypothesis Statement:**
39
+ > We believe that busy dual-income parents will act on a context-aware dinner suggestion within 3 minutes of receiving it because they are desperate to eliminate the daily decision burden and will trade control for speed when the suggestion accounts for what's already in their kitchen.
40
+
41
+ ---
42
+
43
+ ### Hypothesis 2: The Guilt-Free Nutrition Signal
44
+
45
+ **The 4-Field Contract:**
46
+
47
+ | Field | Details |
48
+ |-------|---------|
49
+ | **Expected Outcome** | Parents who receive a simple "nutrition score" (green/yellow/red) with each meal suggestion will report a 40% reduction in meal-related guilt, measured by weekly self-assessment, compared to parents who receive suggestions without nutrition scoring. |
50
+ | **Target Behavior Change** | Parents will shift from compensatory behavior (weekend "healthy meals" that take 2+ hours to make up for weeknight shortcuts) to consistent "good enough" weeknight meals. The target is reducing weekend overcompensation by 50% as parents gain confidence in weeknight nutrition quality. |
51
+ | **Rationale** | The HC2 evidence shows guilt is the #1 emotion (9/12 empathy map participants), and 5/8 interview subjects want "nutritional reassurance." The emotional JTBD is about feeling competent, not achieving perfect nutrition. A simple signal that says "this is good enough" addresses the emotional need directly without requiring users to become nutrition experts. |
52
+ | **Riskiest Assumption** | A simplified nutrition score (green/yellow/red) will be perceived as credible and reassuring rather than judgmental or oversimplified. If parents see a "yellow" rating and feel judged, the feature increases guilt rather than reducing it. The scoring must feel like reassurance, not evaluation. |
53
+
54
+ **Hypothesis Statement:**
55
+ > We believe that busy parents will feel significantly less meal-related guilt when meals include a simple nutrition quality signal because the guilt stems from uncertainty about "am I doing enough?" rather than actual nutritional failure, and a credible signal resolves that uncertainty.
56
+
57
+ ---
58
+
59
+ ### Hypothesis 3: The Zero-Planning Pantry Match
60
+
61
+ **The 4-Field Contract:**
62
+
63
+ | Field | Details |
64
+ |-------|---------|
65
+ | **Expected Outcome** | Parents using ingredient-aware meal matching (based on pantry contents) will reduce unplanned grocery stops from an average of 2.5 per week to 1 or fewer, saving approximately 40-60 minutes per week of errand time. |
66
+ | **Target Behavior Change** | Parents will stop making "ingredient gap" grocery runs for single missing items. Instead, they'll use meals matched to what they already have, and consolidate remaining needs into a single planned weekly shop. The target is elimination of reactive, unplanned grocery behavior. |
67
+ | **Rationale** | The HC2 observations show 5/8 sessions included unplanned grocery stops, and 3/8 interview subjects cited "ingredient gap" as the reason meal plans fail. Existing meal planning tools fail because they prescribe meals that require specific ingredients parents don't have. Matching meals to available ingredients inverts the model — start from what's in the kitchen, not from what the recipe demands. |
68
+ | **Riskiest Assumption** | Parents can and will accurately report what's in their kitchen. The pantry-matching model depends on knowing pantry contents. If keeping an ingredient inventory is itself a burden (another planning task parents don't have time for), the solution creates the same overhead it's trying to eliminate. |
69
+
70
+ **Hypothesis Statement:**
71
+ > We believe that busy parents will reduce unplanned grocery trips by 60% when meal suggestions are matched to their current pantry contents because the primary cause of unplanned trips is ingredient gaps between planned meals and available ingredients, not general grocery needs.
72
+
73
+ ---
74
+
75
+ ## 3. Assumption Risk Map
76
+
77
+ | # | Assumption | Hypothesis | Lethality | Uncertainty | Priority | Validation Status |
78
+ |---|-----------|-----------|-----------|-------------|----------|-------------------|
79
+ | A1 | Parents will trust an automated suggestion enough to act without deliberating | H1 | High | High | Test First | Unvalidated |
80
+ | A2 | A simplified nutrition score will feel reassuring rather than judgmental | H2 | High | High | Test First | Unvalidated |
81
+ | A3 | Parents can accurately maintain a pantry inventory without it becoming a burden | H3 | High | Medium | Test Soon | Unvalidated |
82
+ | A4 | The 5:30 PM moment is the right intervention point (not earlier in the day) | H1 | Medium | Medium | Test Soon | Partially Validated |
83
+ | A5 | "Good enough" nutrition is an acceptable standard (not aspirational perfect nutrition) | H2 | Medium | Low | Monitor | Partially Validated |
84
+ | A6 | Decision fatigue — not lack of cooking skill — is the primary barrier | H1, H3 | High | Low | Monitor | Partially Validated |
85
+ | A7 | Reducing unplanned grocery trips will be perceived as a meaningful benefit | H3 | Medium | Medium | Test Soon | Unvalidated |
86
+ | A8 | Willingness to pay for this type of solution exists in this segment | H1, H2, H3 | High | High | Test First | Unvalidated |
87
+
88
+ ## 4. Recommended Testing Order
89
+
90
+ | Priority | Assumption | Suggested Method | Minimum Evidence |
91
+ |----------|-----------|-----------------|-----------------|
92
+ | 1 | A1: Parents trust automated suggestions enough to act | Concierge test — manually send personalized dinner suggestions via text to 15-20 parents for 2 weeks, measure action rate | ≥60% act on suggestion without requesting alternatives within the first week; action rate stable or increasing in week 2 |
93
+ | 2 | A8: Willingness to pay exists | Landing page smoke test — "Join the waitlist for $X/month" with pricing tiers, measure sign-up conversion | ≥5% visitor-to-signup conversion with price commitment (not free tier) |
94
+ | 3 | A2: Nutrition score feels reassuring, not judgmental | Prototype test — show nutrition-scored meal cards to 10-12 parents in moderated sessions, measure emotional response | ≥8 of 12 describe feeling "reassured" or "relieved"; <2 of 12 describe feeling "judged" or "shamed" |
95
+ | 4 | A3: Pantry inventory maintenance is not burdensome | Wizard of Oz test — provide a simple pantry tracking tool to 10 parents for 1 week, measure sustained daily use | ≥7 of 10 maintain pantry updates for full 7 days; average daily update time <2 minutes |
96
+ | 5 | A7: Reduced grocery trips perceived as meaningful | User interview — post-concierge-test interview about perceived value of grocery trip reduction | ≥6 of 10 mention time savings from fewer trips unprompted when asked about benefits |
97
+
98
+ ## 5. Flagged Concerns
99
+
100
+ | Concern | Impact | Recommended Action |
101
+ |---------|--------|-------------------|
102
+ | No data on willingness to pay (A8) — all HC2 research focused on problem, not solution viability | If there's no willingness to pay, all three hypotheses are academically interesting but commercially unviable. This could invalidate the entire hypothesis set regardless of behavioral validation. | Route to Isla 🔍 for targeted user interviews (HC9) — specifically probe willingness to pay and price sensitivity before investing in behavioral experiments. Include question: "What are you currently spending on meal planning shortcuts (apps, meal kits, takeout)?" to establish baseline spend. |
103
+ | Pantry tracking assumption (A3) may introduce a new burden that undermines the value proposition | If pantry tracking requires more than 2 minutes/day, H3 fails and H1's suggestion quality degrades (suggestions won't match available ingredients without accurate pantry data) | Consider testing A3 early — if pantry tracking is too burdensome, pivot H1 and H3 to ingredient-agnostic suggestions. This would weaken the value proposition but remove a dependency. |