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.
- package/CHANGELOG.md +920 -0
- package/INSTALLATION.md +230 -0
- package/LICENSE +21 -0
- package/README.md +330 -0
- package/UPDATE-GUIDE.md +220 -0
- package/_bmad/bme/_vortex/README.md +150 -0
- package/_bmad/bme/_vortex/agents/contextualization-expert.md +100 -0
- package/_bmad/bme/_vortex/agents/discovery-empathy-expert.md +117 -0
- package/_bmad/bme/_vortex/agents/hypothesis-engineer.md +117 -0
- package/_bmad/bme/_vortex/agents/lean-experiments-specialist.md +118 -0
- package/_bmad/bme/_vortex/agents/learning-decision-expert.md +117 -0
- package/_bmad/bme/_vortex/agents/production-intelligence-specialist.md +117 -0
- package/_bmad/bme/_vortex/agents/research-convergence-specialist.md +117 -0
- package/_bmad/bme/_vortex/compass-routing-reference.md +312 -0
- package/_bmad/bme/_vortex/config.yaml +46 -0
- package/_bmad/bme/_vortex/contracts/hc1-empathy-artifacts.md +152 -0
- package/_bmad/bme/_vortex/contracts/hc2-problem-definition.md +125 -0
- package/_bmad/bme/_vortex/contracts/hc3-hypothesis-contract.md +112 -0
- package/_bmad/bme/_vortex/contracts/hc4-experiment-context.md +140 -0
- package/_bmad/bme/_vortex/contracts/hc5-signal-report.md +130 -0
- package/_bmad/bme/_vortex/examples/hc2-example-problem-definition.md +85 -0
- package/_bmad/bme/_vortex/examples/hc3-example-hypothesis-contract.md +103 -0
- package/_bmad/bme/_vortex/examples/hc5-example-signal-report.md +76 -0
- package/_bmad/bme/_vortex/guides/EMMA-USER-GUIDE.md +232 -0
- package/_bmad/bme/_vortex/guides/ISLA-USER-GUIDE.md +208 -0
- package/_bmad/bme/_vortex/guides/LIAM-USER-GUIDE.md +255 -0
- package/_bmad/bme/_vortex/guides/MAX-USER-GUIDE.md +213 -0
- package/_bmad/bme/_vortex/guides/MILA-USER-GUIDE.md +235 -0
- package/_bmad/bme/_vortex/guides/NOAH-USER-GUIDE.md +258 -0
- package/_bmad/bme/_vortex/guides/WADE-USER-GUIDE.md +245 -0
- package/_bmad/bme/_vortex/workflows/_deprecated/empathy-map/empathy-map.template.md +143 -0
- package/_bmad/bme/_vortex/workflows/_deprecated/empathy-map/steps/step-01-define-user.md +60 -0
- package/_bmad/bme/_vortex/workflows/_deprecated/empathy-map/steps/step-02-says-thinks.md +67 -0
- package/_bmad/bme/_vortex/workflows/_deprecated/empathy-map/steps/step-03-does-feels.md +79 -0
- package/_bmad/bme/_vortex/workflows/_deprecated/empathy-map/steps/step-04-pain-points.md +87 -0
- package/_bmad/bme/_vortex/workflows/_deprecated/empathy-map/steps/step-05-gains.md +103 -0
- package/_bmad/bme/_vortex/workflows/_deprecated/empathy-map/steps/step-06-synthesize.md +104 -0
- package/_bmad/bme/_vortex/workflows/_deprecated/empathy-map/validate.md +117 -0
- package/_bmad/bme/_vortex/workflows/_deprecated/empathy-map/workflow.md +44 -0
- package/_bmad/bme/_vortex/workflows/_deprecated/wireframe/steps/step-01-define-requirements.md +85 -0
- package/_bmad/bme/_vortex/workflows/_deprecated/wireframe/steps/step-02-user-flows.md +59 -0
- package/_bmad/bme/_vortex/workflows/_deprecated/wireframe/steps/step-03-information-architecture.md +68 -0
- package/_bmad/bme/_vortex/workflows/_deprecated/wireframe/steps/step-04-wireframe-sketch.md +97 -0
- package/_bmad/bme/_vortex/workflows/_deprecated/wireframe/steps/step-05-components.md +128 -0
- package/_bmad/bme/_vortex/workflows/_deprecated/wireframe/steps/step-06-synthesize.md +83 -0
- package/_bmad/bme/_vortex/workflows/_deprecated/wireframe/wireframe.template.md +287 -0
- package/_bmad/bme/_vortex/workflows/_deprecated/wireframe/workflow.md +44 -0
- package/_bmad/bme/_vortex/workflows/assumption-mapping/steps/step-01-setup.md +66 -0
- package/_bmad/bme/_vortex/workflows/assumption-mapping/steps/step-02-context.md +93 -0
- package/_bmad/bme/_vortex/workflows/assumption-mapping/steps/step-03-risk-mapping.md +103 -0
- package/_bmad/bme/_vortex/workflows/assumption-mapping/steps/step-04-synthesize.md +101 -0
- package/_bmad/bme/_vortex/workflows/assumption-mapping/workflow.md +49 -0
- package/_bmad/bme/_vortex/workflows/behavior-analysis/steps/step-01-setup.md +81 -0
- package/_bmad/bme/_vortex/workflows/behavior-analysis/steps/step-02-context.md +67 -0
- package/_bmad/bme/_vortex/workflows/behavior-analysis/steps/step-03-classification.md +98 -0
- package/_bmad/bme/_vortex/workflows/behavior-analysis/steps/step-04-evidence.md +100 -0
- package/_bmad/bme/_vortex/workflows/behavior-analysis/steps/step-05-synthesize.md +174 -0
- package/_bmad/bme/_vortex/workflows/behavior-analysis/workflow.md +52 -0
- package/_bmad/bme/_vortex/workflows/contextualize-scope/contextualize-scope.template.md +67 -0
- package/_bmad/bme/_vortex/workflows/contextualize-scope/steps/step-01-list-opportunities.md +47 -0
- package/_bmad/bme/_vortex/workflows/contextualize-scope/steps/step-02-define-criteria.md +36 -0
- package/_bmad/bme/_vortex/workflows/contextualize-scope/steps/step-03-evaluate-opportunities.md +30 -0
- package/_bmad/bme/_vortex/workflows/contextualize-scope/steps/step-04-define-boundaries.md +32 -0
- package/_bmad/bme/_vortex/workflows/contextualize-scope/steps/step-05-validate-fit.md +28 -0
- package/_bmad/bme/_vortex/workflows/contextualize-scope/steps/step-06-synthesize.md +36 -0
- package/_bmad/bme/_vortex/workflows/contextualize-scope/validate.md +30 -0
- package/_bmad/bme/_vortex/workflows/contextualize-scope/workflow.md +59 -0
- package/_bmad/bme/_vortex/workflows/empathy-map/empathy-map.template.md +143 -0
- package/_bmad/bme/_vortex/workflows/empathy-map/steps/step-01-define-user.md +60 -0
- package/_bmad/bme/_vortex/workflows/empathy-map/steps/step-02-says-thinks.md +67 -0
- package/_bmad/bme/_vortex/workflows/empathy-map/steps/step-03-does-feels.md +79 -0
- package/_bmad/bme/_vortex/workflows/empathy-map/steps/step-04-pain-points.md +87 -0
- package/_bmad/bme/_vortex/workflows/empathy-map/steps/step-05-gains.md +103 -0
- package/_bmad/bme/_vortex/workflows/empathy-map/steps/step-06-synthesize.md +107 -0
- package/_bmad/bme/_vortex/workflows/empathy-map/validate.md +117 -0
- package/_bmad/bme/_vortex/workflows/empathy-map/workflow.md +45 -0
- package/_bmad/bme/_vortex/workflows/experiment-design/steps/step-01-setup.md +66 -0
- package/_bmad/bme/_vortex/workflows/experiment-design/steps/step-02-context.md +77 -0
- package/_bmad/bme/_vortex/workflows/experiment-design/steps/step-03-design.md +114 -0
- package/_bmad/bme/_vortex/workflows/experiment-design/steps/step-04-synthesize.md +128 -0
- package/_bmad/bme/_vortex/workflows/experiment-design/workflow.md +51 -0
- package/_bmad/bme/_vortex/workflows/hypothesis-engineering/steps/step-01-setup.md +66 -0
- package/_bmad/bme/_vortex/workflows/hypothesis-engineering/steps/step-02-context.md +80 -0
- package/_bmad/bme/_vortex/workflows/hypothesis-engineering/steps/step-03-brainwriting.md +79 -0
- package/_bmad/bme/_vortex/workflows/hypothesis-engineering/steps/step-04-assumption-mapping.md +102 -0
- package/_bmad/bme/_vortex/workflows/hypothesis-engineering/steps/step-05-synthesize.md +130 -0
- package/_bmad/bme/_vortex/workflows/hypothesis-engineering/workflow.md +52 -0
- package/_bmad/bme/_vortex/workflows/lean-experiment/lean-experiment.template.md +29 -0
- package/_bmad/bme/_vortex/workflows/lean-experiment/steps/step-01-hypothesis.md +58 -0
- package/_bmad/bme/_vortex/workflows/lean-experiment/steps/step-02-design.md +68 -0
- package/_bmad/bme/_vortex/workflows/lean-experiment/steps/step-03-metrics.md +73 -0
- package/_bmad/bme/_vortex/workflows/lean-experiment/steps/step-04-run.md +75 -0
- package/_bmad/bme/_vortex/workflows/lean-experiment/steps/step-05-analyze.md +84 -0
- package/_bmad/bme/_vortex/workflows/lean-experiment/steps/step-06-decide.md +111 -0
- package/_bmad/bme/_vortex/workflows/lean-experiment/validate.md +30 -0
- package/_bmad/bme/_vortex/workflows/lean-experiment/workflow.md +26 -0
- package/_bmad/bme/_vortex/workflows/lean-persona/lean-persona.template.md +163 -0
- package/_bmad/bme/_vortex/workflows/lean-persona/steps/step-01-define-job.md +72 -0
- package/_bmad/bme/_vortex/workflows/lean-persona/steps/step-02-current-solution.md +83 -0
- package/_bmad/bme/_vortex/workflows/lean-persona/steps/step-03-problem-contexts.md +90 -0
- package/_bmad/bme/_vortex/workflows/lean-persona/steps/step-04-forces-anxieties.md +98 -0
- package/_bmad/bme/_vortex/workflows/lean-persona/steps/step-05-success-criteria.md +103 -0
- package/_bmad/bme/_vortex/workflows/lean-persona/steps/step-06-synthesize.md +129 -0
- package/_bmad/bme/_vortex/workflows/lean-persona/validate.md +30 -0
- package/_bmad/bme/_vortex/workflows/lean-persona/workflow.md +50 -0
- package/_bmad/bme/_vortex/workflows/learning-card/learning-card.template.md +179 -0
- package/_bmad/bme/_vortex/workflows/learning-card/steps/step-01-experiment-context.md +100 -0
- package/_bmad/bme/_vortex/workflows/learning-card/steps/step-02-raw-results.md +125 -0
- package/_bmad/bme/_vortex/workflows/learning-card/steps/step-03-analysis.md +125 -0
- package/_bmad/bme/_vortex/workflows/learning-card/steps/step-04-validated-learning.md +139 -0
- package/_bmad/bme/_vortex/workflows/learning-card/steps/step-05-implications.md +134 -0
- package/_bmad/bme/_vortex/workflows/learning-card/steps/step-06-synthesize.md +121 -0
- package/_bmad/bme/_vortex/workflows/learning-card/validate.md +134 -0
- package/_bmad/bme/_vortex/workflows/learning-card/workflow.md +51 -0
- package/_bmad/bme/_vortex/workflows/mvp/mvp.template.md +40 -0
- package/_bmad/bme/_vortex/workflows/mvp/steps/step-01-riskiest-assumption.md +17 -0
- package/_bmad/bme/_vortex/workflows/mvp/steps/step-02-success-criteria.md +13 -0
- package/_bmad/bme/_vortex/workflows/mvp/steps/step-03-smallest-test.md +13 -0
- package/_bmad/bme/_vortex/workflows/mvp/steps/step-04-scope-features.md +13 -0
- package/_bmad/bme/_vortex/workflows/mvp/steps/step-05-build-measure-learn.md +13 -0
- package/_bmad/bme/_vortex/workflows/mvp/steps/step-06-synthesize.md +28 -0
- package/_bmad/bme/_vortex/workflows/mvp/validate.md +30 -0
- package/_bmad/bme/_vortex/workflows/mvp/workflow.md +36 -0
- package/_bmad/bme/_vortex/workflows/pattern-mapping/steps/step-01-setup.md +102 -0
- package/_bmad/bme/_vortex/workflows/pattern-mapping/steps/step-02-context.md +81 -0
- package/_bmad/bme/_vortex/workflows/pattern-mapping/steps/step-03-pattern-identification.md +88 -0
- package/_bmad/bme/_vortex/workflows/pattern-mapping/steps/step-04-theme-clustering.md +100 -0
- package/_bmad/bme/_vortex/workflows/pattern-mapping/steps/step-05-synthesize.md +135 -0
- package/_bmad/bme/_vortex/workflows/pattern-mapping/workflow.md +58 -0
- package/_bmad/bme/_vortex/workflows/pivot-patch-persevere/pivot-patch-persevere.template.md +201 -0
- package/_bmad/bme/_vortex/workflows/pivot-patch-persevere/steps/step-01-evidence-review.md +125 -0
- package/_bmad/bme/_vortex/workflows/pivot-patch-persevere/steps/step-02-hypothesis-assessment.md +132 -0
- package/_bmad/bme/_vortex/workflows/pivot-patch-persevere/steps/step-03-option-analysis.md +167 -0
- package/_bmad/bme/_vortex/workflows/pivot-patch-persevere/steps/step-04-stakeholder-input.md +141 -0
- package/_bmad/bme/_vortex/workflows/pivot-patch-persevere/steps/step-05-decision.md +161 -0
- package/_bmad/bme/_vortex/workflows/pivot-patch-persevere/steps/step-06-action-plan.md +188 -0
- package/_bmad/bme/_vortex/workflows/pivot-patch-persevere/validate.md +159 -0
- package/_bmad/bme/_vortex/workflows/pivot-patch-persevere/workflow.md +51 -0
- package/_bmad/bme/_vortex/workflows/pivot-resynthesis/steps/step-01-setup.md +97 -0
- package/_bmad/bme/_vortex/workflows/pivot-resynthesis/steps/step-02-context.md +86 -0
- package/_bmad/bme/_vortex/workflows/pivot-resynthesis/steps/step-03-jtbd-reframing.md +88 -0
- package/_bmad/bme/_vortex/workflows/pivot-resynthesis/steps/step-04-pains-gains-revision.md +76 -0
- package/_bmad/bme/_vortex/workflows/pivot-resynthesis/steps/step-05-synthesize.md +158 -0
- package/_bmad/bme/_vortex/workflows/pivot-resynthesis/workflow.md +52 -0
- package/_bmad/bme/_vortex/workflows/product-vision/product-vision.template.md +147 -0
- package/_bmad/bme/_vortex/workflows/product-vision/steps/step-01-define-problem.md +89 -0
- package/_bmad/bme/_vortex/workflows/product-vision/steps/step-02-target-market.md +91 -0
- package/_bmad/bme/_vortex/workflows/product-vision/steps/step-03-unique-approach.md +87 -0
- package/_bmad/bme/_vortex/workflows/product-vision/steps/step-04-future-state.md +100 -0
- package/_bmad/bme/_vortex/workflows/product-vision/steps/step-05-principles.md +92 -0
- package/_bmad/bme/_vortex/workflows/product-vision/steps/step-06-synthesize.md +170 -0
- package/_bmad/bme/_vortex/workflows/product-vision/validate.md +30 -0
- package/_bmad/bme/_vortex/workflows/product-vision/workflow.md +55 -0
- package/_bmad/bme/_vortex/workflows/production-monitoring/steps/step-01-setup.md +84 -0
- package/_bmad/bme/_vortex/workflows/production-monitoring/steps/step-02-context.md +66 -0
- package/_bmad/bme/_vortex/workflows/production-monitoring/steps/step-03-monitoring.md +74 -0
- package/_bmad/bme/_vortex/workflows/production-monitoring/steps/step-04-prioritization.md +97 -0
- package/_bmad/bme/_vortex/workflows/production-monitoring/steps/step-05-synthesize.md +183 -0
- package/_bmad/bme/_vortex/workflows/production-monitoring/workflow.md +52 -0
- package/_bmad/bme/_vortex/workflows/proof-of-concept/proof-of-concept.template.md +25 -0
- package/_bmad/bme/_vortex/workflows/proof-of-concept/steps/step-01-risk.md +79 -0
- package/_bmad/bme/_vortex/workflows/proof-of-concept/steps/step-02-scope.md +105 -0
- package/_bmad/bme/_vortex/workflows/proof-of-concept/steps/step-03-build.md +92 -0
- package/_bmad/bme/_vortex/workflows/proof-of-concept/steps/step-04-test.md +103 -0
- package/_bmad/bme/_vortex/workflows/proof-of-concept/steps/step-05-evaluate.md +114 -0
- package/_bmad/bme/_vortex/workflows/proof-of-concept/steps/step-06-document.md +125 -0
- package/_bmad/bme/_vortex/workflows/proof-of-concept/validate.md +30 -0
- package/_bmad/bme/_vortex/workflows/proof-of-concept/workflow.md +26 -0
- package/_bmad/bme/_vortex/workflows/proof-of-value/proof-of-value.template.md +29 -0
- package/_bmad/bme/_vortex/workflows/proof-of-value/steps/step-01-value-hypothesis.md +75 -0
- package/_bmad/bme/_vortex/workflows/proof-of-value/steps/step-02-validation-design.md +94 -0
- package/_bmad/bme/_vortex/workflows/proof-of-value/steps/step-03-willingness.md +96 -0
- package/_bmad/bme/_vortex/workflows/proof-of-value/steps/step-04-test.md +107 -0
- package/_bmad/bme/_vortex/workflows/proof-of-value/steps/step-05-analyze.md +116 -0
- package/_bmad/bme/_vortex/workflows/proof-of-value/steps/step-06-document.md +147 -0
- package/_bmad/bme/_vortex/workflows/proof-of-value/validate.md +30 -0
- package/_bmad/bme/_vortex/workflows/proof-of-value/workflow.md +26 -0
- package/_bmad/bme/_vortex/workflows/research-convergence/steps/step-01-setup.md +69 -0
- package/_bmad/bme/_vortex/workflows/research-convergence/steps/step-02-context.md +70 -0
- package/_bmad/bme/_vortex/workflows/research-convergence/steps/step-03-jtbd-framing.md +81 -0
- package/_bmad/bme/_vortex/workflows/research-convergence/steps/step-04-pains-gains.md +77 -0
- package/_bmad/bme/_vortex/workflows/research-convergence/steps/step-05-synthesize.md +147 -0
- package/_bmad/bme/_vortex/workflows/research-convergence/workflow.md +50 -0
- package/_bmad/bme/_vortex/workflows/signal-interpretation/steps/step-01-setup.md +68 -0
- package/_bmad/bme/_vortex/workflows/signal-interpretation/steps/step-02-context.md +67 -0
- package/_bmad/bme/_vortex/workflows/signal-interpretation/steps/step-03-signal-analysis.md +85 -0
- package/_bmad/bme/_vortex/workflows/signal-interpretation/steps/step-04-anomaly-detection.md +93 -0
- package/_bmad/bme/_vortex/workflows/signal-interpretation/steps/step-05-synthesize.md +163 -0
- package/_bmad/bme/_vortex/workflows/signal-interpretation/workflow.md +52 -0
- package/_bmad/bme/_vortex/workflows/user-discovery/steps/step-01-discovery-scope.md +77 -0
- package/_bmad/bme/_vortex/workflows/user-discovery/steps/step-02-research-methods.md +152 -0
- package/_bmad/bme/_vortex/workflows/user-discovery/steps/step-03-research-plan.md +159 -0
- package/_bmad/bme/_vortex/workflows/user-discovery/steps/step-04-execute.md +169 -0
- package/_bmad/bme/_vortex/workflows/user-discovery/steps/step-05-organize-data.md +149 -0
- package/_bmad/bme/_vortex/workflows/user-discovery/steps/step-06-synthesize.md +159 -0
- package/_bmad/bme/_vortex/workflows/user-discovery/user-discovery.template.md +231 -0
- package/_bmad/bme/_vortex/workflows/user-discovery/validate.md +153 -0
- package/_bmad/bme/_vortex/workflows/user-discovery/workflow.md +45 -0
- package/_bmad/bme/_vortex/workflows/user-interview/steps/step-01-research-goals.md +100 -0
- package/_bmad/bme/_vortex/workflows/user-interview/steps/step-02-interview-script.md +123 -0
- package/_bmad/bme/_vortex/workflows/user-interview/steps/step-03-recruitment.md +144 -0
- package/_bmad/bme/_vortex/workflows/user-interview/steps/step-04-conduct.md +154 -0
- package/_bmad/bme/_vortex/workflows/user-interview/steps/step-05-findings.md +163 -0
- package/_bmad/bme/_vortex/workflows/user-interview/steps/step-06-synthesize.md +171 -0
- package/_bmad/bme/_vortex/workflows/user-interview/user-interview.template.md +250 -0
- package/_bmad/bme/_vortex/workflows/user-interview/validate.md +142 -0
- package/_bmad/bme/_vortex/workflows/user-interview/workflow.md +51 -0
- package/_bmad/bme/_vortex/workflows/vortex-navigation/steps/step-01-current-state.md +56 -0
- package/_bmad/bme/_vortex/workflows/vortex-navigation/steps/step-02-evidence-inventory.md +70 -0
- package/_bmad/bme/_vortex/workflows/vortex-navigation/steps/step-03-gap-analysis.md +76 -0
- package/_bmad/bme/_vortex/workflows/vortex-navigation/steps/step-04-stream-evaluation.md +57 -0
- package/_bmad/bme/_vortex/workflows/vortex-navigation/steps/step-05-recommendation.md +65 -0
- package/_bmad/bme/_vortex/workflows/vortex-navigation/steps/step-06-navigation-plan.md +72 -0
- package/_bmad/bme/_vortex/workflows/vortex-navigation/validate.md +75 -0
- package/_bmad/bme/_vortex/workflows/vortex-navigation/vortex-navigation.template.md +105 -0
- package/_bmad/bme/_vortex/workflows/vortex-navigation/workflow.md +54 -0
- package/index.js +56 -0
- package/package.json +77 -0
- package/scripts/README.md +226 -0
- package/scripts/convoke-doctor.js +322 -0
- package/scripts/docs-audit.js +584 -0
- package/scripts/install-all-agents.js +9 -0
- package/scripts/install-vortex-agents.js +208 -0
- package/scripts/postinstall.js +104 -0
- package/scripts/update/convoke-migrate.js +169 -0
- package/scripts/update/convoke-update.js +272 -0
- package/scripts/update/convoke-version.js +134 -0
- package/scripts/update/lib/agent-registry.js +144 -0
- package/scripts/update/lib/backup-manager.js +243 -0
- package/scripts/update/lib/config-merger.js +242 -0
- package/scripts/update/lib/migration-runner.js +367 -0
- package/scripts/update/lib/refresh-installation.js +171 -0
- package/scripts/update/lib/utils.js +96 -0
- package/scripts/update/lib/validator.js +360 -0
- package/scripts/update/lib/version-detector.js +241 -0
- package/scripts/update/migrations/1.0.x-to-1.3.0.js +128 -0
- package/scripts/update/migrations/1.1.x-to-1.3.0.js +29 -0
- package/scripts/update/migrations/1.2.x-to-1.3.0.js +29 -0
- package/scripts/update/migrations/1.3.x-to-1.5.0.js +29 -0
- package/scripts/update/migrations/1.4.x-to-1.5.0.js +29 -0
- package/scripts/update/migrations/1.5.x-to-1.6.0.js +95 -0
- package/scripts/update/migrations/1.6.x-to-1.7.0.js +29 -0
- package/scripts/update/migrations/1.7.x-to-2.0.0.js +31 -0
- package/scripts/update/migrations/registry.js +194 -0
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
---
|
|
2
|
+
step: 5
|
|
3
|
+
workflow: vortex-navigation
|
|
4
|
+
title: Recommendation
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Step 5: Generate Recommendation
|
|
8
|
+
|
|
9
|
+
Based on the scoring matrix and gap analysis, let's formulate a clear recommendation for your next stream focus.
|
|
10
|
+
|
|
11
|
+
## Your Task
|
|
12
|
+
|
|
13
|
+
### Primary Recommendation
|
|
14
|
+
|
|
15
|
+
**Recommended next stream:** {stream name}
|
|
16
|
+
|
|
17
|
+
**Rationale:**
|
|
18
|
+
- Score: {total from matrix} (highest/near-highest)
|
|
19
|
+
- Critical gap addressed: {which gap}
|
|
20
|
+
- Risk reduced: {which risk}
|
|
21
|
+
- Why now: {urgency or dependency reason}
|
|
22
|
+
|
|
23
|
+
### Alternative Option
|
|
24
|
+
|
|
25
|
+
If the primary recommendation isn't feasible:
|
|
26
|
+
|
|
27
|
+
**Alternative stream:** {stream name}
|
|
28
|
+
**When to choose this instead:** {conditions}
|
|
29
|
+
|
|
30
|
+
### What NOT to Do Next
|
|
31
|
+
|
|
32
|
+
**Avoid:** {stream name}
|
|
33
|
+
**Why:** {rationale -- e.g., "You don't have enough evidence yet" or "This depends on completing X first"}
|
|
34
|
+
|
|
35
|
+
### Expected Outcomes
|
|
36
|
+
|
|
37
|
+
If you successfully complete the recommended stream, you should:
|
|
38
|
+
1. {outcome 1 -- specific deliverable or learning}
|
|
39
|
+
2. {outcome 2}
|
|
40
|
+
3. {outcome 3}
|
|
41
|
+
|
|
42
|
+
### Success Criteria
|
|
43
|
+
|
|
44
|
+
How will you know the stream was successful?
|
|
45
|
+
- [ ] {measurable criterion 1}
|
|
46
|
+
- [ ] {measurable criterion 2}
|
|
47
|
+
- [ ] {measurable criterion 3}
|
|
48
|
+
|
|
49
|
+
### Confidence Assessment
|
|
50
|
+
|
|
51
|
+
**Confidence in this recommendation:** {high / medium / low}
|
|
52
|
+
**Key assumption behind recommendation:** {what could make this wrong}
|
|
53
|
+
**Re-evaluate if:** {trigger condition to reconsider}
|
|
54
|
+
|
|
55
|
+
---
|
|
56
|
+
|
|
57
|
+
## Your Turn
|
|
58
|
+
|
|
59
|
+
Review and refine the recommendation. Challenge it: Does this recommendation feel right given everything you've learned? If something feels off, that intuition is worth exploring.
|
|
60
|
+
|
|
61
|
+
## Next Step
|
|
62
|
+
|
|
63
|
+
When the recommendation is finalized, I'll load:
|
|
64
|
+
|
|
65
|
+
{project-root}/_bmad/bme/_vortex/workflows/vortex-navigation/steps/step-06-navigation-plan.md
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
---
|
|
2
|
+
step: 6
|
|
3
|
+
workflow: vortex-navigation
|
|
4
|
+
title: Create Navigation Plan
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Step 6: Create Navigation Plan
|
|
8
|
+
|
|
9
|
+
Let's turn the recommendation into an actionable plan with clear next steps, timeline, and success criteria.
|
|
10
|
+
|
|
11
|
+
## Your Task
|
|
12
|
+
|
|
13
|
+
### Navigation Plan
|
|
14
|
+
|
|
15
|
+
**Target stream:** {recommended stream}
|
|
16
|
+
**Agent to activate:** {agent name and file}
|
|
17
|
+
**Estimated duration:** {timeframe}
|
|
18
|
+
|
|
19
|
+
### Immediate Next Steps
|
|
20
|
+
|
|
21
|
+
1. **First action:** {what to do right now}
|
|
22
|
+
- Agent/workflow: {which agent and workflow to use}
|
|
23
|
+
- Expected output: {deliverable}
|
|
24
|
+
|
|
25
|
+
2. **Second action:** {next step}
|
|
26
|
+
- Agent/workflow: {which agent and workflow}
|
|
27
|
+
- Expected output: {deliverable}
|
|
28
|
+
|
|
29
|
+
3. **Third action:** {following step}
|
|
30
|
+
- Agent/workflow: {which agent and workflow}
|
|
31
|
+
- Expected output: {deliverable}
|
|
32
|
+
|
|
33
|
+
### Resources Needed
|
|
34
|
+
|
|
35
|
+
- [ ] {resource 1 -- e.g., "Access to 5 target users for interviews"}
|
|
36
|
+
- [ ] {resource 2 -- e.g., "Analytics dashboard access"}
|
|
37
|
+
- [ ] {resource 3}
|
|
38
|
+
|
|
39
|
+
### Checkpoints
|
|
40
|
+
|
|
41
|
+
**Checkpoint 1** (after {timeframe}):
|
|
42
|
+
- Check: {what to evaluate}
|
|
43
|
+
- If on track: continue
|
|
44
|
+
- If off track: {adjustment}
|
|
45
|
+
|
|
46
|
+
**Checkpoint 2** (after {timeframe}):
|
|
47
|
+
- Check: {what to evaluate}
|
|
48
|
+
- If sufficient evidence gathered: move to next stream
|
|
49
|
+
- If insufficient: extend or pivot approach
|
|
50
|
+
|
|
51
|
+
### Re-navigation Triggers
|
|
52
|
+
|
|
53
|
+
Come back to Vortex Navigation if:
|
|
54
|
+
- [ ] A major assumption is invalidated
|
|
55
|
+
- [ ] The team discovers a new critical gap
|
|
56
|
+
- [ ] The recommended stream produces unexpected insights
|
|
57
|
+
- [ ] External conditions change significantly
|
|
58
|
+
- [ ] {custom trigger}
|
|
59
|
+
|
|
60
|
+
---
|
|
61
|
+
|
|
62
|
+
## Synthesize
|
|
63
|
+
|
|
64
|
+
Now let's create the final navigation recommendation artifact using the template.
|
|
65
|
+
|
|
66
|
+
**Output file:** `{output_folder}/vortex-navigation-{date}.md`
|
|
67
|
+
|
|
68
|
+
Fill in the template with all decisions made during this workflow.
|
|
69
|
+
|
|
70
|
+
---
|
|
71
|
+
|
|
72
|
+
**Reminder:** Navigation is not a one-time activity. As you progress through the recommended stream and generate new evidence, revisit this workflow to recalibrate your direction. The Vortex is iterative by design.
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
---
|
|
2
|
+
workflow: validate-vortex-navigation
|
|
3
|
+
type: single-file
|
|
4
|
+
description: Validate a vortex navigation recommendation against evidence and reasoning
|
|
5
|
+
author: Max (learning-decision-expert)
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# Validate Vortex Navigation Recommendation
|
|
9
|
+
|
|
10
|
+
Bring me a navigation recommendation and I'll validate the reasoning, evidence basis, and plan quality.
|
|
11
|
+
|
|
12
|
+
## Validation Process
|
|
13
|
+
|
|
14
|
+
### 1. Evidence Basis Check
|
|
15
|
+
|
|
16
|
+
For the recommendation, ask:
|
|
17
|
+
- Is the current state assessment accurate and complete?
|
|
18
|
+
- Are all relevant artifacts accounted for?
|
|
19
|
+
- Is evidence quality rated honestly (not inflated)?
|
|
20
|
+
|
|
21
|
+
**Red Flags:**
|
|
22
|
+
- Streams marked "complete" with no artifacts
|
|
23
|
+
- High confidence with limited evidence
|
|
24
|
+
- Key streams not assessed at all
|
|
25
|
+
|
|
26
|
+
### 2. Gap Analysis Quality
|
|
27
|
+
|
|
28
|
+
- Are the identified gaps real risks or just "nice to know"?
|
|
29
|
+
- Is the critical gap truly the most critical?
|
|
30
|
+
- Are there obvious gaps that were missed?
|
|
31
|
+
|
|
32
|
+
### 3. Scoring Integrity
|
|
33
|
+
|
|
34
|
+
- Do the scores align with the evidence inventory?
|
|
35
|
+
- Is there comfort zone bias (familiar streams scored higher)?
|
|
36
|
+
- Are feasibility scores realistic?
|
|
37
|
+
|
|
38
|
+
### 4. Recommendation Logic
|
|
39
|
+
|
|
40
|
+
- Does the recommended stream address the most critical gap?
|
|
41
|
+
- Is the rationale clear and evidence-based?
|
|
42
|
+
- Does the alternative make sense as a backup?
|
|
43
|
+
- Is the "avoid" recommendation justified?
|
|
44
|
+
|
|
45
|
+
### 5. Plan Actionability
|
|
46
|
+
|
|
47
|
+
- Are next steps specific enough to execute?
|
|
48
|
+
- Are success criteria measurable?
|
|
49
|
+
- Are re-navigation triggers appropriate?
|
|
50
|
+
|
|
51
|
+
---
|
|
52
|
+
|
|
53
|
+
## Validation Criteria
|
|
54
|
+
|
|
55
|
+
**Strong Navigation:**
|
|
56
|
+
- Accurate state assessment with evidence
|
|
57
|
+
- Critical gaps clearly identified
|
|
58
|
+
- Scoring aligns with evidence
|
|
59
|
+
- Recommendation logically follows from analysis
|
|
60
|
+
- Plan is specific and actionable
|
|
61
|
+
|
|
62
|
+
**Needs Work:**
|
|
63
|
+
- Some gaps in state assessment
|
|
64
|
+
- Scoring doesn't fully align with evidence
|
|
65
|
+
- Plan needs more specificity
|
|
66
|
+
|
|
67
|
+
**Weak Navigation:**
|
|
68
|
+
- State assessment based on assumptions
|
|
69
|
+
- Critical gaps not identified
|
|
70
|
+
- Recommendation driven by preference, not evidence
|
|
71
|
+
- Plan is vague or unrealistic
|
|
72
|
+
|
|
73
|
+
---
|
|
74
|
+
|
|
75
|
+
Ready to validate your navigation recommendation? Share it with me and I'll provide detailed feedback.
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: "Vortex Navigation: {date}"
|
|
3
|
+
date: {date}
|
|
4
|
+
created-by: {user-name} with Max (learning-decision-expert)
|
|
5
|
+
current-streams-completed: {list}
|
|
6
|
+
recommended-next-stream: {stream}
|
|
7
|
+
confidence: {high/medium/low}
|
|
8
|
+
status: DRAFT
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
# Vortex Navigation Recommendation
|
|
12
|
+
|
|
13
|
+
## Current State Summary
|
|
14
|
+
|
|
15
|
+
**Streams completed:** {completed-list}
|
|
16
|
+
**Streams in progress:** {in-progress-list}
|
|
17
|
+
**Streams not started:** {not-started-list}
|
|
18
|
+
|
|
19
|
+
**Team context:** {brief-context}
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
23
|
+
## Evidence Summary
|
|
24
|
+
|
|
25
|
+
**Total artifacts reviewed:** {count}
|
|
26
|
+
**Strongest evidence areas:** {areas}
|
|
27
|
+
**Weakest evidence areas:** {areas}
|
|
28
|
+
|
|
29
|
+
### Key Learnings to Date
|
|
30
|
+
|
|
31
|
+
1. {learning-1}
|
|
32
|
+
2. {learning-2}
|
|
33
|
+
3. {learning-3}
|
|
34
|
+
|
|
35
|
+
---
|
|
36
|
+
|
|
37
|
+
## Gap Analysis
|
|
38
|
+
|
|
39
|
+
### Critical Gaps
|
|
40
|
+
|
|
41
|
+
| Gap | Risk Level | Stream to Address |
|
|
42
|
+
|-----|-----------|-------------------|
|
|
43
|
+
{gap-rows}
|
|
44
|
+
|
|
45
|
+
### Untested Assumptions
|
|
46
|
+
|
|
47
|
+
{untested-assumptions-list}
|
|
48
|
+
|
|
49
|
+
---
|
|
50
|
+
|
|
51
|
+
## Stream Evaluation Scores
|
|
52
|
+
|
|
53
|
+
| Stream | Gap Severity | Risk Reduction | Dependency | Feasibility | Time Sensitivity | **Total** |
|
|
54
|
+
|--------|-------------|----------------|------------|-------------|-----------------|-----------|
|
|
55
|
+
{scoring-rows}
|
|
56
|
+
|
|
57
|
+
---
|
|
58
|
+
|
|
59
|
+
## Recommendation
|
|
60
|
+
|
|
61
|
+
**Primary:** {recommended-stream}
|
|
62
|
+
|
|
63
|
+
**Rationale:** {rationale}
|
|
64
|
+
|
|
65
|
+
**Alternative:** {alternative-stream} (if {condition})
|
|
66
|
+
|
|
67
|
+
**Avoid:** {avoid-stream} (because {reason})
|
|
68
|
+
|
|
69
|
+
---
|
|
70
|
+
|
|
71
|
+
## Navigation Plan
|
|
72
|
+
|
|
73
|
+
**Target stream:** {stream}
|
|
74
|
+
**Agent:** {agent-name} ({agent-file})
|
|
75
|
+
**Duration:** {estimated-timeframe}
|
|
76
|
+
|
|
77
|
+
### Next Steps
|
|
78
|
+
|
|
79
|
+
1. {step-1}
|
|
80
|
+
2. {step-2}
|
|
81
|
+
3. {step-3}
|
|
82
|
+
|
|
83
|
+
### Success Criteria
|
|
84
|
+
|
|
85
|
+
- [ ] {criterion-1}
|
|
86
|
+
- [ ] {criterion-2}
|
|
87
|
+
- [ ] {criterion-3}
|
|
88
|
+
|
|
89
|
+
### Re-navigation Triggers
|
|
90
|
+
|
|
91
|
+
- {trigger-1}
|
|
92
|
+
- {trigger-2}
|
|
93
|
+
- {trigger-3}
|
|
94
|
+
|
|
95
|
+
---
|
|
96
|
+
|
|
97
|
+
**Created by:** {creator-name}
|
|
98
|
+
**Created with:** Max (learning-decision-expert) - Convoke v2.0.0
|
|
99
|
+
**Date:** {creation-date}
|
|
100
|
+
**Version:** 1.0
|
|
101
|
+
**Status:** {status}
|
|
102
|
+
|
|
103
|
+
---
|
|
104
|
+
|
|
105
|
+
*This navigation recommendation should be revisited as new evidence emerges from the recommended stream.*
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
---
|
|
2
|
+
workflow: vortex-navigation
|
|
3
|
+
type: step-file
|
|
4
|
+
description: Navigate between Vortex streams based on current evidence and learning
|
|
5
|
+
author: Max (learning-decision-expert)
|
|
6
|
+
version: 1.5.0
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
# Vortex Navigation Workflow
|
|
10
|
+
|
|
11
|
+
This workflow helps you decide which Vortex stream to focus on next based on your current progress, evidence, and learning gaps.
|
|
12
|
+
|
|
13
|
+
## What is Vortex Navigation?
|
|
14
|
+
|
|
15
|
+
The Innovation Vortex has 7 streams that teams can move between non-linearly. Rather than following a fixed sequence, teams should navigate based on what they've learned and what gaps remain. This workflow assesses your current state and recommends where to focus next.
|
|
16
|
+
|
|
17
|
+
**The 7 Vortex Streams:**
|
|
18
|
+
1. **Contextualize** (Emma) - Define problem space, vision, personas
|
|
19
|
+
2. **Empathize** (Isla) - Understand users through research and empathy mapping
|
|
20
|
+
3. **Synthesize** - Combine insights into actionable patterns
|
|
21
|
+
4. **Hypothesize** - Generate testable hypotheses from insights
|
|
22
|
+
5. **Externalize** (Wade) - Test hypotheses through experiments
|
|
23
|
+
6. **Sensitize** - Measure impact and gather feedback
|
|
24
|
+
7. **Systematize** (Max) - Capture learnings and make strategic decisions
|
|
25
|
+
|
|
26
|
+
## Workflow Structure
|
|
27
|
+
|
|
28
|
+
**Step-file architecture:**
|
|
29
|
+
- Just-in-time loading (each step loads only when needed)
|
|
30
|
+
- Sequential enforcement (must complete step N before step N+1)
|
|
31
|
+
- State tracking in frontmatter (progress preserved)
|
|
32
|
+
|
|
33
|
+
## Steps Overview
|
|
34
|
+
|
|
35
|
+
1. **Current State Assessment** - Where are you now? Which streams have you completed?
|
|
36
|
+
2. **Evidence Inventory** - What artifacts, learning cards, and evidence exist?
|
|
37
|
+
3. **Gap Analysis** - What's missing? What assumptions remain untested?
|
|
38
|
+
4. **Stream Evaluation** - Which streams would provide the most value right now?
|
|
39
|
+
5. **Recommendation** - Prioritized recommendation with rationale
|
|
40
|
+
6. **Navigation Plan** - Concrete plan for the next stream with success criteria
|
|
41
|
+
|
|
42
|
+
## Output
|
|
43
|
+
|
|
44
|
+
**Artifact:** Navigation recommendation in `{output_folder}/vortex-navigation-{date}.md`
|
|
45
|
+
|
|
46
|
+
**Template:** Uses [vortex-navigation.template.md](vortex-navigation.template.md)
|
|
47
|
+
|
|
48
|
+
---
|
|
49
|
+
|
|
50
|
+
## INITIALIZATION
|
|
51
|
+
|
|
52
|
+
Load config from {project-root}/_bmad/bme/_vortex/config.yaml
|
|
53
|
+
|
|
54
|
+
Load step: {project-root}/_bmad/bme/_vortex/workflows/vortex-navigation/steps/step-01-current-state.md
|
package/index.js
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Convoke – Vortex Pattern
|
|
5
|
+
* Product discovery through Contextualize, Empathize, Externalize, and Systematize streams.
|
|
6
|
+
*
|
|
7
|
+
* This is a CLI-first package. Use the bin commands:
|
|
8
|
+
* npx convoke-install-vortex – Install all Vortex agents (primary)
|
|
9
|
+
* npx convoke-install – Install all agents (umbrella alias)
|
|
10
|
+
* npx convoke-update – Check for and apply updates
|
|
11
|
+
* npx convoke-version – Show installed vs latest version
|
|
12
|
+
* npx convoke-doctor – Diagnose installation issues
|
|
13
|
+
*
|
|
14
|
+
* @license MIT
|
|
15
|
+
*/
|
|
16
|
+
|
|
17
|
+
const path = require('path');
|
|
18
|
+
const { AGENTS } = require('./scripts/update/lib/agent-registry');
|
|
19
|
+
|
|
20
|
+
function getPackageInfo() {
|
|
21
|
+
const pkg = require(path.join(__dirname, 'package.json'));
|
|
22
|
+
return {
|
|
23
|
+
name: pkg.name,
|
|
24
|
+
version: pkg.version,
|
|
25
|
+
description: pkg.description
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
if (require.main === module) {
|
|
30
|
+
const info = getPackageInfo();
|
|
31
|
+
const BOLD = '\x1b[1m';
|
|
32
|
+
const RESET = '\x1b[0m';
|
|
33
|
+
const CYAN = '\x1b[36m';
|
|
34
|
+
const GREEN = '\x1b[32m';
|
|
35
|
+
const GRAY = '\x1b[90m';
|
|
36
|
+
|
|
37
|
+
console.log('');
|
|
38
|
+
console.log(`${BOLD}${info.name}${RESET} v${info.version}`);
|
|
39
|
+
console.log(info.description);
|
|
40
|
+
console.log('');
|
|
41
|
+
console.log(`${GREEN}Agents:${RESET}`);
|
|
42
|
+
for (const agent of AGENTS) {
|
|
43
|
+
const padded = agent.name.padEnd(5);
|
|
44
|
+
console.log(` ${padded}${CYAN}${agent.icon}${RESET} – ${agent.title}`);
|
|
45
|
+
}
|
|
46
|
+
console.log('');
|
|
47
|
+
console.log(`${GREEN}Commands:${RESET}`);
|
|
48
|
+
console.log(` ${CYAN}npx convoke-install-vortex${RESET} Install all Vortex agents`);
|
|
49
|
+
console.log(` ${CYAN}npx convoke-install${RESET} Install all agents ${GRAY}(alias)${RESET}`);
|
|
50
|
+
console.log(` ${CYAN}npx convoke-update${RESET} Check for updates`);
|
|
51
|
+
console.log(` ${CYAN}npx convoke-version${RESET} Show version info`);
|
|
52
|
+
console.log(` ${CYAN}npx convoke-doctor${RESET} Diagnose issues`);
|
|
53
|
+
console.log('');
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
module.exports = { getPackageInfo };
|
package/package.json
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "convoke-agents",
|
|
3
|
+
"version": "2.0.0",
|
|
4
|
+
"description": "Agent teams for complex systems, compatible with BMad Method",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"files": [
|
|
7
|
+
"index.js",
|
|
8
|
+
"scripts/",
|
|
9
|
+
"_bmad/bme/_vortex/",
|
|
10
|
+
"INSTALLATION.md",
|
|
11
|
+
"UPDATE-GUIDE.md",
|
|
12
|
+
"CHANGELOG.md",
|
|
13
|
+
"LICENSE",
|
|
14
|
+
"README.md"
|
|
15
|
+
],
|
|
16
|
+
"bin": {
|
|
17
|
+
"convoke-install-vortex": "scripts/install-vortex-agents.js",
|
|
18
|
+
"convoke-install": "scripts/install-all-agents.js",
|
|
19
|
+
"convoke-update": "scripts/update/convoke-update.js",
|
|
20
|
+
"convoke-version": "scripts/update/convoke-version.js",
|
|
21
|
+
"convoke-migrate": "scripts/update/convoke-migrate.js",
|
|
22
|
+
"convoke-doctor": "scripts/convoke-doctor.js"
|
|
23
|
+
},
|
|
24
|
+
"scripts": {
|
|
25
|
+
"install:agents": "node scripts/install-all-agents.js",
|
|
26
|
+
"postinstall": "node scripts/postinstall.js",
|
|
27
|
+
"test": "node --test tests/unit/*.test.js",
|
|
28
|
+
"test:p0": "node --test tests/p0/*.test.js",
|
|
29
|
+
"test:p0:gate": "node --test tests/p0/*.test.js",
|
|
30
|
+
"test:integration": "node --test tests/integration/*.test.js",
|
|
31
|
+
"test:all": "node --test tests/**/*.test.js",
|
|
32
|
+
"test:coverage": "c8 node --test tests/unit/*.test.js tests/integration/*.test.js tests/p0/*.test.js",
|
|
33
|
+
"lint": "eslint scripts/ index.js tests/",
|
|
34
|
+
"docs:audit": "node scripts/docs-audit.js"
|
|
35
|
+
},
|
|
36
|
+
"keywords": [
|
|
37
|
+
"convoke-agents",
|
|
38
|
+
"bmad-enhanced",
|
|
39
|
+
"bmad",
|
|
40
|
+
"agents",
|
|
41
|
+
"lean-startup",
|
|
42
|
+
"validated-learning",
|
|
43
|
+
"vortex",
|
|
44
|
+
"contextualize",
|
|
45
|
+
"externalize",
|
|
46
|
+
"empathize",
|
|
47
|
+
"systematize",
|
|
48
|
+
"user-research",
|
|
49
|
+
"decision-making",
|
|
50
|
+
"mvp",
|
|
51
|
+
"product-strategy",
|
|
52
|
+
"ai-agents"
|
|
53
|
+
],
|
|
54
|
+
"author": "Convoke Contributors",
|
|
55
|
+
"license": "MIT",
|
|
56
|
+
"repository": {
|
|
57
|
+
"type": "git",
|
|
58
|
+
"url": "git+https://github.com/amalik/convoke-agents.git"
|
|
59
|
+
},
|
|
60
|
+
"bugs": {
|
|
61
|
+
"url": "https://github.com/amalik/convoke-agents/issues"
|
|
62
|
+
},
|
|
63
|
+
"homepage": "https://github.com/amalik/convoke-agents#readme",
|
|
64
|
+
"engines": {
|
|
65
|
+
"node": ">=18.0.0"
|
|
66
|
+
},
|
|
67
|
+
"dependencies": {
|
|
68
|
+
"chalk": "^4.1.2",
|
|
69
|
+
"fs-extra": "^11.3.3",
|
|
70
|
+
"js-yaml": "^4.1.0"
|
|
71
|
+
},
|
|
72
|
+
"devDependencies": {
|
|
73
|
+
"@eslint/js": "^10.0.1",
|
|
74
|
+
"c8": "^10.1.3",
|
|
75
|
+
"eslint": "^10.0.0"
|
|
76
|
+
}
|
|
77
|
+
}
|