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,83 @@
1
+ ---
2
+ step: 2
3
+ workflow: lean-persona
4
+ title: Current Solution Analysis
5
+ ---
6
+
7
+ # Step 2: Current Solution Analysis
8
+
9
+ Now that we know the job, let's understand how users solve it today - and what's broken about that solution.
10
+
11
+ ## Why This Matters
12
+
13
+ Your product isn't competing with nothing - it's competing with how users currently solve this problem. Understanding their current solution reveals:
14
+ - What they value (they're paying with time, money, or frustration)
15
+ - Where the opportunities are (what's broken)
16
+ - What habits you'll need to break (switching costs)
17
+ - How good "good enough" needs to be
18
+
19
+ ## Your Task
20
+
21
+ Answer these questions about the current solution:
22
+
23
+ ### 1. How do they solve this job today?
24
+ Describe their current approach in detail. What tools/methods/processes do they use?
25
+
26
+ ### 2. What are the pain points with the current solution?
27
+ List 3-5 specific frustrations. Be concrete.
28
+ - Not: "It's slow"
29
+ - But: "Takes 15+ minutes to generate a weekly report that should take 2 minutes"
30
+
31
+ ### 3. What workarounds or hacks have they created?
32
+ Users are creative. What unofficial solutions have they cobbled together?
33
+
34
+ ### 4. What does the current solution cost them?
35
+ - Time (hours per week/month)?
36
+ - Money (subscriptions, licenses, tools)?
37
+ - Opportunity cost (what can't they do because of this)?
38
+ - Frustration/stress?
39
+
40
+ ### 5. Why haven't they switched already?
41
+ If it's so painful, what keeps them using the current solution?
42
+
43
+ ## Example
44
+
45
+ **Current Solution:**
46
+ Weekly status meetings + scattered Slack messages + Google Doc tracking sheet
47
+
48
+ **Pain Points:**
49
+ 1. Status meetings take 1 hour but only 10 minutes is relevant to any individual
50
+ 2. Important updates get lost in Slack noise
51
+ 3. Google Doc always out of date - no one updates it consistently
52
+ 4. No visibility between weekly meetings if something goes off track
53
+
54
+ **Workarounds:**
55
+ - Manager manually DMs each team member daily for quick updates (adds 30 min/day)
56
+ - Team created private #urgent-only Slack channel (but not everyone checks it)
57
+ - Some teams use Linear/Jira but half the team ignores it
58
+
59
+ **Current Cost:**
60
+ - Time: 5 hours/week (1hr meeting + 2.5hrs prep/DMs + 1.5hrs chasing updates)
61
+ - Money: $0 (using free tools)
62
+ - Opportunity cost: Can't proactively spot blockers, only reactively fix problems
63
+ - Frustration: HIGH - "I spend more time tracking work than doing work"
64
+
65
+ **Why Haven't They Switched:**
66
+ - Free tools are "good enough"
67
+ - Tried 3 project management tools, team resisted all of them
68
+ - Learning new tools takes time they don't have
69
+ - Worried about making things more complicated, not simpler
70
+
71
+ ---
72
+
73
+ ## Your Turn
74
+
75
+ Please analyze the current solution using the structure above.
76
+
77
+ **Tip:** If users say "there is no current solution," they're wrong. There's ALWAYS a current solution, even if it's "ignore the problem" or "manually do it."
78
+
79
+ ## Next Step
80
+
81
+ When you've analyzed the current solution, I'll load:
82
+
83
+ {project-root}/_bmad/bme/_vortex/workflows/lean-persona/steps/step-03-problem-contexts.md
@@ -0,0 +1,90 @@
1
+ ---
2
+ step: 3
3
+ workflow: lean-persona
4
+ title: Problem Contexts
5
+ ---
6
+
7
+ # Step 3: Problem Contexts
8
+
9
+ Understanding WHEN, WHERE, and WHY the problem occurs helps us design solutions that fit the real context of use.
10
+
11
+ ## Why This Matters
12
+
13
+ Context shapes behavior. A solution that works at a desk doesn't work on mobile. A solution that works when calm doesn't work when stressed. Understanding context helps us:
14
+ - Design for the real moment of use
15
+ - Identify hidden constraints
16
+ - Find the triggers that make the problem urgent
17
+ - Avoid solutions that look good in demos but fail in reality
18
+
19
+ ## Your Task
20
+
21
+ Answer these questions about the problem context:
22
+
23
+ ### 1. When does this problem occur?
24
+ - Time of day? Day of week?
25
+ - Start of month? End of quarter?
26
+ - During specific events or milestones?
27
+ - Is it predictable or unpredictable?
28
+
29
+ ### 2. Where does this problem occur?
30
+ - Physical location (office, home, commute, coffee shop)?
31
+ - Digital location (which tools/platforms)?
32
+ - State of mind (focused work, multitasking, distracted)?
33
+
34
+ ### 3. Why does this problem matter NOW?
35
+ What's changed recently that makes this problem more urgent?
36
+ - New pressures? New competitors?
37
+ - Changing expectations? Regulatory changes?
38
+ - Or has it always been urgent but unaddressed?
39
+
40
+ ### 4. What triggers the need?
41
+ What specific event makes the user think "I need to solve this NOW"?
42
+
43
+ ### 5. What's happening around them?
44
+ What else are they juggling when this problem hits?
45
+ Other tasks? Interruptions? Deadlines?
46
+
47
+ ## Example
48
+
49
+ **When:**
50
+ - Every Monday morning (weekly planning)
51
+ - Throughout the week when someone asks "What's the status on X?"
52
+ - Friday afternoon (preparing for Monday's meeting)
53
+ - URGENCY SPIKES: When a deadline is at risk and manager doesn't realize until it's too late
54
+
55
+ **Where:**
56
+ - Physical: Home office (80%), coffee shop/coworking (20%)
57
+ - Digital: Bouncing between Slack, Google Docs, Linear, Figma, GitHub
58
+ - State of mind: Usually multitasking - checking status while on calls, while reviewing work, while coding
59
+
60
+ **Why NOW:**
61
+ - Company grew from 10 to 50 people - old informal methods don't scale
62
+ - Remote-first means can't just "walk over and ask"
63
+ - Increased customer commitments mean missed deadlines = angry customers
64
+ - CEO now asks weekly "Are we on track?" and manager doesn't have confident answer
65
+
66
+ **Triggers:**
67
+ - Monday morning: "What should we focus on this week?"
68
+ - Mid-week: Slack DM asking "When will X be done?"
69
+ - Client escalation: "Where's the feature you promised?"
70
+ - Team member stuck: "I'm blocked, what should I work on instead?"
71
+
72
+ **Context:**
73
+ - Usually happens during already-busy times
74
+ - Interrupts deep work to gather status
75
+ - Manager feels reactive, not proactive
76
+ - Team feels over-managed and interrupted
77
+
78
+ ---
79
+
80
+ ## Your Turn
81
+
82
+ Please describe the problem contexts using the structure above.
83
+
84
+ **Tip:** Context shapes constraints. A solution that requires focused attention won't work if the user is constantly interrupted. Design for the REAL context, not the ideal context.
85
+
86
+ ## Next Step
87
+
88
+ When you've mapped the problem contexts, I'll load:
89
+
90
+ {project-root}/_bmad/bme/_vortex/workflows/lean-persona/steps/step-04-forces-anxieties.md
@@ -0,0 +1,98 @@
1
+ ---
2
+ step: 4
3
+ workflow: lean-persona
4
+ title: Forces & Anxieties
5
+ ---
6
+
7
+ # Step 4: Forces & Anxieties
8
+
9
+ What pushes users to change, and what holds them back? Understanding these competing forces reveals how to win (or why you might lose).
10
+
11
+ ## Why This Matters
12
+
13
+ Users rarely switch just because a new solution is better. They switch when:
14
+ - The push (pain of status quo) outweighs the pull (comfort of familiarity)
15
+ - The forces pushing toward change overcome the anxieties about changing
16
+
17
+ Understanding these forces helps us:
18
+ - Design messaging that addresses anxieties
19
+ - Reduce switching costs
20
+ - Find the moment when change becomes inevitable
21
+ - Avoid solving problems users don't care enough to fix
22
+
23
+ ## Your Task
24
+
25
+ Answer these questions about forces and anxieties:
26
+
27
+ ### 1. What forces push them TOWARD changing?
28
+ What specific pain points make them think "I can't keep doing it this way"?
29
+
30
+ List 3-5 push forces, ranked by intensity.
31
+
32
+ ### 2. What forces pull them BACK to the status quo?
33
+ What makes them say "Maybe the current way isn't so bad"?
34
+
35
+ Comfort? Familiarity? Sunk cost? Team resistance?
36
+
37
+ ### 3. What anxieties do they have about changing?
38
+ What are they worried will happen if they switch?
39
+
40
+ - Will it make things worse?
41
+ - Will the team resist?
42
+ - Will I waste time learning something that doesn't work?
43
+ - What if I pick the wrong solution?
44
+
45
+ ### 4. What habits need to break?
46
+ Changing solutions means changing behavior. What daily/weekly habits are ingrained?
47
+
48
+ ### 5. What's the tipping point?
49
+ At what point does the pain become unbearable enough to overcome all the resistance?
50
+
51
+ ## Example
52
+
53
+ **Forces Pushing TOWARD Change:**
54
+ 1. **Client escalation** (HIGHEST) - Missed commitment to customer, CEO is angry
55
+ 2. **Manager anxiety** - Constant worry "Am I missing something critical?"
56
+ 3. **Team frustration** - "Stop interrupting me with status checks!"
57
+ 4. **Wasted time** - 5 hours/week just tracking (not doing) work
58
+ 5. **Lack of confidence** - Can't give honest answer to "Are we on track?"
59
+
60
+ **Forces Pulling BACK:**
61
+ 1. **Free tools** - Current solution costs $0, new tool costs $$$
62
+ 2. **Team resistance** - "Not another tool! We have too many already"
63
+ 3. **Learning curve** - "I don't have time to learn a new system"
64
+ 4. **Past failures** - Tried Asana, Monday.com, ClickUp - all failed
65
+
66
+ **Anxieties About Changing:**
67
+ - "What if the team just ignores this tool like all the others?"
68
+ - "What if it's MORE complicated than what we have now?"
69
+ - "What if I spend money and it doesn't solve the problem?"
70
+ - "What if it only works for 6 months then we're back to square one?"
71
+ - "What if we lose important information during the transition?"
72
+
73
+ **Habits That Need Breaking:**
74
+ - Monday morning meetings (team expects them)
75
+ - Daily Slack DMs for updates (manager's go-to move)
76
+ - Google Doc tracking (everyone knows where it is)
77
+ - "Just ask in Slack" culture
78
+
79
+ **Tipping Point:**
80
+ When one of these happens:
81
+ - Client threatens to cancel contract due to missed deadline
82
+ - CEO demands better visibility (manager's credibility on the line)
83
+ - Team member quits citing "constant interruptions"
84
+ - Manager misses something critical and it becomes a crisis
85
+
86
+ ---
87
+
88
+ ## Your Turn
89
+
90
+ Please map the forces and anxieties using the structure above.
91
+
92
+ **Tip:** If the forces pulling back are stronger than the forces pushing forward, your solution might not be a priority no matter how good it is. Find the tipping point.
93
+
94
+ ## Next Step
95
+
96
+ When you've mapped forces and anxieties, I'll load:
97
+
98
+ {project-root}/_bmad/bme/_vortex/workflows/lean-persona/steps/step-05-success-criteria.md
@@ -0,0 +1,103 @@
1
+ ---
2
+ step: 5
3
+ workflow: lean-persona
4
+ title: Success Criteria
5
+ ---
6
+
7
+ # Step 5: Success Criteria
8
+
9
+ What does a successful solution look like? How will the user know it's working? What are they willing to trade off?
10
+
11
+ ## Why This Matters
12
+
13
+ Success criteria help us:
14
+ - Define measurable outcomes (not just features)
15
+ - Avoid building the wrong thing
16
+ - Know when we've solved the problem (or when to pivot)
17
+ - Understand acceptable trade-offs
18
+
19
+ Without clear success criteria, we risk building something users think is "nice" but never actually use.
20
+
21
+ ## Your Task
22
+
23
+ Answer these questions about success criteria:
24
+
25
+ ### 1. What's the desired outcome?
26
+ If this solution worked perfectly, what would change in the user's life/work?
27
+
28
+ Be specific and measurable. Not "less stressed" but "can answer 'Are we on track?' in <30 seconds with confidence."
29
+
30
+ ### 2. What success metrics matter?
31
+ How will they measure success?
32
+
33
+ - Time saved?
34
+ - Money saved?
35
+ - Quality improved?
36
+ - Stress reduced?
37
+ - Confidence increased?
38
+
39
+ Define the metric AND the target threshold.
40
+
41
+ ### 3. How quickly do they need to see value?
42
+ - Immediate (first use)?
43
+ - Within a week?
44
+ - Within a month?
45
+ - Within a quarter?
46
+
47
+ What's the acceptable "time to value"?
48
+
49
+ ### 4. What trade-offs are acceptable?
50
+ What are they willing to sacrifice for the desired outcome?
51
+
52
+ - Pay more for time saved?
53
+ - Accept some complexity for power?
54
+ - Sacrifice some features for simplicity?
55
+ - Change workflows for better results?
56
+
57
+ ### 5. What trade-offs are NOT acceptable?
58
+ What are the deal-breakers?
59
+
60
+ ## Example
61
+
62
+ **Desired Outcome:**
63
+ "I can confidently answer 'Are we on track?' in less than 30 seconds, and proactively spot problems before they become crises."
64
+
65
+ **Success Metrics:**
66
+ 1. **Time to status check:** <30 seconds (vs. current 15+ minutes)
67
+ 2. **Proactive problem detection:** Catch blockers within 24 hours (vs. current 3-5 days)
68
+ 3. **Team interruptions:** <2 per day (vs. current 10+)
69
+ 4. **Manager confidence:** Can give accurate status updates without hunting for information
70
+ 5. **Wasted time:** <1 hour/week on status (vs. current 5 hours)
71
+
72
+ **Time to Value:**
73
+ - **Week 1:** Must be easier than current solution or team won't adopt
74
+ - **Week 2:** Should reduce daily interruptions noticeably
75
+ - **Month 1:** Should save 2+ hours/week measurably
76
+ - **Month 3:** Should prevent at least one "missed deadline surprise"
77
+
78
+ **Acceptable Trade-offs:**
79
+ - ✅ Pay $10-30/person/month for 4+ hours saved weekly
80
+ - ✅ Spend 2 hours learning the tool to save 5+ hours/week ongoing
81
+ - ✅ Change Monday meeting format (shorter, more focused)
82
+ - ✅ Require team to update status (if it's < 5 min/day)
83
+
84
+ **NOT Acceptable Trade-offs:**
85
+ - ❌ Add MORE overhead (e.g., 15 min/day to update)
86
+ - ❌ Replace one complicated tool with another complicated tool
87
+ - ❌ Require team to learn completely new workflow
88
+ - ❌ Lose historical information/context
89
+ - ❌ Create visibility for manager but burden for team
90
+
91
+ ---
92
+
93
+ ## Your Turn
94
+
95
+ Please define success criteria using the structure above.
96
+
97
+ **Tip:** If you can't define measurable success criteria, you can't validate whether your solution works. "Better" and "easier" aren't measurable. "Reduces time from 15 min to 2 min" is measurable.
98
+
99
+ ## Next Step
100
+
101
+ When you've defined success criteria, I'll load:
102
+
103
+ {project-root}/_bmad/bme/_vortex/workflows/lean-persona/steps/step-06-synthesize.md
@@ -0,0 +1,129 @@
1
+ ---
2
+ step: 6
3
+ workflow: lean-persona
4
+ title: Synthesize
5
+ ---
6
+
7
+ # Step 6: Synthesize
8
+
9
+ Now let's bring it all together into a lean persona artifact with a clear validation plan.
10
+
11
+ ## Why This Matters
12
+
13
+ The lean persona document serves as:
14
+ - A shared understanding of who we're building for
15
+ - A hypothesis to validate (not a truth to assume)
16
+ - A decision-making tool (does this feature help THIS user do THIS job?)
17
+ - A validation roadmap (what do we test first?)
18
+
19
+ ## Your Task
20
+
21
+ I'll create the final lean persona artifact using all the insights you've provided. But first, I need a few final pieces:
22
+
23
+ ### 1. Identify your 3 riskiest assumptions
24
+
25
+ Look back at everything you've shared. What are the 3 things you THINK are true but haven't validated?
26
+
27
+ Examples:
28
+ - ASSUMPTION: "Users spend 5+ hours/week on status tracking"
29
+ - ASSUMPTION: "Team members would consistently update status if it took <5 min/day"
30
+ - ASSUMPTION: "Managers value confidence over detailed reporting"
31
+
32
+ ### 2. Design 3 validation experiments
33
+
34
+ For each risky assumption, how will you test it?
35
+
36
+ **Format for each:**
37
+ - **Hypothesis:** If [assumption], then [observable behavior]
38
+ - **Method:** How will you test it? (Interview? Survey? Prototype? Landing page?)
39
+ - **Success criteria:** What would prove/disprove the hypothesis?
40
+ - **Timeline:** When will you run this test?
41
+
42
+ ### 3. Decide: What will you do with the results?
43
+
44
+ - If hypothesis is VALIDATED → What's next?
45
+ - If hypothesis is INVALIDATED → Pivot or persevere?
46
+
47
+ ## Example
48
+
49
+ **Riskiest Assumptions:**
50
+
51
+ 1. **ASSUMPTION:** Remote managers spend 5+ hours/week just tracking team status
52
+ - **Why risky:** If it's only 1-2 hours, solving this isn't high priority
53
+
54
+ 2. **ASSUMPTION:** Managers would pay $20/person/month to save 3+ hours/week
55
+ - **Why risky:** If they won't pay, we don't have a business model
56
+
57
+ 3. **ASSUMPTION:** Team members would update status if it's async and takes <5 min/day
58
+ - **Why risky:** If team won't engage, tool is useless
59
+
60
+ **Validation Experiments:**
61
+
62
+ **Experiment 1: Time Spent on Status**
63
+ - **Hypothesis:** If remote managers truly spend 5+ hours/week on status, then when asked to track their time for one week, at least 70% will record 5+ hours
64
+ - **Method:** Recruit 20 remote managers, ask them to log time spent on "status checking/reporting" for one week
65
+ - **Success Criteria:** 14+ out of 20 (70%) log 5+ hours
66
+ - **Timeline:** Week 1-2
67
+ - **Decision:** If validated → proceed to experiment 2. If invalidated → re-examine problem priority
68
+
69
+ **Experiment 2: Willingness to Pay**
70
+ - **Hypothesis:** If managers value time savings, then at least 30% who see a "Save 3 hours/week for $20/person/month" landing page will give us their email
71
+ - **Method:** Create landing page, run $500 Google Ads campaign targeting "remote team management"
72
+ - **Success Criteria:** 30%+ conversion rate (email signup)
73
+ - **Timeline:** Week 3-4
74
+ - **Decision:** If validated → build prototype. If invalidated → re-examine pricing or value prop
75
+
76
+ **Experiment 3: Team Engagement**
77
+ - **Hypothesis:** If status updates take <5 minutes and are async, then at least 80% of team members will update weekly
78
+ - **Method:** Create Google Form "status template," ask 3 pilot teams to use for 4 weeks
79
+ - **Success Criteria:** 80%+ weekly participation rate
80
+ - **Timeline:** Week 5-8
81
+ - **Decision:** If validated → begin MVP development. If invalidated → explore automated status (no manual input required)
82
+
83
+ ---
84
+
85
+ ## Your Turn
86
+
87
+ Please provide:
88
+ 1. Your 3 riskiest assumptions
89
+ 2. Your 3 validation experiments (using format above)
90
+ 3. Your decision criteria for each outcome
91
+
92
+ ## Final Step
93
+
94
+ When you've provided this information, I'll:
95
+ 1. Generate your complete lean persona artifact
96
+ 2. Save it to `{output_folder}/lean-persona-{persona-name}-{date}.md`
97
+ 3. Create a validation tracking checklist
98
+ 4. Suggest next steps with Wade (lean-experiment workflow) to run your experiments
99
+
100
+ **Remember:** This lean persona is a HYPOTHESIS until validated. Treat it as a bet, not a truth. Your job now is to test that bet as quickly and cheaply as possible.
101
+
102
+ ---
103
+
104
+ ## Workflow Complete
105
+
106
+ After synthesis, your lean persona artifact will include:
107
+ - Complete job-to-be-done analysis
108
+ - Current solution pain points
109
+ - Problem contexts and triggers
110
+ - Forces and anxieties
111
+ - Success criteria and metrics
112
+ - Riskiest assumptions highlighted
113
+ - Validation experiments ready to run
114
+ - Revision history to track what you learn
115
+
116
+ ## Vortex Compass
117
+
118
+ Based on what you just completed, here are your evidence-driven options:
119
+
120
+ | If you learned... | Consider next... | Agent | Why |
121
+ |---|---|---|---|
122
+ | Riskiest assumptions identified | lean-experiment | Wade 🧪 | Test your riskiest assumption with real users |
123
+ | User needs unclear | user-interview | Isla 🔍 | Validate persona assumptions with actual users |
124
+ | Multiple user segments | empathy-map | Isla 🔍 | Build deeper understanding of each segment |
125
+
126
+ > **Note:** These are evidence-based recommendations. You can navigate to any Vortex agent
127
+ > at any time based on your judgment.
128
+
129
+ **Or run Max's [VN] Vortex Navigation** for a full gap analysis across all streams.
@@ -0,0 +1,30 @@
1
+ # Validate Lean Persona
2
+
3
+ **Status:** Coming in v1.2.0
4
+
5
+ **Agent:** Emma (Contextualization Expert)
6
+
7
+ **Stream:** Contextualize
8
+
9
+ ## Overview
10
+
11
+ This validation workflow helps you review lean personas against Lean Startup principles and ensure they're hypothesis-driven rather than assumption-based.
12
+
13
+ ## What Gets Validated
14
+
15
+ - Is the job-to-be-done clearly defined?
16
+ - Are current pain points specific and measurable?
17
+ - Are desired outcomes testable?
18
+ - Are assumptions explicitly stated?
19
+ - Is there a clear validation plan?
20
+ - Does this avoid demographic stereotypes?
21
+
22
+ ## Coming in v1.2.0
23
+
24
+ This validation workflow will be available alongside the lean-persona 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-persona` and `v1.2.0`
@@ -0,0 +1,50 @@
1
+ ---
2
+ workflow: lean-persona
3
+ type: step-file
4
+ description: Create lean user personas focused on jobs-to-be-done and problem contexts
5
+ author: Emma (contextualization-expert)
6
+ version: 1.2.0
7
+ ---
8
+
9
+ # Create Lean Persona Workflow
10
+
11
+ This workflow guides you through creating a lean user persona using Lean Startup principles.
12
+
13
+ ## What is a Lean Persona?
14
+
15
+ A lean persona is a hypothesis-driven representation of your target user that focuses on jobs-to-be-done and problem contexts rather than demographics. Unlike traditional personas, lean personas:
16
+
17
+ - **Focus on behavior, not demographics** - What they're trying to do, not who they are
18
+ - **Are hypothesis-driven** - Every insight is an assumption until validated
19
+ - **Link to validation** - Each assumption has a plan to test it
20
+ - **Stay lean** - Only capture what's needed to make decisions
21
+
22
+ ## Workflow Structure
23
+
24
+ **Step-file architecture:**
25
+ - Just-in-time loading (each step loads only when needed)
26
+ - Sequential enforcement (must complete step N before step N+1)
27
+ - State tracking in frontmatter (progress preserved)
28
+
29
+ ## Steps Overview
30
+
31
+ 1. **Define Job-to-be-Done** - What is the user trying to accomplish?
32
+ 2. **Current Solution Analysis** - How do they solve this today? What are the pain points?
33
+ 3. **Problem Contexts** - When, where, and why does this problem occur?
34
+ 4. **Forces & Anxieties** - What pushes them to change? What holds them back?
35
+ 5. **Success Criteria** - What would a successful solution look like?
36
+ 6. **Synthesize** - Create the final lean persona artifact
37
+
38
+ ## Output
39
+
40
+ **Artifact:** Lean persona markdown file in `{output_folder}/lean-persona-{persona-name}-{date}.md`
41
+
42
+ **Template:** Uses [lean-persona.template.md](lean-persona.template.md)
43
+
44
+ ---
45
+
46
+ ## INITIALIZATION
47
+
48
+ Load config from {project-root}/_bmad/bme/_vortex/config.yaml
49
+
50
+ Load step: {project-root}/_bmad/bme/_vortex/workflows/lean-persona/steps/step-01-define-job.md