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,73 @@
1
+ ---
2
+ step: 3
3
+ workflow: lean-experiment
4
+ title: Define Success Metrics
5
+ ---
6
+
7
+ # Step 3: Define Success Metrics
8
+
9
+ Before you run the experiment, define what success and failure look like. Not after. Before. This is the most important discipline in lean experimentation — pre-defined success criteria prevent you from moving the goalposts after you see the data.
10
+
11
+ ## Why This Matters
12
+
13
+ Without pre-defined metrics, every experiment "succeeds" — you'll always find something positive in the data if you look hard enough. That's not learning, it's confirmation bias. Pre-defined success criteria force an honest conversation: "If the number is below X, we were wrong." That's the conversation most teams avoid. That's the conversation that saves you from building the wrong thing.
14
+
15
+ ## Your Task
16
+
17
+ ### 1. Define Primary Success Metric
18
+
19
+ Your primary metric directly tests the riskiest assumption. One metric. Not three. Not five. One metric that, if it fails, tells you the hypothesis is wrong.
20
+
21
+ | Field | Your Answer |
22
+ |-------|-------------|
23
+ | **Metric Name** | What are you measuring? (e.g., "Action rate on dinner suggestions") |
24
+ | **Target Threshold** | What number means success? Be specific. (e.g., ">=60% of participants act on the suggestion") |
25
+ | **Failure Threshold** | What number means failure? (e.g., "<40% action rate") |
26
+ | **Measurement Method** | How will you collect this data? (e.g., "Track text replies vs. no-reply within 30 min") |
27
+ | **Why This Metric** | How does it connect to the riskiest assumption? |
28
+
29
+ ### 2. Define Secondary Metrics (1-3)
30
+
31
+ Secondary metrics provide context but don't determine pass/fail. They help you understand *why* the primary metric succeeded or failed.
32
+
33
+ For each secondary metric:
34
+
35
+ | Field | Your Answer |
36
+ |-------|-------------|
37
+ | **Metric Name** | What are you measuring? |
38
+ | **Expected Range** | What range would you expect if the hypothesis is correct? |
39
+ | **What It Tells You** | What insight does this metric provide beyond the primary? |
40
+
41
+ ### 3. Define Guardrail Metrics (Optional)
42
+
43
+ Guardrail metrics detect unintended negative consequences — the "surgery was successful but the patient died" scenarios.
44
+
45
+ | Field | Your Answer |
46
+ |-------|-------------|
47
+ | **Guardrail Metric** | What negative effect could this experiment cause? |
48
+ | **Red Line** | At what threshold would you stop the experiment? |
49
+
50
+ ### 4. Validate Your Metrics
51
+
52
+ - [ ] **Actionable?** Does each metric drive a specific decision? (If action rate < 40%, pivot. If > 60%, proceed.) If a metric doesn't drive a decision, remove it.
53
+ - [ ] **Measurable?** Can you actually collect this data with your experiment design? If not, simplify the metric or change the design.
54
+ - [ ] **Pre-defined?** Are thresholds set BEFORE seeing data? Write them down now. You can't move goalposts you've published.
55
+ - [ ] **Connected?** Does the primary metric directly test the riskiest assumption, not a proxy?
56
+
57
+ ---
58
+
59
+ ## Your Turn
60
+
61
+ Define your primary success metric, 1-3 secondary metrics, and any guardrail metrics. Share them and I'll help you sharpen the thresholds.
62
+
63
+ ---
64
+
65
+ **[a]** Advanced Elicitation — Deep dive into metric selection and statistical significance
66
+ **[p]** Party Mode — Bring in other Vortex agents for metric critique
67
+ **[c]** Continue — Proceed to running the experiment
68
+
69
+ ## Next Step
70
+
71
+ When your success metrics are defined and locked, I'll load:
72
+
73
+ {project-root}/_bmad/bme/_vortex/workflows/lean-experiment/steps/step-04-run.md
@@ -0,0 +1,75 @@
1
+ ---
2
+ step: 4
3
+ workflow: lean-experiment
4
+ title: Run Experiment & Collect Data
5
+ ---
6
+
7
+ # Step 4: Run Experiment & Collect Data
8
+
9
+ Time to execute. You've defined the hypothesis, designed the experiment, and locked the success metrics. Now run it and collect the data — honestly, completely, and without cherry-picking.
10
+
11
+ ## Why This Matters
12
+
13
+ The discipline of lean experimentation isn't in the design — it's in the execution. Most experiments fail not because the hypothesis was wrong, but because the execution was sloppy: inconsistent delivery, incomplete data collection, or mid-experiment changes that invalidate the results. Run the experiment exactly as designed. If you discover flaws mid-run, document them — don't fix them by changing the experiment. A clean experiment with a negative result is more valuable than a messy experiment with a positive one.
14
+
15
+ ## Your Task
16
+
17
+ ### 1. Pre-Launch Checklist
18
+
19
+ Before you start, confirm everything is ready:
20
+
21
+ - [ ] **Hypothesis is documented** — you know exactly what you're testing
22
+ - [ ] **Success metrics are locked** — thresholds set before data arrives
23
+ - [ ] **Experiment design is final** — no changes after launch
24
+ - [ ] **Data collection is set up** — you can actually capture the metrics you defined
25
+ - [ ] **Participants are recruited** — your sample is ready
26
+ - [ ] **Timeline is set** — start date, end date, check-in points
27
+
28
+ ### 2. Execute the Experiment
29
+
30
+ Run the experiment according to your design. During execution, track:
31
+
32
+ **Execution Log:**
33
+
34
+ | Date | What Happened | Data Collected | Issues / Anomalies |
35
+ |------|---------------|----------------|---------------------|
36
+ | Day 1 | | | |
37
+ | Day 2 | | | |
38
+ | ... | | | |
39
+
40
+ **Key disciplines during execution:**
41
+ - **Don't change the experiment mid-run.** If you discover a flaw, document it and decide after whether to re-run.
42
+ - **Collect all data, not just positive signals.** Non-responses, dropouts, and complaints are data.
43
+ - **Note anomalies immediately.** Unusual behavior is easier to interpret when documented fresh.
44
+ - **Track what surprised you.** Surprises often contain the most valuable learning.
45
+
46
+ ### 3. Document Raw Results
47
+
48
+ When the experiment ends, capture the raw data before any interpretation:
49
+
50
+ | Metric | Target | Actual | Met? |
51
+ |--------|--------|--------|------|
52
+ | **Primary:** [your metric] | [target threshold] | [actual number] | Yes/No |
53
+ | **Secondary 1:** [metric] | [expected range] | [actual] | In range? |
54
+ | **Secondary 2:** [metric] | [expected range] | [actual] | In range? |
55
+ | **Guardrail:** [metric] | [red line] | [actual] | Safe? |
56
+
57
+ **Qualitative observations:** Document anything notable that numbers alone don't capture — user reactions, unexpected behaviors, feedback themes.
58
+
59
+ ---
60
+
61
+ ## Your Turn
62
+
63
+ Run the experiment, collect data, and fill in the execution log and results table above. Share the raw results when the experiment is complete.
64
+
65
+ ---
66
+
67
+ **[a]** Advanced Elicitation — Guidance on handling mid-experiment issues
68
+ **[p]** Party Mode — Bring in other Vortex agents for execution support
69
+ **[c]** Continue — Proceed to analyzing results
70
+
71
+ ## Next Step
72
+
73
+ When your experiment is complete and raw results are documented, I'll load:
74
+
75
+ {project-root}/_bmad/bme/_vortex/workflows/lean-experiment/steps/step-05-analyze.md
@@ -0,0 +1,84 @@
1
+ ---
2
+ step: 5
3
+ workflow: lean-experiment
4
+ title: Analyze Results & Capture Learning
5
+ ---
6
+
7
+ # Step 5: Analyze Results & Capture Learning
8
+
9
+ The experiment is done. Now the real work begins: honest interpretation. Not spin. Not "finding the silver lining." Honest assessment of what the data tells you about your hypothesis and assumptions.
10
+
11
+ ## Why This Matters
12
+
13
+ Most teams analyze experiment results backwards — they start with the outcome they wanted and work backwards to justify it. "The conversion rate was low, but users who DID convert were really engaged!" That's not analysis. That's rationalization. Real analysis starts with the pre-defined success criteria and asks one question: did we meet them or not? Everything else follows from that honest answer.
14
+
15
+ ## Your Task
16
+
17
+ ### 1. Primary Metric Assessment
18
+
19
+ Start with the metric that matters most:
20
+
21
+ | Question | Your Answer |
22
+ |----------|-------------|
23
+ | **What was the primary metric result?** | [actual number] |
24
+ | **Did it meet the success threshold?** | Yes / No / Borderline |
25
+ | **Did it hit the failure threshold?** | Yes / No |
26
+ | **What does this tell you about the riskiest assumption?** | [Validated / Invalidated / Inconclusive] |
27
+
28
+ **If the result is borderline:** Resist the urge to call it "close enough." Borderline results mean you need a sharper experiment, a larger sample, or a different metric — not a looser standard.
29
+
30
+ ### 2. Secondary Metric Analysis
31
+
32
+ For each secondary metric:
33
+
34
+ | Metric | Result | What It Tells You |
35
+ |--------|--------|-------------------|
36
+ | [Secondary 1] | [result] | [interpretation] |
37
+ | [Secondary 2] | [result] | [interpretation] |
38
+
39
+ **Look for the story the secondary metrics tell:** Do they explain *why* the primary metric succeeded or failed? Do they reveal something unexpected?
40
+
41
+ ### 3. Capture Validated Learning
42
+
43
+ This is the most valuable output of the experiment — what you now know that you didn't know before.
44
+
45
+ **What we set out to learn:**
46
+ [Your original hypothesis and riskiest assumption]
47
+
48
+ **What we actually learned:**
49
+ 1. [First key learning — what the data showed]
50
+ 2. [Second key learning — what surprised you]
51
+ 3. [Third key learning — what assumption was updated]
52
+
53
+ **Assumptions updated:**
54
+
55
+ | Assumption | Previous Status | New Status | Evidence |
56
+ |-----------|----------------|------------|----------|
57
+ | [Riskiest assumption] | Unvalidated | Validated / Invalidated / Inconclusive | [What data supports this?] |
58
+ | [Other assumption] | [status] | [new status] | [evidence] |
59
+
60
+ ### 4. Identify New Questions
61
+
62
+ Good experiments answer one question and raise two more. What new questions did this experiment surface?
63
+
64
+ - [ ] [New question 1]
65
+ - [ ] [New question 2]
66
+ - [ ] [New question 3]
67
+
68
+ ---
69
+
70
+ ## Your Turn
71
+
72
+ Complete the analysis above. Be honest about what the data shows — not what you hoped it would show. Share your analysis and I'll help you extract the maximum learning.
73
+
74
+ ---
75
+
76
+ **[a]** Advanced Elicitation — Deep dive into statistical interpretation
77
+ **[p]** Party Mode — Bring in other Vortex agents for analysis critique
78
+ **[c]** Continue — Proceed to the decision: pivot, patch, or persevere
79
+
80
+ ## Next Step
81
+
82
+ When your analysis is complete, I'll load:
83
+
84
+ {project-root}/_bmad/bme/_vortex/workflows/lean-experiment/steps/step-06-decide.md
@@ -0,0 +1,111 @@
1
+ ---
2
+ step: 6
3
+ workflow: lean-experiment
4
+ title: Decide & Route
5
+ ---
6
+
7
+ # Step 6: Decide & Route
8
+
9
+ You've run the experiment, analyzed the results, and captured the learning. Now make the decision: based on the evidence, what do you do next? And package everything as an HC4 experiment context artifact so the next agent in the Vortex has what they need.
10
+
11
+ ## Why This Matters
12
+
13
+ The hardest part of lean experimentation isn't running experiments — it's acting on the results. Teams that invest effort in an experiment naturally want it to "work." But the discipline is in the decision: if the data says pivot, you pivot. If the data says the assumption was wrong, you accept it. The HC4 artifact preserves your learning so it's not lost when you move forward.
14
+
15
+ ## Your Task
16
+
17
+ ### 1. Make the Decision
18
+
19
+ Based on your analysis from Step 5:
20
+
21
+ | Signal | Decision | What It Means |
22
+ |--------|----------|---------------|
23
+ | Primary metric met success threshold | **Persevere** | The hypothesis held. Move to production monitoring or test the next assumption. |
24
+ | Primary metric in borderline zone | **Patch** | The direction is right but needs refinement. Iterate on the experiment design or scope. |
25
+ | Primary metric hit failure threshold | **Pivot** | The assumption was wrong. Re-examine the problem definition or hypothesis. |
26
+
27
+ **Your decision:** [Pivot / Patch / Persevere]
28
+
29
+ **Rationale:** [Why this decision follows from the evidence — not from hope]
30
+
31
+ ### 2. Generate the HC4 Artifact
32
+
33
+ I'll produce the HC4 Experiment Context artifact with this structure:
34
+
35
+ ```yaml
36
+ ---
37
+ contract: HC4
38
+ type: artifact
39
+ source_agent: wade
40
+ source_workflow: lean-experiment
41
+ target_agents: [noah]
42
+ input_artifacts:
43
+ - path: "_bmad-output/vortex-artifacts/{your-hc3-artifact}"
44
+ contract: HC3
45
+ created: YYYY-MM-DD
46
+ ---
47
+ ```
48
+
49
+ **HC4 Required Body Sections:**
50
+ 1. **Experiment Summary** — Name, type, duration, graduation status
51
+ 2. **Hypothesis Tested** — Original statement, riskiest assumption, expected outcomes
52
+ 3. **Method** — Experiment type, sample, what was built, execution details
53
+ 4. **Pre-Defined Success Criteria** — Metrics with targets and actual results
54
+ 5. **Results** — Key findings, validated learning, assumption updates
55
+ 6. **Expected Production Behavior** (if graduating) — What to expect at scale
56
+ 7. **Signal Thresholds** (if graduating) — When to investigate anomalies
57
+
58
+ **Save to:** `{output_folder}/vortex-artifacts/hc4-experiment-results-{date}.md`
59
+
60
+ ### 3. Validation Questions
61
+
62
+ Before finalizing:
63
+
64
+ - [ ] Does the decision honestly follow from the data?
65
+ - [ ] Is the HC4 artifact self-contained — could Noah interpret production signals without reading HC3?
66
+ - [ ] Are success criteria results documented with actual numbers, not vague assessments?
67
+ - [ ] Are new questions and next steps clearly identified?
68
+
69
+ ---
70
+
71
+ ## Your Turn
72
+
73
+ Confirm your decision (pivot/patch/persevere) and review the HC4 artifact. I'll generate the final file once you approve.
74
+
75
+ ---
76
+
77
+ **[a]** Advanced Elicitation — Deep dive into decision rationale
78
+ **[p]** Party Mode — Bring in other Vortex agents for decision review
79
+ **[c]** Continue — Generate the HC4 artifact and proceed to routing
80
+
81
+ ---
82
+
83
+ ## Vortex Compass
84
+
85
+ Based on what you just completed, here are your evidence-driven options:
86
+
87
+ | If you learned... | Consider next... | Agent | Why |
88
+ |---|---|---|---|
89
+ | Experiment succeeded, graduating to production | signal-interpretation | Noah 📡 | Monitor production signals against experiment predictions (HC4) |
90
+ | Experiment complete, need to capture learning | learning-card | Max 🧭 | Capture validated learning before it fades |
91
+ | User behavior was surprising or unexplained | empathy-map | Isla 🔍 | Understand why users behaved unexpectedly |
92
+ | Assumption invalidated, need new direction | pivot-resynthesis | Mila 🔬 | Re-synthesize problem definition with new evidence |
93
+ | Need to test next assumption in the risk map | lean-experiment | Wade 🧪 | Run the next experiment in the testing sequence |
94
+
95
+ > **Note:** These are evidence-based recommendations. You can navigate to any Vortex agent
96
+ > at any time based on your judgment.
97
+
98
+ **Or run Max's [VN] Vortex Navigation** for a full gap analysis across all streams.
99
+
100
+ ### Insufficient Evidence for Routing
101
+
102
+ If the evidence doesn't clearly point to a single next step:
103
+
104
+ | To route to... | You need... |
105
+ |----------------|-------------|
106
+ | Noah 📡 | Graduated experiment with defined production behavior and signal thresholds |
107
+ | Max 🧭 | Completed experiment with documented learning and assumption updates |
108
+ | Isla 🔍 | Specific unexplained user behavior requiring qualitative investigation |
109
+ | Mila 🔬 | Invalidated assumption requiring problem re-definition |
110
+
111
+ **Recommended:** Run **Max's [VN] Vortex Navigation** for a full gap analysis across all streams.
@@ -0,0 +1,30 @@
1
+ # Validate Lean Experiment
2
+
3
+ **Status:** Coming in v1.2.0
4
+
5
+ **Agent:** Wade (Lean Experiments Specialist)
6
+
7
+ **Stream:** Externalize
8
+
9
+ ## Overview
10
+
11
+ This validation workflow helps you review lean experiments to ensure they're scientifically sound and focused on learning.
12
+
13
+ ## What Gets Validated
14
+
15
+ - Is the hypothesis specific and falsifiable?
16
+ - Is the experiment design appropriate for the hypothesis?
17
+ - Are success criteria clear and measurable?
18
+ - Are results documented with evidence?
19
+ - Are learnings actionable?
20
+ - Is the pivot/persevere decision justified?
21
+
22
+ ## Coming in v1.2.0
23
+
24
+ This validation workflow will be available alongside the lean-experiment workflow in March 2026.
25
+
26
+ ## Questions?
27
+
28
+ For questions or to request early access:
29
+ - GitHub Issues: https://github.com/amalik/convoke-agents/issues
30
+ - Tag with: `workflow:lean-experiment` and `v1.2.0`
@@ -0,0 +1,26 @@
1
+ ---
2
+ workflow: lean-experiment
3
+ type: step-file
4
+ description: Execute Build-Measure-Learn cycles with hypothesis testing
5
+ author: Wade (lean-experiments-specialist)
6
+ version: 1.2.0
7
+ ---
8
+
9
+ # Lean Experiment Workflow
10
+
11
+ Execute Build-Measure-Learn cycles to validate or invalidate hypotheses.
12
+
13
+ ## Steps Overview
14
+
15
+ 1. **State Hypothesis** - What do you believe is true?
16
+ 2. **Design Experiment** - How will you test it?
17
+ 3. **Define Metrics** - What will you measure?
18
+ 4. **Run Experiment** - Execute and collect data
19
+ 5. **Analyze Results** - What did you learn?
20
+ 6. **Decide: Pivot or Persevere** - What's next?
21
+
22
+ ---
23
+
24
+ ## INITIALIZATION
25
+
26
+ Load step: {project-root}/_bmad/bme/_vortex/workflows/lean-experiment/steps/step-01-hypothesis.md
@@ -0,0 +1,163 @@
1
+ ---
2
+ title: "Lean Persona: {persona-name}"
3
+ date: {date}
4
+ created-by: {user-name} with Emma (contextualization-expert)
5
+ type: lean-persona
6
+ status: HYPOTHESIS
7
+ version: 1.0
8
+ ---
9
+
10
+ # Lean Persona: {persona-name}
11
+
12
+ > **Remember:** This is a hypothesis until validated. Every insight below needs testing with real users.
13
+
14
+ ## Executive Summary
15
+
16
+ **Job-to-be-Done:**
17
+ {job-summary}
18
+
19
+ **Riskiest Assumptions:**
20
+ {top-3-assumptions}
21
+
22
+ **Next Validation Steps:**
23
+ {next-validation-steps}
24
+
25
+ ---
26
+
27
+ ## Job-to-be-Done
28
+
29
+ ### Primary Job
30
+ {primary-job}
31
+
32
+ ### Context
33
+ {job-context}
34
+
35
+ ### Frequency & Importance
36
+ {job-frequency-importance}
37
+
38
+ ### Current Solution
39
+ {current-solution}
40
+
41
+ ---
42
+
43
+ ## Current State Analysis
44
+
45
+ ### How They Solve It Today
46
+ {current-solution-details}
47
+
48
+ ### Pain Points with Current Solution
49
+ {pain-points}
50
+
51
+ ### Workarounds & Hacks
52
+ {workarounds}
53
+
54
+ ### Cost of Current Solution
55
+ {current-cost}
56
+
57
+ ---
58
+
59
+ ## Problem Contexts
60
+
61
+ ### When Does This Problem Occur?
62
+ {problem-timing}
63
+
64
+ ### Where Does This Problem Occur?
65
+ {problem-location}
66
+
67
+ ### Why Does This Problem Matter Now?
68
+ {problem-urgency}
69
+
70
+ ### What Triggers the Need?
71
+ {problem-triggers}
72
+
73
+ ---
74
+
75
+ ## Forces & Anxieties
76
+
77
+ ### Forces Pushing Toward Change
78
+ **What makes them want to switch?**
79
+ {push-forces}
80
+
81
+ ### Forces Pulling Back to Status Quo
82
+ **What makes them hesitate?**
83
+ {pull-forces}
84
+
85
+ ### Anxieties About Changing
86
+ {anxieties}
87
+
88
+ ### Habits That Need Breaking
89
+ {habits}
90
+
91
+ ---
92
+
93
+ ## Success Criteria
94
+
95
+ ### Desired Outcome
96
+ {desired-outcome}
97
+
98
+ ### Success Metrics
99
+ {success-metrics}
100
+
101
+ ### Time to Value
102
+ {time-to-value}
103
+
104
+ ### Acceptable Trade-offs
105
+ {tradeoffs}
106
+
107
+ ---
108
+
109
+ ## Assumptions to Validate
110
+
111
+ ### Critical Assumptions (Test First)
112
+ {critical-assumptions}
113
+
114
+ ### Important Assumptions (Test Soon)
115
+ {important-assumptions}
116
+
117
+ ### Nice-to-Validate (Test Later)
118
+ {nice-to-validate}
119
+
120
+ ---
121
+
122
+ ## Validation Plan
123
+
124
+ ### Experiment 1: {experiment-1-name}
125
+ - **Hypothesis:** {experiment-1-hypothesis}
126
+ - **Method:** {experiment-1-method}
127
+ - **Success Criteria:** {experiment-1-success}
128
+ - **Timeline:** {experiment-1-timeline}
129
+
130
+ ### Experiment 2: {experiment-2-name}
131
+ - **Hypothesis:** {experiment-2-hypothesis}
132
+ - **Method:** {experiment-2-method}
133
+ - **Success Criteria:** {experiment-2-success}
134
+ - **Timeline:** {experiment-2-timeline}
135
+
136
+ ### Experiment 3: {experiment-3-name}
137
+ - **Hypothesis:** {experiment-3-hypothesis}
138
+ - **Method:** {experiment-3-method}
139
+ - **Success Criteria:** {experiment-3-success}
140
+ - **Timeline:** {experiment-3-timeline}
141
+
142
+ ---
143
+
144
+ ## Next Steps
145
+
146
+ 1. **Validate riskiest assumption first:** {riskiest-assumption}
147
+ 2. **Talk to {target-interview-count} potential users** within {timeline}
148
+ 3. **Run {experiment-type}** to test {what-youre-testing}
149
+ 4. **Decision criteria:** If {success-metric} reaches {threshold}, then {decision}
150
+
151
+ ---
152
+
153
+ ## Revision History
154
+
155
+ | Date | What Changed | Why | New Assumptions |
156
+ |------|--------------|-----|-----------------|
157
+ | {date} | Initial creation | First hypothesis | All assumptions untested |
158
+
159
+ ---
160
+
161
+ **Created with:** Convoke v2.0.0 - Vortex Pattern (Contextualize Stream)
162
+ **Agent:** Emma (Contextualization Expert)
163
+ **Workflow:** lean-persona
@@ -0,0 +1,72 @@
1
+ ---
2
+ step: 1
3
+ workflow: lean-persona
4
+ title: Define Job-to-be-Done
5
+ ---
6
+
7
+ # Step 1: Define Job-to-be-Done
8
+
9
+ Before we create a lean persona, we need to understand the fundamental job your user is trying to accomplish.
10
+
11
+ ## Why This Matters
12
+
13
+ Jobs-to-be-done is the foundation of lean personas. People don't buy products - they "hire" solutions to get a job done. Understanding the job helps us:
14
+ - Focus on behavior, not demographics
15
+ - Identify what truly matters to users
16
+ - Find better competing solutions we might not have considered
17
+ - Design value propositions that resonate
18
+
19
+ ## Your Task
20
+
21
+ Answer these questions to define the job-to-be-done:
22
+
23
+ ### 1. What job is the user trying to accomplish?
24
+ Be specific. Not "manage finances" but "ensure I don't overspend on discretionary purchases each month."
25
+
26
+ ### 2. Give this persona a name
27
+ A simple identifier (e.g., "Budget-Conscious Parent", "Efficiency-Driven PM"). This is for reference, not a demographic label.
28
+
29
+ ### 3. How often does this job occur?
30
+ - Daily? Weekly? Monthly? Annually?
31
+ - Is it predictable or unpredictable?
32
+ - How urgent is it when it arises?
33
+
34
+ ### 4. How important is this job to the user?
35
+ On a scale: Mission-critical / Very important / Important / Nice-to-have
36
+ Why does it matter to them?
37
+
38
+ ### 5. What evidence do you have?
39
+ - User interviews? (how many?)
40
+ - Surveys? Observations?
41
+ - Analytics? Support tickets?
42
+ - Or is this a hypothesis to validate?
43
+
44
+ ## Example
45
+
46
+ **Persona Name:** Time-Strapped Remote Manager
47
+
48
+ **Job-to-be-Done:** Keep my distributed team aligned on priorities without wasting time in status meetings.
49
+
50
+ **Frequency:** Daily (checking alignment), Weekly (setting priorities)
51
+
52
+ **Importance:** Mission-critical - Team misalignment directly impacts delivery and morale
53
+
54
+ **Evidence:**
55
+ - 5 user interviews with remote team managers
56
+ - Analysis of 100+ support tickets about "meeting overload"
57
+ - Survey of 200 remote managers (68% cited "too many meetings" as top frustration)
58
+ - HYPOTHESIS: We believe eliminating daily standups would improve team productivity
59
+
60
+ ---
61
+
62
+ ## Your Turn
63
+
64
+ Please define the job-to-be-done using the structure above.
65
+
66
+ **Important:** If you're working from a hypothesis (not validated research), clearly mark assumptions. Every assumption needs a plan to validate it.
67
+
68
+ ## Next Step
69
+
70
+ When you've defined the job and I've confirmed it's specific enough, I'll load:
71
+
72
+ {project-root}/_bmad/bme/_vortex/workflows/lean-persona/steps/step-02-current-solution.md