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,107 @@
1
+ ---
2
+ step: 4
3
+ workflow: proof-of-value
4
+ title: Run the Validation Test
5
+ ---
6
+
7
+ # Step 4: Run the Validation Test
8
+
9
+ You have designed the experiment. Now execute it with discipline — capturing real market signals without contaminating the results.
10
+
11
+ ## Why This Matters
12
+
13
+ Experiment execution is where rigor meets reality. A well-designed validation test can be ruined by sloppy execution: changing the price mid-test, adding participants who do not match your criteria, interpreting early results and adjusting course prematurely. The goal is clean data from a well-controlled experiment. Every deviation from the protocol weakens the signal. Run the experiment exactly as designed, document everything, and resist the urge to intervene until you have enough data to draw a conclusion.
14
+
15
+ ## Your Task
16
+
17
+ ### 1. Pre-Launch Checklist
18
+
19
+ Before launching the test, confirm each element is in place:
20
+
21
+ - [ ] **Stimulus is live** — Landing page, pricing page, prototype, or concierge service is ready and accessible
22
+ - [ ] **Measurement is active** — Analytics, payment tracking, or manual logging is capturing data
23
+ - [ ] **Recruitment is ready** — Ads, outreach sequences, or partner introductions are queued
24
+ - [ ] **Success criteria are documented** — Pre-committed thresholds from Step 2 and Step 3 are written down and visible
25
+ - [ ] **Abort criteria are clear** — You know under what conditions you stop early
26
+ - [ ] **Team is briefed** — Anyone involved knows the protocol and understands they must not deviate
27
+
28
+ ### 2. Execute the Test
29
+
30
+ Track your experiment in real time using this log:
31
+
32
+ **Experiment Execution Log:**
33
+
34
+ | Date | Participants Reached | Conversions | Conversion Rate | Notes |
35
+ |------|---------------------|-------------|-----------------|-------|
36
+ | Day 1 | | | | |
37
+ | Day 2 | | | | |
38
+ | Day 3 | | | | |
39
+ | ... | | | | |
40
+ | **Total** | | | | |
41
+
42
+ **Behavioral Signals to Capture:**
43
+
44
+ | Signal Type | What to Record |
45
+ |-------------|---------------|
46
+ | **Payment signals** | Deposits placed, credit cards entered, invoices requested, pre-orders completed |
47
+ | **Time investment signals** | Demo requests, onboarding time, configuration effort, follow-up meetings scheduled |
48
+ | **Switching signals** | Competitors mentioned, comparison shopping behavior, cancellation of alternatives |
49
+ | **Referral signals** | Unprompted sharing, introductions to colleagues, forwarded offers |
50
+ | **Objection signals** | Price pushback, feature requests before committing, "let me think about it" patterns |
51
+ | **Abandonment signals** | Drop-off points, cart abandonment, pricing page bounces, unsubscribes |
52
+
53
+ ### 3. Monitor for Contamination
54
+
55
+ During execution, watch for these protocol violations:
56
+
57
+ | Contamination Risk | Warning Sign | Corrective Action |
58
+ |-------------------|--------------|-------------------|
59
+ | **Selection bias drift** | Participants do not match screening criteria | Tighten recruitment; flag non-qualifying data |
60
+ | **Novelty spike** | High early engagement that drops sharply | Extend test duration; weight later data more heavily |
61
+ | **Observer effect** | Participants behave differently because they know they are being watched | Reduce visibility of observation; use passive measurement |
62
+ | **Mid-test changes** | Temptation to tweak pricing, copy, or targeting during the test | Do not change anything. Log the urge but maintain protocol |
63
+ | **Sample contamination** | Word-of-mouth spreading between test and non-test groups | Track referral sources; segment data if needed |
64
+
65
+ ### 4. Check Abort Criteria
66
+
67
+ At each checkpoint, evaluate whether to continue or stop:
68
+
69
+ | Checkpoint | Condition | Action |
70
+ |------------|-----------|--------|
71
+ | **25% of sample reached** | Zero conversions AND zero engagement signals | Consider aborting — fundamental value proposition may be wrong |
72
+ | **50% of sample reached** | Conversion rate below failure threshold | Flag concern — continue to planned sample size if possible |
73
+ | **75% of sample reached** | Conversion rate between failure and success thresholds | Continue — inconclusive results still need full sample |
74
+ | **Full sample reached** | Any result | Stop recruiting. Move to analysis. |
75
+ | **Any time** | External event invalidates test (competitor launch, market shift, PR crisis) | Abort, document reason, redesign if needed |
76
+
77
+ ### 5. Capture Qualitative Context
78
+
79
+ While the quantitative data accumulates, capture qualitative signals that will enrich your analysis:
80
+
81
+ | Category | What to Document |
82
+ |----------|-----------------|
83
+ | **Verbatim quotes** | What did participants say when they saw the price? When they decided to convert or not? |
84
+ | **Objection patterns** | What reasons did non-converters give? Group them into categories. |
85
+ | **Comparison behavior** | Did participants mention or compare to specific alternatives? |
86
+ | **Unexpected behavior** | Anything you did not anticipate — positive or negative |
87
+ | **Emotional reactions** | Enthusiasm, hesitation, confusion, frustration — these are data |
88
+
89
+ ---
90
+
91
+ ## Your Turn
92
+
93
+ Launch the test, maintain the execution log, monitor for contamination, and capture both quantitative and qualitative signals. Share your progress as data accumulates, and I will help you interpret early signals without compromising the experiment.
94
+
95
+ ---
96
+
97
+ **[a]** Advanced Elicitation — Deep dive into data interpretation, statistical significance, and mid-experiment decision-making
98
+ **[p]** Party Mode — Bring in other Vortex agents to review your execution approach and early signals
99
+ **[c]** Continue — Proceed to results analysis
100
+
101
+ ---
102
+
103
+ ## Next Step
104
+
105
+ When your experiment has reached the planned sample size or an abort condition has been triggered, I will load:
106
+
107
+ {project-root}/_bmad/bme/_vortex/workflows/proof-of-value/steps/step-05-analyze.md
@@ -0,0 +1,116 @@
1
+ ---
2
+ step: 5
3
+ workflow: proof-of-value
4
+ title: Analyze Results
5
+ ---
6
+
7
+ # Step 5: Analyze Results
8
+
9
+ The experiment is complete. Now let the data speak — and resist the urge to hear what you want to hear.
10
+
11
+ ## Why This Matters
12
+
13
+ Analysis is where confirmation bias does the most damage. Teams that invested weeks designing and running a value test are psychologically invested in a positive result. The discipline here is radical honesty: compare actual results to pre-committed thresholds, surface inconvenient data, and let the market verdict stand. If you move the goalposts after seeing the data, you have learned nothing. The pre-committed success and failure thresholds from Steps 2 and 3 exist precisely for this moment — to prevent post-hoc rationalization from overriding market evidence.
14
+
15
+ ## Your Task
16
+
17
+ ### 1. Report Raw Results
18
+
19
+ Before interpreting anything, lay out the raw data:
20
+
21
+ **Quantitative Results:**
22
+
23
+ | Metric | Pre-Committed Target | Pre-Committed Failure | Actual Result | Verdict |
24
+ |--------|---------------------|-----------------------|---------------|---------|
25
+ | **Primary metric** | *From Step 2* | *From Step 2* | *Actual observed value* | Met / Failed / Inconclusive |
26
+ | **WTP metric** | *From Step 3* | *From Step 3* | *Actual observed value* | Met / Failed / Inconclusive |
27
+ | **Secondary metric** | | | | |
28
+ | **Guardrail metric** | | | | |
29
+
30
+ **Execution Quality Check:**
31
+
32
+ | Dimension | Assessment |
33
+ |-----------|-----------|
34
+ | **Sample size achieved** | Did you reach the planned sample size? If not, why? |
35
+ | **Protocol adherence** | Were there any deviations from the designed protocol? |
36
+ | **Contamination events** | Did any contamination risks materialize? How were they handled? |
37
+ | **Duration** | Did the test run for the planned duration? |
38
+ | **Data quality** | Is the data clean and reliable? Any gaps or anomalies? |
39
+
40
+ ### 2. Analyze Against Pre-Committed Thresholds
41
+
42
+ Use the thresholds you set in Steps 2 and 3. Do not adjust them.
43
+
44
+ **Value Hypothesis Verdict:**
45
+
46
+ | Outcome | Criteria | Your Result |
47
+ |---------|----------|-------------|
48
+ | **Confirmed** | Primary metric meets or exceeds target threshold AND WTP metric meets target | The market is telling you there is a business here |
49
+ | **Partially confirmed** | Some metrics met, others fell short OR results are in the inconclusive zone | Promising signal, but not strong enough to commit — refine and retest |
50
+ | **Rejected** | Primary metric at or below failure threshold OR WTP below failure threshold | The market is telling you this value proposition does not work at this price for this segment |
51
+ | **Inconclusive** | Results fall between success and failure thresholds | The test was not decisive — you need a better test, a larger sample, or a different method |
52
+
53
+ ### 3. Analyze Willingness-to-Pay Specifically
54
+
55
+ Willingness-to-pay deserves its own analysis because it directly determines business viability:
56
+
57
+ | WTP Dimension | Finding |
58
+ |---------------|---------|
59
+ | **Price sensitivity** | How did conversion change across price points tested? Where is the demand curve inflection? |
60
+ | **Acceptable price range** | What price range showed the strongest conversion signal? |
61
+ | **Value-to-price perception** | Did qualitative feedback suggest customers saw the price as fair, expensive, or cheap relative to value? |
62
+ | **Competitive price position** | How did your conversion compare when priced above, at, or below competitor alternatives? |
63
+ | **Segment variation** | Did willingness-to-pay vary significantly across sub-segments? |
64
+ | **Payment friction** | Did customers who saw the price engage but drop off at the payment step? What does that signal? |
65
+
66
+ ### 4. Synthesize Qualitative Evidence
67
+
68
+ Integrate the qualitative signals captured in Step 4:
69
+
70
+ | Category | Key Findings |
71
+ |----------|-------------|
72
+ | **Strongest buy signals** | What did converters say or do that indicated genuine value perception? |
73
+ | **Strongest rejection signals** | What did non-converters cite as the reason? Price? Value? Timing? Switching cost? |
74
+ | **Objection patterns** | What were the top 3 objections? How many participants raised each? |
75
+ | **Competitive mentions** | Which alternatives were mentioned? How were you compared? |
76
+ | **Unexpected findings** | What did you learn that you did not expect? This is often the most valuable data. |
77
+ | **Segment insights** | Did different segments behave differently? Who was most willing to pay? |
78
+
79
+ ### 5. Derive the Business Case Assessment
80
+
81
+ Based on all evidence, assess the business case:
82
+
83
+ | Dimension | Assessment |
84
+ |-----------|-----------|
85
+ | **Demand strength** | Is there sufficient demand at the target price to sustain a business? |
86
+ | **Willingness-to-pay** | Will customers pay enough to cover costs and generate acceptable margin? |
87
+ | **Unit economics** | Given conversion rates and pricing data, do the unit economics work? |
88
+ | **Customer acquisition cost** | Based on test recruitment costs, what does CAC look like? Is it sustainable? |
89
+ | **Competitive defensibility** | Given competitive alternatives, can you sustain the value proposition? |
90
+ | **Scalability signal** | Do the results suggest this will scale beyond the test population? |
91
+
92
+ ### 6. Honest Assessment: What Did the Market Actually Tell You?
93
+
94
+ Complete this sentence honestly:
95
+
96
+ > **The market told us that** [target segment] [will / will not / might] pay [amount] for [value proposition] because [evidence-based rationale]. **The strongest evidence for this conclusion is** [specific data point]. **The biggest remaining uncertainty is** [what you still do not know].
97
+
98
+ ---
99
+
100
+ ## Your Turn
101
+
102
+ Report the raw results, analyze them against pre-committed thresholds, synthesize the qualitative evidence, and produce the honest business case assessment. Share your analysis and I will help ensure you are reading the data truthfully — especially if the results are ambiguous.
103
+
104
+ ---
105
+
106
+ **[a]** Advanced Elicitation — Deep dive into statistical analysis, segment breakdowns, and unit economics modeling
107
+ **[p]** Party Mode — Bring in other Vortex agents to challenge your interpretation and look for blind spots
108
+ **[c]** Continue — Proceed to documenting findings and routing
109
+
110
+ ---
111
+
112
+ ## Next Step
113
+
114
+ When your analysis is complete and the business case assessment is honest, I will load:
115
+
116
+ {project-root}/_bmad/bme/_vortex/workflows/proof-of-value/steps/step-06-document.md
@@ -0,0 +1,147 @@
1
+ ---
2
+ step: 6
3
+ workflow: proof-of-value
4
+ title: Document Findings & Route
5
+ ---
6
+
7
+ # Step 6: Document Findings & Route
8
+
9
+ Time to package everything into a durable artifact. The experiment is done, the analysis is complete, and the market has spoken. Now we produce the HC4 Experiment Context artifact so the evidence travels forward — and route to the next step in the Vortex.
10
+
11
+ ## Why This Matters
12
+
13
+ Evidence that lives in your head or a chat thread is evidence that gets lost. The HC4 artifact captures what you tested, what you learned, and what the market told you in a format that any downstream agent or stakeholder can consume. Without this artifact, the next team member or Vortex agent starts from zero. With it, they start from validated evidence. Packaging the proof-of-value results as an HC4 also forces a final discipline check: can you document the findings without distorting them?
14
+
15
+ ## Your Task
16
+
17
+ ### 1. Review Your Findings
18
+
19
+ Before packaging, do a final integrity check:
20
+
21
+ | Check | Status |
22
+ |-------|--------|
23
+ | Raw results match the execution log from Step 4 | [ ] Verified |
24
+ | Verdicts match pre-committed thresholds from Steps 2 and 3 — not post-hoc adjusted thresholds | [ ] Verified |
25
+ | Willingness-to-pay analysis is based on behavioral signals, not stated preferences | [ ] Verified |
26
+ | Qualitative evidence includes both confirming AND disconfirming signals | [ ] Verified |
27
+ | Business case assessment is grounded in data, not optimism | [ ] Verified |
28
+
29
+ ### 2. Generate the HC4 Artifact
30
+
31
+ I will produce the HC4 Experiment Context artifact with this structure:
32
+
33
+ ```yaml
34
+ ---
35
+ contract: HC4
36
+ type: artifact
37
+ source_agent: wade
38
+ source_workflow: proof-of-value
39
+ target_agents: [noah]
40
+ input_artifacts:
41
+ - path: "_bmad-output/vortex-artifacts/{your-upstream-artifact}"
42
+ contract: HC3
43
+ created: YYYY-MM-DD
44
+ ---
45
+ ```
46
+
47
+ **HC4 Required Body Sections:**
48
+
49
+ 1. **Experiment Summary** — Name, description, type (`Proof of Value`), duration, graduation status
50
+ 2. **Hypothesis Tested** — Value hypothesis statement, riskiest assumption, expected outcome, expected behavior change
51
+ 3. **Experiment Method** — Validation method used, sample size, duration, recruitment, controls
52
+ 4. **Pre-Defined Success Criteria** — Metric, target threshold, actual result, met/not met (from Steps 2-3)
53
+ 5. **Additional Results** — Supplementary quantitative metrics, qualitative findings, unexpected discoveries
54
+ 6. **Confirmed/Rejected Hypotheses** — Hypothesis status, assumption status, core learning sentence, conditions
55
+ 7. **Strategic Context** — Vortex stream, assumption tested, decision it informs, implications
56
+ 8. **Production Readiness** *(if graduating)* — Metrics to monitor, expected behavior, signal thresholds
57
+
58
+ **Save to:** `{output_folder}/vortex-artifacts/hc4-experiment-context-{date}.md`
59
+
60
+ I will create this file with all sections populated from your work in Steps 1-5 once you confirm the content is ready.
61
+
62
+ ### 3. Determine the Graduation Status
63
+
64
+ Based on your analysis, select the appropriate status:
65
+
66
+ | Status | Criteria | Meaning |
67
+ |--------|----------|---------|
68
+ | **Graduated** | Value hypothesis confirmed, WTP validated, unit economics work | This value proposition is ready for production investment (MVP or scaling) |
69
+ | **Completed** | Experiment ran fully, results captured, but not graduating | Valuable learning captured; value proposition needs refinement, pivot, or further testing |
70
+ | **Terminated** | Experiment stopped early due to abort criteria | The market signal was clear enough to stop — typically a strong rejection |
71
+
72
+ ### 4. Write the Core Learning Statement
73
+
74
+ Summarize the entire proof-of-value in one sentence:
75
+
76
+ > "We [validated / invalidated / partially validated] that [target segment] will [pay $X / change behavior Y] for [value proposition], discovering that [key insight about market demand, pricing, or competitive position]."
77
+
78
+ This sentence is the most important output of the entire workflow. It should be precise enough that someone who reads only this sentence understands the market verdict.
79
+
80
+ ### 5. Final Validation Questions
81
+
82
+ Before we finalize the HC4 artifact:
83
+
84
+ **Evidence Integrity:**
85
+ - [ ] Would you be comfortable presenting these findings to a skeptical investor?
86
+ - [ ] If someone re-ran this exact experiment, would they likely reach the same conclusion?
87
+ - [ ] Have you documented disconfirming evidence as prominently as confirming evidence?
88
+
89
+ **Completeness:**
90
+ - [ ] Are all pre-defined success criteria evaluated with actual results?
91
+ - [ ] Is the willingness-to-pay analysis specific enough to inform pricing decisions?
92
+ - [ ] Are qualitative findings included with verbatim quotes where available?
93
+
94
+ **Routing Readiness:**
95
+ - [ ] Is the graduation status justified by the data, not by organizational pressure?
96
+ - [ ] Is the core learning statement honest and falsifiable?
97
+ - [ ] Does the strategic context section make clear what decision this evidence enables?
98
+
99
+ ---
100
+
101
+ ## Your Turn
102
+
103
+ Review your findings, confirm readiness for the HC4 artifact, determine graduation status, and write the core learning statement. When you are ready, I will generate the final HC4 artifact.
104
+
105
+ ---
106
+
107
+ ## Vortex Compass
108
+
109
+ Based on what you just completed, here are your evidence-driven options:
110
+
111
+ | If you learned... | Consider next... | Agent | Why |
112
+ |---|---|---|---|
113
+ | Value hypothesis confirmed, WTP validated, business case is strong | mvp | Wade | Business value is proven — design and build the minimum viable product (HC4 feeds MVP workflow) |
114
+ | Value confirmed but need production signal monitoring set up | production-monitoring | Noah | Set up monitoring for production metrics identified in HC4 Section 8 |
115
+ | Value confirmed — capture the learning for stakeholder communication | learning-card | Max | Package the proof-of-value evidence as a learning card for decision-makers |
116
+ | Value partially confirmed — pricing needs refinement | proof-of-value | Wade | Re-run Steps 3-5 with adjusted pricing hypothesis |
117
+ | Value unclear — need deeper understanding of customer segment | user-interview | Isla | Uncover why willingness-to-pay was weaker than expected (HC9 routing) |
118
+ | Value rejected — need to understand whether to pivot, patch, or kill | pivot-patch-persevere | Max | Make a structured decision about the value proposition's future |
119
+ | Value rejected — problem definition may be wrong | research-convergence | Mila | Re-examine the underlying problem; the pain may not be what you thought |
120
+ | Technical assumptions changed during value testing | proof-of-concept | Wade | New technical risks surfaced that need feasibility validation |
121
+
122
+ > **Note:** These are evidence-based recommendations. You can navigate to any Vortex agent
123
+ > at any time based on your judgment.
124
+
125
+ **Or run Max's [VN] Vortex Navigation** for a full gap analysis across all streams.
126
+
127
+ ### Insufficient Evidence for Routing
128
+
129
+ If the evidence gathered so far does not clearly point to a single next step:
130
+
131
+ | To route to... | You need... |
132
+ |----------------|-------------|
133
+ | Wade (MVP) | Confirmed value hypothesis, validated WTP, positive unit economics signal |
134
+ | Wade (re-run PoV) | Partially confirmed value with specific pricing or segment hypothesis to retest |
135
+ | Noah | Graduated experiment with production readiness section completed in HC4 |
136
+ | Isla | Specific question about customer behavior or segment that quantitative data could not answer |
137
+ | Max (learning-card) | Completed HC4 artifact with clear core learning statement |
138
+ | Max (pivot-patch-persevere) | Rejected or partially confirmed hypothesis with enough evidence to inform the pivot decision |
139
+ | Mila | Evidence that the underlying problem definition is flawed, not just the value proposition |
140
+
141
+ **Workflow-specific signals:**
142
+ - WTP data is ambiguous across all price points tested → consider re-running **Step 3** with a different pricing model or method
143
+ - Conversion varied dramatically across segments → consider routing to **Isla** for deeper segment research before committing to a segment
144
+ - Qualitative objections point to a different value proposition entirely → consider routing back to **Step 1** to redefine the value hypothesis
145
+ - Results were inconclusive due to insufficient sample → consider re-running **Step 4** with stronger recruitment
146
+
147
+ **Recommended:** If the path forward is unclear, run **Max's [VN] Vortex Navigation** for a full gap analysis across all streams.
@@ -0,0 +1,30 @@
1
+ # Validate Proof of Value
2
+
3
+ **Status:** Coming in v1.2.0
4
+
5
+ **Agent:** Wade (Lean Experiments Specialist)
6
+
7
+ **Stream:** Externalize
8
+
9
+ ## Overview
10
+
11
+ This validation workflow helps you review proof-of-values to ensure they test real user value, not just feature interest.
12
+
13
+ ## What Gets Validated
14
+
15
+ - Is the value hypothesis specific and testable?
16
+ - Are target users clearly defined?
17
+ - Is the validation approach appropriate?
18
+ - Are results based on actual user feedback?
19
+ - Is the business case justified by evidence?
20
+ - Does this test value perception, not just feature desirability?
21
+
22
+ ## Coming in v1.2.0
23
+
24
+ This validation workflow will be available alongside the proof-of-value workflow in March 2026.
25
+
26
+ ## Questions?
27
+
28
+ For questions or to request early access:
29
+ - GitHub Issues: https://github.com/amalik/convoke-agents/issues
30
+ - Tag with: `workflow:proof-of-value` and `v1.2.0`
@@ -0,0 +1,26 @@
1
+ ---
2
+ workflow: proof-of-value
3
+ type: step-file
4
+ description: Validate business value and market demand
5
+ author: Wade (lean-experiments-specialist)
6
+ version: 1.2.0
7
+ ---
8
+
9
+ # Proof-of-Value Workflow
10
+
11
+ Validate that you SHOULD build this (business case) after proving you CAN.
12
+
13
+ ## Steps Overview
14
+
15
+ 1. **Define Value Hypothesis** - What value does this create?
16
+ 2. **Design Value Test** - How will you validate demand?
17
+ 3. **Run Market Experiment** - Test with real users/customers
18
+ 4. **Measure Willingness to Pay** - Will they pay? How much?
19
+ 5. **Calculate Business Case** - Is this viable?
20
+ 6. **Document Decision** - Build, pivot, or kill?
21
+
22
+ ---
23
+
24
+ ## INITIALIZATION
25
+
26
+ Load step: {project-root}/_bmad/bme/_vortex/workflows/proof-of-value/steps/step-01-value-hypothesis.md
@@ -0,0 +1,69 @@
1
+ ---
2
+ step: 1
3
+ workflow: research-convergence
4
+ title: Setup & Input Validation
5
+ ---
6
+
7
+ # Step 1: Setup & Input Validation
8
+
9
+ Before we synthesize anything, we need to know exactly what research we're working with and verify it's ready for convergence.
10
+
11
+ ## Why This Matters
12
+
13
+ Three patterns converge on this insight: the quality of your problem definition is directly tied to the quality and completeness of the research feeding it. Garbage in, garbage out. This step ensures we start with solid foundations by validating your input artifacts against the HC1 schema — or guiding you to provide what's needed if your research comes from outside the Vortex pattern.
14
+
15
+ ## Your Task
16
+
17
+ ### 1. What Artifacts Do You Have?
18
+
19
+ Mila expects research artifacts — ideally produced by Isla's workflows as HC1-compliant empathy artifacts:
20
+ - **Empathy maps** (from Isla's `empathy-map` workflow)
21
+ - **Interview syntheses** (from Isla's `user-interview` workflow)
22
+ - **Observation reports** (from Isla's `user-discovery` workflow)
23
+
24
+ You can also bring **any well-formed research input** — Mila accepts artifacts from outside the Vortex pattern. They don't have to be HC1-compliant, but having structured research makes convergence stronger.
25
+
26
+ ### 2. List Your Input Artifacts
27
+
28
+ Please provide the file paths or describe the artifacts you want to synthesize. For example:
29
+ - `_bmad-output/vortex-artifacts/hc1-empathy-map-busy-parents-2026-02-20.md`
30
+ - `_bmad-output/vortex-artifacts/hc1-interview-synthesis-2026-02-21.md`
31
+ - Or: "I have interview notes in a Google Doc and survey results in a spreadsheet"
32
+
33
+ ### 3. Input Validation
34
+
35
+ I'll check each artifact against the HC1 schema to assess readiness:
36
+
37
+ **HC1 Frontmatter Check:**
38
+ - `contract: HC1`
39
+ - `type: artifact`
40
+ - `source_agent` (who produced it)
41
+ - `source_workflow` (which workflow)
42
+ - `target_agents: [mila]`
43
+ - `input_artifacts` (upstream references)
44
+ - `created` (date)
45
+
46
+ **HC1 Body Section Check:**
47
+ - Executive Summary
48
+ - Research Context
49
+ - Synthesized Insights
50
+ - Key Themes
51
+ - Pain Points
52
+ - Desired Gains
53
+ - Recommendations
54
+
55
+ **If artifacts are non-conforming:** That's okay — we don't reject research. I'll guide you to identify which sections are present and which gaps we need to work around during synthesis. The data shows that even partial research can produce useful convergence when we're explicit about what evidence we have and what we're missing.
56
+
57
+ > For the full HC1 schema reference, see `{project-root}/_bmad/bme/_vortex/contracts/hc1-empathy-artifacts.md`
58
+
59
+ ---
60
+
61
+ ## Your Turn
62
+
63
+ Please list your input artifacts — file paths, descriptions, or both. I'll validate them and we'll proceed to analysis.
64
+
65
+ ## Next Step
66
+
67
+ When your artifacts are listed and validated, I'll load:
68
+
69
+ {project-root}/_bmad/bme/_vortex/workflows/research-convergence/steps/step-02-context.md
@@ -0,0 +1,70 @@
1
+ ---
2
+ step: 2
3
+ workflow: research-convergence
4
+ title: Context Loading & Analysis
5
+ ---
6
+
7
+ # Step 2: Context Loading & Analysis
8
+
9
+ Now that we know what artifacts we're working with, let's load them all and start identifying what the research is collectively telling us.
10
+
11
+ ## Why This Matters
12
+
13
+ Individual research artifacts each tell part of the story. The data shows that the real insights emerge when you lay them side by side and look for where they agree, where they disagree, and where they're silent. Cross-artifact analysis is where convergence begins.
14
+
15
+ ## Your Task
16
+
17
+ ### 1. Load All Input Artifacts
18
+
19
+ Read through each of your input artifacts completely. Don't skim — the details matter for synthesis.
20
+
21
+ For each artifact, note:
22
+ - **Who** was researched (user segments, personas, interview subjects)
23
+ - **What** was discovered (key findings, insights, themes)
24
+ - **How strong** the evidence is (direct quotes, observed behavior, survey data, or assumptions)
25
+
26
+ ### 2. Cross-Artifact Analysis
27
+
28
+ Now look across all your artifacts together. Here's what the research is telling us — or rather, here's how to listen:
29
+
30
+ **Themes:** What topics or concerns appear in multiple artifacts?
31
+ - Example: "Both the empathy map and interview synthesis mention time pressure as a recurring theme"
32
+
33
+ **Patterns:** What behaviors or needs show up repeatedly?
34
+ - Example: "Three separate artifacts reference users creating workarounds for the same limitation"
35
+
36
+ **Contradictions:** Where do artifacts disagree or present conflicting evidence?
37
+ - Example: "The empathy map suggests users want more features, but interviews reveal they feel overwhelmed by current complexity"
38
+
39
+ **Evidence Gaps:** What questions remain unanswered across all artifacts?
40
+ - Example: "We have strong evidence about pain points but almost no data on what users would consider a successful outcome"
41
+
42
+ ### 3. Synthesis Inventory
43
+
44
+ Based on your cross-artifact analysis, build a mental model of what the artifacts collectively tell us. You don't need to write a formal document here — the HC2 problem definition comes in Step 5. Instead, organize your thinking:
45
+
46
+ - **Strongest signal:** What finding has the most evidence behind it?
47
+ - **Most surprising insight:** What did you not expect to find?
48
+ - **Biggest gap:** What do you wish you knew but don't?
49
+ - **Emerging problem shape:** If you had to describe the core problem in one sentence right now, what would it be?
50
+
51
+ ---
52
+
53
+ ## Example Cross-Artifact Analysis
54
+
55
+ **From 3 artifacts** (empathy map, interview synthesis, observation report):
56
+ - **Theme:** Time pressure appears in all 3 artifacts — users consistently mention feeling rushed
57
+ - **Pattern:** 2 of 3 artifacts show users building personal workarounds (spreadsheets, sticky notes) for the same data consolidation problem
58
+ - **Contradiction:** Empathy map suggests users want more features; interviews reveal they feel overwhelmed by current complexity
59
+ - **Gap:** Strong evidence on pain points, but almost no data on what "success" looks like to users
60
+ - **Emerging problem shape:** "Users spend more time gathering data than acting on it, and they've given up asking for help"
61
+
62
+ ## Your Turn
63
+
64
+ Walk me through your cross-artifact analysis. What themes, patterns, contradictions, and gaps do you see? Three patterns converge on this insight — share what you're finding and I'll help you sharpen it.
65
+
66
+ ## Next Step
67
+
68
+ When we've mapped the cross-artifact landscape, I'll load:
69
+
70
+ {project-root}/_bmad/bme/_vortex/workflows/research-convergence/steps/step-03-jtbd-framing.md
@@ -0,0 +1,81 @@
1
+ ---
2
+ step: 3
3
+ workflow: research-convergence
4
+ title: Jobs-to-be-Done Framing
5
+ ---
6
+
7
+ # Step 3: Jobs-to-be-Done Framing
8
+
9
+ Time to take everything we've analyzed and frame it through the Jobs-to-be-Done lens. This is where scattered findings become an actionable problem statement.
10
+
11
+ ## Why This Matters
12
+
13
+ JTBD framing turns observations into actionable problem statements. Instead of listing what users do or feel, we define what they're trying to accomplish — and that's what drives solutions. Across all our research, the core problem is always rooted in an unmet job.
14
+
15
+ ## Your Task
16
+
17
+ ### 1. Frame the Primary JTBD
18
+
19
+ Using the evidence from your artifacts, complete this structure:
20
+
21
+ > **When** [situation — the triggering context],
22
+ > **I want to** [motivation — what the user wants to accomplish],
23
+ > **so I can** [expected outcome — the desired end state].
24
+
25
+ **Tips for Strong JTBD Framing:**
26
+ - The **situation** should come directly from your research (observed contexts, interview triggers)
27
+ - The **motivation** should reflect what users actually said or did, not what we assume they want
28
+ - The **expected outcome** should describe a changed state, not a feature
29
+
30
+ **Example:**
31
+ > **When** I'm managing multiple marketing campaigns across 6 different tools,
32
+ > **I want to** see all campaign performance in one place,
33
+ > **so I can** make real-time optimization decisions without wasting 2 hours on data consolidation.
34
+
35
+ ### 2. Extract Job Types
36
+
37
+ From the artifact evidence, identify:
38
+
39
+ **Functional Job** *(required)*
40
+ The practical task the user is trying to accomplish.
41
+ - What observable action are they performing?
42
+ - What's the measurable outcome they need?
43
+
44
+ **Emotional Job** *(if evidence supports)*
45
+ How the user wants to feel while doing the job.
46
+ - What emotions surfaced in interviews or observations?
47
+ - What anxieties or frustrations did the research capture?
48
+
49
+ **Social Job** *(if evidence supports)*
50
+ How the user wants to be perceived by others.
51
+ - What social dynamics emerged from the research?
52
+ - How does the user's role or reputation connect to this job?
53
+
54
+ ### 3. Ground Every Claim in Evidence
55
+
56
+ For each element of your JTBD, note which artifact supports it:
57
+ - "Situation comes from empathy map (artifact 1) — user context section"
58
+ - "Motivation from interview synthesis (artifact 2) — direct quote: '...'"
59
+ - "Outcome from observation report (artifact 3) — observed behavior"
60
+
61
+ The data shows that JTBD statements grounded in specific evidence are far more useful than those based on intuition.
62
+
63
+ ---
64
+
65
+ ## Your Turn
66
+
67
+ Draft your Primary JTBD statement and identify the Functional, Emotional, and Social jobs. Link each to specific artifact evidence.
68
+
69
+ ---
70
+
71
+ **[a]** Advanced Elicitation — Deep dive into JTBD framing with guided questioning
72
+ **[p]** Party Mode — Bring in other Vortex agents for collaborative discussion
73
+ **[c]** Continue — Move to Pains & Gains analysis
74
+
75
+ ---
76
+
77
+ ## Next Step
78
+
79
+ When your JTBD is framed and grounded in evidence, I'll load:
80
+
81
+ {project-root}/_bmad/bme/_vortex/workflows/research-convergence/steps/step-04-pains-gains.md