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,76 @@
1
+ ---
2
+ contract: HC5
3
+ type: artifact
4
+ source_agent: noah
5
+ source_workflow: signal-interpretation
6
+ target_agents: [max]
7
+ input_artifacts:
8
+ - path: "_bmad-output/vortex-artifacts/hc4-decision-eliminator-concierge-2026-02-15.md"
9
+ contract: HC4
10
+ created: 2026-02-26
11
+ ---
12
+
13
+ # HC5 Signal Report: 5:30 PM Decision Eliminator — Post-Graduation Production Signal
14
+
15
+ > **This is an example artifact** demonstrating the HC5 schema format. It shows what a real output from Noah's signal-interpretation workflow looks like — a production signal interpreted through experiment lineage with trend analysis, anomaly detection, and data quality assessment. This example continues the "Busy Parents Meal Planning" domain from the HC2 and HC3 examples.
16
+
17
+ ## 1. Signal Description
18
+
19
+ | Field | Details |
20
+ |-------|---------|
21
+ | **Signal Summary** | Context-aware dinner suggestion feature is driving a 79% action rate among active users, exceeding the 60% experiment threshold, but suggestion requests are clustering 45-90 minutes earlier than the designed 5:30 PM intervention point. |
22
+ | **Signal Type** | Behavior Pattern |
23
+ | **Severity** | Warning |
24
+ | **Detection Method** | Production metric monitoring — daily active usage analytics combined with timestamp analysis of suggestion request patterns over 4-week post-graduation observation period. |
25
+ | **Time Window** | 2026-02-01 to 2026-02-26 (4 weeks post-graduation) |
26
+ | **Affected Scope** | 847 active users across 3 metropolitan areas (San Francisco, Austin, Denver). All user segments affected — both early adopters and general rollout users show the same timing shift. |
27
+
28
+ ## 2. Context
29
+
30
+ ### Experiment Lineage
31
+
32
+ | Field | Details |
33
+ |-------|---------|
34
+ | **Originating Experiment** | "5:30 PM Decision Eliminator" concierge test — 18 parents received manually curated dinner suggestions via text message for 2 weeks. Reference: `_bmad-output/vortex-artifacts/hc4-decision-eliminator-concierge-2026-02-15.md` |
35
+ | **Original Hypothesis** | We believe that busy dual-income parents will act on a context-aware dinner suggestion within 3 minutes of receiving it because they are desperate to eliminate the daily decision burden and will trade control for speed when the suggestion accounts for what's already in their kitchen. (HC3 Hypothesis 1) |
36
+ | **Experiment Outcome** | Confirmed — 14 of 18 participants (78%) acted on suggestions without requesting alternatives within the first week. Action rate increased to 83% in week 2. Average decision time dropped from 18 minutes to 2.4 minutes. |
37
+ | **Expected Production Behavior** | At scale, action rate expected to stabilize between 60-75% (lower than concierge due to algorithm vs. human curation). Decision time expected to remain under 5 minutes for users who act on suggestions. Suggestion timing anchored at 5:30 PM based on experiment finding that 22 of 28 participants described the "5:30 PM panic" moment. |
38
+ | **Actual vs Expected** | Action rate is 79% — exceeding the upper bound of expected range (75%). This is a positive divergence. However, 62% of suggestion requests are occurring between 4:00-4:45 PM rather than at the designed 5:30 PM trigger. Users are proactively opening the app earlier than the push notification is sent. The timing assumption — that 5:30 PM is the critical intervention point — appears partially wrong. |
39
+
40
+ ### Vortex History
41
+
42
+ | Field | Details |
43
+ |-------|---------|
44
+ | **Problem Definition** | HC2 problem definition: "Busy dual-income parents spend more time deciding what to feed their families than actually preparing meals." Reference: `_bmad-output/vortex-artifacts/hc2-problem-definition-busy-parents-2026-02-23.md` |
45
+ | **Hypothesis Origin** | HC3 hypothesis contract: Hypothesis 1 "The 5:30 PM Decision Eliminator." The riskiest assumption was A1: "Parents will trust an automated suggestion enough to act without deliberating." Reference: `_bmad-output/vortex-artifacts/hc3-hypothesis-contract-busy-parents-2026-02-24.md` |
46
+ | **Previous Signals** | None — this is the first HC5 signal report for this experiment. |
47
+ | **Related Experiments** | HC3 Hypothesis 2 ("Guilt-Free Nutrition Signal") is in prototype testing. HC3 Hypothesis 3 ("Zero-Planning Pantry Match") is in Wizard of Oz testing. Neither has graduated to production yet. |
48
+
49
+ ## 3. Trend Analysis
50
+
51
+ | Field | Details |
52
+ |-------|---------|
53
+ | **Trend Direction** | Stable (action rate); Improving (early request behavior is increasing) |
54
+ | **Trend Duration** | 4 weeks of observation. Action rate stabilized in week 2 at 78-80%. Early request pattern emerged in week 2 and has increased from 48% to 62% of total requests over weeks 2-4. |
55
+ | **Rate of Change** | Action rate: +1% week-over-week (stabilizing). Early request percentage: +4.7% week-over-week (growing). Average suggestion-to-action time: 2.8 minutes (stable, well within 5-minute threshold). |
56
+ | **Baseline Comparison** | Experiment baseline: 78% action rate at 5:30 PM push notification. Production: 79% action rate but 62% of interactions are user-initiated before the push notification fires. The core metric (action rate) is tracking positively. The timing pattern is a divergence from the designed intervention model. |
57
+ | **Confidence** | High — 847 active users over 4 weeks provides sufficient sample size. Data collection is complete with no gaps. The early request pattern is statistically significant (p < 0.01 compared to expected 5:30 PM clustering). |
58
+
59
+ ## 4. Anomaly Detection
60
+
61
+ | Field | Details |
62
+ |-------|---------|
63
+ | **Anomaly Description** | Users are proactively requesting dinner suggestions between 4:00-4:45 PM — approximately 45-90 minutes before the designed 5:30 PM push notification. This behavior was not observed in the concierge experiment, where participants received suggestions at 5:30 PM and responded to them. In production, users are seeking the suggestion before it arrives. |
64
+ | **Deviation from Expected** | The experiment validated that 5:30 PM is the "panic moment" based on 22 of 28 research participants. Production data shows users want the decision eliminated earlier — possibly during their commute or during afternoon planning rather than at the moment of kitchen arrival. The functional need (eliminate dinner decision) is confirmed, but the optimal timing assumption (5:30 PM) appears to be 45-90 minutes late. |
65
+ | **Potential Explanations** | (1) The concierge experiment delivered suggestions at 5:30 PM by design, so participants never had the option to request earlier — the timing preference was untestable in the experiment format. (2) Production users may be planning ahead during commute time (4:00-4:30 PM) rather than waiting until kitchen arrival. (3) The 5:30 PM "panic" identified in research may describe when stress peaks, not when users want the solution delivered — there may be a preparation window before the panic moment. |
66
+ | **Discovery Needed** | Yes |
67
+ | **Discovery Focus** | Route to Isla for targeted user research on preferred suggestion timing. Key questions: (1) Why are users opening the app at 4:00-4:45 PM? What are they doing at that moment? (2) Is earlier delivery (during commute) actually preferred, or are users checking preemptively out of anxiety? (3) Would adaptive timing (learn each user's preferred request time) increase action rates further? (4) Does the early request pattern differ between user segments (e.g., remote workers vs. commuters)? |
68
+
69
+ ## 5. Data Quality
70
+
71
+ | Field | Details |
72
+ |-------|---------|
73
+ | **Sample Size** | 847 active users generating 18,412 suggestion interactions over 4 weeks (average 5.4 interactions per user per week). |
74
+ | **Data Completeness** | Complete — all user interactions are logged with timestamps, action taken (yes/no/modified), and time-to-action. No data gaps during the observation period. One 4-hour logging outage on 2026-02-12 affected approximately 200 interactions; these were excluded from timing analysis but included in action rate calculations. |
75
+ | **Known Biases** | Early adopter bias — the first 4 weeks of production data skew toward users who actively sought out the feature. General rollout users (weeks 3-4) show similar action rates but slightly lower early-request behavior (55% vs. 68% for early adopters), suggesting the timing anomaly is real but may be slightly amplified by enthusiast behavior. |
76
+ | **Confidence Level** | High — sufficient sample size, near-complete data, identified biases are minor and documented. The core finding (action rate exceeding baseline) is robust. The timing anomaly finding is directionally strong but would benefit from Isla's qualitative research to understand user intent behind the timing shift. |
@@ -0,0 +1,232 @@
1
+ # Emma User Guide - Contextualization Expert 🎯
2
+
3
+ **Agent:** Emma (contextualization-expert)
4
+ **Version:** 1.6.4
5
+ **Module:** Convoke (bme) - Vortex Pattern
6
+ **Last Updated:** 2026-03-02
7
+
8
+ ---
9
+
10
+ ## Quick Start
11
+
12
+ **Who is Emma?**
13
+ Emma is a Contextualization Expert who helps teams establish strategic context before diving into solutions. She guides you through the "Contextualize" stream of the Vortex pattern — creating lean personas focused on jobs-to-be-done, defining product vision with strategic clarity, and deciding which problem space to investigate.
14
+
15
+ **When to use Emma:**
16
+ - Creating lean user personas focused on jobs-to-be-done (not demographics)
17
+ - Defining product vision and strategic scope
18
+ - Deciding which problem space to investigate and setting boundaries
19
+ - Challenging assumptions before building
20
+ - Aligning teams around the "why" before the "what"
21
+ - Validating existing personas and vision documents for completeness
22
+
23
+ **Emma vs. Isla — which agent do I need?**
24
+
25
+ | | Emma 🎯 (Contextualize) | Isla 🔍 (Empathize) |
26
+ |---|---|---|
27
+ | **When** | Before research — you need strategic context | During research — you need to understand users deeply |
28
+ | **Input** | Business context, market landscape, strategic goals | Real users, interview data, observations |
29
+ | **Output** | Lean personas, product vision, problem scope | Empathy maps, interview findings, discovery research |
30
+ | **Focus** | What is the landscape? (strategy-based) | Who are the users? (evidence-based) |
31
+
32
+ **Decision aid:** If you need to define the strategic context, create lean personas, or set product vision before research begins → **Emma**. If you have access to real users and need to understand them deeply → **Isla**.
33
+
34
+ **What you'll get:**
35
+ Lean personas focused on jobs-to-be-done and problem contexts, product vision documents with strategic clarity, and problem scope definitions with clear boundaries and assumption identification.
36
+
37
+ ---
38
+
39
+ ## How to Invoke Emma
40
+
41
+ ### Method 1: Direct Agent File Reading (Recommended)
42
+
43
+ Read Emma's agent file to activate her. This works in any environment:
44
+
45
+ **Claude Code:**
46
+ ```
47
+ Read the file at _bmad/bme/_vortex/agents/contextualization-expert.md
48
+ ```
49
+
50
+ **Terminal:**
51
+ ```bash
52
+ cat _bmad/bme/_vortex/agents/contextualization-expert.md
53
+ ```
54
+
55
+ **Claude.ai:** Copy the contents of `_bmad/bme/_vortex/agents/contextualization-expert.md` and paste into the chat.
56
+
57
+ ---
58
+
59
+ ### Method 2: Slash Command (BMAD Environments Only)
60
+
61
+ If your environment supports BMAD slash commands:
62
+
63
+ ```
64
+ /bmad-agent-bme-contextualization-expert
65
+ ```
66
+
67
+ ---
68
+
69
+ ## Emma's Menu Options
70
+
71
+ Once Emma activates, you'll see menu options for her available workflows:
72
+
73
+ ```
74
+ 1. [MH] Redisplay Menu Help
75
+ 2. [CH] Chat with Emma about contextualization, lean personas, or product vision
76
+ 3. [LP] Create Lean Persona: Rapid user persona in 6 steps
77
+ 4. [PV] Define Product Vision: Strategic vision and scope in 6 steps
78
+ 5. [CS] Contextualize Scope: Decide which problem space to investigate
79
+ 6. [VL] Validate Context: Review existing personas/vision for completeness
80
+ 7. [PM] Start Party Mode
81
+ 8. [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 `LP` to create a lean persona
88
+ 3. **Fuzzy Match:** Type `persona` or `vision` or `scope` - Emma will match the command
89
+
90
+ ---
91
+
92
+ ## Workflows
93
+
94
+ ### [LP] Create Lean Persona
95
+
96
+ Create lean user personas focused on jobs-to-be-done and problem contexts — not demographics. Lean personas are lightweight, actionable, and designed to guide decisions rather than collect fictional details.
97
+
98
+ **Output:** `{output_folder}/vortex-artifacts/lean-persona-{name}-{date}.md`
99
+ **Time:** 30-60 minutes
100
+
101
+ **When to use Lean Persona:**
102
+ You're starting a new product initiative and need to define who you're building for. You want to focus on what job the user is hiring your product to do, not their age, gender, or fictional backstory.
103
+
104
+ ---
105
+
106
+ ### [PV] Define Product Vision
107
+
108
+ Define product vision and scope with strategic clarity. A product vision anchors all downstream work — from research to experimentation to production. Without it, teams build features instead of solving problems.
109
+
110
+ **Output:** `{output_folder}/vortex-artifacts/product-vision-{date}.md`
111
+ **Time:** 45-90 minutes
112
+
113
+ **When to use Product Vision:**
114
+ You need to align the team around the "why" before debating the "what." A clear product vision prevents feature bloat, scope creep, and misaligned execution.
115
+
116
+ ---
117
+
118
+ ### [CS] Contextualize Scope
119
+
120
+ Decide which problem space to investigate and define boundaries. Scope contextualization prevents teams from boiling the ocean — it forces a deliberate choice about which problem deserves focus.
121
+
122
+ **Output:** `{output_folder}/vortex-artifacts/problem-scope-{date}.md`
123
+ **Time:** 30-60 minutes
124
+
125
+ **When to use Contextualize Scope:**
126
+ You have multiple possible problem areas and need to decide which one to investigate first. Or you have a broad problem and need to draw boundaries around a manageable scope.
127
+
128
+ ---
129
+
130
+ ### [VL] Validate Context
131
+
132
+ Review existing personas, vision documents, and scope definitions for completeness and strategic coherence.
133
+
134
+ **When to use Validate Context:**
135
+ - You created a persona or vision document and want expert review
136
+ - You inherited artifacts from another team
137
+ - Your understanding has changed and you need to update
138
+ - You're preparing to hand off to Isla for user research
139
+
140
+ **What Emma checks:**
141
+ - Are personas focused on jobs-to-be-done (not demographics)?
142
+ - Is the product vision specific enough to guide decisions?
143
+ - Are scope boundaries clear and assumptions identified?
144
+ - Are insights backed by strategic rationale?
145
+
146
+ ---
147
+
148
+ ## Emma's Philosophy: Context Before Solutions
149
+
150
+ ### The Contextualize Stream (Vortex Pattern)
151
+
152
+ Emma guides teams through the "Contextualize" stream (Stream 1):
153
+ - **Context before solutions** — know WHO and WHY before building WHAT
154
+ - **Lean personas over heavy empathy maps** — just enough detail to guide decisions
155
+ - **Product vision anchors all downstream work** — clarity drives alignment
156
+ - **The right problem is more valuable than the perfect solution**
157
+ - **Scope boundaries are as important as scope definitions**
158
+
159
+ ---
160
+
161
+ ## Chatting with Emma (CH)
162
+
163
+ Select **[CH] Chat** to discuss:
164
+ - Lean Startup methodologies and strategic framing
165
+ - Jobs-to-be-Done framework and lean personas
166
+ - Product vision and strategic alignment
167
+ - Problem-product space navigation
168
+ - Assumption identification and validation
169
+ - Contextualization strategies
170
+
171
+ **Example questions:**
172
+ - "How do I validate assumptions before building?"
173
+ - "What's the difference between problem-solution fit and product-market fit?"
174
+ - "How do I define a problem space?"
175
+ - "What makes a good lean persona vs. a traditional persona?"
176
+ - "How do I write a product vision that actually guides decisions?"
177
+ - "When should I hand off to Isla for user research?"
178
+
179
+ ---
180
+
181
+ ## Troubleshooting
182
+
183
+ ### Error: "Configuration Error: Cannot load config file"
184
+
185
+ **How to fix:**
186
+ 1. Check if `_bmad/bme/_vortex/config.yaml` exists
187
+ 2. If missing: `npx convoke-install-vortex`
188
+
189
+ ### Error: "Unknown skill: bmad-agent-bme-contextualization-expert"
190
+
191
+ **What it means:**
192
+ Slash commands aren't available in your environment.
193
+
194
+ **How to fix:**
195
+ Use Method 2 (Direct Agent File Reading) instead:
196
+
197
+ 1. Read the file: `_bmad/bme/_vortex/agents/contextualization-expert.md`
198
+ 2. Emma will activate normally
199
+ 3. This method works in all environments
200
+
201
+ ---
202
+
203
+ ## Tips from Emma
204
+
205
+ ### "Context before solutions"
206
+ Before you debate features, align on who you're building for and why it matters. A clear strategic context prevents wasted execution effort and keeps teams focused on the right problems.
207
+
208
+ ### "Personas over demographics"
209
+ Age, gender, and income don't drive behavior — jobs-to-be-done and context do. Instead of "millennials," ask "what job are they hiring your product to do?"
210
+
211
+ ### "Vision before features"
212
+ Align your team around the "why" before you debate the "what." A clear product vision prevents feature bloat and scope creep.
213
+
214
+ ### "Problem-solution fit comes first"
215
+ Before you find product-market fit, validate problem-solution fit. Are you solving a real problem? For the right people? In the right context?
216
+
217
+ ### "Clarity is kindness"
218
+ Unclear product strategy wastes everyone's time. Be specific about problem spaces, target users, and success criteria. Clarity accelerates execution.
219
+
220
+ ---
221
+
222
+ ## Credits
223
+
224
+ **Agent:** Emma (contextualization-expert)
225
+ **Module:** Convoke (bme)
226
+ **Submodule:** Vortex Pattern (`_vortex`)
227
+ **Stream:** Contextualize (Stream 1)
228
+ **Version:** 1.6.4
229
+
230
+ ---
231
+
232
+ **Questions?** Chat with Emma (CH) - she's here to help you contextualize your product strategy! 🎯
@@ -0,0 +1,208 @@
1
+ # Isla User Guide - Discovery & Empathy Expert 🔍
2
+
3
+ **Agent:** Isla (discovery-empathy-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 Isla?**
13
+ Isla is a qualitative research expert who helps teams deeply understand their users through structured discovery and empathy work. She guides you through the "Empathize" stream of the Vortex pattern — user interviews, empathy mapping, and discovery research.
14
+
15
+ **When to use Isla:**
16
+ - Understanding users before defining problems
17
+ - Designing and conducting user interviews
18
+ - Creating evidence-based empathy maps
19
+ - Planning discovery research activities
20
+ - Synthesizing qualitative research findings
21
+ - Validating assumptions about user needs and behaviors
22
+
23
+ **What you'll get:**
24
+ Empathy maps grounded in research, interview guides and findings, discovery research plans and synthesis documents.
25
+
26
+ ---
27
+
28
+ ## How to Invoke Isla
29
+
30
+ ### Method 1: Direct Agent File Reading (Recommended)
31
+
32
+ Read Isla's agent file to activate her. This works in any environment:
33
+
34
+ **Claude Code:**
35
+ ```
36
+ Read the file at _bmad/bme/_vortex/agents/discovery-empathy-expert.md
37
+ ```
38
+
39
+ **Terminal:**
40
+ ```bash
41
+ cat _bmad/bme/_vortex/agents/discovery-empathy-expert.md
42
+ ```
43
+
44
+ **Claude.ai:** Copy the contents of `_bmad/bme/_vortex/agents/discovery-empathy-expert.md` and paste into the chat.
45
+
46
+ ---
47
+
48
+ ### Method 2: Slash Command (BMAD Environments Only)
49
+
50
+ If your environment supports BMAD slash commands:
51
+
52
+ ```
53
+ /bmad-agent-bme-discovery-empathy-expert
54
+ ```
55
+
56
+ ---
57
+
58
+ ## Isla's Menu Options
59
+
60
+ Once Isla activates, you'll see menu options for her available workflows:
61
+
62
+ ```
63
+ 1. [MH] Redisplay Menu Help
64
+ 2. [CH] Chat with Isla about user research, empathy, and discovery
65
+ 3. [EM] Empathy Map: Create structured empathy maps (Says/Thinks/Does/Feels)
66
+ 4. [UI] User Interview: Design interview scripts and capture findings
67
+ 5. [UD] User Discovery: Plan and execute broader discovery research
68
+ 6. [VE] Validate: Review empathy maps and research artifacts
69
+ 7. [PM] Start Party Mode
70
+ 8. [DA] Dismiss Agent
71
+ ```
72
+
73
+ ### How to Select an Option
74
+
75
+ 1. **Number:** Type `3` to select option 3
76
+ 2. **Command Code:** Type `EM` to create an empathy map
77
+ 3. **Fuzzy Match:** Type `empathy` or `interview` - Isla will match the command
78
+
79
+ ---
80
+
81
+ ## Workflows
82
+
83
+ ### [EM] Empathy Map (6 steps)
84
+
85
+ Create comprehensive empathy maps for target users through structured exploration.
86
+
87
+ **Steps:**
88
+ 1. Define Target User
89
+ 2. Says & Thinks
90
+ 3. Does & Feels
91
+ 4. Pain Points
92
+ 5. Gains
93
+ 6. Synthesize
94
+
95
+ **Output:** `{output_folder}/empathy-map-{user-name}-{date}.md`
96
+ **Time:** 30-60 minutes
97
+
98
+ ---
99
+
100
+ ### [UI] User Interview (6 steps)
101
+
102
+ Design interview scripts, plan participant recruitment, and capture findings.
103
+
104
+ **Steps:**
105
+ 1. Define Research Goals
106
+ 2. Design Interview Script
107
+ 3. Plan Participant Recruitment
108
+ 4. Conduct Interviews (guidance)
109
+ 5. Capture Findings
110
+ 6. Synthesize Insights
111
+
112
+ **Output:** `{output_folder}/user-interview-{topic}-{date}.md`
113
+ **Time:** 45-90 minutes (planning), plus interview time
114
+
115
+ ---
116
+
117
+ ### [UD] User Discovery (6 steps)
118
+
119
+ Plan and execute broader discovery research beyond interviews.
120
+
121
+ **Steps:**
122
+ 1. Define Discovery Scope
123
+ 2. Choose Research Methods
124
+ 3. Plan Research Activities
125
+ 4. Execute Research (guidance)
126
+ 5. Organize Raw Data
127
+ 6. Synthesize Discovery Findings
128
+
129
+ **Output:** `{output_folder}/user-discovery-{topic}-{date}.md`
130
+ **Time:** 60-120 minutes (planning), plus research time
131
+
132
+ ---
133
+
134
+ ## Isla's Philosophy: Listen Before You Define
135
+
136
+ ### The Empathize Stream (Vortex Pattern)
137
+
138
+ Isla guides teams through the "Empathize" stream:
139
+ - **Listen before you define** - Understand the problem from the user's perspective first
140
+ - **Observe before you assume** - Watch what people do, not just what they say
141
+ - **Feelings are data** - Emotional responses reveal unmet needs
142
+ - **Talk to real people, not personas** - Personas come after research, not before
143
+ - **The messier the research, the richer the insights** - Embrace ambiguity
144
+
145
+ ---
146
+
147
+ ## Chatting with Isla (CH)
148
+
149
+ Select **[CH] Chat** to discuss:
150
+ - Qualitative research methods
151
+ - Interview technique and question design
152
+ - Empathy mapping best practices
153
+ - User observation and ethnographic methods
154
+ - Research synthesis and pattern recognition
155
+ - When to use which research method
156
+
157
+ **Example questions:**
158
+ - "How do I avoid leading questions in interviews?"
159
+ - "When should I use empathy mapping vs. user interviews?"
160
+ - "How many users do I need to talk to?"
161
+ - "How do I synthesize findings from multiple interviews?"
162
+
163
+ ---
164
+
165
+ ## Troubleshooting
166
+
167
+ ### Error: "Configuration Error: Cannot load config file"
168
+
169
+ **How to fix:**
170
+ 1. Check if `_bmad/bme/_vortex/config.yaml` exists
171
+ 2. If missing: `npx convoke-install-vortex`
172
+
173
+ ### Error: "Cannot load discovery workflow"
174
+
175
+ **How to fix:**
176
+ 1. Check workflow files exist in `_bmad/bme/_vortex/workflows/`
177
+ 2. Run `npx convoke-doctor` to diagnose
178
+ 3. If missing: `npx convoke-install-vortex`
179
+
180
+ ---
181
+
182
+ ## Tips from Isla
183
+
184
+ ### "The best interviews feel like conversations"
185
+ Your script is a guide, not a rigid questionnaire. Follow the participant's energy and probe where they show emotion or hesitation.
186
+
187
+ ### "Ask about the past, not the future"
188
+ "Tell me about the last time you..." produces better insights than "Would you ever...?" People are terrible at predicting their own behavior.
189
+
190
+ ### "Silence is your most powerful tool"
191
+ When you stop talking, people fill the silence with their real thoughts. Resist the urge to fill every pause.
192
+
193
+ ### "Feelings are data"
194
+ When a participant's voice changes, they lean forward, or they hesitate — that's where the real insight lives. Note the emotion, not just the words.
195
+
196
+ ---
197
+
198
+ ## Credits
199
+
200
+ **Agent:** Isla (discovery-empathy-expert)
201
+ **Module:** Convoke (bme)
202
+ **Submodule:** Vortex Pattern (`_vortex`)
203
+ **Stream:** Empathize (Stream 2)
204
+ **Version:** 1.5.0
205
+
206
+ ---
207
+
208
+ **Questions?** Chat with Isla (CH) - she's here to help you understand your users! 🔍