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,250 @@
1
+ ---
2
+ title: "User Interview Report: {topic}"
3
+ date: {date}
4
+ created-by: {user-name} with Isla (discovery-empathy-expert)
5
+ type: user-interview
6
+ status: DRAFT
7
+ version: 1.0
8
+ ---
9
+
10
+ # User Interview Report: {topic}
11
+
12
+ > **Status:** DRAFT -- Review findings and insights before sharing broadly. Insights are based on qualitative evidence and should be validated further before major investment decisions.
13
+
14
+ ## Executive Summary
15
+
16
+ **Research Question:**
17
+ {primary-research-question}
18
+
19
+ **Interviews Conducted:** {count} participants over {timeframe}
20
+
21
+ **Top Insights:**
22
+ 1. {insight-1-summary}
23
+ 2. {insight-2-summary}
24
+ 3. {insight-3-summary}
25
+
26
+ **Recommended Next Steps:**
27
+ {next-steps-summary}
28
+
29
+ ---
30
+
31
+ ## Research Goals
32
+
33
+ ### Primary Research Question
34
+ {primary-research-question}
35
+
36
+ ### Decisions This Research Informs
37
+ {decisions}
38
+
39
+ ### Prior Assumptions
40
+ {prior-assumptions}
41
+
42
+ ### What Would Change Our Mind
43
+ {change-criteria}
44
+
45
+ ---
46
+
47
+ ## Interview Script
48
+
49
+ ### Opening
50
+ {opening-script}
51
+
52
+ ### Warm-up Questions
53
+ {warmup-questions}
54
+
55
+ ### Core Questions
56
+ {core-questions-with-probes}
57
+
58
+ ### Closing Questions
59
+ {closing-questions}
60
+
61
+ ### Script Revisions Made During Research
62
+ {script-revisions}
63
+
64
+ ---
65
+
66
+ ## Participants
67
+
68
+ | ID | Date | Duration | Context | Channel |
69
+ |----|------|----------|---------|---------|
70
+ | P1 | {date} | {min} min | {context} | {channel} |
71
+ | P2 | {date} | {min} min | {context} | {channel} |
72
+ | P3 | {date} | {min} min | {context} | {channel} |
73
+
74
+ **Screening Criteria Used:**
75
+ {screening-criteria}
76
+
77
+ **Recruitment Channels:**
78
+ {recruitment-channels}
79
+
80
+ ---
81
+
82
+ ## Raw Findings
83
+
84
+ ### Interview P1
85
+
86
+ **Key Behaviors:**
87
+ {p1-behaviors}
88
+
89
+ **Notable Quotes:**
90
+ {p1-quotes}
91
+
92
+ **Pain Points:**
93
+ {p1-pain-points}
94
+
95
+ **Workarounds:**
96
+ {p1-workarounds}
97
+
98
+ **Emotional Moments:**
99
+ {p1-emotions}
100
+
101
+ **Assumptions Affected:**
102
+ {p1-assumptions}
103
+
104
+ ---
105
+
106
+ ### Interview P2
107
+
108
+ **Key Behaviors:**
109
+ {p2-behaviors}
110
+
111
+ **Notable Quotes:**
112
+ {p2-quotes}
113
+
114
+ **Pain Points:**
115
+ {p2-pain-points}
116
+
117
+ **Workarounds:**
118
+ {p2-workarounds}
119
+
120
+ **Emotional Moments:**
121
+ {p2-emotions}
122
+
123
+ **Assumptions Affected:**
124
+ {p2-assumptions}
125
+
126
+ ---
127
+
128
+ *(Repeat for each participant)*
129
+
130
+ ---
131
+
132
+ ## Synthesized Insights
133
+
134
+ ### Theme 1: {theme-1-name}
135
+
136
+ **Insight:** {insight-statement}
137
+
138
+ **Strength:** {Strong / Moderate / Emerging}
139
+ **Based on:** {N} of {total} participants
140
+
141
+ **Evidence:**
142
+ {evidence-list}
143
+
144
+ **Counter-evidence:**
145
+ {counter-evidence}
146
+
147
+ **Confidence:** {High / Medium / Low}
148
+
149
+ **Implication:** {what-this-means-for-product}
150
+
151
+ ---
152
+
153
+ ### Theme 2: {theme-2-name}
154
+
155
+ **Insight:** {insight-statement}
156
+
157
+ **Strength:** {Strong / Moderate / Emerging}
158
+ **Based on:** {N} of {total} participants
159
+
160
+ **Evidence:**
161
+ {evidence-list}
162
+
163
+ **Counter-evidence:**
164
+ {counter-evidence}
165
+
166
+ **Confidence:** {High / Medium / Low}
167
+
168
+ **Implication:** {what-this-means-for-product}
169
+
170
+ ---
171
+
172
+ ### Theme 3: {theme-3-name}
173
+
174
+ **Insight:** {insight-statement}
175
+
176
+ **Strength:** {Strong / Moderate / Emerging}
177
+ **Based on:** {N} of {total} participants
178
+
179
+ **Evidence:**
180
+ {evidence-list}
181
+
182
+ **Counter-evidence:**
183
+ {counter-evidence}
184
+
185
+ **Confidence:** {High / Medium / Low}
186
+
187
+ **Implication:** {what-this-means-for-product}
188
+
189
+ ---
190
+
191
+ ## Recommendations
192
+
193
+ ### Immediate Actions
194
+ {immediate-actions}
195
+
196
+ ### Further Research Needed
197
+ {further-research}
198
+
199
+ ### Assumptions Validated
200
+ {validated-assumptions}
201
+
202
+ ### Assumptions Invalidated
203
+ {invalidated-assumptions}
204
+
205
+ ### New Questions to Investigate
206
+ {new-questions}
207
+
208
+ ---
209
+
210
+ ## Research Quality Assessment
211
+
212
+ ### Sample Quality
213
+ {sample-quality-assessment}
214
+
215
+ ### Question Quality
216
+ {question-quality-assessment}
217
+
218
+ ### Confidence Assessment
219
+ {confidence-assessment}
220
+
221
+ ### What We Would Do Differently
222
+ {improvements-for-next-round}
223
+
224
+ ---
225
+
226
+ ## Saturation Tracker
227
+
228
+ | Interview | New Findings | Repeated Findings | New Themes |
229
+ |-----------|-------------|-------------------|------------|
230
+ | P1 | {n} | {n} | {n} |
231
+ | P2 | {n} | {n} | {n} |
232
+ | P3 | {n} | {n} | {n} |
233
+
234
+ ---
235
+
236
+ ## Next Steps
237
+
238
+ 1. {next-step-1}
239
+ 2. {next-step-2}
240
+ 3. {next-step-3}
241
+
242
+ **Suggested follow-up workflows:**
243
+ - Emma's lean-persona workflow to build personas from these insights
244
+ - Wade's lean-experiment workflow to validate riskiest assumptions
245
+
246
+ ---
247
+
248
+ **Created with:** Convoke v2.0.0 - Vortex Pattern (Empathize Stream)
249
+ **Agent:** Isla (Discovery & Empathy Expert)
250
+ **Workflow:** user-interview
@@ -0,0 +1,142 @@
1
+ ---
2
+ validation: user-interview
3
+ type: single-file
4
+ description: Validate user interview artifacts for evidence quality, question bias, and finding specificity
5
+ author: Isla (discovery-empathy-expert)
6
+ version: 1.5.0
7
+ ---
8
+
9
+ # Validate User Interview Report
10
+
11
+ **Agent:** Isla (Discovery & Empathy Expert)
12
+
13
+ **Stream:** Empathize
14
+
15
+ ## Overview
16
+
17
+ This validation checks that a user interview report meets quality standards for evidence-based research. It ensures insights are grounded in real data, questions avoid bias, and findings are specific enough to act on.
18
+
19
+ ## Validation Checks
20
+
21
+ ### 1. Evidence Quality
22
+
23
+ **What it checks:** Are insights backed by sufficient, specific evidence from actual interviews?
24
+
25
+ **Pass criteria:**
26
+ - Every insight references at least 2 participant IDs with specific quotes or behaviors
27
+ - Evidence includes direct quotes (in quotation marks), not paraphrases
28
+ - Counter-evidence is acknowledged where it exists (not hidden)
29
+ - Confidence levels are stated and justified
30
+ - Saturation is tracked (new findings vs. repeated findings per interview)
31
+
32
+ **Common failures:**
33
+ - Insights with no attributed evidence ("users want X" without saying which users)
34
+ - All evidence comes from a single participant (one person's opinion presented as a pattern)
35
+ - Only confirming evidence is cited; contradictions are ignored
36
+ - Quotes are paraphrased instead of verbatim, introducing interviewer bias
37
+
38
+ ### 2. Question Bias Check
39
+
40
+ **What it checks:** Does the interview script avoid leading, hypothetical, and binary questions?
41
+
42
+ **Pass criteria:**
43
+ - No core question can be answered with "yes" or "no"
44
+ - No question contains value-laden language ("frustrating", "difficult", "amazing")
45
+ - No question reveals the desired answer ("Don't you think X would be better?")
46
+ - Questions ask about past behavior, not hypothetical future behavior
47
+ - No question presupposes a problem ("How frustrated are you with..." assumes frustration)
48
+ - Probing questions are included for each core question
49
+
50
+ **Common failures:**
51
+ - "Would you use a feature that does X?" (hypothetical -- untestable)
52
+ - "How painful is your current process?" (presupposes pain and leads with "painful")
53
+ - "Do you like the dashboard?" (binary -- produces yes/no)
54
+ - "We're building X to solve Y. What do you think?" (reveals solution before exploring problem)
55
+
56
+ ### 3. Finding Specificity
57
+
58
+ **What it checks:** Are findings concrete and actionable, or vague and generic?
59
+
60
+ **Pass criteria:**
61
+ - Findings include specific numbers, frequencies, or timeframes when available
62
+ - Pain points describe observable behaviors, not just feelings
63
+ - Workarounds are described with enough detail to understand the actual workflow
64
+ - Each finding is attributed to a specific participant (P1, P2, etc.)
65
+ - Findings distinguish between what participants said vs. what they did
66
+
67
+ **Common failures:**
68
+ - "Users are frustrated" (vague -- which users? about what specifically? how do you know?)
69
+ - "Most participants mentioned they'd want feature X" (unspecific -- how many? in response to what question? did they mention it unprompted or in response to a leading question?)
70
+ - "The process is slow" (unmeasured -- how slow? compared to what? according to whom?)
71
+
72
+ ### 4. Research Rigor
73
+
74
+ **What it checks:** Does the overall research process meet minimum quality standards?
75
+
76
+ **Pass criteria:**
77
+ - Research goals are clearly stated and connected to specific decisions
78
+ - At least 5 participants were interviewed (minimum for pattern identification)
79
+ - Participant screening criteria are documented
80
+ - Contradictions between participants are captured and explored
81
+ - Research quality self-assessment is honest (acknowledges limitations)
82
+ - Script revisions during the research process are documented
83
+ - Assumptions from before the research are explicitly compared against findings
84
+
85
+ **Common failures:**
86
+ - Research goals are missing or vague ("understand users better")
87
+ - Fewer than 5 interviews with claims of "all users want X"
88
+ - No screening criteria documented (unclear who was interviewed and why)
89
+ - All findings conveniently align with the team's existing beliefs (confirmation bias)
90
+ - No acknowledgment of limitations or areas of uncertainty
91
+
92
+ ### 5. Actionability
93
+
94
+ **What it checks:** Do the insights lead to concrete, specific next steps?
95
+
96
+ **Pass criteria:**
97
+ - Each insight has a stated implication for the product
98
+ - Recommendations are specific enough to act on (not "improve onboarding" but "show value within first 3 minutes by auto-importing existing data")
99
+ - There is a clear distinction between "act on now" and "investigate further"
100
+ - New questions generated by the research are captured for future investigation
101
+ - Recommended next steps include which Vortex workflows to use (e.g., lean-persona, lean-experiment)
102
+
103
+ **Common failures:**
104
+ - Insights without implications ("users do X" -- so what?)
105
+ - Generic recommendations ("we should talk to more users")
106
+ - No prioritization (everything is equally important, which means nothing is)
107
+ - No connection to follow-up research or experimentation
108
+
109
+ ## Validation Scoring
110
+
111
+ | Check | Weight | Score |
112
+ |-------|--------|-------|
113
+ | Evidence Quality | 30% | {pass/partial/fail} |
114
+ | Question Bias | 20% | {pass/partial/fail} |
115
+ | Finding Specificity | 20% | {pass/partial/fail} |
116
+ | Research Rigor | 15% | {pass/partial/fail} |
117
+ | Actionability | 15% | {pass/partial/fail} |
118
+
119
+ **Overall:** {PASS / NEEDS REVISION / FAIL}
120
+
121
+ ## Remediation Guidance
122
+
123
+ **If Evidence Quality fails:**
124
+ Go back to raw notes and recordings. Add specific participant IDs, direct quotes, and behavioral observations. Acknowledge counter-evidence you may have glossed over.
125
+
126
+ **If Question Bias fails:**
127
+ Revise the interview script using the bias checklist in Step 2. If interviews are already done, note the bias in your research quality assessment and caveat affected insights.
128
+
129
+ **If Finding Specificity fails:**
130
+ Return to Step 5 and add concrete details: numbers, frequencies, specific tools named, exact workflows described. Replace vague language with observable behaviors.
131
+
132
+ **If Research Rigor fails:**
133
+ If the issue is sample size, conduct additional interviews before synthesizing. If the issue is missing documentation, go back and fill in screening criteria, research goals, and limitations.
134
+
135
+ **If Actionability fails:**
136
+ For each insight, ask: "If a product manager read this, what would they do on Monday morning?" If you can't answer that, the insight needs to be sharpened or connected to a specific decision.
137
+
138
+ ---
139
+
140
+ **Created with:** Convoke v2.0.0 - Vortex Pattern (Empathize Stream)
141
+ **Agent:** Isla (Discovery & Empathy Expert)
142
+ **Workflow:** user-interview
@@ -0,0 +1,51 @@
1
+ ---
2
+ workflow: user-interview
3
+ type: step-file
4
+ description: Design interview scripts, conduct user interviews, and synthesize findings into actionable insights
5
+ author: Isla (discovery-empathy-expert)
6
+ version: 1.5.0
7
+ ---
8
+
9
+ # User Interview Workflow
10
+
11
+ This workflow guides you through the full lifecycle of user interviews, from defining research goals to synthesizing insights that drive product decisions.
12
+
13
+ ## What is a User Interview?
14
+
15
+ A user interview is a qualitative research method where you have a structured conversation with a real or potential user to understand their experiences, needs, and behaviors. Unlike surveys, interviews let you go deep:
16
+
17
+ - **Uncover the "why"** - Understand motivations and reasoning behind behaviors
18
+ - **Discover unknowns** - Surface problems and needs you didn't know existed
19
+ - **Build empathy** - Develop genuine understanding of your users' world
20
+ - **Generate hypotheses** - Create testable assumptions grounded in real stories
21
+ - **Validate or invalidate** - Test existing assumptions against lived experience
22
+
23
+ ## Workflow Structure
24
+
25
+ **Step-file architecture:**
26
+ - Just-in-time loading (each step loads only when needed)
27
+ - Sequential enforcement (must complete step N before step N+1)
28
+ - State tracking in frontmatter (progress preserved)
29
+
30
+ ## Steps Overview
31
+
32
+ 1. **Define Research Goals** - What do you need to learn and why?
33
+ 2. **Design Interview Script** - Craft open-ended questions that avoid bias
34
+ 3. **Plan Participant Recruitment** - Identify and recruit the right participants
35
+ 4. **Conduct Interviews** - Guidance for active listening, probing, and note-taking
36
+ 5. **Capture Findings** - Document raw findings from each interview session
37
+ 6. **Synthesize Insights** - Identify patterns, themes, and actionable insights
38
+
39
+ ## Output
40
+
41
+ **Artifact:** User interview report in `{output_folder}/user-interview-{topic}-{date}.md`
42
+
43
+ **Template:** Uses [user-interview.template.md](user-interview.template.md)
44
+
45
+ ---
46
+
47
+ ## INITIALIZATION
48
+
49
+ Load config from {project-root}/_bmad/bme/_vortex/config.yaml
50
+
51
+ Load step: {project-root}/_bmad/bme/_vortex/workflows/user-interview/steps/step-01-research-goals.md
@@ -0,0 +1,56 @@
1
+ ---
2
+ step: 1
3
+ workflow: vortex-navigation
4
+ title: Current State Assessment
5
+ ---
6
+
7
+ # Step 1: Current State Assessment
8
+
9
+ Before deciding where to go next, we need to understand where you are now. Let's map your progress across the Vortex streams.
10
+
11
+ ## Your Task
12
+
13
+ For each of the 7 Vortex streams, assess your current status:
14
+
15
+ ### Stream Status Map
16
+
17
+ | # | Stream | Status | Key Artifacts | Confidence |
18
+ |---|--------|--------|---------------|------------|
19
+ | 1 | **Contextualize** | {not-started / in-progress / complete} | {list artifacts} | {low / medium / high} |
20
+ | 2 | **Empathize** | {status} | {artifacts} | {confidence} |
21
+ | 3 | **Synthesize** | {status} | {artifacts} | {confidence} |
22
+ | 4 | **Hypothesize** | {status} | {artifacts} | {confidence} |
23
+ | 5 | **Externalize** | {status} | {artifacts} | {confidence} |
24
+ | 6 | **Sensitize** | {status} | {artifacts} | {confidence} |
25
+ | 7 | **Systematize** | {status} | {artifacts} | {confidence} |
26
+
27
+ ### Status Definitions
28
+
29
+ - **Not started** - No work done in this stream
30
+ - **In progress** - Some work done but not complete
31
+ - **Complete** - Core activities finished, artifacts produced
32
+
33
+ ### Confidence Levels
34
+
35
+ - **Low** - Based on assumptions or limited evidence
36
+ - **Medium** - Some evidence supports the work, but gaps remain
37
+ - **High** - Strong evidence base, validated through research or experiments
38
+
39
+ ### Context Questions
40
+
41
+ 1. How long has your team been working on this product/problem?
42
+ 2. What triggered the need to navigate streams right now?
43
+ 3. Are there external deadlines or constraints affecting your priorities?
44
+ 4. What is the team's biggest uncertainty right now?
45
+
46
+ ---
47
+
48
+ ## Your Turn
49
+
50
+ Please fill in the stream status map and answer the context questions. Be honest about confidence levels -- overestimating progress leads to poor navigation decisions.
51
+
52
+ ## Next Step
53
+
54
+ When you've completed the assessment, I'll load:
55
+
56
+ {project-root}/_bmad/bme/_vortex/workflows/vortex-navigation/steps/step-02-evidence-inventory.md
@@ -0,0 +1,70 @@
1
+ ---
2
+ step: 2
3
+ workflow: vortex-navigation
4
+ title: Evidence Inventory
5
+ ---
6
+
7
+ # Step 2: Evidence Inventory
8
+
9
+ Now let's take stock of all the evidence you've accumulated. Decisions are only as good as the evidence behind them.
10
+
11
+ ## Your Task
12
+
13
+ ### Artifact Inventory
14
+
15
+ List all artifacts produced so far, organized by stream:
16
+
17
+ **Contextualize artifacts:**
18
+ - [ ] Product vision document
19
+ - [ ] Lean personas
20
+ - [ ] Problem space definition
21
+ - [ ] Other: {list}
22
+
23
+ **Empathize artifacts:**
24
+ - [ ] Empathy maps
25
+ - [ ] User interview findings
26
+ - [ ] Discovery research synthesis
27
+ - [ ] Other: {list}
28
+
29
+ **Externalize artifacts:**
30
+ - [ ] Experiment results / learning cards
31
+ - [ ] MVP test results
32
+ - [ ] Proof of concept findings
33
+ - [ ] Proof of value findings
34
+ - [ ] Other: {list}
35
+
36
+ **Systematize artifacts:**
37
+ - [ ] Learning cards
38
+ - [ ] Pivot/patch/persevere decisions
39
+ - [ ] Previous navigation recommendations
40
+ - [ ] Other: {list}
41
+
42
+ ### Evidence Quality Assessment
43
+
44
+ For each piece of evidence, rate its quality:
45
+
46
+ | Artifact | Source | Age | Sample Size | Quality |
47
+ |----------|--------|-----|-------------|---------|
48
+ | {name} | {research/experiment/assumption} | {days/weeks} | {n=?} | {strong/moderate/weak} |
49
+
50
+ ### Key Learnings Summary
51
+
52
+ What are the top 5 things you've learned so far?
53
+
54
+ 1. {learning 1} — Evidence: {source}
55
+ 2. {learning 2} — Evidence: {source}
56
+ 3. {learning 3} — Evidence: {source}
57
+ 4. {learning 4} — Evidence: {source}
58
+ 5. {learning 5} — Evidence: {source}
59
+
60
+ ---
61
+
62
+ ## Your Turn
63
+
64
+ Complete the artifact inventory and evidence quality assessment. Don't count assumptions as evidence -- only include things backed by research, experiments, or data.
65
+
66
+ ## Next Step
67
+
68
+ When your evidence inventory is complete, I'll load:
69
+
70
+ {project-root}/_bmad/bme/_vortex/workflows/vortex-navigation/steps/step-03-gap-analysis.md
@@ -0,0 +1,76 @@
1
+ ---
2
+ step: 3
3
+ workflow: vortex-navigation
4
+ title: Gap Analysis
5
+ ---
6
+
7
+ # Step 3: Gap Analysis
8
+
9
+ Now let's identify what's missing. Gaps in your knowledge are the strongest signal for where to navigate next.
10
+
11
+ ## Your Task
12
+
13
+ ### Untested Assumptions
14
+
15
+ List your critical assumptions that remain untested:
16
+
17
+ | Assumption | Risk if Wrong | Stream to Test | Priority |
18
+ |------------|--------------|----------------|----------|
19
+ | {assumption} | {impact: high/medium/low} | {which stream} | {1-5} |
20
+
21
+ ### Knowledge Gaps by Stream
22
+
23
+ **Contextualize gaps:**
24
+ - Do you know who your target user is? (Specific, not generic)
25
+ - Do you understand the problem space clearly?
26
+ - Is your product vision validated or assumed?
27
+
28
+ **Empathize gaps:**
29
+ - Have you talked to real users? How many?
30
+ - Do you understand their emotional experience?
31
+ - Are your personas based on research or imagination?
32
+
33
+ **Synthesize gaps:**
34
+ - Have you combined insights from multiple sources?
35
+ - Do patterns emerge from your research?
36
+ - Are there contradictions you haven't resolved?
37
+
38
+ **Hypothesize gaps:**
39
+ - Do you have testable hypotheses?
40
+ - Are they specific and falsifiable?
41
+ - Have you prioritized which to test first?
42
+
43
+ **Externalize gaps:**
44
+ - Have you tested your riskiest assumptions?
45
+ - Do experiment results support or challenge your direction?
46
+ - Is your evidence statistically meaningful?
47
+
48
+ **Sensitize gaps:**
49
+ - Have you measured user reaction to prototypes?
50
+ - Do you have feedback loops in place?
51
+ - Are you tracking the right metrics?
52
+
53
+ **Systematize gaps:**
54
+ - Have you captured learnings from experiments?
55
+ - Have you made explicit decisions based on evidence?
56
+ - Is there a clear decision trail?
57
+
58
+ ### Critical Gap Identification
59
+
60
+ Which single gap, if filled, would most reduce your risk?
61
+
62
+ **Critical gap:** {description}
63
+ **Why critical:** {rationale}
64
+ **Stream to address it:** {stream name}
65
+
66
+ ---
67
+
68
+ ## Your Turn
69
+
70
+ Complete the gap analysis. Focus on gaps that represent real risk -- not just "nice to know" but "need to know before we can move forward."
71
+
72
+ ## Next Step
73
+
74
+ When the gap analysis is complete, I'll load:
75
+
76
+ {project-root}/_bmad/bme/_vortex/workflows/vortex-navigation/steps/step-04-stream-evaluation.md
@@ -0,0 +1,57 @@
1
+ ---
2
+ step: 4
3
+ workflow: vortex-navigation
4
+ title: Stream Evaluation
5
+ ---
6
+
7
+ # Step 4: Stream Evaluation
8
+
9
+ With your current state, evidence, and gaps mapped, let's evaluate which streams are the best candidates for your next focus.
10
+
11
+ ## Your Task
12
+
13
+ ### Evaluation Criteria
14
+
15
+ Rate each candidate stream on these dimensions (1-5 scale):
16
+
17
+ | Criterion | Description |
18
+ |-----------|-------------|
19
+ | **Gap severity** | How critical is the knowledge gap this stream would fill? |
20
+ | **Risk reduction** | How much would this stream reduce your biggest uncertainties? |
21
+ | **Dependency** | Does other work depend on completing this stream first? |
22
+ | **Feasibility** | Can you realistically execute this stream right now? (resources, skills, access) |
23
+ | **Time sensitivity** | Is there urgency? Will the opportunity to learn disappear? |
24
+
25
+ ### Stream Scoring Matrix
26
+
27
+ | Stream | Gap Severity | Risk Reduction | Dependency | Feasibility | Time Sensitivity | **Total** |
28
+ |--------|-------------|----------------|------------|-------------|-----------------|-----------|
29
+ | Contextualize | {1-5} | {1-5} | {1-5} | {1-5} | {1-5} | {sum} |
30
+ | Empathize | {1-5} | {1-5} | {1-5} | {1-5} | {1-5} | {sum} |
31
+ | Synthesize | {1-5} | {1-5} | {1-5} | {1-5} | {1-5} | {sum} |
32
+ | Hypothesize | {1-5} | {1-5} | {1-5} | {1-5} | {1-5} | {sum} |
33
+ | Externalize | {1-5} | {1-5} | {1-5} | {1-5} | {1-5} | {sum} |
34
+ | Sensitize | {1-5} | {1-5} | {1-5} | {1-5} | {1-5} | {sum} |
35
+ | Systematize | {1-5} | {1-5} | {1-5} | {1-5} | {1-5} | {sum} |
36
+
37
+ ### Anti-Patterns to Watch For
38
+
39
+ Before finalizing scores, check for these navigation anti-patterns:
40
+
41
+ - **Comfort zone bias** - Choosing familiar streams over ones where you have the biggest gaps
42
+ - **Analysis paralysis** - Cycling through Contextualize/Empathize without ever Externalizing
43
+ - **Premature optimization** - Jumping to Sensitize before validating core hypotheses
44
+ - **Skipping Empathize** - Building for imagined users instead of real ones
45
+ - **Ignoring Systematize** - Running experiments without capturing learnings
46
+
47
+ ---
48
+
49
+ ## Your Turn
50
+
51
+ Complete the scoring matrix. Be honest about feasibility -- a high-priority stream you can't execute is less useful than a medium-priority stream you can start tomorrow.
52
+
53
+ ## Next Step
54
+
55
+ When the evaluation is complete, I'll load:
56
+
57
+ {project-root}/_bmad/bme/_vortex/workflows/vortex-navigation/steps/step-05-recommendation.md