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,147 @@
1
+ ---
2
+ title: "Product Vision: {product-name}"
3
+ date: {date}
4
+ created-by: {user-name} with Emma (contextualization-expert)
5
+ type: product-vision
6
+ status: DRAFT
7
+ version: 1.0
8
+ ---
9
+
10
+ # Product Vision: {product-name}
11
+
12
+ ## Vision Statement
13
+
14
+ > {vision-statement}
15
+
16
+ **For** {target-users}
17
+ **Who** {problem-statement}
18
+ **The** {product-name} **is a** {product-category}
19
+ **That** {key-benefit}
20
+ **Unlike** {competition}
21
+ **Our product** {unique-differentiation}
22
+
23
+ ---
24
+
25
+ ## The Problem We're Solving
26
+
27
+ ### Problem Statement
28
+ {problem-description}
29
+
30
+ ### Why This Matters
31
+ {problem-importance}
32
+
33
+ ### Market Size & Opportunity
34
+ {market-opportunity}
35
+
36
+ ### Current Alternatives & Their Limitations
37
+ {existing-solutions}
38
+
39
+ ---
40
+
41
+ ## Who We Serve
42
+
43
+ ### Primary Target User
44
+ {primary-target}
45
+
46
+ ### Secondary Target Users
47
+ {secondary-targets}
48
+
49
+ ### Market Segments
50
+ {market-segments}
51
+
52
+ ---
53
+
54
+ ## Our Unique Approach
55
+
56
+ ### What Makes Us Different
57
+ {differentiation}
58
+
59
+ ### Our Competitive Advantage
60
+ {competitive-advantage}
61
+
62
+ ### Why Now?
63
+ {timing-rationale}
64
+
65
+ ---
66
+
67
+ ## Future State (3-5 Years)
68
+
69
+ ### Where We're Headed
70
+ {future-vision}
71
+
72
+ ### Success Looks Like
73
+ {success-description}
74
+
75
+ ### Key Milestones
76
+ {milestones}
77
+
78
+ ---
79
+
80
+ ## Guiding Principles
81
+
82
+ ### What We Won't Compromise
83
+ {principles}
84
+
85
+ ### What We Say No To
86
+ {anti-patterns}
87
+
88
+ ### Our Values
89
+ {values}
90
+
91
+ ---
92
+
93
+ ## Success Metrics
94
+
95
+ ### North Star Metric
96
+ {north-star-metric}
97
+
98
+ ### Supporting Metrics
99
+ {supporting-metrics}
100
+
101
+ ### Leading Indicators
102
+ {leading-indicators}
103
+
104
+ ---
105
+
106
+ ## Strategic Assumptions
107
+
108
+ ### Critical Assumptions (Must be true)
109
+ {critical-assumptions}
110
+
111
+ ### Important Assumptions (Should validate)
112
+ {important-assumptions}
113
+
114
+ ### Nice-to-Validate (Lower priority)
115
+ {nice-to-validate}
116
+
117
+ ---
118
+
119
+ ## Validation Plan
120
+
121
+ ### How We'll Test This Vision
122
+ {validation-strategy}
123
+
124
+ ### Timeline
125
+ {validation-timeline}
126
+
127
+ ### Decision Criteria
128
+ {decision-criteria}
129
+
130
+ ---
131
+
132
+ ## Team Alignment
133
+
134
+ ### Who Contributed
135
+ {contributors}
136
+
137
+ ### Alignment Score
138
+ {alignment-score}
139
+
140
+ ### Open Questions
141
+ {open-questions}
142
+
143
+ ---
144
+
145
+ **Created with:** Convoke v2.0.0 - Vortex Pattern (Contextualize Stream)
146
+ **Agent:** Emma (Contextualization Expert)
147
+ **Workflow:** product-vision
@@ -0,0 +1,89 @@
1
+ ---
2
+ step: 1
3
+ workflow: product-vision
4
+ title: Define the Problem
5
+ ---
6
+
7
+ # Step 1: Define the Problem
8
+
9
+ Before envisioning the solution, we need crystal clarity on the problem we're solving.
10
+
11
+ ## Why This Matters
12
+
13
+ A great product starts with a deep understanding of a meaningful problem. Without clarity on the problem:
14
+ - You'll build features nobody needs
15
+ - You won't know if you're making progress
16
+ - You can't articulate why your product should exist
17
+ - You'll struggle to say "no" to distractions
18
+
19
+ ## Your Task
20
+
21
+ Answer these questions to define the problem:
22
+
23
+ ### 1. What's the core problem?
24
+ Be specific. One sentence that captures the essence of what's broken.
25
+
26
+ ### 2. Who experiences this problem?
27
+ Not "everyone" - be specific about who feels this pain most acutely.
28
+
29
+ ### 3. Why does this problem matter?
30
+ What's the impact? Cost? Frustration? Missed opportunity?
31
+
32
+ ### 4. How big is this problem?
33
+ - How many people experience it?
34
+ - How often?
35
+ - What's the total market opportunity?
36
+
37
+ ### 5. What evidence do you have?
38
+ - User research? Market data?
39
+ - Personal experience?
40
+ - Industry reports?
41
+ - Or is this a hypothesis?
42
+
43
+ ### 6. What alternatives exist today?
44
+ How do people solve this now? What's limiting about those solutions?
45
+
46
+ ## Example
47
+
48
+ **Core Problem:**
49
+ Remote team managers lack real-time visibility into team progress, leading to surprises when deadlines are missed.
50
+
51
+ **Who:**
52
+ Managers of 5-20 person distributed software teams in fast-moving startups
53
+
54
+ **Why It Matters:**
55
+ - Missed deadlines damage customer relationships
56
+ - Reactive firefighting instead of proactive planning
57
+ - Manager anxiety and team frustration from constant status checks
58
+ - Estimated $50K-200K annual cost per team in missed opportunities and churn
59
+
60
+ **Market Size:**
61
+ - 2M+ distributed software teams globally
62
+ - Growing 25% YoY (remote work acceleration)
63
+ - $15B total addressable market (team collaboration tools)
64
+
65
+ **Evidence:**
66
+ - 50 interviews with remote managers
67
+ - 75% cited "lack of visibility" as top frustration
68
+ - Survey of 500 distributed teams
69
+ - Personal experience managing distributed teams for 5 years
70
+
71
+ **Current Alternatives:**
72
+ - Weekly status meetings (time-consuming, lag visibility)
73
+ - Slack check-ins (noisy, easy to miss critical updates)
74
+ - Project management tools (team doesn't update them consistently)
75
+ - **Limitation:** All require manual updates or scheduled check-ins
76
+
77
+ ---
78
+
79
+ ## Your Turn
80
+
81
+ Define the problem using the structure above.
82
+
83
+ **Tip:** If you can't clearly articulate the problem, stop. Don't proceed to building a solution without problem clarity.
84
+
85
+ ## Next Step
86
+
87
+ When you've defined the problem clearly, I'll load:
88
+
89
+ {project-root}/_bmad/bme/_vortex/workflows/product-vision/steps/step-02-target-market.md
@@ -0,0 +1,91 @@
1
+ ---
2
+ step: 2
3
+ workflow: product-vision
4
+ title: Identify Target Market
5
+ ---
6
+
7
+ # Step 2: Identify Target Market
8
+
9
+ Now that we know the problem, let's get specific about WHO we're serving.
10
+
11
+ ## Why This Matters
12
+
13
+ "Everyone" is not a target market. Trying to serve everyone means you serve no one well. Being specific about your target market:
14
+ - Focuses your messaging and positioning
15
+ - Guides product decisions (build for THESE users, not all users)
16
+ - Helps you find early adopters
17
+ - Makes your vision believable and achievable
18
+
19
+ ## Your Task
20
+
21
+ Answer these questions about your target market:
22
+
23
+ ### 1. Who is your primary target user?
24
+ The MOST important user segment. If you could only serve one group, who would it be?
25
+
26
+ ### 2. What are their characteristics?
27
+ - Role/job title?
28
+ - Company size/industry?
29
+ - Technical sophistication?
30
+ - Budget authority?
31
+
32
+ ### 3. Why start with this segment?
33
+ - Easiest to reach?
34
+ - Feel pain most acutely?
35
+ - Willing to pay?
36
+ - Will become advocates?
37
+
38
+ ### 4. Secondary target users?
39
+ Who else might benefit (but deprioritize for now)?
40
+
41
+ ### 5. Market segments within target?
42
+ Any sub-segments with different needs?
43
+
44
+ ### 6. Beachhead strategy?
45
+ Where do you start to prove the concept before expanding?
46
+
47
+ ## Example
48
+
49
+ **Primary Target:**
50
+ Engineering managers at Series A-C startups (20-200 employees) managing distributed teams of 5-15 engineers
51
+
52
+ **Characteristics:**
53
+ - **Role:** Engineering Manager, Director of Engineering, VP Engineering
54
+ - **Company:** VC-backed startups, product-led, remote-first culture
55
+ - **Team Size:** 5-15 direct reports, distributed across 2-4 timezones
56
+ - **Tech Stack:** Modern (GitHub, Slack, Linear/Jira)
57
+ - **Budget Authority:** $5K-25K annual budget for team tools
58
+ - **Pain Intensity:** HIGH - under pressure to ship fast, teams growing quickly
59
+
60
+ **Why Start Here:**
61
+ - Feel pain most acutely (fast growth + distributed teams = visibility crisis)
62
+ - Budget to pay for solutions (not hobbyists or freelancers)
63
+ - Influencers (speak at conferences, write blogs, shape industry)
64
+ - Natural network effects (one manager adopts → tells peers)
65
+
66
+ **Secondary Targets** (Deprioritize for now):
67
+ - Product managers at similar companies
68
+ - Tech leads managing cross-functional teams
69
+ - Enterprise teams (different needs, slower sales cycles)
70
+
71
+ **Market Segments:**
72
+ - **Segment A:** First-time engineering managers (high pain, low budget)
73
+ - **Segment B:** Experienced managers at growing startups (high pain, high budget) ← START HERE
74
+ - **Segment C:** Directors/VPs managing managers (different workflow needs)
75
+
76
+ **Beachhead:**
77
+ YC companies (tight community, concentrated in SF/remote, high pain, willing to try new tools, natural advocates)
78
+
79
+ ---
80
+
81
+ ## Your Turn
82
+
83
+ Identify your target market using the structure above.
84
+
85
+ **Tip:** If you find yourself saying "and also this group, and also that group," you're not focused enough. Pick ONE primary target and commit.
86
+
87
+ ## Next Step
88
+
89
+ When you've identified your target market, I'll load:
90
+
91
+ {project-root}/_bmad/bme/_vortex/workflows/product-vision/steps/step-03-unique-approach.md
@@ -0,0 +1,87 @@
1
+ ---
2
+ step: 3
3
+ workflow: product-vision
4
+ title: Articulate Unique Approach
5
+ ---
6
+
7
+ # Step 3: Articulate Unique Approach
8
+
9
+ What makes your solution different from (and better than) the alternatives?
10
+
11
+ ## Why This Matters
12
+
13
+ If your approach isn't meaningfully different, you're just another commodity in a crowded market. Your unique approach:
14
+ - Gives people a reason to switch from their current solution
15
+ - Creates defensibility (hard to copy)
16
+ - Guides your product strategy
17
+ - Becomes the core of your positioning and messaging
18
+
19
+ ## Your Task
20
+
21
+ Answer these questions about your unique approach:
22
+
23
+ ### 1. What's your core insight?
24
+ What do you understand about the problem/solution that others don't?
25
+
26
+ ### 2. What makes your approach different?
27
+ How does your solution differ from existing alternatives?
28
+
29
+ ### 3. Why is your approach better?
30
+ For your target users, what advantage does your approach provide?
31
+
32
+ ### 4. What's your unfair advantage?
33
+ What do you have (or can build) that's hard for competitors to replicate?
34
+ - Team expertise?
35
+ - Proprietary data/technology?
36
+ - Strategic partnerships?
37
+ - Network effects?
38
+
39
+ ### 5. Why now?
40
+ What's changed that makes your approach possible or necessary now?
41
+
42
+ ### 6. What trade-offs are you making?
43
+ Every approach has trade-offs. What are you optimizing for (and what are you sacrificing)?
44
+
45
+ ## Example
46
+
47
+ **Core Insight:**
48
+ Team status shouldn't require manual updates or scheduled meetings - it should be automatically inferred from the team's existing workflow.
49
+
50
+ **Different Approach:**
51
+ Instead of asking teams to update another tool, we automatically aggregate signals from their existing tools (GitHub, Linear, Slack) to provide real-time status.
52
+
53
+ **Why Better:**
54
+ - **Zero overhead** - Team doesn't change their workflow
55
+ - **Real-time** - Updates instantly as work happens, not weekly
56
+ - **Proactive** - Surfaces problems before they're crises
57
+ - **Accurate** - Based on actual work, not what people remember to report
58
+
59
+ **Unfair Advantage:**
60
+ - Deep expertise in distributed systems (founding team from Datadog, New Relic)
61
+ - Existing integration partnerships with GitHub, Linear, Slack
62
+ - AI/ML models trained on 50K+ engineering teams' workflow patterns
63
+ - Network effects: More teams = better pattern recognition
64
+
65
+ **Why Now:**
66
+ - Remote work explosion created urgent need for passive visibility
67
+ - Modern tools have APIs (possible to aggregate signals)
68
+ - AI/ML maturity makes pattern recognition feasible
69
+ - Gen Z engineers refuse to "update another tool"
70
+
71
+ **Trade-offs:**
72
+ - ✅ **Optimizing for:** Zero-overhead for team, real-time accuracy
73
+ - ❌ **Sacrificing:** Fine-grained control (trusting automation), works only for teams using integrated tools, requires AI investment
74
+
75
+ ---
76
+
77
+ ## Your Turn
78
+
79
+ Articulate your unique approach using the structure above.
80
+
81
+ **Tip:** If your approach is "better UX" or "easier to use," that's not differentiated enough. WHY is it better? WHAT specifically makes it easier?
82
+
83
+ ## Next Step
84
+
85
+ When you've articulated your unique approach, I'll load:
86
+
87
+ {project-root}/_bmad/bme/_vortex/workflows/product-vision/steps/step-04-future-state.md
@@ -0,0 +1,100 @@
1
+ ---
2
+ step: 4
3
+ workflow: product-vision
4
+ title: Envision Future State
5
+ ---
6
+
7
+ # Step 4: Envision Future State
8
+
9
+ What does success look like 3-5 years from now?
10
+
11
+ ## Why This Matters
12
+
13
+ A vision without a future state is just a feature list. Envisioning the future:
14
+ - Inspires the team (gets people excited about where we're going)
15
+ - Guides strategy (ensures today's decisions move toward that future)
16
+ - Helps prioritize (does this feature get us closer to the vision?)
17
+ - Creates alignment (everyone sees the same destination)
18
+
19
+ ## Your Task
20
+
21
+ Answer these questions about your future state:
22
+
23
+ ### 1. Where are we headed? (3-5 years)
24
+ Paint a picture of the future. What has changed? What impact have you created?
25
+
26
+ ### 2. What does success look like?
27
+ - For users? (How has their life/work improved?)
28
+ - For your business? (Revenue? Users? Market position?)
29
+ - For the market? (What shift did you create?)
30
+
31
+ ### 3. Key milestones along the way?
32
+ What are the major checkpoints on the path to that future?
33
+
34
+ ### 4. What capabilities will you have built?
35
+ Not features - capabilities. What will you be uniquely good at?
36
+
37
+ ### 5. How will the world be different?
38
+ What will be possible that isn't possible today?
39
+
40
+ ### 6. What's your North Star metric?
41
+ The one metric that best captures progress toward this vision?
42
+
43
+ ## Example
44
+
45
+ **Future State (3-5 Years):**
46
+ Team status anxiety is a thing of the past. Engineering managers at 10,000+ high-growth companies have real-time confidence in their team's progress without ever asking for status updates.
47
+
48
+ **Success Looks Like:**
49
+
50
+ **For Users:**
51
+ - Managers spend <5 min/day on status (vs. current 30-60 min)
52
+ - Zero manual status updates required from team
53
+ - Proactive alerts prevent 80% of deadline surprises
54
+ - Manager confidence score: 9/10 (vs. current 4/10)
55
+
56
+ **For Business:**
57
+ - $50M ARR, growing 100% YoY
58
+ - 10,000+ distributed engineering teams using the platform
59
+ - Category leader in "Automated Team Intelligence"
60
+ - 40% market share of Series A-C startup engineering teams
61
+
62
+ **For Market:**
63
+ - "Status meeting" becomes quaint relic (like fax machines)
64
+ - Industry standard: Teams produce status signals, AI interprets them
65
+ - Adjacent markets emerge (automated planning, predictive resource allocation)
66
+
67
+ **Key Milestones:**
68
+ - **Year 1:** 100 teams, product-market fit, $1M ARR
69
+ - **Year 2:** 1,000 teams, category creation, $10M ARR
70
+ - **Year 3:** 5,000 teams, enterprise expansion, $25M ARR
71
+ - **Year 4-5:** 10,000+ teams, market leadership, $50M+ ARR
72
+
73
+ **Capabilities We'll Build:**
74
+ - Best-in-class integrations with engineering tools
75
+ - Most accurate AI models for predicting software delivery
76
+ - Largest dataset of engineering workflow patterns
77
+ - Fastest time-to-insight (real-time, not batch)
78
+
79
+ **World Differently:**
80
+ - Engineering managers focus on coaching, not tracking
81
+ - Teams focus on building, not reporting
82
+ - Proactive planning replaces reactive firefighting
83
+ - Distributed teams are MORE visible than co-located teams (paradox!)
84
+
85
+ **North Star Metric:**
86
+ **Manager Confidence Score** - Daily measure of "How confident are you that your team is on track?" (Target: 9/10 average)
87
+
88
+ ---
89
+
90
+ ## Your Turn
91
+
92
+ Envision your future state using the structure above.
93
+
94
+ **Tip:** Make it inspiring but believable. "We'll replace all software engineers with AI" isn't believable. "We'll save engineering managers 10 hours/week" is believable and inspiring.
95
+
96
+ ## Next Step
97
+
98
+ When you've envisioned the future state, I'll load:
99
+
100
+ {project-root}/_bmad/bme/_vortex/workflows/product-vision/steps/step-05-principles.md
@@ -0,0 +1,92 @@
1
+ ---
2
+ step: 5
3
+ workflow: product-vision
4
+ title: Align on Principles
5
+ ---
6
+
7
+ # Step 5: Align on Principles
8
+
9
+ What won't you compromise on? What principles guide your decisions?
10
+
11
+ ## Why This Matters
12
+
13
+ Principles are your decision-making framework when there's no clear answer. They help you:
14
+ - Say "no" to tempting but misaligned opportunities
15
+ - Make consistent decisions as you scale
16
+ - Maintain product integrity
17
+ - Align the team on values
18
+
19
+ Without clear principles, you'll drift or make contradictory decisions.
20
+
21
+ ## Your Task
22
+
23
+ Answer these questions about your guiding principles:
24
+
25
+ ### 1. What won't you compromise?
26
+ Even if it means slower growth or harder sales? What are your non-negotiables?
27
+
28
+ ### 2. What do you say NO to?
29
+ Equally important - what will you consciously NOT do?
30
+
31
+ ### 3. What are your core values?
32
+ The beliefs that guide how you build and operate?
33
+
34
+ ### 4. How do you make trade-off decisions?
35
+ When you must choose between competing goods, what wins?
36
+
37
+ ### 5. What's your product philosophy?
38
+ Simple vs. powerful? Open vs. opinionated? Fast vs. perfect?
39
+
40
+ ### 6. What kind of company do you want to build?
41
+ Your values shape your culture, which shapes your product.
42
+
43
+ ## Example
44
+
45
+ **Won't Compromise:**
46
+ 1. **Zero overhead for engineering teams** - If it adds work for engineers, we won't build it
47
+ 2. **Privacy & security** - Never sell data, never compromise security for features
48
+ 3. **Real-time accuracy** - Stale dashboards are useless; we optimize for freshness
49
+
50
+ **Say NO To:**
51
+ - ❌ Manual time-tracking or status updates (violates zero-overhead principle)
52
+ - ❌ "Works better with our project management tool" (should work with ANY tool)
53
+ - ❌ Gamification/leaderboards (creates wrong incentives, stresses teams)
54
+ - ❌ Enterprise-only features (no fragmentation between tiers on core value)
55
+
56
+ **Core Values:**
57
+ - **Respect eng team time** - Managers get value, teams pay no cost
58
+ - **Truth over comfort** - Show reality, even if uncomfortable
59
+ - **Automation over process** - Technology should reduce overhead, not create it
60
+ - **Privacy by design** - Individual work stays private, only team patterns surface
61
+
62
+ **Trade-off Framework:**
63
+ When choosing between:
64
+ - **Speed vs. Accuracy** → Accuracy wins (wrong data worse than no data)
65
+ - **Simple vs. Powerful** → Simple wins (power users can use APIs)
66
+ - **Privacy vs. Insight** → Privacy wins (aggregate patterns, not individual activity)
67
+ - **Open vs. Opinionated** → Opinionated wins (best practices baked in)
68
+
69
+ **Product Philosophy:**
70
+ - **Opinionated simplicity** - Strong defaults, easy to start, hard to misconfigure
71
+ - **Progressive disclosure** - Simple surface, power underneath
72
+ - **Passive intelligence** - Works in background, surfaces insights proactively
73
+
74
+ **Company We're Building:**
75
+ - Remote-first (we're the customer)
76
+ - Sustainable growth over hypergrowth
77
+ - Engineering-led culture
78
+ - Long-term thinking (10-year vision)
79
+
80
+ ---
81
+
82
+ ## Your Turn
83
+
84
+ Define your guiding principles using the structure above.
85
+
86
+ **Tip:** Principles are only useful if they're specific enough to guide decisions. "Quality is important" isn't a principle. "We won't ship features that haven't been tested with 10+ real users" is a principle.
87
+
88
+ ## Next Step
89
+
90
+ When you've aligned on principles, I'll load:
91
+
92
+ {project-root}/_bmad/bme/_vortex/workflows/product-vision/steps/step-06-synthesize.md