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,255 @@
1
+ # Liam User Guide - Hypothesis Engineer 💡
2
+
3
+ **Agent:** Liam (hypothesis-engineer)
4
+ **Version:** 1.6.0
5
+ **Module:** Convoke (bme) - Vortex Pattern
6
+ **Last Updated:** 2026-02-25
7
+
8
+ ---
9
+
10
+ ## Quick Start
11
+
12
+ **Who is Liam?**
13
+ Liam is a Hypothesis Engineer — a creative peer who ideates alongside you, not from a distance. He guides you through the "Hypothesize" stream of the Vortex pattern, turning validated problem definitions into testable solution hypotheses with structured brainwriting, 4-field hypothesis contracts, assumption risk mapping, and experiment design. Every hypothesis Liam produces has an explicit riskiest assumption identified upfront — because if you can't prove it wrong, it's not a hypothesis.
14
+
15
+ **When to use Liam:**
16
+ - Engineering testable hypotheses from a validated problem definition (HC2)
17
+ - Running structured brainwriting to generate ideas that go beyond the obvious
18
+ - Producing 1-3 hypothesis contracts in the 4-field format (Expected Outcome, Target Behavior Change, Rationale, Riskiest Assumption)
19
+ - Mapping and classifying assumptions by lethality × uncertainty
20
+ - Designing experiments that target the riskiest assumption first
21
+ - Producing experiment briefs with pre-defined success criteria for Wade to execute
22
+
23
+ **Liam vs. General Brainstorming — which do I need?**
24
+
25
+ | | Liam 💡 (Structured Brainwriting) | General Brainstorming |
26
+ |---|---|---|
27
+ | **Process** | 3-round structured brainwriting (obvious → bold → synthesis) | Freeform idea generation |
28
+ | **Output** | 1-3 hypothesis contracts in 4-field format | List of ideas |
29
+ | **Rigor** | Every hypothesis must be falsifiable | No falsifiability check |
30
+ | **Assumptions** | Explicitly mapped by lethality × uncertainty | Implicit, unexamined |
31
+ | **Next step** | Test the riskiest assumption first | "Pick the best idea" |
32
+
33
+ **Decision aid:** If you need to turn a problem definition into testable, investment-grade hypotheses with explicit assumptions and experiment-ready structure → **Liam**. If you just want to generate a list of ideas without rigor → general brainstorming (but you'll end up back here eventually).
34
+
35
+ **What you'll get:**
36
+ Hypothesis contracts (HC3 artifacts) containing 1-3 testable hypotheses in 4-field format, an assumption risk map prioritized by lethality × uncertainty, recommended testing order, and optionally an enriched HC3 with experiment parameters ready for Wade to execute.
37
+
38
+ ---
39
+
40
+ ## How to Invoke Liam
41
+
42
+ ### Method 1: Direct Agent File Reading (Recommended)
43
+
44
+ Read Liam's agent file to activate him. This works in any environment:
45
+
46
+ **Claude Code:**
47
+ ```
48
+ Read the file at _bmad/bme/_vortex/agents/hypothesis-engineer.md
49
+ ```
50
+
51
+ **Terminal:**
52
+ ```bash
53
+ cat _bmad/bme/_vortex/agents/hypothesis-engineer.md
54
+ ```
55
+
56
+ **Claude.ai:** Copy the contents of `_bmad/bme/_vortex/agents/hypothesis-engineer.md` and paste into the chat.
57
+
58
+ ---
59
+
60
+ ### Method 2: Slash Command (BMAD Environments Only)
61
+
62
+ If your environment supports BMAD slash commands:
63
+
64
+ ```
65
+ /bmad-agent-bme-hypothesis-engineer
66
+ ```
67
+
68
+ ---
69
+
70
+ ## Liam's Menu Options
71
+
72
+ Once Liam activates, you'll see menu options for his available workflows:
73
+
74
+ ```
75
+ 1. [MH] Redisplay Menu Help
76
+ 2. [CH] Chat with Liam about hypothesis engineering, assumption mapping, or experiment design
77
+ 3. [HE] Hypothesis Engineering: Engineer testable hypotheses from validated problem definitions
78
+ 4. [AM] Assumption Mapping: Surface and classify hidden assumptions by risk
79
+ 5. [ED] Experiment Design: Design experiments targeting riskiest assumptions first
80
+ 6. [PM] Start Party Mode
81
+ 7. [DA] Dismiss Agent
82
+ ```
83
+
84
+ ### How to Select an Option
85
+
86
+ 1. **Number:** Type `3` to select option 3
87
+ 2. **Command Code:** Type `HE` to start hypothesis engineering
88
+ 3. **Fuzzy Match:** Type `hypothesis` or `assumption` - Liam will match the command
89
+
90
+ ---
91
+
92
+ ## Workflows
93
+
94
+ ### [HE] Hypothesis Engineering (5 steps)
95
+
96
+ Engineer testable hypotheses from validated problem definitions using structured 3-round brainwriting. Takes an HC2 problem definition (from Mila) and produces 1-3 hypothesis contracts in the 4-field format with an assumption risk map and recommended testing order.
97
+
98
+ **Steps:**
99
+ 1. Setup & Input Validation
100
+ 2. Problem Context & Opportunity Mapping
101
+ 3. Structured Brainwriting & Hypothesis Drafting
102
+ 4. Assumption Extraction & Risk Mapping
103
+ 5. Synthesize & Route
104
+
105
+ **Output:** `{output_folder}/vortex-artifacts/hc3-hypothesis-contract-{date}.md`
106
+ **Time:** 90-120 minutes
107
+
108
+ **The 3-Round Brainwriting Process:**
109
+ - **Round 1 (Obvious):** Generate the safe, expected hypotheses — get them out of your system
110
+ - **Round 2 (Bold):** Push past the obvious — what's the version that scares you a little?
111
+ - **Round 3 (Synthesis):** Combine, refine, and sharpen into 1-3 investment-grade hypothesis contracts
112
+
113
+ ---
114
+
115
+ ### [AM] Assumption Mapping (4 steps)
116
+
117
+ Deep-dive assumption analysis across your hypothesis contracts. Surfaces unstated assumptions, classifies them by lethality × uncertainty, and produces a prioritized testing order. This is a standalone workflow for when stakes are high or when you need to re-map assumptions after new evidence.
118
+
119
+ **Steps:**
120
+ 1. Setup & Input Validation
121
+ 2. Assumption Inventory & Extraction
122
+ 3. Classification & Risk Mapping
123
+ 4. Synthesize & Route
124
+
125
+ **Output:** Working document (enriches existing risk map — no separate artifact file)
126
+ **Time:** 45-90 minutes
127
+
128
+ **When to use Assumption Mapping vs. Hypothesis Engineering:**
129
+ - **Hypothesis Engineering** includes assumption mapping as step 4 — sufficient for most cases
130
+ - **Assumption Mapping** is a standalone deep-dive for when you need to re-examine assumptions with fresh evidence, analyze across multiple hypotheses, or when stakes are high enough to warrant a dedicated pass
131
+
132
+ ---
133
+
134
+ ### [ED] Experiment Design (4 steps)
135
+
136
+ Design experiments targeting the riskiest assumptions first — methodology, success criteria, metrics, and duration. Takes a validated HC3 (with assumption risk map) and produces an enriched HC3 with experiment parameters that Wade can execute.
137
+
138
+ **Steps:**
139
+ 1. Setup & Input Validation
140
+ 2. Hypothesis Context & Experiment Targets
141
+ 3. Experiment Methodology & Success Criteria
142
+ 4. Synthesize & Route
143
+
144
+ **Output:** `{output_folder}/vortex-artifacts/hc3-experiment-design-{date}.md`
145
+ **Time:** 60-120 minutes
146
+
147
+ **The key rule:** Define success before you see results. Pre-defined success criteria prevent teams from moving the goalposts after data comes in. You commit to what success looks like before the experiment runs — and you hold yourself to it.
148
+
149
+ **Methodology options:** User Interview, Concierge Test, Landing Page / Smoke Test, Prototype Test, A/B Test, Wizard of Oz
150
+
151
+ ---
152
+
153
+ ### Assumption Flagging → Isla Backflow (HC9)
154
+
155
+ Sometimes during hypothesis engineering, Liam identifies an assumption that is too risky to test without prior validation from real users. When this happens:
156
+
157
+ 1. Liam surfaces an assumption with **HIGH lethality** and **HIGH uncertainty** — if it's wrong, the hypothesis collapses, and there's no evidence either way
158
+ 2. This assumption is flagged in the HC3's **Flagged Concerns** section (optional Section 5)
159
+ 3. The Compass routing suggests: → Isla 🔍 `user-interview` — ⚡ Unvalidated assumption flagged (HC9)
160
+ 4. Isla conducts targeted user research to validate or invalidate the specific assumption
161
+ 5. You return to Liam with validated evidence and continue hypothesis engineering with stronger foundations
162
+
163
+ **When this happens:** When Liam's workflow identifies assumptions that are foundational to the hypothesis but have zero supporting evidence. Testing the hypothesis without validating these assumptions first would be building on sand.
164
+
165
+ **What it looks like in the HC3:**
166
+
167
+ ```markdown
168
+ ### 5. Flagged Concerns
169
+
170
+ | Concern | Impact | Recommended Action |
171
+ |---------|--------|-------------------|
172
+ | "Users actually want X" is unvalidated | If wrong, invalidates H1 and H2 entirely | Route to Isla for targeted user interviews |
173
+ ```
174
+
175
+ ---
176
+
177
+ ## Liam's Philosophy: Hypotheses as Craft
178
+
179
+ ### The Hypothesize Stream (Vortex Pattern)
180
+
181
+ Liam guides teams through the "Hypothesize" stream (Stream 4):
182
+ - **Structured brainwriting produces better ideas than unstructured brainstorming** — constraints breed creativity
183
+ - **4-field hypothesis contracts force clarity** — every hypothesis has an expected outcome, target behavior change, rationale, and riskiest assumption
184
+ - **Assumption mapping separates what we know from what we think we know** — surface the hidden bets
185
+ - **The riskiest assumption gets tested first, not the easiest one** — prioritize by lethality × uncertainty
186
+ - **Good hypotheses are falsifiable** — if you can't prove it wrong, it's not a hypothesis
187
+
188
+ ---
189
+
190
+ ## Chatting with Liam (CH)
191
+
192
+ Select **[CH] Chat** to discuss:
193
+ - Hypothesis engineering and the 4-field contract format
194
+ - Structured brainwriting techniques and ideation methods
195
+ - Assumption mapping and risk classification
196
+ - Experiment design and methodology selection
197
+ - When to use which Liam workflow
198
+ - How to strengthen weak hypotheses
199
+
200
+ **Example questions:**
201
+ - "How do I write a strong riskiest assumption?"
202
+ - "What's the difference between hypothesis engineering and assumption mapping?"
203
+ - "When should I run experiment design vs. handing off to Wade directly?"
204
+ - "How do I know if my hypothesis is falsifiable?"
205
+ - "What makes a good 4-field hypothesis contract?"
206
+ - "When should I flag an assumption for Isla instead of testing it?"
207
+ - "How do I pick between a concierge test and a prototype test?"
208
+ - "What if my brainwriting only produces obvious ideas?"
209
+
210
+ ---
211
+
212
+ ## Troubleshooting
213
+
214
+ ### Error: "Configuration Error: Cannot load config file"
215
+
216
+ **How to fix:**
217
+ 1. Check if `_bmad/bme/_vortex/config.yaml` exists
218
+ 2. If missing: `npx convoke-install-vortex`
219
+
220
+ ### Error: "Workflow Error: Cannot load hypothesis engineering workflow"
221
+
222
+ **How to fix:**
223
+ 1. Check workflow files exist in `_bmad/bme/_vortex/workflows/`
224
+ 2. Run `npx convoke-doctor` to diagnose
225
+ 3. If missing: `npx convoke-install-vortex`
226
+
227
+ ---
228
+
229
+ ## Tips from Liam
230
+
231
+ ### "The 4-field contract is your clarity checkpoint"
232
+ If you can't fill in all four fields — Expected Outcome, Target Behavior Change, Rationale, Riskiest Assumption — you don't have a hypothesis yet. You have a hunch. That's fine as a starting point, but don't ship hunches to Wade. Sharpen until every field is specific and falsifiable.
233
+
234
+ ### "Your riskiest assumption is the one that kills everything"
235
+ Not the assumption that's easiest to test. Not the one you're most curious about. The one that, if wrong, makes the entire hypothesis collapse. Find that one. Test it first. Everything else can wait.
236
+
237
+ ### "Structured brainwriting beats brainstorming because constraints breed creativity"
238
+ Round 1 gets the obvious ideas out. Round 2 pushes you past comfortable. Round 3 synthesizes the best of both into something you couldn't have reached by freeform brainstorming alone. Trust the structure — it works because it forces you to go further than you would on your own.
239
+
240
+ ### "If you can't prove it wrong, it's not a hypothesis"
241
+ This is the fundamental test. If there's no result that would make you say "we were wrong," you're not testing anything — you're confirming what you already believe. That's not hypothesis engineering. That's validation theater.
242
+
243
+ ---
244
+
245
+ ## Credits
246
+
247
+ **Agent:** Liam (hypothesis-engineer)
248
+ **Module:** Convoke (bme)
249
+ **Submodule:** Vortex Pattern (`_vortex`)
250
+ **Stream:** Hypothesize (Stream 4)
251
+ **Version:** 1.6.0
252
+
253
+ ---
254
+
255
+ **Questions?** Chat with Liam (CH) — he'll challenge your assumptions and help you build hypotheses worth testing! 💡
@@ -0,0 +1,213 @@
1
+ # Max User Guide - Learning & Decision Expert 🧭
2
+
3
+ **Agent:** Max (learning-decision-expert)
4
+ **Version:** 1.5.0
5
+ **Module:** Convoke (bme) - Vortex Pattern
6
+ **Last Updated:** 2026-02-20
7
+
8
+ ---
9
+
10
+ ## Quick Start
11
+
12
+ **Who is Max?**
13
+ Max is a validated learning synthesizer and strategic decision expert. He helps teams turn experiment results into clear decisions using structured frameworks. He guides you through the "Systematize" stream of the Vortex pattern — capturing learnings, making pivot/patch/persevere decisions, and navigating between Vortex streams.
14
+
15
+ **When to use Max:**
16
+ - After running experiments (with Wade) — capture what you learned
17
+ - When you need to decide: pivot, patch, or persevere
18
+ - When you're unsure which Vortex stream to focus on next
19
+ - When experiment data needs structured analysis
20
+ - When the team needs to align on a strategic decision
21
+
22
+ **What you'll get:**
23
+ Learning cards, pivot/patch/persevere assessments, Vortex navigation recommendations — all evidence-based and decision-focused.
24
+
25
+ ---
26
+
27
+ ## How to Invoke Max
28
+
29
+ ### Method 1: Direct Agent File Reading (Recommended)
30
+
31
+ Read Max's agent file to activate him. This works in any environment:
32
+
33
+ **Claude Code:**
34
+ ```
35
+ Read the file at _bmad/bme/_vortex/agents/learning-decision-expert.md
36
+ ```
37
+
38
+ **Terminal:**
39
+ ```bash
40
+ cat _bmad/bme/_vortex/agents/learning-decision-expert.md
41
+ ```
42
+
43
+ **Claude.ai:** Copy the contents of `_bmad/bme/_vortex/agents/learning-decision-expert.md` and paste into the chat.
44
+
45
+ ---
46
+
47
+ ### Method 2: Slash Command (BMAD Environments Only)
48
+
49
+ If your environment supports BMAD slash commands:
50
+
51
+ ```
52
+ /bmad-agent-bme-learning-decision-expert
53
+ ```
54
+
55
+ ---
56
+
57
+ ## Max's Menu Options
58
+
59
+ Once Max activates, you'll see menu options for his available workflows:
60
+
61
+ ```
62
+ 1. [MH] Redisplay Menu Help
63
+ 2. [CH] Chat with Max about validated learning, decisions, and strategy
64
+ 3. [LC] Learning Card: Capture what was tested, learned, and decided
65
+ 4. [PP] Pivot/Patch/Persevere: Decision framework after experiments
66
+ 5. [VN] Vortex Navigation: Decide which stream to focus on next
67
+ 6. [VE] Validate: Review learning cards and decision artifacts
68
+ 7. [PM] Start Party Mode
69
+ 8. [DA] Dismiss Agent
70
+ ```
71
+
72
+ ### How to Select an Option
73
+
74
+ 1. **Number:** Type `3` to select option 3
75
+ 2. **Command Code:** Type `LC` to create a learning card
76
+ 3. **Fuzzy Match:** Type `learning` or `pivot` - Max will match the command
77
+
78
+ ---
79
+
80
+ ## Workflows
81
+
82
+ ### [LC] Learning Card (6 steps)
83
+
84
+ Capture validated learnings from experiments as structured learning cards.
85
+
86
+ **Steps:**
87
+ 1. Experiment Context
88
+ 2. Raw Results
89
+ 3. Analysis
90
+ 4. Validated Learning
91
+ 5. Implications
92
+ 6. Synthesize
93
+
94
+ **Output:** `{output_folder}/learning-card-{experiment-name}-{date}.md`
95
+ **Time:** 30-45 minutes
96
+
97
+ ---
98
+
99
+ ### [PP] Pivot/Patch/Persevere (6 steps)
100
+
101
+ Structured decision framework for deciding direction after experiments.
102
+
103
+ **Steps:**
104
+ 1. Evidence Review
105
+ 2. Hypothesis Assessment
106
+ 3. Option Analysis (Pivot/Patch/Persevere)
107
+ 4. Stakeholder Input
108
+ 5. Decision
109
+ 6. Action Plan
110
+
111
+ **Output:** `{output_folder}/pivot-patch-persevere-{topic}-{date}.md`
112
+ **Time:** 45-90 minutes
113
+
114
+ **The Three Options:**
115
+ - **Pivot** - Change direction fundamentally (new hypothesis, new segment, new approach)
116
+ - **Patch** - Adjust the current approach (tweak, iterate, refine)
117
+ - **Persevere** - Stay the course (evidence supports the current direction)
118
+
119
+ ---
120
+
121
+ ### [VN] Vortex Navigation (6 steps)
122
+
123
+ Decide which Vortex stream to focus on next based on current evidence and gaps.
124
+
125
+ **Steps:**
126
+ 1. Current State Assessment
127
+ 2. Evidence Inventory
128
+ 3. Gap Analysis
129
+ 4. Stream Evaluation
130
+ 5. Recommendation
131
+ 6. Navigation Plan
132
+
133
+ **Output:** `{output_folder}/vortex-navigation-{date}.md`
134
+ **Time:** 30-60 minutes
135
+
136
+ ---
137
+
138
+ ## Max's Philosophy: Data Tells a Story
139
+
140
+ ### The Systematize Stream (Vortex Pattern)
141
+
142
+ Max guides teams through the "Systematize" stream:
143
+ - **Data tells a story — learn to read it** - Raw data is noise until you extract the signal
144
+ - **Every experiment has a lesson, even failed ones** - Negative results are still validated learning
145
+ - **Decide and move — analysis paralysis kills innovation** - Make the best decision with available evidence, then act
146
+ - **Pivot is not failure, it's intelligence** - Changing direction based on evidence is a sign of strength
147
+ - **Systematize what you learn** - Captured learning compounds; uncaptured learning evaporates
148
+
149
+ ---
150
+
151
+ ## Chatting with Max (CH)
152
+
153
+ Select **[CH] Chat** to discuss:
154
+ - Validated learning methodology
155
+ - Experiment result interpretation
156
+ - Strategic decision-making frameworks
157
+ - Pivot vs. persevere decisions
158
+ - Evidence-based product strategy
159
+ - Vortex stream navigation
160
+
161
+ **Example questions:**
162
+ - "I ran several experiments and need to decide what to do next"
163
+ - "How do I know if my experiment results are significant?"
164
+ - "When should I pivot vs. persevere?"
165
+ - "Which Vortex stream should I focus on?"
166
+ - "How do I capture learnings so my team doesn't repeat mistakes?"
167
+
168
+ ---
169
+
170
+ ## Troubleshooting
171
+
172
+ ### Error: "Configuration Error: Cannot load config file"
173
+
174
+ **How to fix:**
175
+ 1. Check if `_bmad/bme/_vortex/config.yaml` exists
176
+ 2. If missing: `npx convoke-install-vortex`
177
+
178
+ ### Error: "Cannot load learning workflow"
179
+
180
+ **How to fix:**
181
+ 1. Check workflow files exist in `_bmad/bme/_vortex/workflows/`
182
+ 2. Run `npx convoke-doctor` to diagnose
183
+ 3. If missing: `npx convoke-install-vortex`
184
+
185
+ ---
186
+
187
+ ## Tips from Max
188
+
189
+ ### "Separate observation from interpretation"
190
+ When capturing experiment results, first record what happened (raw data). Then, separately, analyze what it means. Mixing the two leads to confirmation bias.
191
+
192
+ ### "The evidence suggests..."
193
+ Start every decision discussion with evidence, not opinion. If you can't point to data, you're guessing — and that's okay, as long as you know you're guessing.
194
+
195
+ ### "Three options, always"
196
+ When facing a decision, always generate at least three options. The first two feel obvious. The third often reveals the real insight.
197
+
198
+ ### "Failed experiments are the most valuable"
199
+ A "failed" experiment that clearly invalidates an assumption saves months of building the wrong thing. Celebrate the learning, not just the success.
200
+
201
+ ---
202
+
203
+ ## Credits
204
+
205
+ **Agent:** Max (learning-decision-expert)
206
+ **Module:** Convoke (bme)
207
+ **Submodule:** Vortex Pattern (`_vortex`)
208
+ **Stream:** Systematize (Stream 7)
209
+ **Version:** 1.5.0
210
+
211
+ ---
212
+
213
+ **Questions?** Chat with Max (CH) - he's here to help you turn data into decisions! 🧭