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,235 @@
1
+ # Mila User Guide - Research Convergence Specialist 🔬
2
+
3
+ **Agent:** Mila (research-convergence-specialist)
4
+ **Version:** 1.6.0
5
+ **Module:** Convoke (bme) - Vortex Pattern
6
+ **Last Updated:** 2026-02-25
7
+
8
+ ---
9
+
10
+ ## Quick Start
11
+
12
+ **Who is Mila?**
13
+ Mila is a Research Convergence and Problem Definition Specialist who helps teams synthesize divergent research findings into actionable problem definitions. She guides you through the "Synthesize" stream of the Vortex pattern — converging multiple research artifacts into Jobs-to-be-Done framing, Pains & Gains analysis, and evidence-backed problem statements.
14
+
15
+ **When to use Mila:**
16
+ - Synthesizing multiple research artifacts into a single problem definition
17
+ - Framing core Jobs-to-be-Done from research evidence
18
+ - Conducting Pains & Gains analysis grounded in artifact data
19
+ - Mapping cross-source patterns across different research streams
20
+ - Re-synthesizing a problem definition after a failed experiment (pivot scenario)
21
+ - Validating whether research artifacts converge before committing to problem definition
22
+
23
+ **Mila vs. Emma — which agent do I need?**
24
+
25
+ | | Mila 🔬 (Synthesize) | Emma 🎯 (Contextualize) |
26
+ |---|---|---|
27
+ | **When** | After research — you have artifacts to synthesize | Before research — you need strategic context |
28
+ | **Input** | HC1 empathy artifacts + any research | Business context, market landscape, strategic goals |
29
+ | **Output** | HC2 problem definition (JTBD + Pains & Gains) | Contextualization document (strategic framing) |
30
+ | **Focus** | What is the problem? (evidence-based) | What is the landscape? (strategy-based) |
31
+
32
+ **Decision aid:** If you have research artifacts and need to define the problem → **Mila**. If you need to understand the broader context before research begins → **Emma**.
33
+
34
+ **What you'll get:**
35
+ Evidence-backed problem definitions (HC2 artifacts) grounded in Jobs-to-be-Done framing and Pains & Gains analysis, or pattern analysis documents mapping cross-source convergence.
36
+
37
+ ---
38
+
39
+ ## How to Invoke Mila
40
+
41
+ ### Method 1: Direct Agent File Reading (Recommended)
42
+
43
+ Read Mila's agent file to activate her. This works in any environment:
44
+
45
+ **Claude Code:**
46
+ ```
47
+ Read the file at _bmad/bme/_vortex/agents/research-convergence-specialist.md
48
+ ```
49
+
50
+ **Terminal:**
51
+ ```bash
52
+ cat _bmad/bme/_vortex/agents/research-convergence-specialist.md
53
+ ```
54
+
55
+ **Claude.ai:** Copy the contents of `_bmad/bme/_vortex/agents/research-convergence-specialist.md` and paste into the chat.
56
+
57
+ ---
58
+
59
+ ### Method 2: Slash Command (BMAD Environments Only)
60
+
61
+ If your environment supports BMAD slash commands:
62
+
63
+ ```
64
+ /bmad-agent-bme-research-convergence-specialist
65
+ ```
66
+
67
+ ---
68
+
69
+ ## Mila's Menu Options
70
+
71
+ Once Mila activates, you'll see menu options for her available workflows:
72
+
73
+ ```
74
+ 1. [MH] Redisplay Menu Help
75
+ 2. [CH] Chat with Mila about research convergence, problem definition, JTBD, or synthesis
76
+ 3. [RC] Research Convergence: Synthesize divergent research into a single problem definition
77
+ 4. [PR] Pivot Resynthesis: Re-synthesize problem definition after failed experiments
78
+ 5. [PA] Pattern Mapping: Map cross-source patterns across research artifacts
79
+ 6. [PM] Start Party Mode
80
+ 7. [DA] Dismiss Agent
81
+ ```
82
+
83
+ ### How to Select an Option
84
+
85
+ 1. **Number:** Type `3` to select option 3
86
+ 2. **Command Code:** Type `RC` to start research convergence
87
+ 3. **Fuzzy Match:** Type `convergence` or `pattern` - Mila will match the command
88
+
89
+ ---
90
+
91
+ ## Workflows
92
+
93
+ ### [RC] Research Convergence (5 steps)
94
+
95
+ Synthesize divergent research findings into a single, actionable problem definition grounded in Jobs-to-be-Done framing and Pains & Gains analysis.
96
+
97
+ **Steps:**
98
+ 1. Setup & Input Validation
99
+ 2. Context Loading & Analysis
100
+ 3. Jobs-to-be-Done Framing
101
+ 4. Pains & Gains Analysis
102
+ 5. Synthesize & Route
103
+
104
+ **Output:** `{output_folder}/vortex-artifacts/hc2-problem-definition-{date}.md`
105
+ **Time:** 60-120 minutes
106
+
107
+ ---
108
+
109
+ ### [PR] Pivot Resynthesis (5 steps)
110
+
111
+ Re-synthesize a problem definition after a failed experiment. When Max says "pivot," Mila takes the original research plus new evidence from the failed experiment and produces a revised problem definition.
112
+
113
+ **Steps:**
114
+ 1. Setup & Input Validation
115
+ 2. Context Loading & Analysis
116
+ 3. JTBD Re-Framing
117
+ 4. Pains & Gains Revision
118
+ 5. Synthesize & Route
119
+
120
+ **Output:** `{output_folder}/vortex-artifacts/hc2-problem-definition-{date}.md`
121
+ **Time:** 45-90 minutes
122
+
123
+ **The Pivot Scenario (Journey 5):**
124
+ 1. Mila produces an HC2 problem definition via research-convergence
125
+ 2. Liam generates hypotheses from the HC2 → produces HC3 hypothesis contracts
126
+ 3. Wade tests hypotheses → produces HC4 experiment context
127
+ 4. Max evaluates results → determines the experiment failed and says "pivot"
128
+ 5. Mila re-enters via pivot-resynthesis: takes original HC1 artifacts + HC4 experiment evidence → produces a revised HC2
129
+ 6. The revised HC2 goes back to Liam for new hypotheses
130
+
131
+ **How it differs from Research Convergence:**
132
+ - **Research Convergence** creates a new HC2 from scratch using research artifacts
133
+ - **Pivot Resynthesis** revises an existing HC2 incorporating evidence from a failed experiment — it builds on what was learned, not starting over
134
+
135
+ ---
136
+
137
+ ### [PA] Pattern Mapping (5 steps)
138
+
139
+ Map cross-source patterns across multiple research artifacts to identify convergent themes before committing to a full problem definition.
140
+
141
+ **Steps:**
142
+ 1. Setup & Input Validation
143
+ 2. Context Loading & Analysis
144
+ 3. Pattern Identification
145
+ 4. Theme Clustering
146
+ 5. Synthesize & Route
147
+
148
+ **Output:** `{output_folder}/vortex-artifacts/pattern-analysis-{date}.md`
149
+ **Time:** 30-60 minutes
150
+
151
+ **When to use Pattern Mapping vs. Research Convergence:**
152
+ - **Pattern Mapping** is reconnaissance — identify what patterns exist before committing
153
+ - **Research Convergence** is commitment — produce the full problem definition
154
+
155
+ Use pattern mapping when you want to see if your research converges before investing in full JTBD framing and Pains & Gains analysis. Once patterns are clear, run research-convergence.
156
+
157
+ ---
158
+
159
+ ## Mila's Philosophy: Convergence Before Definition
160
+
161
+ ### The Synthesize Stream (Vortex Pattern)
162
+
163
+ Mila guides teams through the "Synthesize" stream:
164
+ - **Convergence over collection** - synthesize before you define
165
+ - **Jobs-to-be-Done framing** turns observations into actionable problem statements
166
+ - **Pains & Gains analysis** reveals what users value vs. what they tolerate
167
+ - **Cross-source triangulation** — one data point is an anecdote, three are a pattern
168
+ - **Problem definition is the highest-leverage activity** in product discovery
169
+
170
+ ---
171
+
172
+ ## Chatting with Mila (CH)
173
+
174
+ Select **[CH] Chat** to discuss:
175
+ - Research synthesis and convergence methods
176
+ - Jobs-to-be-Done framing techniques
177
+ - Pains & Gains analysis approaches
178
+ - Cross-source pattern identification
179
+ - Problem definition best practices
180
+ - When to use which Mila workflow
181
+
182
+ **Example questions:**
183
+ - "How do I frame a good JTBD statement?"
184
+ - "When should I use pattern mapping vs. full convergence?"
185
+ - "How many artifacts do I need for strong convergence?"
186
+ - "What if my research contradicts itself?"
187
+ - "How do I know when my problem definition is strong enough for Liam?"
188
+ - "What's the difference between a pain and a gain in this framework?"
189
+
190
+ ---
191
+
192
+ ## Troubleshooting
193
+
194
+ ### Error: "Configuration Error: Cannot load config file"
195
+
196
+ **How to fix:**
197
+ 1. Check if `_bmad/bme/_vortex/config.yaml` exists
198
+ 2. If missing: `npx convoke-install-vortex`
199
+
200
+ ### Error: "Cannot load synthesis workflow"
201
+
202
+ **How to fix:**
203
+ 1. Check workflow files exist in `_bmad/bme/_vortex/workflows/`
204
+ 2. Run `npx convoke-doctor` to diagnose
205
+ 3. If missing: `npx convoke-install-vortex`
206
+
207
+ ---
208
+
209
+ ## Tips from Mila
210
+
211
+ ### "The best problem definitions feel inevitable"
212
+ When your problem statement follows naturally from the research — when it feels like the obvious conclusion rather than a surprise — that's convergence working. If the problem statement feels forced, you may need more evidence or a different framing.
213
+
214
+ ### "Don't synthesize too early"
215
+ The data shows that rushing to problem definition before you have enough research leads to weak, assumption-heavy statements. If you have fewer than 2 artifacts with converging insights, consider running Isla's workflows first to deepen your evidence base.
216
+
217
+ ### "Contradictions are data, not failures"
218
+ When your artifacts disagree, that's not a sign that your research is broken. Contradictions often reveal that you're looking at different user segments or that the problem is more nuanced than expected. Document them honestly — they make your problem definition stronger.
219
+
220
+ ### "One data point is an anecdote, three are a pattern"
221
+ A single interview quote is interesting. The same insight appearing across three different research artifacts is a signal worth acting on. Cross-source triangulation is how you build confidence in your problem definition.
222
+
223
+ ---
224
+
225
+ ## Credits
226
+
227
+ **Agent:** Mila (research-convergence-specialist)
228
+ **Module:** Convoke (bme)
229
+ **Submodule:** Vortex Pattern (`_vortex`)
230
+ **Stream:** Synthesize (Stream 3)
231
+ **Version:** 1.6.0
232
+
233
+ ---
234
+
235
+ **Questions?** Chat with Mila (CH) - she's here to help you converge your research into actionable problem definitions! 🔬
@@ -0,0 +1,258 @@
1
+ # Noah User Guide - Production Intelligence Specialist 📡
2
+
3
+ **Agent:** Noah (production-intelligence-specialist)
4
+ **Version:** 1.6.0
5
+ **Module:** Convoke (bme) - Vortex Pattern
6
+ **Last Updated:** 2026-02-26
7
+
8
+ ---
9
+
10
+ ## Quick Start
11
+
12
+ **Who is Noah?**
13
+ Noah is a Production Intelligence Specialist who interprets production signals through experiment lineage and Vortex history. He guides you through the "Sensitize" stream of the Vortex pattern — reading what real-world usage reveals about product-market fit across signal interpretation, behavioral pattern detection, and portfolio-level production monitoring. Noah produces intelligence — contextual, evidence-based signal reports. He does not produce strategy or recommendations; that is Max's domain.
14
+
15
+ **When to use Noah:**
16
+ - Interpreting a production signal through the lens of the experiment that created it
17
+ - Classifying observed behavior patterns against validated experiment baselines (expected variance, regression, or novel behavior)
18
+ - Monitoring multiple graduated experiments in production simultaneously at portfolio scale
19
+ - Detecting anomalous user behavior that experiments didn't predict
20
+ - Bridging production data back to Vortex experiment history (HC4 → HC5)
21
+ - Identifying cross-experiment patterns that single-signal analysis misses
22
+ - Prioritizing which experiments need attention based on divergence severity
23
+
24
+ **Noah vs. Raw Dashboards/Analytics — which do I need?**
25
+
26
+ | | Noah 📡 (Sensitize) | Raw Dashboards/Analytics |
27
+ |---|---|---|
28
+ | **When** | After experiments — you have production data to interpret through experiment context | Anytime — you need to see raw metrics |
29
+ | **Input** | HC4 experiment context + production signals | Metrics / analytics tools |
30
+ | **Output** | HC5 signal reports (contextualized intelligence) | Numbers, charts, alerts |
31
+ | **Focus** | What does this signal mean given the experiment? (signal + context + trend) | What are the numbers? (raw metrics) |
32
+ | **Value** | Connects production reality to experiment predictions — surfaces what dashboards hide | Shows current state without experiment context |
33
+
34
+ **Decision aid:** If you have production data and need to understand what it means in context of your experiments → **Noah**. If you just need to see the numbers → dashboards. Noah turns dashboard readings into experiment-grounded intelligence.
35
+
36
+ **What you'll get:**
37
+ HC5 signal reports — contextualized intelligence reports that interpret production signals through experiment lineage, assess trends against validated baselines, flag anomalies for discovery research, and provide Max with everything needed for portfolio-level decisions. Signal + context + trend: that's the deliverable.
38
+
39
+ ---
40
+
41
+ ## How to Invoke Noah
42
+
43
+ ### Method 1: Direct Agent File Reading (Recommended)
44
+
45
+ Read Noah's agent file to activate him. This works in any environment:
46
+
47
+ **Claude Code:**
48
+ ```
49
+ Read the file at _bmad/bme/_vortex/agents/production-intelligence-specialist.md
50
+ ```
51
+
52
+ **Terminal:**
53
+ ```bash
54
+ cat _bmad/bme/_vortex/agents/production-intelligence-specialist.md
55
+ ```
56
+
57
+ **Claude.ai:** Copy the contents of `_bmad/bme/_vortex/agents/production-intelligence-specialist.md` and paste into the chat.
58
+
59
+ ---
60
+
61
+ ### Method 2: Slash Command (BMAD Environments Only)
62
+
63
+ If your environment supports BMAD slash commands:
64
+
65
+ ```
66
+ /bmad-agent-bme-production-intelligence-specialist
67
+ ```
68
+
69
+ ---
70
+
71
+ ## Noah's Menu Options
72
+
73
+ Once Noah activates, you'll see menu options for his available workflows:
74
+
75
+ ```
76
+ 1. [MH] Redisplay Menu Help
77
+ 2. [CH] Chat with Noah about signal interpretation, anomaly detection, or production monitoring
78
+ 3. [SI] Signal Interpretation: Interpret production signals through experiment lineage and Vortex history
79
+ 4. [BA] Behavior Analysis: Analyze behavior patterns against validated experiment baselines
80
+ 5. [MO] Production Monitoring: Monitor multiple production signals across active experiments
81
+ 6. [PM] Start Party Mode
82
+ 7. [DA] Dismiss Agent
83
+ ```
84
+
85
+ ### How to Select an Option
86
+
87
+ 1. **Number:** Type `3` to select option 3
88
+ 2. **Command Code:** Type `SI` to start signal interpretation
89
+ 3. **Fuzzy Match:** Type `signal` or `behavior` or `monitoring` - Noah will match the command
90
+
91
+ ---
92
+
93
+ ## Workflows
94
+
95
+ ### [SI] Signal Interpretation (5 steps)
96
+
97
+ Interpret a single production signal through the experiment that created it. Takes an HC4 experiment context (from Wade) and a production signal, then produces a contextualized HC5 signal report connecting observed production behavior to experiment predictions and Vortex history.
98
+
99
+ **Steps:**
100
+ 1. Setup & Input Validation
101
+ 2. Context Loading
102
+ 3. Signal Analysis
103
+ 4. Anomaly Detection
104
+ 5. Synthesize & Route
105
+
106
+ **Output:** `{output_folder}/vortex-artifacts/hc5-signal-report-{date}.md`
107
+ **Time:** 45-90 minutes
108
+
109
+ **When to use Signal Interpretation:**
110
+ You have a specific production signal — a metric that moved, a threshold that was breached, a trend that shifted — and you need to understand what it means in context of the experiment that led to this production state. The signal indicates something very different depending on what was tested and what was expected.
111
+
112
+ ---
113
+
114
+ ### [BA] Behavior Analysis (5 steps)
115
+
116
+ Classify an observed behavior pattern against validated experiment baselines. Takes an HC4 experiment context and an observed behavior, then classifies it as expected variance, regression, or novel behavior — and produces a behavioral HC5 signal report.
117
+
118
+ **Steps:**
119
+ 1. Setup & Input Validation
120
+ 2. Context & Baseline Extraction
121
+ 3. Behavior Classification
122
+ 4. Evidence Gathering
123
+ 5. Synthesize & Route
124
+
125
+ **Output:** `{output_folder}/vortex-artifacts/hc5-behavioral-report-{date}.md`
126
+ **Time:** 60-120 minutes
127
+
128
+ **The 3 Behavior Categories:**
129
+ - **Expected Variance** — Production behavior falls within experiment-predicted tolerance. The experiment predicted this range and production is confirming it. A valid finding that confirms the experiment model.
130
+ - **Regression** — Behavior diverges negatively from validated experiment performance. Something that worked in the experiment is underperforming in production. Warrants Max's attention for strategic decision.
131
+ - **Novel Behavior** — Behavior not covered by the original experiment hypothesis. Users are doing something the experiment didn't predict. Often the most valuable finding — reveals user intent the hypothesis didn't anticipate. Warrants Isla's discovery investigation.
132
+
133
+ ---
134
+
135
+ ### [MO] Production Monitoring (5 steps)
136
+
137
+ Monitor production signals across multiple graduated experiments simultaneously. Takes multiple HC4 experiment contexts (portfolio), monitors each experiment's signals against its baselines, prioritizes by divergence severity using the P1/P2/P3 framework, and produces a portfolio-level HC5 signal report.
138
+
139
+ **Steps:**
140
+ 1. Setup & Multi-Experiment Input Validation
141
+ 2. Portfolio Assembly & Baseline Mapping
142
+ 3. Signal Monitoring & Divergence Assessment
143
+ 4. Signal Prioritization & Anomaly Flagging
144
+ 5. Synthesize & Route
145
+
146
+ **Output:** `{output_folder}/vortex-artifacts/hc5-portfolio-report-{date}.md`
147
+ **Time:** 90-180 minutes
148
+
149
+ **The P1/P2/P3 Prioritization Framework:**
150
+ - **P1 (Immediate)** — Critical divergence + wide scope + high confidence. This experiment needs Max's attention now.
151
+ - **P2 (Attention)** — Warning-level divergence OR wide scope with medium confidence. This experiment should be on Max's radar.
152
+ - **P3 (Monitor)** — Informational divergence OR narrow scope OR low confidence. Continue monitoring, no urgent action.
153
+
154
+ **When to use Production Monitoring vs. Signal Interpretation:**
155
+ - **Signal Interpretation** analyzes a single signal from a single experiment — depth over breadth
156
+ - **Production Monitoring** monitors signals across multiple experiments simultaneously — breadth over depth, with prioritization to tell Max which experiments need attention first
157
+
158
+ ---
159
+
160
+ ### Anomaly Detection → Isla Routing
161
+
162
+ All 3 of Noah's workflows can detect anomalous behavior — production patterns that the original experiment didn't predict or account for. When this happens, the Vortex Compass suggests routing to Isla for discovery research:
163
+
164
+ - **Signal Interpretation:** If the signal reveals behavior not covered by the original hypothesis → Compass suggests Isla 🔍 `user-discovery`
165
+ - **Behavior Analysis:** If the behavior is classified as "novel behavior" → Compass suggests Isla 🔍 `user-discovery`
166
+ - **Production Monitoring:** If anomalies are flagged across one or more experiments → Compass suggests Isla 🔍 `user-discovery`
167
+
168
+ **Why route to Isla?** Noah observes and reports what production data shows. When that data reveals unexpected user intent — behavior the experiment didn't anticipate — that's a discovery opportunity. Isla investigates the "why" behind the anomaly through qualitative research. Noah detects; Isla discovers.
169
+
170
+ **What it looks like in the Compass:**
171
+
172
+ ```
173
+ | If you learned... | Consider next... | Agent | Why |
174
+ |---|---|---|---|
175
+ | ⚡ Anomalous behavior detected | user-discovery | Isla 🔍 | Unexpected behavior warrants discovery research (HC10) |
176
+ ```
177
+
178
+ ---
179
+
180
+ ## Noah's Philosophy: Signal + Context + Trend
181
+
182
+ ### The Sensitize Stream (Vortex Pattern)
183
+
184
+ Noah guides teams through the "Sensitize" stream (Stream 6):
185
+ - **Signal + context + trend** — raw metrics mean nothing without interpretation frames
186
+ - **Behavioral patterns reveal intent that surveys miss** — observe what users do, not what they say
187
+ - **Production data is the most honest user feedback** — it can't lie
188
+ - **Anomaly detection surfaces what dashboards hide** — look for what doesn't fit
189
+ - **Observe and report, don't prescribe** — strategic decisions belong downstream
190
+
191
+ ---
192
+
193
+ ## Chatting with Noah (CH)
194
+
195
+ Select **[CH] Chat** to discuss:
196
+ - Production signal interpretation and experiment lineage
197
+ - Behavioral pattern classification (expected variance / regression / novel)
198
+ - Portfolio-level monitoring and the P1/P2/P3 prioritization framework
199
+ - Anomaly detection and when to route to Isla
200
+ - HC5 signal report structure and content
201
+ - When to use which Noah workflow
202
+
203
+ **Example questions:**
204
+ - "What does this production signal mean in context of my experiment?"
205
+ - "How do I classify this behavior — is it expected variance or regression?"
206
+ - "When should I use signal-interpretation vs. behavior-analysis vs. production-monitoring?"
207
+ - "I'm seeing unexpected user behavior in production. Is this an anomaly worth investigating?"
208
+ - "How do I set up baselines for portfolio monitoring?"
209
+ - "What's the difference between a metric deviation and a trend shift?"
210
+ - "How do I know when a signal is strong enough for Max to act on?"
211
+ - "My production signals are contradicting my experiment predictions. What should I look for?"
212
+
213
+ ---
214
+
215
+ ## Troubleshooting
216
+
217
+ ### Error: "Configuration Error: Cannot load config file"
218
+
219
+ **How to fix:**
220
+ 1. Check if `_bmad/bme/_vortex/config.yaml` exists
221
+ 2. If missing: `npx convoke-install-vortex`
222
+
223
+ ### Error: "Workflow Error: Cannot load signal interpretation workflow"
224
+
225
+ **How to fix:**
226
+ 1. Check workflow files exist in `_bmad/bme/_vortex/workflows/`
227
+ 2. Run `npx convoke-doctor` to diagnose
228
+ 3. If missing: `npx convoke-install-vortex`
229
+
230
+ ---
231
+
232
+ ## Tips from Noah
233
+
234
+ ### "The signal indicates something — the question is what"
235
+ A production metric moving 15% isn't inherently good or bad. It depends entirely on what the experiment predicted. If the experiment expected a 20% improvement and you're seeing 15%, that's underperformance — even though the metric went up. Context turns numbers into intelligence.
236
+
237
+ ### "Anomalies are the most valuable signals"
238
+ Expected behavior confirms your experiment model worked. That's good. But unexpected behavior — users doing something you didn't predict — tells you something your hypothesis missed. Novel behavior patterns often reveal user intent that surveys and experiments can't capture. Don't dismiss them; route them to Isla.
239
+
240
+ ### "Portfolio monitoring beats single-signal analysis at scale"
241
+ When you're running multiple experiments in production, monitoring them individually misses cross-experiment patterns. Correlated divergence, shared impact areas, contradictory signals between experiments — these surface only when you look at the portfolio as a whole. Use production-monitoring when you have 2+ active experiments.
242
+
243
+ ### "Intelligence, not strategy — that's the boundary"
244
+ Noah produces prioritized, evidence-based signal reports. Noah does not tell you what to do about those signals. That distinction matters. When you see a signal report, your next step is Max — he makes the strategic decisions. Noah's job is to make sure Max has everything needed to decide well.
245
+
246
+ ---
247
+
248
+ ## Credits
249
+
250
+ **Agent:** Noah (production-intelligence-specialist)
251
+ **Module:** Convoke (bme)
252
+ **Submodule:** Vortex Pattern (`_vortex`)
253
+ **Stream:** Sensitize (Stream 6)
254
+ **Version:** 1.6.0
255
+
256
+ ---
257
+
258
+ **Questions?** Chat with Noah (CH) — he'll help you read what your production signals are telling you in context. 📡