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,231 @@
1
+ ---
2
+ title: "User Discovery: {topic}"
3
+ date: {date}
4
+ created-by: {user-name} with Isla (discovery-empathy-expert)
5
+ status: DRAFT
6
+ ---
7
+
8
+ # User Discovery: {topic}
9
+
10
+ ## Executive Summary
11
+
12
+ **Discovery Goal:**
13
+ {discovery-goal}
14
+
15
+ **Key Themes:**
16
+ {key-themes-summary}
17
+
18
+ **Top Opportunity Areas:**
19
+ {top-3-opportunities}
20
+
21
+ **Confidence Level:** {overall-confidence}
22
+
23
+ ---
24
+
25
+ ## Discovery Scope
26
+
27
+ **Goal:** {discovery-goal-detailed}
28
+
29
+ **Research Questions:**
30
+ {research-questions-list}
31
+
32
+ **User Population:**
33
+ {user-population-description}
34
+
35
+ **Success Criteria:**
36
+ {success-criteria}
37
+
38
+ ---
39
+
40
+ ## Research Methods Used
41
+
42
+ | Method | Participants / Sources | Duration | Key Focus |
43
+ |--------|----------------------|----------|-----------|
44
+ {methods-table}
45
+
46
+ **Total research effort:** {total-sessions} sessions across {total-methods} methods over {total-duration}
47
+
48
+ ---
49
+
50
+ ## Key Themes
51
+
52
+ ### Theme 1: {theme-1-name}
53
+
54
+ **Pattern:** {theme-1-pattern}
55
+
56
+ **Evidence:**
57
+ {theme-1-evidence}
58
+
59
+ **Implication:** {theme-1-implication}
60
+
61
+ **Representative Quote:**
62
+ > "{theme-1-quote}" -- {theme-1-source}
63
+
64
+ ---
65
+
66
+ ### Theme 2: {theme-2-name}
67
+
68
+ **Pattern:** {theme-2-pattern}
69
+
70
+ **Evidence:**
71
+ {theme-2-evidence}
72
+
73
+ **Implication:** {theme-2-implication}
74
+
75
+ **Representative Quote:**
76
+ > "{theme-2-quote}" -- {theme-2-source}
77
+
78
+ ---
79
+
80
+ ### Theme 3: {theme-3-name}
81
+
82
+ **Pattern:** {theme-3-pattern}
83
+
84
+ **Evidence:**
85
+ {theme-3-evidence}
86
+
87
+ **Implication:** {theme-3-implication}
88
+
89
+ **Representative Quote:**
90
+ > "{theme-3-quote}" -- {theme-3-source}
91
+
92
+ ---
93
+
94
+ {additional-themes}
95
+
96
+ ## Opportunity Areas
97
+
98
+ **Priority:** High = Strong evidence + High impact | Medium = Moderate evidence or impact | Low = Emerging signal
99
+
100
+ ### Opportunity 1: {opportunity-1-name}
101
+
102
+ - **User Evidence:** {opportunity-1-evidence}
103
+ - **Size Signal:** {opportunity-1-size}
104
+ - **Current Alternatives:** {opportunity-1-alternatives}
105
+ - **Strategic Fit:** {opportunity-1-fit}
106
+ - **Priority:** {opportunity-1-priority}
107
+
108
+ ### Opportunity 2: {opportunity-2-name}
109
+
110
+ - **User Evidence:** {opportunity-2-evidence}
111
+ - **Size Signal:** {opportunity-2-size}
112
+ - **Current Alternatives:** {opportunity-2-alternatives}
113
+ - **Strategic Fit:** {opportunity-2-fit}
114
+ - **Priority:** {opportunity-2-priority}
115
+
116
+ ### Opportunity 3: {opportunity-3-name}
117
+
118
+ - **User Evidence:** {opportunity-3-evidence}
119
+ - **Size Signal:** {opportunity-3-size}
120
+ - **Current Alternatives:** {opportunity-3-alternatives}
121
+ - **Strategic Fit:** {opportunity-3-fit}
122
+ - **Priority:** {opportunity-3-priority}
123
+
124
+ {additional-opportunities}
125
+
126
+ ---
127
+
128
+ ## Research Question Answers
129
+
130
+ ### Q1: {research-question-1}
131
+
132
+ **Answer:** {answer-1}
133
+
134
+ **Confidence:** {confidence-1}
135
+
136
+ **Key Evidence:** {evidence-1}
137
+
138
+ ---
139
+
140
+ ### Q2: {research-question-2}
141
+
142
+ **Answer:** {answer-2}
143
+
144
+ **Confidence:** {confidence-2}
145
+
146
+ **Key Evidence:** {evidence-2}
147
+
148
+ ---
149
+
150
+ ### Q3: {research-question-3}
151
+
152
+ **Answer:** {answer-3}
153
+
154
+ **Confidence:** {confidence-3}
155
+
156
+ **Key Evidence:** {evidence-3}
157
+
158
+ ---
159
+
160
+ {additional-question-answers}
161
+
162
+ ## Evidence Matrix
163
+
164
+ | Theme / Pattern | {participant-columns} | Survey | Analytics | Total Sources |
165
+ |----------------|----------------------|--------|-----------|---------------|
166
+ {evidence-matrix-rows}
167
+
168
+ ---
169
+
170
+ ## Contradictions and Outliers
171
+
172
+ {contradictions-and-outliers}
173
+
174
+ ---
175
+
176
+ ## Limitations
177
+
178
+ **Sample limitations:**
179
+ {sample-limitations}
180
+
181
+ **Method limitations:**
182
+ {method-limitations}
183
+
184
+ **Scope limitations:**
185
+ {scope-limitations}
186
+
187
+ ---
188
+
189
+ ## Recommended Next Steps
190
+
191
+ 1. {next-step-1}
192
+ 2. {next-step-2}
193
+ 3. {next-step-3}
194
+ 4. {next-step-4}
195
+ 5. {next-step-5}
196
+
197
+ ---
198
+
199
+ ## Follow-Up Research Needed
200
+
201
+ {follow-up-research}
202
+
203
+ ---
204
+
205
+ ## Research Sources
206
+
207
+ {research-sources-detailed}
208
+
209
+ ---
210
+
211
+ ## Validation Checklist
212
+
213
+ - [ ] All research questions addressed with evidence
214
+ - [ ] Themes supported by multiple methods (triangulation)
215
+ - [ ] Opportunity areas include size signals and priority
216
+ - [ ] Contradictions and limitations documented honestly
217
+ - [ ] Report reviewed by at least one team member not involved in research
218
+ - [ ] Stakeholders briefed on key findings
219
+ - [ ] Next steps assigned with owners and timelines
220
+
221
+ ---
222
+
223
+ **Created by:** {creator-name}
224
+ **Created with:** Isla (discovery-empathy-expert) - Convoke v2.0.0
225
+ **Date:** {creation-date}
226
+ **Version:** 1.0
227
+ **Status:** {status}
228
+
229
+ ---
230
+
231
+ *This discovery report is a living document. Update it as new research emerges or as the team acts on the findings.*
@@ -0,0 +1,153 @@
1
+ ---
2
+ workflow: validate-user-discovery
3
+ type: single-file
4
+ description: Validate a user discovery report for research rigor, method appropriateness, and finding quality
5
+ author: Isla (discovery-empathy-expert)
6
+ ---
7
+
8
+ # Validate User Discovery Report
9
+
10
+ Bring me a user discovery report and I'll help you assess its research rigor, method appropriateness, and the quality of its findings.
11
+
12
+ ## Why Validation Matters
13
+
14
+ Discovery research shapes product strategy. If the research is flawed -- biased samples, weak methods, unsupported conclusions -- the strategy built on it will be flawed too. Validation catches these problems before they compound into costly product decisions.
15
+
16
+ ## Validation Process
17
+
18
+ ### 1. Research Rigor Check
19
+
20
+ **Is the discovery scope well-defined?**
21
+ - Clear goal tied to a business or product decision?
22
+ - Research questions that are specific and answerable?
23
+ - User population defined with inclusion and exclusion criteria?
24
+
25
+ **Is the evidence base sufficient?**
26
+ - Multiple participants (not just 1-2 anecdotes)?
27
+ - Multiple methods used (triangulation)?
28
+ - Evidence cited for every claim?
29
+
30
+ **Red Flags:**
31
+ - "We believe users want..." (belief is not evidence)
32
+ - "Based on our experience..." (team experience is not user research)
33
+ - Findings from a single session presented as patterns
34
+ - No participant count or sample description
35
+ - Conclusions that go far beyond what the data supports
36
+
37
+ ### 2. Method Appropriateness Check
38
+
39
+ **Were the right methods used for the right questions?**
40
+
41
+ | Question Type | Strong Methods | Weak Methods |
42
+ |--------------|----------------|--------------|
43
+ | Understanding workflows | Contextual inquiry, observation | Surveys |
44
+ | Measuring prevalence | Surveys, analytics | Interviews alone |
45
+ | Discovering motivations | Contextual inquiry, diary studies | Analytics alone |
46
+ | Tracking behavior over time | Diary studies, analytics | Single-session interviews |
47
+ | Uncovering environment factors | Observation, contextual inquiry | Remote surveys |
48
+
49
+ **Red Flags:**
50
+ - Using surveys to "discover" needs (surveys confirm, they don't discover)
51
+ - Drawing motivational conclusions from analytics alone
52
+ - Relying entirely on self-reported data without behavioral observation
53
+ - Using a single method for all research questions
54
+
55
+ ### 3. Finding Quality Check
56
+
57
+ **Are themes evidence-based?**
58
+ - Each theme supported by data from multiple participants?
59
+ - Each theme supported by more than one method?
60
+ - Representative quotes that ring true (not cherry-picked)?
61
+ - Frequency counts provided (not just "some users")?
62
+
63
+ **Are opportunity areas grounded?**
64
+ - Size signal provided (how many users, how often, how severe)?
65
+ - Current alternatives documented (what do users do today)?
66
+ - Priority justified by evidence, not gut feeling?
67
+
68
+ **Red Flags:**
69
+ - Themes that are really just topic labels ("Onboarding" vs. "Users skip onboarding and return later when stuck")
70
+ - Opportunity areas with no size signal
71
+ - Priorities that don't match the evidence strength
72
+ - Missing contradictions section (all research has contradictions -- if none are reported, they were probably ignored)
73
+
74
+ ### 4. Bias and Limitations Check
75
+
76
+ **Sample bias:**
77
+ - Were only happy customers studied? (survivorship bias)
78
+ - Were participants recruited from a single channel? (selection bias)
79
+ - Were certain segments underrepresented?
80
+ - Is the sample size adequate for the claims being made?
81
+
82
+ **Researcher bias:**
83
+ - Is there evidence of confirmation bias (only findings that match the hypothesis)?
84
+ - Were leading questions used in interviews or surveys?
85
+ - Did the same person conduct research AND synthesize findings? (perspective blindness)
86
+ - Are interpretations separated from observations?
87
+
88
+ **Honest limitations:**
89
+ - Does the report acknowledge what was NOT learned?
90
+ - Are confidence levels realistic?
91
+ - Are follow-up research recommendations specific?
92
+
93
+ ### 5. Actionability Check
94
+
95
+ **Can this report drive decisions?**
96
+ - Can a product manager use the opportunity areas to prioritize a roadmap?
97
+ - Can a designer use the themes to inform personas or journey maps?
98
+ - Can a stakeholder understand the key findings in under 5 minutes?
99
+ - Are next steps specific with clear owners?
100
+
101
+ **Red Flags:**
102
+ - Findings are interesting but not actionable ("Users are complex" -- so what?)
103
+ - No clear connection between themes and opportunity areas
104
+ - Next steps are vague ("Do more research")
105
+ - Report reads like an academic paper instead of a decision tool
106
+
107
+ ---
108
+
109
+ ## Your Turn
110
+
111
+ **Please share:**
112
+ 1. The user discovery report you want to validate (paste content or provide file path)
113
+ 2. The original research questions that motivated the discovery
114
+ 3. Any context about how the research was conducted
115
+
116
+ I'll review it and provide:
117
+ - **Rigor assessment** - Is the evidence base trustworthy?
118
+ - **Method critique** - Were the right methods used for the right questions?
119
+ - **Finding quality** - Are themes and opportunities well-supported?
120
+ - **Bias check** - What blind spots might exist?
121
+ - **Actionability score** - Can this report drive real decisions?
122
+ - **Validation score** - Overall assessment
123
+
124
+ ---
125
+
126
+ ## Validation Criteria
127
+
128
+ **Strong Discovery Report:**
129
+ - Every theme supported by evidence from 2+ methods
130
+ - Opportunity areas include size signals, alternatives, and priority
131
+ - Limitations documented honestly
132
+ - Sample described with inclusion/exclusion criteria
133
+ - Contradictions and outliers discussed
134
+ - Actionable for product, design, and strategy teams
135
+
136
+ **Needs Work:**
137
+ - Some themes lack multi-method support
138
+ - Opportunity areas missing size signals or priority justification
139
+ - Limitations mentioned but not detailed
140
+ - Sample described but potential biases not discussed
141
+ - Next steps are generic
142
+
143
+ **Weak:**
144
+ - Findings based on single method or tiny sample
145
+ - No triangulation between methods
146
+ - Claims exceed the evidence
147
+ - No limitations section
148
+ - Reads as opinions dressed in research language
149
+ - Not actionable
150
+
151
+ ---
152
+
153
+ Ready to validate your discovery report? Share it with me and I'll provide a thorough assessment.
@@ -0,0 +1,45 @@
1
+ ---
2
+ workflow: user-discovery
3
+ type: step-file
4
+ description: Plan and execute user discovery research to understand users, contexts, and needs
5
+ author: Isla (discovery-empathy-expert)
6
+ version: 1.5.0
7
+ ---
8
+
9
+ # User Discovery Research Workflow
10
+
11
+ This workflow guides you through planning and executing broader discovery research to understand your users, their contexts, and their unmet needs. Unlike a single empathy map session, user discovery spans multiple research methods and produces a comprehensive synthesis of what you learn.
12
+
13
+ ## What is User Discovery?
14
+
15
+ User discovery is the practice of systematically learning about the people you aim to serve before committing to solutions. It goes beyond interviews to include contextual inquiry, observation, diary studies, surveys, and analytics review. The goal is to build deep, evidence-based understanding of user behaviors, motivations, and environments so that every product decision is grounded in reality.
16
+
17
+ ## Workflow Structure
18
+
19
+ **Step-file architecture:**
20
+ - Just-in-time loading (each step loads only when needed)
21
+ - Sequential enforcement (must complete step N before step N+1)
22
+ - State tracking in frontmatter (progress preserved)
23
+
24
+ ## Steps Overview
25
+
26
+ 1. **Define Discovery Scope** - What do we need to learn and why? Formulate research questions.
27
+ 2. **Choose Research Methods** - Select appropriate methods (contextual inquiry, diary studies, ethnographic observation, surveys, analytics review).
28
+ 3. **Plan Research Activities** - Timeline, participants, logistics, and ethical considerations.
29
+ 4. **Execute Research** - Guidance for conducting fieldwork (observation techniques, note-taking, staying open).
30
+ 5. **Organize Raw Data** - Affinity mapping, tagging, and categorization of research data.
31
+ 6. **Synthesize Discovery Findings** - Distill key themes, insights, and opportunity areas into an actionable artifact.
32
+
33
+ ## Output
34
+
35
+ **Artifact:** User discovery report in `{output_folder}/user-discovery-{topic}-{date}.md`
36
+
37
+ **Template:** Uses [user-discovery.template.md](user-discovery.template.md)
38
+
39
+ ---
40
+
41
+ ## INITIALIZATION
42
+
43
+ Load config from {project-root}/_bmad/bme/_vortex/config.yaml
44
+
45
+ Load step: {project-root}/_bmad/bme/_vortex/workflows/user-discovery/steps/step-01-discovery-scope.md
@@ -0,0 +1,100 @@
1
+ ---
2
+ step: 1
3
+ workflow: user-interview
4
+ title: Define Research Goals
5
+ ---
6
+
7
+ # Step 1: Define Research Goals
8
+
9
+ Before writing a single interview question, you need clarity on what you want to learn and why it matters to your product decisions.
10
+
11
+ ## Why This Matters
12
+
13
+ Research without clear goals produces interesting stories but no actionable insights. Well-defined goals help you:
14
+ - Stay focused during interviews instead of wandering
15
+ - Know when you've learned enough to act
16
+ - Prioritize which questions matter most
17
+ - Connect findings directly to product decisions
18
+ - Avoid "research theater" -- doing interviews to feel productive without learning anything useful
19
+
20
+ ## Your Task
21
+
22
+ Answer these questions to define your research goals:
23
+
24
+ ### 1. What is the primary research question?
25
+
26
+ State the single most important thing you need to learn. Be specific.
27
+
28
+ **Weak:** "What do users think about our product?"
29
+ **Strong:** "Why do users who sign up for a free trial abandon it within the first 3 days?"
30
+
31
+ **Weak:** "How do people manage their finances?"
32
+ **Strong:** "What triggers freelancers to look for invoicing software, and what do they try before finding a paid tool?"
33
+
34
+ ### 2. What decisions will this research inform?
35
+
36
+ Research must connect to decisions. Otherwise it sits in a document no one reads.
37
+
38
+ Examples:
39
+ - "Should we invest in onboarding improvements or new features?"
40
+ - "Which of our three persona hypotheses is closest to reality?"
41
+ - "Is this problem painful enough that users would pay to solve it?"
42
+
43
+ ### 3. What do you already know (or believe)?
44
+
45
+ List your existing assumptions. Be honest about what is validated versus what is a guess.
46
+
47
+ **Format:**
48
+ - VALIDATED: {insight} -- Source: {how you know this}
49
+ - ASSUMPTION: {belief} -- Confidence: High/Medium/Low
50
+ - UNKNOWN: {question you cannot answer today}
51
+
52
+ ### 4. What would change your mind?
53
+
54
+ Define what a surprising or contradictory finding would look like. This prevents confirmation bias.
55
+
56
+ Example: "If fewer than 2 out of 8 participants mention onboarding as a pain point, we should deprioritize the onboarding redesign."
57
+
58
+ ### 5. How many interviews do you plan to conduct?
59
+
60
+ General guidance:
61
+ - **5-8 interviews** for exploratory discovery (finding new problems)
62
+ - **8-12 interviews** for validating a specific hypothesis
63
+ - **3-5 interviews** for usability or task-based feedback
64
+ - You will typically see patterns emerge after 5-6 interviews on the same topic
65
+
66
+ ## Example
67
+
68
+ **Primary Research Question:**
69
+ Why do small business owners (1-10 employees) continue using spreadsheets for project tracking even after evaluating dedicated project management tools?
70
+
71
+ **Decisions This Informs:**
72
+ - Whether to position our tool as a "spreadsheet replacement" or a "spreadsheet complement"
73
+ - Which 3 features to prioritize in Q2 to reduce switching friction
74
+ - Whether our pricing is a barrier or if the issue is something else entirely
75
+
76
+ **What We Know:**
77
+ - VALIDATED: 62% of trial users import data from spreadsheets -- Source: onboarding analytics
78
+ - ASSUMPTION: Users find PM tools "too complex" for small teams -- Confidence: Medium
79
+ - ASSUMPTION: Price is a secondary concern; learning curve is primary -- Confidence: Low
80
+ - UNKNOWN: What specific spreadsheet workflows are they reluctant to give up?
81
+
82
+ **What Would Change Our Mind:**
83
+ - If most participants say price is the primary blocker, we need to rethink our freemium strategy
84
+ - If participants are happy with spreadsheets and don't feel pain, this market may not be viable
85
+
86
+ **Planned Interviews:** 8 (small business owners who evaluated but did not adopt a PM tool)
87
+
88
+ ---
89
+
90
+ ## Your Turn
91
+
92
+ Please define your research goals using the structure above.
93
+
94
+ **Tip:** If you cannot clearly state what decision this research will inform, you are not ready to interview. Spend more time on goal definition first.
95
+
96
+ ## Next Step
97
+
98
+ When you've defined clear research goals, I'll load:
99
+
100
+ {project-root}/_bmad/bme/_vortex/workflows/user-interview/steps/step-02-interview-script.md
@@ -0,0 +1,123 @@
1
+ ---
2
+ step: 2
3
+ workflow: user-interview
4
+ title: Design Interview Script
5
+ ---
6
+
7
+ # Step 2: Design Interview Script
8
+
9
+ Now that you have clear research goals, let's design an interview script that draws out honest, detailed responses without leading participants toward the answers you want to hear.
10
+
11
+ ## Why This Matters
12
+
13
+ The quality of your insights depends entirely on the quality of your questions. Leading questions produce false confidence. Closed questions produce shallow data. A well-designed script helps you:
14
+ - Get authentic stories instead of socially desirable answers
15
+ - Uncover behaviors (what people actually do) not just opinions (what people say they'd do)
16
+ - Maintain consistency across interviews while leaving room for exploration
17
+ - Avoid the most common interview pitfalls that waste everyone's time
18
+
19
+ ## Question Design Principles
20
+
21
+ ### The Five Rules of Interview Questions
22
+
23
+ 1. **Ask about the past, not the future.** "Tell me about the last time you..." beats "Would you ever...?" People are terrible at predicting their own behavior.
24
+
25
+ 2. **Ask open-ended questions.** Questions that can be answered with "yes" or "no" kill conversations. Start with "Tell me about...", "Walk me through...", "Describe...", "What happened when..."
26
+
27
+ 3. **Never lead the witness.** "Don't you think the onboarding is confusing?" will always get a "yes." Instead: "Walk me through your first experience with the product."
28
+
29
+ 4. **Follow emotion and energy.** When a participant's voice changes, they lean forward, or they hesitate -- that's where the real insight lives. Probe deeper there.
30
+
31
+ 5. **Separate behavior from opinion.** "Do you like using spreadsheets?" (opinion) vs. "How many hours last week did you spend in spreadsheets?" (behavior). Behavior is more reliable.
32
+
33
+ ### Common Bias Traps to Avoid
34
+
35
+ | Bias Trap | Example (Bad) | Fix (Good) |
36
+ |-----------|---------------|------------|
37
+ | Leading question | "How frustrating is the checkout process?" | "Walk me through your last purchase." |
38
+ | Hypothetical | "Would you use a feature that does X?" | "How do you handle X today?" |
39
+ | Binary question | "Is the dashboard useful?" | "How do you use the dashboard in your daily work?" |
40
+ | Stacking questions | "What do you think about the price and the features and the design?" | Ask one question at a time. |
41
+ | Priming | "We built this feature to save time. How much time does it save you?" | "Tell me about your experience with this feature." |
42
+
43
+ ## Your Task
44
+
45
+ Design your interview script using the structure below:
46
+
47
+ ### 1. Opening (2-3 minutes)
48
+
49
+ Write a brief introduction that:
50
+ - Thanks the participant for their time
51
+ - Explains the purpose (in general terms, without biasing)
52
+ - Sets expectations (duration, recording permission, no right/wrong answers)
53
+ - Asks permission to take notes or record
54
+
55
+ **Example opening:**
56
+ > "Thank you for taking the time to talk with me today. I'm researching how [role/persona] handle [general topic]. There are no right or wrong answers -- I'm genuinely curious about your experience. This will take about 30-45 minutes. Is it okay if I take notes? Everything you share will be kept confidential."
57
+
58
+ ### 2. Warm-up Questions (3-5 minutes)
59
+
60
+ Start with easy, non-threatening questions to build rapport and get context.
61
+
62
+ **Examples:**
63
+ - "Tell me about your role. What does a typical day look like?"
64
+ - "How long have you been doing [activity/role]?"
65
+ - "What tools or processes do you use most in your work?"
66
+
67
+ ### 3. Core Questions (20-30 minutes)
68
+
69
+ These are your main research questions. Design 5-8 core questions tied directly to your research goals.
70
+
71
+ **For each question, include:**
72
+ - The main question
73
+ - 2-3 follow-up probes if the answer is shallow
74
+ - What you're trying to learn (internal note, not shared with participant)
75
+
76
+ **Example format:**
77
+ > **Q: "Walk me through the last time you [relevant activity]."**
78
+ > - Probe: "What happened next?"
79
+ > - Probe: "How did that make you feel?"
80
+ > - Probe: "What did you try before that?"
81
+ > - *Learning goal: Understand the real workflow and pain points*
82
+
83
+ ### 4. Closing Questions (5 minutes)
84
+
85
+ Wrap up with reflective and forward-looking questions:
86
+ - "Is there anything I should have asked but didn't?"
87
+ - "What's the one thing you wish was different about [topic]?"
88
+ - "Is there anyone else you think I should talk to about this?"
89
+
90
+ ### 5. Debrief Notes (post-interview, for interviewer only)
91
+
92
+ After each interview, immediately capture:
93
+ - Top 3 surprising things you heard
94
+ - Quotes that stood out
95
+ - Body language or emotional moments
96
+ - What would you ask differently next time?
97
+
98
+ ## Script Quality Checklist
99
+
100
+ Before finalizing, verify your script passes these checks:
101
+
102
+ - [ ] Every core question is open-ended (cannot be answered yes/no)
103
+ - [ ] No question contains the answer you're hoping to hear
104
+ - [ ] Questions focus on past behavior, not future predictions
105
+ - [ ] You ask about specific instances ("last time") not generalizations ("usually")
106
+ - [ ] Questions progress from easy/broad to specific/deep
107
+ - [ ] You have probes ready for shallow answers
108
+ - [ ] The script can be completed in the planned time
109
+ - [ ] You have not revealed your product idea or solution before asking about problems
110
+
111
+ ---
112
+
113
+ ## Your Turn
114
+
115
+ Please design your interview script using the structure above. I'll review it for leading questions, bias, and alignment with your research goals.
116
+
117
+ **Tip:** The best interviews feel like conversations, not interrogations. Your script is a guide, not a rigid questionnaire. Be prepared to deviate when the participant says something interesting.
118
+
119
+ ## Next Step
120
+
121
+ When your interview script is ready, I'll load:
122
+
123
+ {project-root}/_bmad/bme/_vortex/workflows/user-interview/steps/step-03-recruitment.md