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,114 @@
|
|
|
1
|
+
---
|
|
2
|
+
step: 5
|
|
3
|
+
workflow: proof-of-concept
|
|
4
|
+
title: Evaluate Feasibility
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Step 5: Evaluate Feasibility
|
|
8
|
+
|
|
9
|
+
You have test results. Now answer the real question: can we build this at production scale, or did the PoC reveal problems that change the picture? This step moves from raw data to a defensible feasibility verdict.
|
|
10
|
+
|
|
11
|
+
## Why This Matters
|
|
12
|
+
|
|
13
|
+
Test results without interpretation are just numbers. A PoC that meets its pass criteria under lab conditions might still be infeasible at production scale due to cost, operational complexity, or compounding edge cases. Conversely, a PoC that narrowly missed a threshold might be feasible with a known optimization path. This step forces you to think beyond "did the test pass" and into "what does this mean for the real system" -- because that is the decision your team actually needs to make.
|
|
14
|
+
|
|
15
|
+
## Your Task
|
|
16
|
+
|
|
17
|
+
### 1. Summarize Test Results Against Criteria
|
|
18
|
+
|
|
19
|
+
Pull forward your pass/fail criteria and test results into a single verdict table:
|
|
20
|
+
|
|
21
|
+
| Criteria | Threshold | Measured Result | Verdict |
|
|
22
|
+
|----------|-----------|----------------|---------|
|
|
23
|
+
| *From Step 1* | *Pass threshold* | *From Step 4* | Pass / Fail / Inconclusive |
|
|
24
|
+
| *From Step 1* | *Fail threshold* | *From Step 4* | Pass / Fail / Inconclusive |
|
|
25
|
+
|
|
26
|
+
**Overall PoC Result:** Pass / Fail / Inconclusive
|
|
27
|
+
|
|
28
|
+
### 2. Assess Scalability Gap
|
|
29
|
+
|
|
30
|
+
The PoC tested feasibility at PoC scale. Production is different. Assess the gap:
|
|
31
|
+
|
|
32
|
+
| Dimension | PoC Scale | Production Scale | Gap | Confidence That Gap Is Closable |
|
|
33
|
+
|-----------|-----------|-----------------|-----|-------------------------------|
|
|
34
|
+
| **Data volume** | *What the PoC used* | *What production requires* | *Multiplier (e.g., 100x)* | High / Medium / Low |
|
|
35
|
+
| **Concurrent users** | *PoC load* | *Expected production load* | *Multiplier* | High / Medium / Low |
|
|
36
|
+
| **Availability** | *PoC uptime* | *Production SLA target* | *Delta* | High / Medium / Low |
|
|
37
|
+
| **Error handling** | *Stubbed/minimal* | *Production-grade* | *Effort estimate* | High / Medium / Low |
|
|
38
|
+
| **Security** | *Bypassed/minimal* | *Production requirements* | *Effort estimate* | High / Medium / Low |
|
|
39
|
+
| **Cost** | *PoC cost (if any)* | *Projected production cost* | *Monthly/annual estimate* | High / Medium / Low |
|
|
40
|
+
|
|
41
|
+
**Guidance:** If your confidence that the gap is closable is "Low" for any dimension, that is a significant finding. It does not automatically mean "infeasible" -- but it means there is unresolved technical risk that may need further investigation.
|
|
42
|
+
|
|
43
|
+
### 3. Evaluate Integration Readiness
|
|
44
|
+
|
|
45
|
+
If the PoC involved external systems, assess integration health:
|
|
46
|
+
|
|
47
|
+
| Integration | PoC Behavior | Production Concerns | Risk Level |
|
|
48
|
+
|-------------|-------------|-------------------|------------|
|
|
49
|
+
| *API / service / library* | *How it behaved during testing* | *Rate limits, versioning, reliability, cost at scale* | High / Medium / Low |
|
|
50
|
+
|
|
51
|
+
### 4. Identify Technical Debt and Unknowns
|
|
52
|
+
|
|
53
|
+
What did the PoC NOT test that production would require?
|
|
54
|
+
|
|
55
|
+
| Unknown | Why It Matters | Estimated Effort to Resolve | Blocks Production? |
|
|
56
|
+
|---------|---------------|---------------------------|-------------------|
|
|
57
|
+
| *What we still do not know* | *Impact on production feasibility* | *Hours / Days / Weeks / Unknown* | Yes / No / Maybe |
|
|
58
|
+
|
|
59
|
+
Be honest here. The temptation after a successful PoC is to declare victory and move on. But if there are significant unknowns that the PoC did not address, those unknowns do not disappear -- they become surprises during production development.
|
|
60
|
+
|
|
61
|
+
### 5. Render the Feasibility Verdict
|
|
62
|
+
|
|
63
|
+
Based on all evidence, choose one:
|
|
64
|
+
|
|
65
|
+
**FEASIBLE** -- The technical approach works. Proceed to production planning.
|
|
66
|
+
- All pass criteria met
|
|
67
|
+
- Scalability gaps are closable with known techniques
|
|
68
|
+
- No blocking unknowns
|
|
69
|
+
- Cost projections are acceptable
|
|
70
|
+
|
|
71
|
+
**FEASIBLE WITH CONDITIONS** -- The technical approach works, but with caveats.
|
|
72
|
+
- Most pass criteria met; exceptions have known mitigations
|
|
73
|
+
- Some scalability gaps require further investigation
|
|
74
|
+
- Conditions must be documented and tracked
|
|
75
|
+
|
|
76
|
+
**INFEASIBLE (this approach)** -- This specific approach does not work.
|
|
77
|
+
- One or more critical pass criteria failed
|
|
78
|
+
- Scalability gaps are not closable with known techniques
|
|
79
|
+
- Does NOT mean the goal is impossible -- only that this approach failed
|
|
80
|
+
|
|
81
|
+
**INCONCLUSIVE** -- More data is needed before a verdict.
|
|
82
|
+
- Results are ambiguous or contradictory
|
|
83
|
+
- Key scenarios were not testable within PoC scope
|
|
84
|
+
- Recommend a follow-up PoC with tighter scope
|
|
85
|
+
|
|
86
|
+
| Verdict | Rationale | Key Evidence |
|
|
87
|
+
|---------|-----------|-------------|
|
|
88
|
+
| *Your verdict* | *Why you reached this conclusion* | *The 1-3 most important test results or findings* |
|
|
89
|
+
|
|
90
|
+
**If FEASIBLE WITH CONDITIONS, list conditions:**
|
|
91
|
+
|
|
92
|
+
| Condition | Risk If Unmet | Owner | Timeline |
|
|
93
|
+
|-----------|--------------|-------|----------|
|
|
94
|
+
| *What must be true for feasibility to hold* | *What happens if this condition fails* | *Who resolves it* | *When it must be resolved* |
|
|
95
|
+
|
|
96
|
+
---
|
|
97
|
+
|
|
98
|
+
## Your Turn
|
|
99
|
+
|
|
100
|
+
Summarize results against criteria, assess the scalability gap, identify unknowns, and render your feasibility verdict. Share your evaluation and I will help you stress-test the conclusion before we document it.
|
|
101
|
+
|
|
102
|
+
---
|
|
103
|
+
|
|
104
|
+
**[a]** Advanced Elicitation -- Deep dive into feasibility analysis with guided questioning
|
|
105
|
+
**[p]** Party Mode -- Bring in other Vortex agents to challenge your feasibility assessment
|
|
106
|
+
**[c]** Continue -- Proceed to documenting findings and Vortex routing
|
|
107
|
+
|
|
108
|
+
---
|
|
109
|
+
|
|
110
|
+
## Next Step
|
|
111
|
+
|
|
112
|
+
When your feasibility verdict is rendered and reviewed, I'll load:
|
|
113
|
+
|
|
114
|
+
{project-root}/_bmad/bme/_vortex/workflows/proof-of-concept/steps/step-06-document.md
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
---
|
|
2
|
+
step: 6
|
|
3
|
+
workflow: proof-of-concept
|
|
4
|
+
title: Document Findings & Route
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Step 6: Document Findings & Route
|
|
8
|
+
|
|
9
|
+
The PoC is complete and the verdict is in. Now package everything you learned into a structured artifact that your team can act on, and route to the next step in the Vortex based on what the evidence tells you.
|
|
10
|
+
|
|
11
|
+
## Why This Matters
|
|
12
|
+
|
|
13
|
+
A PoC without documentation is a PoC that gets repeated. Six months from now, someone will ask "did we ever test whether X was feasible?" and if the answer lives only in your memory or a stale branch, the team will spend another week rediscovering what you already know. Structured documentation turns a PoC into an organizational asset -- a permanent record of what was tested, what was learned, and what decision it enabled. The Vortex Compass then ensures that learning flows to the right next step instead of sitting in a folder.
|
|
14
|
+
|
|
15
|
+
## Your Task
|
|
16
|
+
|
|
17
|
+
### 1. Compile the PoC Summary
|
|
18
|
+
|
|
19
|
+
Bring together all findings into a structured summary:
|
|
20
|
+
|
|
21
|
+
| Section | Content |
|
|
22
|
+
|---------|---------|
|
|
23
|
+
| **Technical Question** | The core question this PoC set out to answer (from Step 1) |
|
|
24
|
+
| **Approach** | What was built and how (from Steps 2-3) |
|
|
25
|
+
| **Key Results** | Top 3-5 findings from testing (from Step 4) |
|
|
26
|
+
| **Feasibility Verdict** | Pass / Fail / Conditional / Inconclusive (from Step 5) |
|
|
27
|
+
| **Conditions** | Any conditions attached to the verdict (from Step 5) |
|
|
28
|
+
| **Unknowns Remaining** | What the PoC did NOT answer (from Step 5) |
|
|
29
|
+
|
|
30
|
+
### 2. Document Technical Findings
|
|
31
|
+
|
|
32
|
+
For each significant finding from Steps 3-5, create a structured record:
|
|
33
|
+
|
|
34
|
+
| Finding | Evidence | Impact | Recommendation |
|
|
35
|
+
|---------|----------|--------|---------------|
|
|
36
|
+
| *What you discovered* | *Test data, metrics, or observations that support it* | *How this affects production feasibility* | *What to do about it* |
|
|
37
|
+
|
|
38
|
+
**Capture both positive and negative findings.** A PoC that confirms feasibility is just as valuable for what it proves works as what it proves does not work. Document:
|
|
39
|
+
- What worked better than expected (and why)
|
|
40
|
+
- What worked worse than expected (and why)
|
|
41
|
+
- What was surprising (and what it implies)
|
|
42
|
+
- What was not testable within PoC scope (and what would be needed to test it)
|
|
43
|
+
|
|
44
|
+
### 3. Record Technical Decisions
|
|
45
|
+
|
|
46
|
+
If the PoC informed any architectural or technical decisions, document them:
|
|
47
|
+
|
|
48
|
+
| Decision | Alternatives Considered | Why This Choice | Confidence |
|
|
49
|
+
|----------|----------------------|----------------|------------|
|
|
50
|
+
| *What was decided* | *What other approaches were evaluated* | *Evidence from the PoC that supports this choice* | High / Medium / Low |
|
|
51
|
+
|
|
52
|
+
### 4. Generate the PoC Artifact
|
|
53
|
+
|
|
54
|
+
Package the documentation into a structured artifact:
|
|
55
|
+
|
|
56
|
+
**Save to:** `{output_folder}/vortex-artifacts/poc-{poc-name}-{date}.md`
|
|
57
|
+
|
|
58
|
+
The artifact should include:
|
|
59
|
+
1. **Technical Question** -- What we set out to answer
|
|
60
|
+
2. **Approach** -- What we built and how we tested it
|
|
61
|
+
3. **Results** -- Raw findings and metrics
|
|
62
|
+
4. **Feasibility Verdict** -- The conclusion with supporting evidence
|
|
63
|
+
5. **Conditions & Unknowns** -- Caveats and open questions
|
|
64
|
+
6. **Technical Decisions** -- Choices made based on PoC evidence
|
|
65
|
+
7. **Recommendations** -- Next steps based on the verdict
|
|
66
|
+
|
|
67
|
+
### 5. Final Quality Check
|
|
68
|
+
|
|
69
|
+
Before routing, verify the documentation is complete and honest:
|
|
70
|
+
|
|
71
|
+
- [ ] Could someone who was not involved in the PoC understand what was tested and what was learned?
|
|
72
|
+
- [ ] Are the results reported accurately, without spin or cherry-picking?
|
|
73
|
+
- [ ] Is the verdict supported by the evidence, not by the outcome you wanted?
|
|
74
|
+
- [ ] Are conditions and unknowns documented prominently, not buried?
|
|
75
|
+
- [ ] Would this documentation prevent someone from re-running this exact PoC unnecessarily?
|
|
76
|
+
|
|
77
|
+
---
|
|
78
|
+
|
|
79
|
+
## Your Turn
|
|
80
|
+
|
|
81
|
+
Compile your findings, document technical decisions, and generate the PoC artifact. Confirm when the artifact is saved and we will route to the next Vortex step based on your results.
|
|
82
|
+
|
|
83
|
+
---
|
|
84
|
+
|
|
85
|
+
## Vortex Compass
|
|
86
|
+
|
|
87
|
+
Based on what you just completed, here are your evidence-driven options:
|
|
88
|
+
|
|
89
|
+
| If you learned... | Consider next... | Agent | Why |
|
|
90
|
+
|---|---|---|---|
|
|
91
|
+
| Technically feasible, ready for business validation | proof-of-value | Wade | Technical risk retired -- now validate the business case with a value-focused experiment |
|
|
92
|
+
| Technically feasible, but hypotheses need engineering | hypothesis-engineering | Liam | Feasibility confirmed -- now engineer testable hypotheses from the problem definition |
|
|
93
|
+
| Feasibility uncertain, need a focused experiment | lean-experiment | Wade | Run a targeted technical experiment to resolve the specific remaining uncertainty |
|
|
94
|
+
| Feasibility uncertain, need more user/market data | user-interview | Isla | Technical unknowns require user context or domain expertise to resolve |
|
|
95
|
+
| Infeasible with this approach, pivot needed | pivot-resynthesis | Mila | Current approach failed -- re-synthesize the problem to find alternative technical paths |
|
|
96
|
+
| Infeasible, fundamental technical blocker | learning-card | Max | Document the blocker as an organizational learning so the team does not revisit this dead end |
|
|
97
|
+
| Results available, need to capture learnings | learning-card | Max | Document technical learnings for the team's knowledge base |
|
|
98
|
+
| Results change the problem definition | research-convergence | Mila | PoC findings reframe the problem -- re-converge research with new technical evidence |
|
|
99
|
+
|
|
100
|
+
> **Note:** These are evidence-based recommendations. You can navigate to any Vortex agent
|
|
101
|
+
> at any time based on your judgment.
|
|
102
|
+
|
|
103
|
+
**Or run Max's [VN] Vortex Navigation** for a full gap analysis across all streams.
|
|
104
|
+
|
|
105
|
+
### Insufficient Evidence for Routing
|
|
106
|
+
|
|
107
|
+
If the evidence gathered so far does not clearly point to a single next step:
|
|
108
|
+
|
|
109
|
+
| To route to... | You need... |
|
|
110
|
+
|----------------|-------------|
|
|
111
|
+
| Wade (proof-of-value) | Clear "feasible" verdict with pass criteria met and scalability gaps assessed |
|
|
112
|
+
| Wade (lean-experiment) | Specific unresolved technical uncertainty with a testable question |
|
|
113
|
+
| Liam (hypothesis-engineering) | Confirmed feasibility and a problem definition ready for hypothesis generation |
|
|
114
|
+
| Isla (user-interview) | Specific technical unknown that requires user or domain context to resolve |
|
|
115
|
+
| Mila (pivot-resynthesis) | Evidence that the current technical approach is a dead end |
|
|
116
|
+
| Mila (research-convergence) | New evidence from the PoC that changes the problem framing |
|
|
117
|
+
| Max (learning-card) | Completed PoC with findings worth preserving for the team |
|
|
118
|
+
|
|
119
|
+
**Workflow-specific signals:**
|
|
120
|
+
- Verdict is "Inconclusive" with no clear next test --> consider revisiting **step-02** for tighter scoping
|
|
121
|
+
- Verdict is "Feasible with Conditions" but conditions are untestable --> consider routing to **Isla** for domain research
|
|
122
|
+
- Verdict is "Infeasible" but the goal is still worth pursuing --> consider routing to **Mila** for alternative approaches
|
|
123
|
+
- All pass criteria met but team has no hypothesis to test next --> consider routing to **Liam** for hypothesis engineering
|
|
124
|
+
|
|
125
|
+
**Recommended:** If uncertain, run **Max's [VN] Vortex Navigation** for a full gap analysis.
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# Validate Proof of Concept
|
|
2
|
+
|
|
3
|
+
**Status:** Coming in v1.2.0
|
|
4
|
+
|
|
5
|
+
**Agent:** Wade (Lean Experiments Specialist)
|
|
6
|
+
|
|
7
|
+
**Stream:** Externalize
|
|
8
|
+
|
|
9
|
+
## Overview
|
|
10
|
+
|
|
11
|
+
This validation workflow helps you review proof-of-concepts to ensure they answer the technical question without over-engineering.
|
|
12
|
+
|
|
13
|
+
## What Gets Validated
|
|
14
|
+
|
|
15
|
+
- Is the technical question clearly stated?
|
|
16
|
+
- Is the approach appropriate (not over-engineered)?
|
|
17
|
+
- Are implementation details documented?
|
|
18
|
+
- Are results based on evidence?
|
|
19
|
+
- Is the feasibility decision justified?
|
|
20
|
+
- Does this focus on learning over production quality?
|
|
21
|
+
|
|
22
|
+
## Coming in v1.2.0
|
|
23
|
+
|
|
24
|
+
This validation workflow will be available alongside the proof-of-concept workflow in March 2026.
|
|
25
|
+
|
|
26
|
+
## Questions?
|
|
27
|
+
|
|
28
|
+
For questions or to request early access:
|
|
29
|
+
- GitHub Issues: https://github.com/amalik/convoke-agents/issues
|
|
30
|
+
- Tag with: `workflow:proof-of-concept` and `v1.2.0`
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
---
|
|
2
|
+
workflow: proof-of-concept
|
|
3
|
+
type: step-file
|
|
4
|
+
description: Validate technical feasibility before business case
|
|
5
|
+
author: Wade (lean-experiments-specialist)
|
|
6
|
+
version: 1.2.0
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
# Proof-of-Concept Workflow
|
|
10
|
+
|
|
11
|
+
Validate that you CAN build this before validating that you SHOULD.
|
|
12
|
+
|
|
13
|
+
## Steps Overview
|
|
14
|
+
|
|
15
|
+
1. **Define Technical Risk** - What could prevent this from working?
|
|
16
|
+
2. **Design PoC Scope** - Smallest test of technical feasibility
|
|
17
|
+
3. **Build Prototype** - Create proof-of-concept
|
|
18
|
+
4. **Test Technical Assumptions** - Does it work?
|
|
19
|
+
5. **Evaluate Feasibility** - Can we build this at scale?
|
|
20
|
+
6. **Document Findings** - What did we learn?
|
|
21
|
+
|
|
22
|
+
---
|
|
23
|
+
|
|
24
|
+
## INITIALIZATION
|
|
25
|
+
|
|
26
|
+
Load step: {project-root}/_bmad/bme/_vortex/workflows/proof-of-concept/steps/step-01-risk.md
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: "PoV: {pov-name}"
|
|
3
|
+
date: {date}
|
|
4
|
+
type: proof-of-value
|
|
5
|
+
status: {status}
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# Proof-of-Value: {pov-name}
|
|
9
|
+
|
|
10
|
+
## Value Hypothesis
|
|
11
|
+
|
|
12
|
+
{value-hypothesis}
|
|
13
|
+
|
|
14
|
+
## Market Test Results
|
|
15
|
+
|
|
16
|
+
{results}
|
|
17
|
+
|
|
18
|
+
## Business Case
|
|
19
|
+
|
|
20
|
+
{business-case}
|
|
21
|
+
|
|
22
|
+
## Decision
|
|
23
|
+
|
|
24
|
+
{decision}
|
|
25
|
+
|
|
26
|
+
---
|
|
27
|
+
|
|
28
|
+
**Created with:** Convoke v2.0.0
|
|
29
|
+
**Workflow:** proof-of-value
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
---
|
|
2
|
+
step: 1
|
|
3
|
+
workflow: proof-of-value
|
|
4
|
+
title: Define Value Hypothesis
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Step 1: Define Value Hypothesis
|
|
8
|
+
|
|
9
|
+
You have proven you CAN build this. Now the question is: SHOULD you? This step forces you to articulate exactly what business value you are claiming before you test whether anyone agrees.
|
|
10
|
+
|
|
11
|
+
## Why This Matters
|
|
12
|
+
|
|
13
|
+
Most products fail not because they cannot be built, but because nobody will pay for them. A value hypothesis makes the business case explicit and testable: who gets value, what kind of value, and how much that value is worth. Without a crisp value hypothesis, teams drift into building features that are technically impressive but commercially irrelevant. The proof-of-value workflow starts here because you cannot validate demand for something you have not clearly defined.
|
|
14
|
+
|
|
15
|
+
## Your Task
|
|
16
|
+
|
|
17
|
+
### 1. What Input Are You Working From?
|
|
18
|
+
|
|
19
|
+
Wade expects a validated technical feasibility signal — typically from a proof-of-concept workflow or equivalent:
|
|
20
|
+
|
|
21
|
+
- **HC4 Experiment Context** (from Wade's `proof-of-concept` workflow) — technical feasibility confirmed
|
|
22
|
+
- **HC3 Hypothesis Contract** (from Liam's `hypothesis-engineering` workflow) — testable hypothesis with riskiest assumptions mapped
|
|
23
|
+
- **Any validated technical artifact** — Wade accepts input from outside the Vortex pattern
|
|
24
|
+
|
|
25
|
+
You can also bring a product idea that has been validated as technically feasible through other means. The key requirement is confidence that the thing CAN be built — this workflow tests whether it SHOULD be built.
|
|
26
|
+
|
|
27
|
+
### 2. Provide Your Input
|
|
28
|
+
|
|
29
|
+
Please provide the file path or describe the technical validation context you want to build a business case around. For example:
|
|
30
|
+
- `_bmad-output/vortex-artifacts/hc4-experiment-context-2026-02-25.md`
|
|
31
|
+
- Or: "We have confirmed technical feasibility for X and now need to validate market demand"
|
|
32
|
+
|
|
33
|
+
### 3. Define the Value Hypothesis
|
|
34
|
+
|
|
35
|
+
Complete the Value Hypothesis Canvas:
|
|
36
|
+
|
|
37
|
+
| Dimension | Your Answer |
|
|
38
|
+
|-----------|-------------|
|
|
39
|
+
| **Target Customer Segment** | Who specifically will pay for this? Not "users" — which segment, role, company size, or persona? |
|
|
40
|
+
| **Problem Being Solved** | What pain or job-to-be-done does this address? Reference evidence from upstream artifacts. |
|
|
41
|
+
| **Proposed Value** | What specific value does the customer receive? Be concrete: time saved, revenue gained, cost reduced, risk eliminated. |
|
|
42
|
+
| **Value Magnitude** | How much value? Quantify where possible: "saves 4 hours/week" not "saves time." |
|
|
43
|
+
| **Current Alternatives** | What do customers do today? What are they paying for existing solutions? |
|
|
44
|
+
| **Switching Cost** | What would it take for a customer to switch from their current solution to yours? |
|
|
45
|
+
| **Willingness-to-Pay Signal** | What early evidence (if any) suggests customers would pay? Stated interest does not count — look for behavioral signals. |
|
|
46
|
+
|
|
47
|
+
### 4. Articulate the Value Hypothesis Statement
|
|
48
|
+
|
|
49
|
+
Using the canvas above, draft the value hypothesis in this format:
|
|
50
|
+
|
|
51
|
+
> **We believe that** [target customer segment] **will** [pay $X / change behavior Y] **for** [proposed value] **because** [rationale grounded in evidence] **instead of** [current alternative].
|
|
52
|
+
|
|
53
|
+
### 5. Identify the Riskiest Value Assumption
|
|
54
|
+
|
|
55
|
+
Every value hypothesis embeds assumptions about the market. Identify the single most dangerous one:
|
|
56
|
+
|
|
57
|
+
- [ ] **Demand assumption** — Do enough customers have this problem to sustain a business?
|
|
58
|
+
- [ ] **Willingness-to-pay assumption** — Will they pay what we need to charge?
|
|
59
|
+
- [ ] **Switching cost assumption** — Is the switching cost low enough that customers will actually move?
|
|
60
|
+
- [ ] **Value magnitude assumption** — Is the value large enough relative to price to justify purchase?
|
|
61
|
+
- [ ] **Competitive assumption** — Will incumbents or alternatives erode our value proposition?
|
|
62
|
+
|
|
63
|
+
**Which one, if wrong, kills the entire business case?** That is your riskiest value assumption.
|
|
64
|
+
|
|
65
|
+
---
|
|
66
|
+
|
|
67
|
+
## Your Turn
|
|
68
|
+
|
|
69
|
+
Provide your technical validation input, complete the Value Hypothesis Canvas, draft the hypothesis statement, and identify the riskiest value assumption. Share your work and I will help sharpen it before we design the validation approach.
|
|
70
|
+
|
|
71
|
+
## Next Step
|
|
72
|
+
|
|
73
|
+
When your value hypothesis is defined and the riskiest assumption is identified, I will load:
|
|
74
|
+
|
|
75
|
+
{project-root}/_bmad/bme/_vortex/workflows/proof-of-value/steps/step-02-validation-design.md
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
---
|
|
2
|
+
step: 2
|
|
3
|
+
workflow: proof-of-value
|
|
4
|
+
title: Design Validation Approach
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Step 2: Design Validation Approach
|
|
8
|
+
|
|
9
|
+
You have a value hypothesis. Now you need to design the experiment that will prove or disprove market demand — not through surveys or stated preferences, but through behavioral commitment signals.
|
|
10
|
+
|
|
11
|
+
## Why This Matters
|
|
12
|
+
|
|
13
|
+
Stated interest is cheap. "Would you use this?" always gets a yes. The only evidence that counts for business value is behavioral: will people sign up, put down a deposit, pre-order, invest time to onboard, or choose your solution when a viable alternative exists? Designing the right validation approach means choosing a method that forces real commitment signals from real customers — not polite enthusiasm from friendly prospects. If your validation method cannot distinguish between "that sounds cool" and "take my money," it will not tell you anything useful.
|
|
14
|
+
|
|
15
|
+
## Your Task
|
|
16
|
+
|
|
17
|
+
### 1. Select Your Validation Method
|
|
18
|
+
|
|
19
|
+
Choose the method that best matches your value hypothesis and the riskiest assumption you identified in Step 1:
|
|
20
|
+
|
|
21
|
+
| Method | Best For | Commitment Signal | Effort Level |
|
|
22
|
+
|--------|----------|-------------------|--------------|
|
|
23
|
+
| **Fake Door / Landing Page** | Testing demand for a new product or feature | Click-through rate, email signup, waitlist join | Low |
|
|
24
|
+
| **Pre-Order / Deposit** | Testing willingness to pay a specific price | Actual payment, deposit placed | Medium |
|
|
25
|
+
| **Concierge / Wizard of Oz** | Testing whether the value proposition works when delivered manually | Repeat usage, referral, payment after trial | High |
|
|
26
|
+
| **Letter of Intent / Pilot Agreement** | Testing enterprise or B2B demand | Signed LOI, committed pilot timeline | Medium |
|
|
27
|
+
| **Pricing Page Test** | Testing price sensitivity and willingness-to-pay thresholds | Plan selection, pricing tier click-through | Low |
|
|
28
|
+
| **Competitive Displacement** | Testing whether users will switch from existing solution | Active migration, cancellation of alternative | High |
|
|
29
|
+
| **Crowdfunding Campaign** | Testing market demand at scale with real payment | Funding pledges, backer count | Medium |
|
|
30
|
+
|
|
31
|
+
**Guidance:** The best method tests your riskiest value assumption directly. If your riskiest assumption is willingness-to-pay, use a method that requires actual payment. If it is demand, use a method that captures real sign-up behavior. Never rely on methods that only capture stated preferences.
|
|
32
|
+
|
|
33
|
+
### 2. Define Your Target Audience
|
|
34
|
+
|
|
35
|
+
| Dimension | Your Specification |
|
|
36
|
+
|-----------|-------------------|
|
|
37
|
+
| **Segment definition** | Who exactly are you testing with? Match the target customer segment from your value hypothesis. |
|
|
38
|
+
| **Sample size** | How many participants do you need for a meaningful signal? (Minimum: 30 for quantitative, 5-8 for qualitative) |
|
|
39
|
+
| **Recruitment channel** | How will you reach them? Paid ads, existing community, cold outreach, partner network? |
|
|
40
|
+
| **Screening criteria** | What qualifies someone as a valid test participant? What disqualifies them? |
|
|
41
|
+
| **Competitor usage** | Are they currently using an alternative? Which one? This is critical for switching cost validation. |
|
|
42
|
+
|
|
43
|
+
### 3. Define Pre-Committed Success Criteria
|
|
44
|
+
|
|
45
|
+
Write these BEFORE you see any results. This prevents post-hoc rationalization.
|
|
46
|
+
|
|
47
|
+
| Metric | Target Threshold | Failure Threshold | Why This Number |
|
|
48
|
+
|--------|-----------------|-------------------|-----------------|
|
|
49
|
+
| **Primary metric** (e.g., conversion rate, deposit count) | *What result confirms value?* | *What result kills the hypothesis?* | *Justify the threshold with market benchmarks or unit economics* |
|
|
50
|
+
| **Secondary metric** (e.g., price sensitivity, churn intent) | | | |
|
|
51
|
+
| **Guardrail metric** (e.g., customer acquisition cost, time to convert) | | | |
|
|
52
|
+
|
|
53
|
+
**Critical rule:** Define both success AND failure thresholds. A result between them is "inconclusive" — which means you need a better test, not a pivot.
|
|
54
|
+
|
|
55
|
+
### 4. Design the Experiment Protocol
|
|
56
|
+
|
|
57
|
+
| Element | Your Design |
|
|
58
|
+
|---------|-------------|
|
|
59
|
+
| **Test duration** | How long will the experiment run? Minimum time to reach sample size. |
|
|
60
|
+
| **Control condition** | What is the baseline comparison? Existing alternative, no-solution, different price point? |
|
|
61
|
+
| **Stimulus** | What exactly will participants see, experience, or be offered? |
|
|
62
|
+
| **Measurement method** | How will you capture the commitment signal? Analytics, payment processor, manual tracking? |
|
|
63
|
+
| **Contamination risks** | What could pollute your results? Selection bias, novelty effect, social desirability? |
|
|
64
|
+
| **Abort criteria** | Under what conditions do you stop the experiment early? (e.g., zero conversions after 50% of sample reached) |
|
|
65
|
+
|
|
66
|
+
### 5. Pre-Mortem: What Could Invalidate This Test?
|
|
67
|
+
|
|
68
|
+
Before you run the experiment, identify what could make the results meaningless:
|
|
69
|
+
|
|
70
|
+
- [ ] **Selection bias** — Are you only reaching people who are already enthusiastic?
|
|
71
|
+
- [ ] **Novelty effect** — Would they engage just because it is new, not because they would actually pay?
|
|
72
|
+
- [ ] **Social desirability** — Are they saying yes to be polite or supportive?
|
|
73
|
+
- [ ] **Wrong proxy** — Does your commitment signal actually predict real purchasing behavior?
|
|
74
|
+
- [ ] **Insufficient sample** — Is your sample large enough to draw conclusions?
|
|
75
|
+
|
|
76
|
+
---
|
|
77
|
+
|
|
78
|
+
## Your Turn
|
|
79
|
+
|
|
80
|
+
Select your validation method, define your audience, set pre-committed success criteria, design the protocol, and run the pre-mortem. Share your validation design and I will help you stress-test it before you invest time running the experiment.
|
|
81
|
+
|
|
82
|
+
---
|
|
83
|
+
|
|
84
|
+
**[a]** Advanced Elicitation — Deep dive into experiment design with guided questioning on pricing models, competitive positioning, and sample sizing
|
|
85
|
+
**[p]** Party Mode — Bring in other Vortex agents to challenge your validation design
|
|
86
|
+
**[c]** Continue — Proceed to willingness-to-pay testing
|
|
87
|
+
|
|
88
|
+
---
|
|
89
|
+
|
|
90
|
+
## Next Step
|
|
91
|
+
|
|
92
|
+
When your validation approach is designed and pre-committed criteria are set, I will load:
|
|
93
|
+
|
|
94
|
+
{project-root}/_bmad/bme/_vortex/workflows/proof-of-value/steps/step-03-willingness.md
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
---
|
|
2
|
+
step: 3
|
|
3
|
+
workflow: proof-of-value
|
|
4
|
+
title: Test Willingness to Pay
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Step 3: Test Willingness to Pay
|
|
8
|
+
|
|
9
|
+
This is where stated interest meets behavioral reality. You are about to find out whether your target customers will put real skin in the game — money, time, or effort — for the value you are proposing.
|
|
10
|
+
|
|
11
|
+
## Why This Matters
|
|
12
|
+
|
|
13
|
+
Willingness-to-pay is the single most lethal filter in product development. Teams regularly build products that users say they want but will never pay for. The gap between "I would totally use that" and "here is my credit card" is where most business models die. This step forces you to design and prepare a willingness-to-pay test that captures real behavioral commitment — not hypothetical interest. If customers will not pay (or meaningfully change their behavior) for your value proposition, you do not have a business. Better to learn that now than after building the product.
|
|
14
|
+
|
|
15
|
+
## Your Task
|
|
16
|
+
|
|
17
|
+
### 1. Define Your Pricing Hypothesis
|
|
18
|
+
|
|
19
|
+
Before you test willingness-to-pay, you need a pricing hypothesis to test against:
|
|
20
|
+
|
|
21
|
+
| Dimension | Your Answer |
|
|
22
|
+
|-----------|-------------|
|
|
23
|
+
| **Pricing model** | How will you charge? Subscription, one-time, usage-based, freemium, transaction fee? |
|
|
24
|
+
| **Price point(s) to test** | What specific price(s) will you test? Include at least 2-3 price points if possible. |
|
|
25
|
+
| **Unit economics basis** | What does the price need to be for the business to work? (Cost to serve + margin target) |
|
|
26
|
+
| **Competitive price anchors** | What do existing alternatives cost? Where does your price sit relative to them? |
|
|
27
|
+
| **Value-to-price ratio** | What is the ratio of value delivered to price charged? (Target: 3x-10x perceived value over price) |
|
|
28
|
+
|
|
29
|
+
**Guidance:** If you cannot articulate why a customer would see 3x or more value relative to price, the pricing is likely wrong — either the price is too high or the value proposition is too weak.
|
|
30
|
+
|
|
31
|
+
### 2. Choose Your Willingness-to-Pay Method
|
|
32
|
+
|
|
33
|
+
Select the method that matches your context:
|
|
34
|
+
|
|
35
|
+
| Method | Signal Strength | How It Works |
|
|
36
|
+
|--------|----------------|--------------|
|
|
37
|
+
| **Van Westendorp Price Sensitivity** | Medium | Ask 4 pricing questions to find acceptable price range. Good for early signal. |
|
|
38
|
+
| **Gabor-Granger** | Medium | Show a price, ask "would you buy?" Increase/decrease until you find the threshold. |
|
|
39
|
+
| **Fake Door with Price** | High | Show a landing page with real pricing. Measure click-to-purchase behavior. |
|
|
40
|
+
| **Pre-Order with Payment** | Very High | Ask for actual payment (refundable or non-refundable deposit). |
|
|
41
|
+
| **Pilot with Pricing** | Very High | Deliver the value manually (concierge) and charge real money. |
|
|
42
|
+
| **Competitive Switch Offer** | High | Offer your product at a specific price to users of a competing solution. Measure switch rate. |
|
|
43
|
+
|
|
44
|
+
**Signal strength hierarchy:** Actual payment > Payment intent (card entered) > Price-specific click-through > Stated willingness. Always aim for the highest signal strength your context allows.
|
|
45
|
+
|
|
46
|
+
### 3. Design the Willingness-to-Pay Test
|
|
47
|
+
|
|
48
|
+
| Element | Your Design |
|
|
49
|
+
|---------|-------------|
|
|
50
|
+
| **Test type** | Which method from above? |
|
|
51
|
+
| **Price points being tested** | List all price points or tiers. |
|
|
52
|
+
| **Commitment mechanism** | What does the participant do to signal willingness? (Enter credit card, place deposit, sign LOI, click "buy now") |
|
|
53
|
+
| **Value framing** | How will you communicate the value proposition before showing the price? |
|
|
54
|
+
| **Anchoring strategy** | What reference price (competitor, cost of status quo) will you anchor against? |
|
|
55
|
+
| **Decoy pricing** (if applicable) | Are you using a pricing tier structure with a strategic decoy? |
|
|
56
|
+
|
|
57
|
+
### 4. Set Willingness-to-Pay Thresholds
|
|
58
|
+
|
|
59
|
+
Define what the results mean BEFORE you see them:
|
|
60
|
+
|
|
61
|
+
| Outcome | Threshold | Interpretation | Action |
|
|
62
|
+
|---------|-----------|----------------|--------|
|
|
63
|
+
| **Strong signal** | *e.g., >15% conversion at target price* | Value hypothesis confirmed at this price | Proceed to full validation |
|
|
64
|
+
| **Moderate signal** | *e.g., 5-15% conversion* | Demand exists but price sensitivity is high | Adjust pricing, retest |
|
|
65
|
+
| **Weak signal** | *e.g., 1-5% conversion* | Value proposition resonates but willingness-to-pay is insufficient | Revisit value hypothesis or target segment |
|
|
66
|
+
| **No signal** | *e.g., <1% conversion* | Customers will not pay for this value at any tested price | Kill or pivot the value hypothesis |
|
|
67
|
+
|
|
68
|
+
### 5. Account for Common Willingness-to-Pay Traps
|
|
69
|
+
|
|
70
|
+
Before you execute, check for these traps:
|
|
71
|
+
|
|
72
|
+
- [ ] **Friendly customer bias** — Are you testing with people who know you personally and would "support" you rather than make a real purchasing decision?
|
|
73
|
+
- [ ] **Price anchoring distortion** — Have you accidentally anchored participants to a low price before revealing the real one?
|
|
74
|
+
- [ ] **Feature laundry list bias** — Are you showing a feature list instead of communicating the core value proposition? Features impress; value converts.
|
|
75
|
+
- [ ] **Pain of paying avoidance** — Is your payment mechanism so frictionless that it does not test real willingness? (A one-click signup is not the same as entering a credit card.)
|
|
76
|
+
- [ ] **Wrong segment** — Are you testing willingness-to-pay with people who have the problem but not the budget authority?
|
|
77
|
+
|
|
78
|
+
---
|
|
79
|
+
|
|
80
|
+
## Your Turn
|
|
81
|
+
|
|
82
|
+
Define your pricing hypothesis, choose your willingness-to-pay method, design the test, and set your thresholds. Share your plan and I will help you identify any gaps before you move into execution.
|
|
83
|
+
|
|
84
|
+
---
|
|
85
|
+
|
|
86
|
+
**[a]** Advanced Elicitation — Deep dive into pricing strategy, competitive positioning, and unit economics modeling
|
|
87
|
+
**[p]** Party Mode — Bring in other Vortex agents to stress-test your pricing assumptions
|
|
88
|
+
**[c]** Continue — Proceed to running the validation test
|
|
89
|
+
|
|
90
|
+
---
|
|
91
|
+
|
|
92
|
+
## Next Step
|
|
93
|
+
|
|
94
|
+
When your willingness-to-pay test is designed and thresholds are pre-committed, I will load:
|
|
95
|
+
|
|
96
|
+
{project-root}/_bmad/bme/_vortex/workflows/proof-of-value/steps/step-04-test.md
|