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,230 @@
1
+ # Installation Guide
2
+
3
+ Complete guide to installing Convoke Vortex agents into your project.
4
+
5
+ ---
6
+
7
+ ## Prerequisites
8
+
9
+ - Node.js 18+ or Bun
10
+ - Git
11
+ - Claude Code or Claude.ai
12
+
13
+ Convoke works **standalone** or as an extension to [BMAD Method](https://github.com/bmadhub/bmad). No prior BMAD installation required.
14
+
15
+ ---
16
+
17
+ ## Quick Install
18
+
19
+ ```bash
20
+ npm install convoke-agents && npx convoke-install-vortex
21
+ ```
22
+
23
+ All 7 Vortex agents (Emma, Isla, Mila, Liam, Wade, Noah, Max) with 22 workflows are installed and ready to use.
24
+
25
+ ---
26
+
27
+ ## Installation Options
28
+
29
+ ### Option 1: Install from npm (Recommended)
30
+
31
+ ```bash
32
+ # Install into your project
33
+ npm install convoke
34
+
35
+ # Install all Vortex agents and workflows
36
+ npx convoke-install-vortex
37
+ ```
38
+
39
+ ### Option 2: Clone from Source (Contributors Only)
40
+
41
+ For contributors or developers who want to modify agents or contribute to the project. This sets up a development environment — not an end-user installation.
42
+
43
+ ```bash
44
+ git clone https://github.com/amalik/convoke-agents.git
45
+ cd convoke
46
+ npm install
47
+ ```
48
+
49
+ Agents are pre-installed in the repository for development. Note that this does not create the same output directory structure as the npm install path — use Option 1 for project installations.
50
+
51
+ ---
52
+
53
+ ## What Gets Installed
54
+
55
+ ### Directory Structure
56
+
57
+ ```
58
+ your-project/
59
+ ├── _bmad/
60
+ │ ├── bme/
61
+ │ │ └── _vortex/
62
+ │ │ ├── agents/
63
+ │ │ │ ├── contextualization-expert.md # Emma
64
+ │ │ │ ├── discovery-empathy-expert.md # Isla
65
+ │ │ │ ├── research-convergence-specialist.md # Mila
66
+ │ │ │ ├── hypothesis-engineer.md # Liam
67
+ │ │ │ ├── lean-experiments-specialist.md # Wade
68
+ │ │ │ ├── production-intelligence-specialist.md # Noah
69
+ │ │ │ └── learning-decision-expert.md # Max
70
+ │ │ ├── workflows/
71
+ │ │ │ ├── lean-persona/ # Emma workflows
72
+ │ │ │ ├── product-vision/
73
+ │ │ │ ├── contextualize-scope/
74
+ │ │ │ ├── empathy-map/ # Isla workflows
75
+ │ │ │ ├── user-interview/
76
+ │ │ │ ├── user-discovery/
77
+ │ │ │ ├── research-convergence/ # Mila workflows
78
+ │ │ │ ├── pivot-resynthesis/
79
+ │ │ │ ├── pattern-mapping/
80
+ │ │ │ ├── hypothesis-engineering/ # Liam workflows
81
+ │ │ │ ├── assumption-mapping/
82
+ │ │ │ ├── experiment-design/
83
+ │ │ │ ├── mvp/ # Wade workflows
84
+ │ │ │ ├── lean-experiment/
85
+ │ │ │ ├── proof-of-concept/
86
+ │ │ │ ├── proof-of-value/
87
+ │ │ │ ├── signal-interpretation/ # Noah workflows
88
+ │ │ │ ├── behavior-analysis/
89
+ │ │ │ ├── production-monitoring/
90
+ │ │ │ ├── learning-card/ # Max workflows
91
+ │ │ │ ├── pivot-patch-persevere/
92
+ │ │ │ └── vortex-navigation/
93
+ │ │ └── config.yaml
94
+ │ └── _config/
95
+ │ └── agent-manifest.csv
96
+ └── _bmad-output/
97
+ └── vortex-artifacts/
98
+ ├── EMMA-USER-GUIDE.md
99
+ ├── ISLA-USER-GUIDE.md
100
+ ├── MILA-USER-GUIDE.md
101
+ ├── LIAM-USER-GUIDE.md
102
+ ├── WADE-USER-GUIDE.md
103
+ ├── NOAH-USER-GUIDE.md
104
+ ├── MAX-USER-GUIDE.md
105
+ └── (your generated artifacts)
106
+ ```
107
+
108
+ ### Summary
109
+
110
+ - **7 agent definitions** in `_bmad/bme/_vortex/agents/`
111
+ - **22 workflows** (169 files) — each with steps, templates, and validation
112
+ - **Configuration** in `_bmad/bme/_vortex/config.yaml`
113
+ - **7 user guides** in `_bmad/bme/_vortex/guides/`
114
+
115
+ ---
116
+
117
+ ## Configuration
118
+
119
+ The installer creates `_bmad/bme/_vortex/config.yaml`. The key fields you'll want to customize:
120
+
121
+ ```yaml
122
+ # User-facing settings
123
+ user_name: "{user}" # Your name (used in agent greetings)
124
+ communication_language: "en" # Language for agent communication
125
+ output_folder: "{project-root}/_bmad-output/vortex-artifacts" # Where artifacts are saved
126
+ ```
127
+
128
+ The config also includes auto-generated fields (`submodule_name`, `module`, `version`, `agents`, `workflows`) that you typically don't need to edit — the installer and update system manage those.
129
+
130
+ ---
131
+
132
+ ## Verification
133
+
134
+ After installation, verify agents are working by activating one:
135
+
136
+ ```bash
137
+ cat _bmad/bme/_vortex/agents/contextualization-expert.md # Emma
138
+ ```
139
+
140
+ **Expected result:** Emma should greet you by name and display a numbered menu like this:
141
+
142
+ ```
143
+ Hey Amalik! I'm Emma — your Contextualization Expert...
144
+
145
+ 1. [MH] Redisplay Menu Help
146
+ 2. [CH] Chat with Emma
147
+ 3. [LP] Lean Persona
148
+ 4. [PV] Product Vision
149
+ 5. [CS] Contextualize Scope
150
+ ...
151
+ ```
152
+
153
+ If the agent doesn't activate or you see raw markdown instead, run diagnostics:
154
+
155
+ ```bash
156
+ npx convoke-doctor
157
+ ```
158
+
159
+ This checks project root, config validity, agent files, workflows, output directory, and version consistency — with actionable fix suggestions for each issue.
160
+
161
+ ---
162
+
163
+ ## Troubleshooting
164
+
165
+ Start with diagnostics — it catches most issues:
166
+
167
+ ```bash
168
+ npx convoke-doctor
169
+ ```
170
+
171
+ ### Permission denied errors
172
+
173
+ ```bash
174
+ chmod +x scripts/*.js
175
+ npx convoke-install-vortex
176
+ ```
177
+
178
+ ### Config file already exists
179
+
180
+ The installer preserves your custom settings and only adds missing entries. To force a clean installation:
181
+
182
+ ```bash
183
+ rm -rf _bmad/bme/_vortex/
184
+ npx convoke-install-vortex
185
+ ```
186
+
187
+ ### Installation succeeds but agents don't activate
188
+
189
+ Check that files are in place:
190
+
191
+ ```bash
192
+ ls -la _bmad/bme/_vortex/agents/
193
+ ls -la _bmad/bme/_vortex/workflows/
194
+ npx convoke-doctor
195
+ ```
196
+
197
+ ---
198
+
199
+ ## Next Steps
200
+
201
+ 1. **Read the user guides** in `_bmad-output/vortex-artifacts/`
202
+ 2. **Activate an agent** — start with Emma for strategic framing or Isla for user research
203
+ 3. **Follow a workflow** — each agent presents a menu of guided workflows
204
+ 4. **Check updates** — run `npx convoke-version` periodically
205
+
206
+ See the [Agent Guide](docs/agents.md) for detailed workflow descriptions and the recommended Vortex flow.
207
+
208
+ ---
209
+
210
+ ## Uninstallation
211
+
212
+ Back up any artifacts you want to keep before removing:
213
+
214
+ ```bash
215
+ # 1. Back up your generated artifacts first
216
+ cp -r _bmad-output/vortex-artifacts/ ~/my-vortex-backup/
217
+
218
+ # 2. Remove agent files and workflows
219
+ rm -rf _bmad/bme/_vortex/
220
+
221
+ # 3. Remove generated artifacts (this deletes all your empathy maps, personas, etc.)
222
+ rm -rf _bmad-output/vortex-artifacts/
223
+
224
+ # 4. Uninstall npm package
225
+ npm uninstall convoke
226
+ ```
227
+
228
+ ---
229
+
230
+ [Back to README](README.md) | [Update Guide](UPDATE-GUIDE.md) | [Agent Guide](docs/agents.md)
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Convoke Contributors
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,330 @@
1
+ <div align="center">
2
+
3
+ <pre>
4
+ ██████╗ ██████╗ ███╗ ██╗██╗ ██╗ ██████╗ ██╗ ██╗███████╗
5
+ ██╔════╝██╔═══██╗████╗ ██║██║ ██║██╔═══██╗██║ ██╔╝██╔════╝
6
+ ██║ ██║ ██║██╔██╗ ██║██║ ██║██║ ██║█████╔╝ █████╗
7
+ ██║ ██║ ██║██║╚██╗██║╚██╗ ██╔╝██║ ██║██╔═██╗ ██╔══╝
8
+ ╚██████╗╚██████╔╝██║ ╚████║ ╚████╔╝ ╚██████╔╝██║ ██╗███████╗
9
+ ╚═════╝ ╚═════╝ ╚═╝ ╚═══╝ ╚═══╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝
10
+ Agent teams for complex systems
11
+ </pre>
12
+
13
+ **Validate your product ideas before writing a single line of code — 7 discovery agents guide you from insight to evidence**
14
+
15
+ [![Version](https://img.shields.io/badge/version-2.0.0-blue)](https://github.com/amalik/convoke-agents)
16
+ [![Agents](https://img.shields.io/badge/agents-7-brightgreen)](docs/agents.md)
17
+ [![Workflows](https://img.shields.io/badge/workflows-22-success)](docs/agents.md)
18
+ [![License](https://img.shields.io/badge/license-MIT-blue)](LICENSE)
19
+
20
+ </div>
21
+
22
+ Most teams skip validation and build on assumptions. Convoke guides you through seven discovery streams — from understanding your users to testing your riskiest assumptions — so you can make evidence-based decisions before committing to code. Each stream builds on the previous one's findings, and when gaps appear, the system routes you back to fill them.
23
+
24
+ ```
25
+ 7 Streams · 7 Agents
26
+
27
+ ┌─────────────┐ ┌─────────────┐ ┌─────────────┐ ┌─────────────┐
28
+ │ Isla 🔍 │──▶│ Mila 🔬 │──▶│ Liam 💡 │──▶│ Wade 🧪 │
29
+ │ Empathize │ │ Synthesize │ │ Hypothesize │ │ Externalize │
30
+ └─────────────┘ └─────────────┘ └─────────────┘ └─────────────┘
31
+ ▲ │
32
+ │ │
33
+ │ ▼
34
+ ┌─────────────┐ ┌─────────────┐ ┌─────────────┐ │
35
+ │ Emma 🎯 │◀──│ Max 🧭 │◀──│ Noah 📡 │◀──────────┘
36
+ │Contextualize│ │ Systematize │ │ Sensitize │
37
+ └─────────────┘ └─────────────┘ └─────────────┘
38
+ │ │ │
39
+ └─────────────────┴─────────────────┘
40
+ ▶ Start at Emma · back to any stream
41
+ ```
42
+
43
+ Each agent above runs one of these streams. You don't follow a fixed path — the system guides you to whichever stream needs attention based on what you've learned so far.
44
+
45
+ | Agent | Stream | What they do |
46
+ |-------|--------|-------------|
47
+ | **Emma** 🎯 | Contextualize | Frame the right problem — personas, product vision, scope |
48
+ | **Isla** 🔍 | Empathize | Understand users — empathy maps, interviews, discovery research |
49
+ | **Mila** 🔬 | Synthesize | Converge research into clear problem definitions |
50
+ | **Liam** 💡 | Hypothesize | Turn problems into testable hypotheses and experiments |
51
+ | **Wade** 🧪 | Externalize | Test assumptions with MVPs, experiments, and prototypes |
52
+ | **Noah** 📡 | Sensitize | Interpret production signals and user behavior |
53
+ | **Max** 🧭 | Systematize | Capture learnings and decide: pivot, patch, or persevere |
54
+
55
+ ---
56
+
57
+ ## Quick Start
58
+
59
+ ### Prerequisites
60
+
61
+ - Node.js 18+ or Bun
62
+ - Git
63
+ - Claude Code or Claude.ai
64
+
65
+ ### Install
66
+
67
+ ```bash
68
+ npm install convoke-agents && npx convoke-install-vortex
69
+ ```
70
+
71
+ All 7 agents with 22 workflows are installed and ready to use.
72
+
73
+ ### Personalize
74
+
75
+ Open `_bmad/bme/_vortex/config.yaml` and replace `{user}` with your name. Agents use this to personalize their interactions.
76
+
77
+ ### Activate an Agent
78
+
79
+ ```bash
80
+ # Read an agent file to activate it
81
+ cat _bmad/bme/_vortex/agents/contextualization-expert.md # Emma 🎯
82
+ cat _bmad/bme/_vortex/agents/discovery-empathy-expert.md # Isla 🔍
83
+ cat _bmad/bme/_vortex/agents/research-convergence-specialist.md # Mila 🔬
84
+ cat _bmad/bme/_vortex/agents/hypothesis-engineer.md # Liam 💡
85
+ cat _bmad/bme/_vortex/agents/lean-experiments-specialist.md # Wade 🧪
86
+ cat _bmad/bme/_vortex/agents/production-intelligence-specialist.md # Noah 📡
87
+ cat _bmad/bme/_vortex/agents/learning-decision-expert.md # Max 🧭
88
+ ```
89
+
90
+ **How activation works:** Each agent is a markdown file containing a full persona, menu system, and workflow instructions. When Claude reads the file, it adopts that agent's expertise and presents you with an interactive menu.
91
+
92
+ - **Claude Code / Terminal:** Use the `cat` commands above
93
+ - **Claude.ai:** Copy the contents of any agent file and paste into the chat
94
+
95
+ Pick a workflow from the menu and follow the guided steps.
96
+
97
+ ### Your First 15 Minutes
98
+
99
+ 1. **Personalize** — If you haven't already, edit `_bmad/bme/_vortex/config.yaml` and replace `{user}` with your name
100
+ 2. **Activate Emma** — `cat _bmad/bme/_vortex/agents/contextualization-expert.md`
101
+ 3. **See the menu** — Emma presents numbered options. Select **Lean Persona** from the menu
102
+ 4. **Follow the steps** — Emma walks you through 6 guided steps, asking questions at each one
103
+ 5. **Find your artifact** — When done, your lean persona is saved in `_bmad-output/vortex-artifacts/`
104
+ 6. **Follow the Compass** — At the end, Emma's Vortex Compass suggests which agent to use next based on what you learned
105
+
106
+ Each workflow ends with a Compass routing suggestion. You don't need to follow a linear path — the system guides you to whichever stream needs attention.
107
+
108
+ ### What Gets Installed
109
+
110
+ ```
111
+ your-project/
112
+ ├── _bmad/bme/_vortex/
113
+ │ ├── agents/ # 7 agent definition files
114
+ │ ├── workflows/ # 22 workflows
115
+ │ ├── contracts/ # Artifact contract schemas
116
+ │ ├── guides/ # User guides (all 7 agents)
117
+ │ └── config.yaml # Configuration
118
+ └── _bmad-output/
119
+ └── vortex-artifacts/ # Generated artifacts
120
+ ```
121
+
122
+ ---
123
+
124
+ ## Updating
125
+
126
+ ```bash
127
+ npx convoke-version # Check current version
128
+ npx convoke-update --dry-run # Preview changes
129
+ npx convoke-update # Apply update (auto-backup)
130
+ npx convoke-doctor # Diagnose issues
131
+ ```
132
+
133
+ Your data in `_bmad-output/` is never touched. Automatic backups are created before every update.
134
+
135
+ > **Tip:** If `npx convoke-update` reports "Already up to date" but you know a newer version exists, npx may be serving a cached copy. Force the latest with:
136
+ > ```bash
137
+ > npx -p convoke-agents@latest convoke-update
138
+ > ```
139
+
140
+ See [UPDATE-GUIDE.md](UPDATE-GUIDE.md) for migration paths and troubleshooting.
141
+
142
+ ## What Agents Produce
143
+
144
+ Here's a sample of real output from a busy parents meal planning project — each excerpt is from the [full 7-agent journey example](_bmad-output/journey-examples/busy-parents-7-agent-journey.md).
145
+
146
+ ### Emma 🎯 Contextualize
147
+
148
+ Emma frames the right problem. Here's the Job-to-be-Done she produced:
149
+
150
+ > **Job-to-be-Done:** Eliminate the daily 5:30 PM dinner decision so I can feed my family well without the mental load of planning, shopping, and deciding under time pressure.
151
+ >
152
+ > **Riskiest Assumptions:**
153
+ > 1. Decision fatigue — not cooking skill or ingredient access — is the primary barrier to weeknight dinner success
154
+ > 2. Parents would trust and act on an externally-provided dinner suggestion rather than needing to choose themselves
155
+ > 3. "Good enough" nutrition is an acceptable standard — parents aren't seeking perfection, they're seeking relief from guilt
156
+
157
+ ### Liam 💡 Hypothesize
158
+
159
+ Liam turns problems into testable ideas. Here's one of three hypotheses he produced:
160
+
161
+ > **Hypothesis 1: The Pre-Commute Decision Eliminator**
162
+ >
163
+ > We believe that busy parents will act on a single dinner suggestion delivered at 4:00 PM within 3 minutes because the decision burden — not cooking — is their primary barrier, and an earlier intervention catches them before the anxiety spiral begins.
164
+ >
165
+ > **Riskiest Assumption:** Parents will trust and act on an automated suggestion without second-guessing. Research shows they want "someone to tell me what to make" — but "someone" may need to be a trusted person, not an algorithm.
166
+
167
+ ### Max 🧭 Systematize
168
+
169
+ Max captures what you learned and decides what to do next:
170
+
171
+ > **Recommendation: PATCH** (iterate on timing, don't pivot direction)
172
+ >
173
+ > The core hypothesis is validated. The product direction (decision elimination via single suggestion) is correct. The timing mechanism needs refinement — shift from fixed 4:00 PM delivery to adaptive delivery based on each user's observed engagement pattern.
174
+ >
175
+ > **Three Actions:**
176
+ > 1. **Implement adaptive timing** — shift the push notification to match each user's observed engagement window. Engineering effort: 1-2 sprints.
177
+ > 2. **Route to Isla for timing investigation** — qualitative research on why users engage at 3:15 PM. Is it anxiety relief, logistical planning, or habit?
178
+ > 3. **Test willingness to pay immediately** — the mechanism works, but we have no commercial validation. Run a landing page test with pricing before further product investment.
179
+
180
+ Want to see the complete walkthrough of all 7 agents applied to the example above?
181
+
182
+ **📖 [See the full 7-agent journey example →](_bmad-output/journey-examples/busy-parents-7-agent-journey.md)**
183
+
184
+ ---
185
+
186
+ ## Using the Agents
187
+
188
+ Each agent can be used independently or as part of the full Vortex flow:
189
+
190
+ 1. **Emma (Contextualize)** — Start here when defining a new product or problem space
191
+ 2. **Isla (Empathize)** — Start here when you need to understand users better
192
+ 3. **Mila (Synthesize)** — Start here when you have research to converge into a problem definition
193
+ 4. **Liam (Hypothesize)** — Start here when you have a problem definition and need testable hypotheses
194
+ 5. **Wade (Externalize)** — Start here when you have hypotheses ready to test
195
+ 6. **Noah (Sensitize)** — Start here when experiments have graduated to production
196
+ 7. **Max (Systematize)** — Start here when you have results and need to decide next steps
197
+
198
+ Max's **Vortex Navigation** workflow helps identify which stream needs attention based on evidence gaps — you don't have to follow a linear path. Every workflow ends with a **Vortex Compass** that routes you to the right next agent based on what you learned. Ten handoff contracts (HC1-HC10) ensure structured information flows between agents, so each agent gets exactly the data it needs from the previous one.
199
+
200
+ For detailed workflow descriptions and usage examples, see the [Agent Guide](docs/agents.md) and the individual user guides:
201
+
202
+ - [Emma User Guide](_bmad/bme/_vortex/guides/EMMA-USER-GUIDE.md)
203
+ - [Isla User Guide](_bmad/bme/_vortex/guides/ISLA-USER-GUIDE.md)
204
+ - [Mila User Guide](_bmad/bme/_vortex/guides/MILA-USER-GUIDE.md)
205
+ - [Liam User Guide](_bmad/bme/_vortex/guides/LIAM-USER-GUIDE.md)
206
+ - [Wade User Guide](_bmad/bme/_vortex/guides/WADE-USER-GUIDE.md)
207
+ - [Noah User Guide](_bmad/bme/_vortex/guides/NOAH-USER-GUIDE.md)
208
+ - [Max User Guide](_bmad/bme/_vortex/guides/MAX-USER-GUIDE.md)
209
+
210
+ ---
211
+
212
+ ## How It Fits with BMAD Core
213
+
214
+ Convoke handles **pre-implementation validation**. BMAD Core handles **implementation**.
215
+
216
+ ```
217
+ Convoke (Vortex) BMAD Core
218
+ ┌──────────────────────────────────────┐ ┌──────────────────────┐
219
+ │ Isla → Mila → Liam → Wade → Noah │ ───> │ PM → Architect → Dev │
220
+ │ ↑ ↓ │ │ "Let's build it" │
221
+ │ └──── Max ◀── Noah Max ↻ │ └──────────────────────┘
222
+ │ Emma provides context at any point │
223
+ │ "Should we build this?" │
224
+ └──────────────────────────────────────┘
225
+ ```
226
+
227
+ Convoke works standalone or as an extension — no BMAD Method installation required.
228
+
229
+ ---
230
+
231
+ ## Documentation
232
+
233
+ | Document | Description |
234
+ |----------|-------------|
235
+ | [Agent Guide](docs/agents.md) | Detailed agent descriptions, workflows, and positioning |
236
+ | [Testing](docs/testing.md) | Automated test suite, CI pipeline, and agent test results |
237
+ | [Development Guide](docs/development.md) | Architecture, building agents, and contributing |
238
+ | [FAQ](docs/faq.md) | Common questions about the framework |
239
+ | [CHANGELOG](CHANGELOG.md) | Complete version history |
240
+ | [UPDATE-GUIDE](UPDATE-GUIDE.md) | Migration paths and update troubleshooting |
241
+
242
+ ---
243
+
244
+ ## Roadmap
245
+
246
+ - **v1.1.0–v1.5.x** — Waves 1-2: Foundation (Emma, Isla, Wade, Max — agent definitions, workflows, update system, CI/CD)
247
+ - **v1.6.x** — Wave 3: Complete 7-stream Vortex (added Mila, Liam, Noah — 7 agents, 22 workflows, handoff contracts, Compass routing)
248
+ - **v1.7.0** — Wave 4: Quality & onboarding (P0 test suite, docs audit tool, all 22 workflows production-ready, README overhaul, package size fix)
249
+ - **v2.0.0** — Product renamed to Convoke. CLI commands renamed to `convoke-*`. Package: `npm install convoke-agents`
250
+ - **Next** — Multi-agent collaboration, cross-agent workflows, analytics
251
+
252
+ ---
253
+
254
+ ## Contributing
255
+
256
+ We welcome contributions in these areas:
257
+
258
+ - **Agents** — New domain-specialized agents, workflow improvements
259
+ - **Testing** — Edge cases, performance testing
260
+ - **Documentation** — Tutorials, translations, video walkthroughs
261
+ - **Integration** — IDE plugins, third-party tools
262
+
263
+ **Have feedback?** Found a quality issue, want a missing capability, or have a general comment about an agent? Open an issue and select the **Agent/Workflow Feedback** template — takes under 30 seconds.
264
+
265
+ See the [Development Guide](docs/development.md) for architecture details and agent development patterns.
266
+
267
+ ---
268
+
269
+ ## License
270
+
271
+ MIT License — see [LICENSE](LICENSE)
272
+
273
+ ## Acknowledgments
274
+
275
+ - [BMAD Method v6.0.0](https://github.com/bmadhub/bmad) — Foundation for agent architecture
276
+ - [Innovation Vortex](https://unfix.com/innovation-vortex) — Pattern from the [unFIX model](https://unfix.com/) by [Jurgen Appelo](https://jurgenappelo.com/)
277
+ - Claude (Anthropic) — AI reasoning and agent development
278
+
279
+ ### Agents
280
+
281
+ Every agent below contributed to the design, implementation, testing, or documentation of this release.
282
+
283
+ **Core**
284
+ - BMad Master 🧙 — Orchestration and agent coordination
285
+
286
+ **BMM — BMAD Method Module**
287
+ - Mary 📊 Analyst — Requirements analysis and product briefs
288
+ - Winston 🏗️ Architect — Architecture decisions and technical design
289
+ - Amelia 💻 Dev — Implementation and code delivery
290
+ - John 📋 PM — Product management and PRD creation
291
+ - Barry 🚀 Quick Flow — Rapid solo development
292
+ - Quinn 🧪 QA — Quality assurance and test validation
293
+ - Bob 🏃 SM — Sprint management and retrospectives
294
+ - Paige 📚 Tech Writer — Documentation and editorial review
295
+ - Sally 🎨 UX Designer — User experience design
296
+
297
+ **BME — Vortex Pattern Agents**
298
+ - Emma 🎯 Contextualize — Problem framing and product vision
299
+ - Isla 🔍 Empathize — User research and empathy mapping
300
+ - Mila 🔬 Synthesize — Research convergence and problem definition
301
+ - Liam 💡 Hypothesize — Hypothesis engineering and assumption mapping
302
+ - Wade 🧪 Externalize — Lean experiments and MVP testing
303
+ - Noah 📡 Sensitize — Production intelligence and signal interpretation
304
+ - Max 🧭 Systematize — Learning capture and pivot/persevere decisions
305
+
306
+ **CIS — Creative & Innovation Strategies**
307
+ - Carson 🧠 Brainstorming Coach — Creative ideation facilitation
308
+ - Dr. Quinn 🔬 Problem Solver — Systematic problem-solving
309
+ - Maya 🎨 Design Thinking Coach — Human-centered design
310
+ - Victor ⚡ Innovation Strategist — Business model innovation
311
+ - Caravaggio 🎨 Presentation Master — Visual communication
312
+ - Sophia 📖 Storyteller — Narrative and storytelling
313
+
314
+ **BMB — BMAD Builder Module**
315
+ - Bond 🤖 Agent Builder — Agent creation and configuration
316
+ - Morgan 🏗️ Module Builder — Module architecture
317
+ - Wendy 🔄 Workflow Builder — Workflow design and validation
318
+
319
+ **TEA — Test Engineering & Architecture**
320
+ - Murat 🧪 Test Architect — Test framework, CI pipeline, and quality gates
321
+
322
+ ---
323
+
324
+ <div align="center">
325
+
326
+ **Innovation Vortex Pattern** — *Discover what has to be discovered, deliver what has to be delivered*
327
+
328
+ [Get Started](#quick-start) | [Agents](docs/agents.md) | [Docs](#documentation) | [Roadmap](#roadmap)
329
+
330
+ </div>