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,201 @@
1
+ ---
2
+ title: "PPP Decision: {topic}"
3
+ date: {date}
4
+ created-by: {user-name} with Max (learning-decision-expert)
5
+ decision-type: {pivot|patch|persevere}
6
+ confidence: {HIGH|MEDIUM|LOW}
7
+ topic: {decision-topic}
8
+ review-date: {next-checkpoint-date}
9
+ tags: [{tags}]
10
+ version: 1.0
11
+ ---
12
+
13
+ # Pivot / Patch / Persevere Decision: {topic}
14
+
15
+ > **Decision:** {PIVOT / PATCH / PERSEVERE} | **Confidence:** {level} | **Date:** {date}
16
+
17
+ ## One-Sentence Summary
18
+
19
+ {one-sentence-decision-summary}
20
+
21
+ ---
22
+
23
+ ## Evidence Base
24
+
25
+ ### Learning Cards Reviewed
26
+
27
+ | Card | Core Learning | Confidence | Outcome |
28
+ |------|--------------|------------|---------|
29
+ | {card-1} | {learning} | {confidence} | {outcome} |
30
+ | {card-2} | {learning} | {confidence} | {outcome} |
31
+
32
+ ### Additional Evidence
33
+
34
+ **Supporting current direction (STAY):**
35
+ {stay-signals-with-strength}
36
+
37
+ **Against current direction (CHANGE):**
38
+ {change-signals-with-strength}
39
+
40
+ **Ambiguous:**
41
+ {unclear-signals}
42
+
43
+ ### Evidence Gaps
44
+ {what-you-dont-know}
45
+
46
+ ---
47
+
48
+ ## Hypothesis Assessment
49
+
50
+ ### Hypothesis Stack Health
51
+
52
+ | Layer | Hypothesis | Status | Confidence |
53
+ |-------|-----------|--------|------------|
54
+ | Problem | {hypothesis} | {status} | {confidence} |
55
+ | Solution | {hypothesis} | {status} | {confidence} |
56
+ | Business | {hypothesis} | {status} | {confidence} |
57
+
58
+ ### Health Score
59
+
60
+ | Status | Count | Percentage |
61
+ |--------|-------|------------|
62
+ | Confirmed | {n} | {%} |
63
+ | Partially confirmed | {n} | {%} |
64
+ | Invalidated | {n} | {%} |
65
+ | Untested | {n} | {%} |
66
+
67
+ ### Critical Failure Points
68
+ {foundational-hypothesis-issues}
69
+
70
+ ---
71
+
72
+ ## Option Analysis
73
+
74
+ ### Option A: Pivot
75
+ - **Direction:** {what-pivot-looks-like}
76
+ - **Pros:** {key-advantages}
77
+ - **Cons:** {key-disadvantages}
78
+ - **Resource cost:** {time-money-team}
79
+ - **Confidence:** {1-10}
80
+
81
+ ### Option B: Patch
82
+ - **Adjustments:** {what-patch-looks-like}
83
+ - **Pros:** {key-advantages}
84
+ - **Cons:** {key-disadvantages}
85
+ - **Resource cost:** {time-money-team}
86
+ - **Confidence:** {1-10}
87
+
88
+ ### Option C: Persevere
89
+ - **Next milestone:** {what-persevere-looks-like}
90
+ - **Pros:** {key-advantages}
91
+ - **Cons:** {key-disadvantages}
92
+ - **Resource cost:** {time-money-team}
93
+ - **Confidence:** {1-10}
94
+
95
+ ### Comparative Summary
96
+
97
+ | Dimension | Pivot | Patch | Persevere |
98
+ |-----------|-------|-------|-----------|
99
+ | Addresses root cause? | {assessment} | {assessment} | {assessment} |
100
+ | Time to next evidence | {weeks} | {weeks} | {weeks} |
101
+ | Resource cost | {H/M/L} | {H/M/L} | {H/M/L} |
102
+ | Reversibility | {H/M/L} | {H/M/L} | {H/M/L} |
103
+ | Confidence (1-10) | {n} | {n} | {n} |
104
+
105
+ ---
106
+
107
+ ## Stakeholder Input
108
+
109
+ ### Perspectives Summary
110
+
111
+ | Stakeholder | Preference | Conviction | Key Concern |
112
+ |------------|------------|------------|-------------|
113
+ | {name} | {option} | {strong/moderate/open} | {concern} |
114
+
115
+ ### Points of Agreement
116
+ {shared-understanding}
117
+
118
+ ### Points of Disagreement
119
+ {disagreements-and-how-to-resolve}
120
+
121
+ ---
122
+
123
+ ## Decision
124
+
125
+ ### The Decision
126
+ **{PIVOT / PATCH / PERSEVERE}**
127
+
128
+ {one-sentence-summary}
129
+
130
+ ### Rationale
131
+ 1. {reason-1-with-evidence}
132
+ 2. {reason-2-with-evidence}
133
+ 3. {reason-3-with-evidence}
134
+
135
+ ### Why Not the Other Options
136
+ - **{rejected-option-1}:** {reason}
137
+ - **{rejected-option-2}:** {reason}
138
+
139
+ ### What We're Betting On
140
+ {key-assumptions-that-must-hold}
141
+
142
+ ### What We're Accepting
143
+ {risks-and-opportunity-costs}
144
+
145
+ ### Dissenting Views
146
+ {stakeholder-disagreements-documented}
147
+
148
+ ---
149
+
150
+ ## Reversal Criteria
151
+
152
+ ### KILL Criteria (triggers full re-evaluation)
153
+ {specific-measurable-signals}
154
+
155
+ ### CONCERN Criteria (triggers check-in)
156
+ {early-warning-signals}
157
+
158
+ ---
159
+
160
+ ## Action Plan
161
+
162
+ ### Immediate Actions
163
+
164
+ | What | Who | By When | Done When |
165
+ |------|-----|---------|-----------|
166
+ | {action-1} | {owner} | {date} | {completion-criteria} |
167
+ | {action-2} | {owner} | {date} | {completion-criteria} |
168
+
169
+ ### Next Experiment
170
+ - **Name:** {experiment-name}
171
+ - **Hypothesis:** {hypothesis}
172
+ - **Method:** {method}
173
+ - **Success criteria:** {criteria}
174
+ - **Duration:** {timeline}
175
+
176
+ ### Checkpoints
177
+
178
+ | Date | Review | Decision |
179
+ |------|--------|----------|
180
+ | {date-1} | {what-to-review} | {decision-to-make} |
181
+ | {date-2} | {what-to-review} | {decision-to-make} |
182
+
183
+ ### Risk Mitigation
184
+
185
+ | Risk | Probability | Impact | Mitigation | Owner |
186
+ |------|------------|--------|------------|-------|
187
+ | {risk} | {H/M/L} | {H/M/L} | {action} | {name} |
188
+
189
+ ---
190
+
191
+ ## Revision History
192
+
193
+ | Date | What Changed | Why | Decision Impact |
194
+ |------|--------------|-----|-----------------|
195
+ | {date} | Initial decision | First PPP review | N/A |
196
+
197
+ ---
198
+
199
+ **Created with:** Convoke v2.0.0 - Vortex Pattern (Systematize Stream)
200
+ **Agent:** Max (Learning & Decision Expert)
201
+ **Workflow:** pivot-patch-persevere
@@ -0,0 +1,125 @@
1
+ ---
2
+ step: 1
3
+ workflow: pivot-patch-persevere
4
+ title: Evidence Review
5
+ ---
6
+
7
+ # Step 1: Evidence Review
8
+
9
+ Before making a strategic decision, we need all the evidence on the table. This step gathers and organizes every relevant data point so the decision is grounded in reality, not opinion.
10
+
11
+ ## Why This Matters
12
+
13
+ The most common failure in strategic decisions is incomplete evidence. Teams pivot based on one bad experiment while ignoring three positive signals. Teams persevere based on enthusiasm while ignoring warning signs. A complete evidence review prevents both traps.
14
+
15
+ ## Your Task
16
+
17
+ ### 1. List All Relevant Learning Cards
18
+
19
+ Gather every learning card related to this decision area:
20
+
21
+ For each learning card, capture:
22
+ - **Card name and date**
23
+ - **Core learning (one sentence)**
24
+ - **Confidence rating** (High / Medium / Low / Exploratory)
25
+ - **Outcome** (Validated / Invalidated / Partially validated / Inconclusive)
26
+
27
+ ### 2. List Additional Evidence
28
+
29
+ Beyond formal learning cards, what other evidence is relevant?
30
+
31
+ **Customer signals:**
32
+ - Support tickets or complaints
33
+ - Feature requests
34
+ - Churn reasons
35
+ - NPS or satisfaction scores
36
+ - Usage analytics
37
+
38
+ **Market signals:**
39
+ - Competitor moves
40
+ - Industry trends
41
+ - Regulatory changes
42
+ - Technology shifts
43
+
44
+ **Internal signals:**
45
+ - Team morale and confidence
46
+ - Technical debt or feasibility concerns
47
+ - Resource constraints
48
+ - Opportunity costs (what else could you be doing?)
49
+
50
+ ### 3. Organize by Signal Direction
51
+
52
+ Sort ALL evidence into three buckets:
53
+
54
+ **Evidence supporting current direction (STAY signals):**
55
+ - List each piece of evidence
56
+ - Rate its strength (Strong / Moderate / Weak)
57
+
58
+ **Evidence against current direction (CHANGE signals):**
59
+ - List each piece of evidence
60
+ - Rate its strength (Strong / Moderate / Weak)
61
+
62
+ **Ambiguous evidence (UNCLEAR signals):**
63
+ - List each piece of evidence
64
+ - Note why it's ambiguous
65
+
66
+ ### 4. Identify Evidence Gaps
67
+
68
+ What DON'T you know that would matter for this decision?
69
+
70
+ - What experiments haven't you run yet?
71
+ - What user segments haven't you tested?
72
+ - What market conditions haven't you validated?
73
+ - How would you rate your overall evidence completeness? (Comprehensive / Adequate / Gaps exist / Insufficient)
74
+
75
+ ## Example
76
+
77
+ **Learning Cards:**
78
+
79
+ | Card | Core Learning | Confidence | Outcome |
80
+ |------|--------------|------------|---------|
81
+ | LC-001: Async Adoption | Champions drive adoption; fails without them | Medium | Partially validated |
82
+ | LC-002: Remote Manager Pain | Status tracking is top time-waster for remote managers | High | Validated |
83
+ | LC-003: Pricing Survey | $15-20/seat/month acceptable for teams with 3+ timezones | Medium | Validated |
84
+ | LC-004: Co-located Test | Co-located teams see minimal value in async status | Medium | Invalidated (our original assumption) |
85
+
86
+ **Additional Evidence:**
87
+ - Customer signals: 12 inbound inquiries from distributed teams in past month; 0 from co-located teams
88
+ - Market: Competitor X launched an async standup tool last month targeting enterprise (validates market, increases urgency)
89
+ - Internal: Engineering team is excited about the video feature but concerned about scaling video processing costs
90
+
91
+ **Signal Direction:**
92
+
93
+ STAY signals (support current direction):
94
+ - Remote manager pain is validated (STRONG)
95
+ - Willingness to pay confirmed for distributed teams (MODERATE)
96
+ - Inbound interest from target segment (MODERATE)
97
+
98
+ CHANGE signals (against current direction):
99
+ - Adoption requires champions -- can we reliably create them? (MODERATE)
100
+ - Co-located teams don't see value -- market is smaller than assumed (STRONG)
101
+ - Competitor launched -- differentiation window may be closing (MODERATE)
102
+
103
+ UNCLEAR signals:
104
+ - Long-term retention unknown (only 2-week experiments)
105
+ - Video processing costs at scale untested (engineering concern)
106
+
107
+ **Evidence Gaps:**
108
+ - No data on teams larger than 8 people
109
+ - No data on non-engineering teams
110
+ - No retention data beyond 2 weeks
111
+ - Overall completeness: GAPS EXIST -- adequate for directional decision but not for major resource commitment
112
+
113
+ ---
114
+
115
+ ## Your Turn
116
+
117
+ Please compile your evidence using the structure above. Be thorough -- it's better to include weak evidence and label it as weak than to omit it and make a decision with blind spots.
118
+
119
+ **Important:** Resist the temptation to pre-judge the evidence. Just collect and organize it here. Analysis comes in the next steps.
120
+
121
+ ## Next Step
122
+
123
+ When you've completed the evidence review, I'll load:
124
+
125
+ {project-root}/_bmad/bme/_vortex/workflows/pivot-patch-persevere/steps/step-02-hypothesis-assessment.md
@@ -0,0 +1,132 @@
1
+ ---
2
+ step: 2
3
+ workflow: pivot-patch-persevere
4
+ title: Hypothesis Assessment
5
+ ---
6
+
7
+ # Step 2: Hypothesis Assessment
8
+
9
+ Now we assess your original hypotheses against the collected evidence. Which parts of your thesis are holding up, which are crumbling, and which are still uncertain?
10
+
11
+ ## Why This Matters
12
+
13
+ Your product strategy is built on a stack of hypotheses. Some are foundational (if wrong, everything falls apart). Others are adjustable (if wrong, you can change approach without changing direction). Understanding which hypotheses are confirmed, partially confirmed, or invalidated determines whether you need a pivot, patch, or persevere.
14
+
15
+ ## Your Task
16
+
17
+ ### 1. Map Your Hypothesis Stack
18
+
19
+ List every major hypothesis your current strategy depends on, organized by layer:
20
+
21
+ **Problem Hypotheses (foundation layer):**
22
+ - Does the problem exist?
23
+ - Is it painful enough to motivate action?
24
+ - Is it frequent enough to sustain engagement?
25
+
26
+ **Solution Hypotheses (middle layer):**
27
+ - Does our approach solve the problem?
28
+ - Is it better than current alternatives?
29
+ - Can users actually use it?
30
+
31
+ **Business Hypotheses (top layer):**
32
+ - Will people pay for this?
33
+ - Can we acquire customers cost-effectively?
34
+ - Can we retain them?
35
+ - Can we scale the business?
36
+
37
+ ### 2. Assess Each Hypothesis
38
+
39
+ For every hypothesis, provide:
40
+
41
+ | Hypothesis | Status | Evidence | Confidence |
42
+ |-----------|--------|----------|------------|
43
+ | {hypothesis} | {Confirmed / Partially confirmed / Invalidated / Untested} | {key evidence} | {High / Medium / Low} |
44
+
45
+ **Assessment guidelines:**
46
+
47
+ - **Confirmed:** Multiple data points support it. You'd bet money on it.
48
+ - **Partially confirmed:** True in some conditions but not others. The hypothesis needs refinement, not rejection.
49
+ - **Invalidated:** Evidence contradicts it. Continuing to assume this is true would be ignoring data.
50
+ - **Untested:** You haven't gathered evidence yet. This is a risk, not a finding.
51
+
52
+ ### 3. Identify the Critical Failure Points
53
+
54
+ Which invalidated or partially confirmed hypotheses are FOUNDATIONAL?
55
+
56
+ **The Foundation Test:** If this hypothesis is wrong, does the rest of the strategy still make sense?
57
+
58
+ - If a PROBLEM hypothesis is invalidated: you likely need a pivot (the problem you're solving isn't real or isn't painful enough)
59
+ - If a SOLUTION hypothesis is invalidated: you likely need a patch (the problem is real but your approach is wrong)
60
+ - If a BUSINESS hypothesis is invalidated: you might need a patch (adjust pricing, channels, or positioning) or a pivot (the economics don't work)
61
+
62
+ ### 4. Calculate Your Hypothesis Health Score
63
+
64
+ Count your hypotheses by status:
65
+
66
+ | Status | Count | Percentage |
67
+ |--------|-------|------------|
68
+ | Confirmed | {n} | {%} |
69
+ | Partially confirmed | {n} | {%} |
70
+ | Invalidated | {n} | {%} |
71
+ | Untested | {n} | {%} |
72
+
73
+ **Interpretation guide:**
74
+ - 70%+ confirmed/partially confirmed with 0 foundational invalidations: STRONG position (persevere likely)
75
+ - Mixed results with foundational hypotheses partially confirmed: MODERATE position (patch likely)
76
+ - Foundational hypotheses invalidated: WEAK position (pivot likely)
77
+ - Many untested hypotheses: INSUFFICIENT DATA (more experiments needed before deciding)
78
+
79
+ ## Example
80
+
81
+ **Hypothesis Stack:**
82
+
83
+ **Problem Layer:**
84
+ | Hypothesis | Status | Evidence | Confidence |
85
+ |-----------|--------|----------|------------|
86
+ | Remote managers spend 5+ hrs/week on status | Confirmed | Time-log study: 78% logged 5+ hours | High |
87
+ | Status meetings are the primary time-waster | Partially confirmed | #1 for distributed teams, #3 for co-located | Medium |
88
+ | This problem is getting worse (remote trend) | Confirmed | Industry data + inbound inquiries | High |
89
+
90
+ **Solution Layer:**
91
+ | Hypothesis | Status | Evidence | Confidence |
92
+ |-----------|--------|----------|------------|
93
+ | Async video replaces standups effectively | Partially confirmed | Works with champions, fails without | Medium |
94
+ | Users will adopt without training | Invalidated | Only champion-led teams sustained adoption | Medium |
95
+ | Screen-sharing adds value over text | Confirmed | Unprompted adoption + blocker discovery | Medium |
96
+
97
+ **Business Layer:**
98
+ | Hypothesis | Status | Evidence | Confidence |
99
+ |-----------|--------|----------|------------|
100
+ | Teams will pay $15-20/seat/month | Confirmed | Pricing survey with distributed teams | Medium |
101
+ | Co-located teams are also our market | Invalidated | No measurable value for co-located teams | Medium |
102
+ | We can acquire via product-led growth | Untested | No data | N/A |
103
+
104
+ **Critical Failure Points:**
105
+ - Problem layer is STRONG: the problem is real and growing
106
+ - Solution layer has a PARTIAL failure: adoption requires champions (this is patchable, not fatal)
107
+ - Business layer has a SIGNIFICANT invalidation: co-located teams are not a market (reduces TAM by ~60%, but remaining market is viable)
108
+
109
+ **Hypothesis Health Score:**
110
+
111
+ | Status | Count | Percentage |
112
+ |--------|-------|------------|
113
+ | Confirmed | 4 | 44% |
114
+ | Partially confirmed | 2 | 22% |
115
+ | Invalidated | 2 | 22% |
116
+ | Untested | 1 | 11% |
117
+
118
+ **Interpretation:** MODERATE position. No foundational invalidations. Solution needs patching (champion model). Market is narrower than assumed. Patch is the likely direction.
119
+
120
+ ---
121
+
122
+ ## Your Turn
123
+
124
+ Please assess your hypothesis stack using the structure above.
125
+
126
+ **Key principle:** Be brutally honest. The point of this exercise is to see reality clearly, not to justify the decision you've already made emotionally. If a beloved hypothesis is invalidated, that's the most valuable thing you can learn.
127
+
128
+ ## Next Step
129
+
130
+ When you've completed the hypothesis assessment, I'll load:
131
+
132
+ {project-root}/_bmad/bme/_vortex/workflows/pivot-patch-persevere/steps/step-03-option-analysis.md
@@ -0,0 +1,167 @@
1
+ ---
2
+ step: 3
3
+ workflow: pivot-patch-persevere
4
+ title: Option Analysis
5
+ ---
6
+
7
+ # Step 3: Option Analysis
8
+
9
+ Now we rigorously analyze all three options -- Pivot, Patch, and Persevere -- with their pros, cons, risks, and resource implications. This step forces you to seriously consider ALL options before deciding.
10
+
11
+ ## Why This Matters
12
+
13
+ Teams almost always have a favorite option before analysis begins. This step's purpose is to steelman the options you're NOT leaning toward. Often the best decision is the one that felt uncomfortable at first. By forcing equal rigor across all three options, you protect against both change-aversion ("we've come this far") and shiny-object syndrome ("let's try something new").
14
+
15
+ ## Your Task
16
+
17
+ ### Analyze Each Option
18
+
19
+ For each of the three options, work through this framework:
20
+
21
+ ---
22
+
23
+ ### Option A: PIVOT
24
+
25
+ A pivot means changing one or more fundamental elements of your strategy: the problem you're solving, the user you're targeting, the solution approach, or the business model.
26
+
27
+ **Define the pivot:**
28
+ - What specifically would change?
29
+ - What would stay the same?
30
+ - What new direction would you take?
31
+
32
+ **Types of pivot to consider:**
33
+ | Pivot Type | Description | Example |
34
+ |-----------|-------------|---------|
35
+ | Customer segment | Same product, different users | B2C to B2B |
36
+ | Problem | Same users, different problem | From "save time" to "reduce risk" |
37
+ | Solution | Same problem, different approach | From software to service |
38
+ | Channel | Same product, different distribution | From direct sales to marketplace |
39
+ | Revenue model | Same product, different monetization | From subscription to usage-based |
40
+ | Technology | Same problem, different tech stack | From mobile app to browser extension |
41
+ | Platform | From product to platform | From tool to ecosystem |
42
+
43
+ **Pros of pivoting:**
44
+ - What opportunities does this open?
45
+ - What problems does this avoid?
46
+ - What evidence supports this new direction?
47
+
48
+ **Cons of pivoting:**
49
+ - What do you lose? (Sunk costs, momentum, team expertise, customer relationships)
50
+ - What new risks does this introduce?
51
+ - How long until you have evidence about the new direction?
52
+
53
+ **Resource cost:**
54
+ - Time to pivot (weeks/months)
55
+ - Financial cost
56
+ - Team impact (morale, skills gap, hiring needs)
57
+ - Customer/partner impact
58
+
59
+ **Pivot confidence:** On a scale of 1-10, how confident are you that the pivot direction would succeed? What evidence supports that confidence?
60
+
61
+ ---
62
+
63
+ ### Option B: PATCH
64
+
65
+ A patch means adjusting your approach while keeping the core direction. You're changing HOW you execute, not WHAT you're pursuing.
66
+
67
+ **Define the patch:**
68
+ - What specifically would you adjust?
69
+ - What stays the same?
70
+ - How does this address the evidence that triggered this review?
71
+
72
+ **Common patch patterns:**
73
+ | Pattern | Description | When to Use |
74
+ |---------|-------------|-------------|
75
+ | Narrow focus | Reduce target scope | When it works for a segment but not broadly |
76
+ | Add mechanism | Add enablement feature | When adoption needs a catalyst |
77
+ | Reposition | Change messaging/framing | When value exists but isn't communicated |
78
+ | Sequence change | Change the order of operations | When users struggle with the entry point |
79
+ | Remove friction | Simplify the experience | When value is clear but execution is hard |
80
+ | Extend timeline | Give it more time | When early signals are positive but immature |
81
+
82
+ **Pros of patching:**
83
+ - What does this preserve from your current progress?
84
+ - How does this address the specific issues identified?
85
+ - How quickly can you test the patched approach?
86
+
87
+ **Cons of patching:**
88
+ - Is this a genuine improvement or just "lipstick on a pig"?
89
+ - Does it address root causes or just symptoms?
90
+ - Are you patching because the data says to, or because pivoting feels scary?
91
+
92
+ **Resource cost:**
93
+ - Time to implement and test the patch
94
+ - Additional experiments needed
95
+ - Opportunity cost of time spent patching vs. pivoting
96
+
97
+ **Patch confidence:** On a scale of 1-10, how confident are you that the patch would resolve the issues? What evidence supports that?
98
+
99
+ ---
100
+
101
+ ### Option C: PERSEVERE
102
+
103
+ Persevere means staying the course. The evidence supports your direction, and you should invest more resources, run larger experiments, or move to the next stage.
104
+
105
+ **Define what persevering looks like:**
106
+ - What's the next milestone?
107
+ - What resources will you commit?
108
+ - What's the timeline before the next decision point?
109
+
110
+ **Pros of persevering:**
111
+ - What evidence supports continuing?
112
+ - What momentum would you maintain?
113
+ - What compounding effects are you building?
114
+
115
+ **Cons of persevering:**
116
+ - Are you persevering because of evidence or because of sunk-cost bias?
117
+ - What risks accumulate the longer you stay on this path?
118
+ - What opportunities are you forgoing?
119
+
120
+ **Warning signs you might be persevering for the wrong reasons:**
121
+ - "We've already invested so much time/money"
122
+ - "The market will come around eventually"
123
+ - "We just need more users and it'll work"
124
+ - "The data is wrong / users don't know what they want"
125
+ - "Our competitors are struggling too, so it's a hard market"
126
+
127
+ **Persevere confidence:** On a scale of 1-10, how confident are you that persevering will lead to success within the next decision timeframe? What evidence supports that?
128
+
129
+ ---
130
+
131
+ ### Comparative Summary
132
+
133
+ | Dimension | Pivot | Patch | Persevere |
134
+ |-----------|-------|-------|-----------|
135
+ | Addresses root cause? | | | |
136
+ | Time to next evidence | | | |
137
+ | Resource cost | | | |
138
+ | Reversibility | | | |
139
+ | Confidence (1-10) | | | |
140
+ | Biggest risk | | | |
141
+
142
+ ## Example
143
+
144
+ **Comparative Summary:**
145
+
146
+ | Dimension | Pivot (to enterprise async platform) | Patch (add champion onboarding, narrow to distributed teams) | Persevere (continue broad remote team approach) |
147
+ |-----------|-------|-------|-----------|
148
+ | Addresses root cause? | Partially -- avoids adoption problem by selling to IT buyers | Yes -- directly addresses champion dependency and market fit | No -- ignores evidence that co-located teams don't benefit |
149
+ | Time to next evidence | 3-4 months (new market research needed) | 4-6 weeks (run patched experiment) | 2-3 months (scale current approach, hope for different results) |
150
+ | Resource cost | High (new positioning, possibly new features) | Medium (onboarding flow + refined targeting) | Low (continue current work) |
151
+ | Reversibility | Hard to reverse (different market positioning) | Easy to reverse (additive changes) | Easy to reverse (no changes made) |
152
+ | Confidence (1-10) | 4 (speculative, no evidence for enterprise market) | 7 (evidence supports both adjustments) | 3 (ignoring contradictory evidence) |
153
+ | Biggest risk | Enterprise sales cycle is long; might run out of runway | Patch might not be enough; delays a needed pivot | Throwing good money after bad |
154
+
155
+ ---
156
+
157
+ ## Your Turn
158
+
159
+ Please analyze all three options using the frameworks above. Remember: the goal is to steelman each option, not to argue for the one you prefer.
160
+
161
+ **Key principle:** If you can't articulate strong pros for an option you disagree with, you haven't analyzed it well enough.
162
+
163
+ ## Next Step
164
+
165
+ When you've completed the option analysis, I'll load:
166
+
167
+ {project-root}/_bmad/bme/_vortex/workflows/pivot-patch-persevere/steps/step-04-stakeholder-input.md