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,245 @@
|
|
|
1
|
+
# Wade User Guide - Lean Experiments Specialist 🧪
|
|
2
|
+
|
|
3
|
+
**Agent:** Wade (lean-experiments-specialist)
|
|
4
|
+
**Version:** 1.6.4
|
|
5
|
+
**Module:** Convoke (bme) - Vortex Pattern
|
|
6
|
+
**Last Updated:** 2026-03-02
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## Quick Start
|
|
11
|
+
|
|
12
|
+
**Who is Wade?**
|
|
13
|
+
Wade is a Validated Learning Expert and First Externalization Designer who helps teams create minimal, fast, inexpensive experiments to validate product direction. He guides you through the "Externalize" stream of the Vortex pattern — designing MVPs, running Build-Measure-Learn experiments, validating technical feasibility (proof-of-concept), and validating business value (proof-of-value). Every build Wade produces is an experiment for validated learning, not a feature to ship.
|
|
14
|
+
|
|
15
|
+
**When to use Wade:**
|
|
16
|
+
- Designing Minimum Viable Products that test the riskiest assumption
|
|
17
|
+
- Running Build-Measure-Learn experiment cycles
|
|
18
|
+
- Validating technical feasibility before investing in business case (proof-of-concept)
|
|
19
|
+
- Validating business value and market demand (proof-of-value)
|
|
20
|
+
- Reviewing experiment designs for rigor before execution
|
|
21
|
+
- Producing experiment artifacts (HC4) that connect back to Liam's hypotheses (HC3)
|
|
22
|
+
|
|
23
|
+
**Wade vs. Just Building — which do I need?**
|
|
24
|
+
|
|
25
|
+
| | Wade 🧪 (Structured Experiments) | Just Building |
|
|
26
|
+
|---|---|---|
|
|
27
|
+
| **Process** | Hypothesis → MVP → Measure → Learn → Decide | Spec → Build → Ship → Hope |
|
|
28
|
+
| **Output** | HC4 experiment context with validated learning | A product feature |
|
|
29
|
+
| **Rigor** | Pre-defined success criteria, falsifiable hypothesis | "We'll know it when we see it" |
|
|
30
|
+
| **Failure mode** | Fast learning from small bets | Expensive learning from big bets |
|
|
31
|
+
| **Next step** | Noah interprets production signals, Max decides | Ship more features |
|
|
32
|
+
|
|
33
|
+
**Decision aid:** If you need to validate assumptions before committing resources → **Wade**. If you already know what to build and just need to build it → BMAD Core development agents.
|
|
34
|
+
|
|
35
|
+
**What you'll get:**
|
|
36
|
+
MVP specifications, lean experiment designs with Build-Measure-Learn structure, proof-of-concept results for technical feasibility, proof-of-value validations for business case, and validated learning documentation — all as HC4 experiment context artifacts that feed into Noah's signal interpretation.
|
|
37
|
+
|
|
38
|
+
---
|
|
39
|
+
|
|
40
|
+
## How to Invoke Wade
|
|
41
|
+
|
|
42
|
+
### Method 1: Direct Agent File Reading (Recommended)
|
|
43
|
+
|
|
44
|
+
Read Wade's agent file to activate him. This works in any environment:
|
|
45
|
+
|
|
46
|
+
**Claude Code:**
|
|
47
|
+
```
|
|
48
|
+
Read the file at _bmad/bme/_vortex/agents/lean-experiments-specialist.md
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
**Terminal:**
|
|
52
|
+
```bash
|
|
53
|
+
cat _bmad/bme/_vortex/agents/lean-experiments-specialist.md
|
|
54
|
+
```
|
|
55
|
+
|
|
56
|
+
**Claude.ai:** Copy the contents of `_bmad/bme/_vortex/agents/lean-experiments-specialist.md` and paste into the chat.
|
|
57
|
+
|
|
58
|
+
---
|
|
59
|
+
|
|
60
|
+
### Method 2: Slash Command (BMAD Environments Only)
|
|
61
|
+
|
|
62
|
+
If your environment supports BMAD slash commands:
|
|
63
|
+
|
|
64
|
+
```
|
|
65
|
+
/bmad-agent-bme-lean-experiments-specialist
|
|
66
|
+
```
|
|
67
|
+
|
|
68
|
+
---
|
|
69
|
+
|
|
70
|
+
## Wade's Menu Options
|
|
71
|
+
|
|
72
|
+
Once Wade activates, you'll see menu options for his available workflows:
|
|
73
|
+
|
|
74
|
+
```
|
|
75
|
+
1. [MH] Redisplay Menu Help
|
|
76
|
+
2. [CH] Chat with Wade about lean experiments, MVPs, validated learning, or Lean Startup
|
|
77
|
+
3. [ME] Design MVP: Create Minimum Viable Product specification in 6 steps
|
|
78
|
+
4. [LE] Run Lean Experiment: Execute Build-Measure-Learn cycle in 6 steps
|
|
79
|
+
5. [PC] Create Proof of Concept: Validate technical feasibility in 6 steps
|
|
80
|
+
6. [PV] Create Proof of Value: Validate business value in 6 steps
|
|
81
|
+
7. [VE] Validate Experiment: Review experiment design for rigor
|
|
82
|
+
8. [PM] Start Party Mode
|
|
83
|
+
9. [DA] Dismiss Agent
|
|
84
|
+
```
|
|
85
|
+
|
|
86
|
+
### How to Select an Option
|
|
87
|
+
|
|
88
|
+
1. **Number:** Type `3` to select option 3
|
|
89
|
+
2. **Command Code:** Type `ME` to design an MVP
|
|
90
|
+
3. **Fuzzy Match:** Type `mvp` or `experiment` or `proof` - Wade will match the command
|
|
91
|
+
|
|
92
|
+
---
|
|
93
|
+
|
|
94
|
+
## Workflows
|
|
95
|
+
|
|
96
|
+
### [ME] Design MVP (6 steps)
|
|
97
|
+
|
|
98
|
+
Design a Minimum Viable Product specification using Build-Measure-Learn methodology. An MVP is not a feature-light product — it's the smallest experiment that tests the riskiest assumption from Liam's hypothesis contracts (HC3).
|
|
99
|
+
|
|
100
|
+
**Output:** `{output_folder}/vortex-artifacts/hc4-mvp-spec-{date}.md`
|
|
101
|
+
**Time:** 60-120 minutes
|
|
102
|
+
|
|
103
|
+
**When to use Design MVP:**
|
|
104
|
+
You have validated hypotheses from Liam and need to design the smallest thing that tests the riskiest assumption. You want to move from "we think" to "we know" with minimal investment.
|
|
105
|
+
|
|
106
|
+
---
|
|
107
|
+
|
|
108
|
+
### [LE] Run Lean Experiment (6 steps)
|
|
109
|
+
|
|
110
|
+
Execute a full Build-Measure-Learn cycle with structured hypothesis testing. Takes an HC3 hypothesis contract (from Liam) and walks through building the experiment, measuring results, and capturing validated learning.
|
|
111
|
+
|
|
112
|
+
**Output:** `{output_folder}/vortex-artifacts/hc4-experiment-results-{date}.md`
|
|
113
|
+
**Time:** 90-180 minutes (design + execution guidance)
|
|
114
|
+
|
|
115
|
+
**When to use Lean Experiment:**
|
|
116
|
+
You're ready to run a complete experiment cycle — build, measure, learn, decide. This is the core Build-Measure-Learn workflow that produces the HC4 experiment context Noah will interpret.
|
|
117
|
+
|
|
118
|
+
---
|
|
119
|
+
|
|
120
|
+
### [PC] Create Proof of Concept (6 steps)
|
|
121
|
+
|
|
122
|
+
Validate technical feasibility before investing in the business case. Can you build this? A proof-of-concept answers "is this technically possible?" before asking "should we build this?"
|
|
123
|
+
|
|
124
|
+
**Output:** `{output_folder}/vortex-artifacts/hc4-poc-results-{date}.md`
|
|
125
|
+
**Time:** 60-120 minutes
|
|
126
|
+
|
|
127
|
+
**When to use Proof of Concept:**
|
|
128
|
+
The riskiest assumption is technical — "can we build this at all?" Run a PoC before investing in business validation. Technical feasibility must come before market feasibility.
|
|
129
|
+
|
|
130
|
+
---
|
|
131
|
+
|
|
132
|
+
### [PV] Create Proof of Value (6 steps)
|
|
133
|
+
|
|
134
|
+
Validate business value and market demand. Should you build this? A proof-of-value answers "do users want this enough to pay/change behavior?" after technical feasibility is established.
|
|
135
|
+
|
|
136
|
+
**Output:** `{output_folder}/vortex-artifacts/hc4-pov-results-{date}.md`
|
|
137
|
+
**Time:** 60-120 minutes
|
|
138
|
+
|
|
139
|
+
**When to use Proof of Value:**
|
|
140
|
+
Technical feasibility is confirmed (via PoC or prior knowledge) and now you need to validate that users actually want this. Technical capability doesn't guarantee business success.
|
|
141
|
+
|
|
142
|
+
---
|
|
143
|
+
|
|
144
|
+
### [VE] Validate Experiment
|
|
145
|
+
|
|
146
|
+
Review an experiment design for rigor before execution.
|
|
147
|
+
|
|
148
|
+
**When to use Validate Experiment:**
|
|
149
|
+
- You designed an experiment and want expert review before running it
|
|
150
|
+
- You inherited experiment artifacts from another team
|
|
151
|
+
- You want to check if success criteria are truly falsifiable
|
|
152
|
+
- You're preparing to hand off to Noah for production signal interpretation
|
|
153
|
+
|
|
154
|
+
**What Wade checks:**
|
|
155
|
+
- Is the hypothesis falsifiable and specific?
|
|
156
|
+
- Are success metrics actionable (not vanity metrics)?
|
|
157
|
+
- Is the MVP truly minimal (smallest testable version)?
|
|
158
|
+
- Are pre-defined success criteria in place before results come in?
|
|
159
|
+
- Can this guide a pivot/patch/persevere decision?
|
|
160
|
+
|
|
161
|
+
---
|
|
162
|
+
|
|
163
|
+
## Wade's Philosophy: Externalization Over Speculation
|
|
164
|
+
|
|
165
|
+
### The Externalize Stream (Vortex Pattern)
|
|
166
|
+
|
|
167
|
+
Wade guides teams through the "Externalize" stream (Stream 5):
|
|
168
|
+
- **Build the smallest thing that validates learning** — not the best thing
|
|
169
|
+
- **Expose to real users early** — internal feedback isn't validation
|
|
170
|
+
- **Treat everything as an experiment** — hypothesis → test → learn
|
|
171
|
+
- **Outcomes over outputs** — focus on what we learn, not what we build
|
|
172
|
+
- **Fast and cheap beats slow and perfect** — speed enables iteration
|
|
173
|
+
- **MVP does not equal Minimum Viable Quality** — it must be functional enough to test the hypothesis
|
|
174
|
+
|
|
175
|
+
---
|
|
176
|
+
|
|
177
|
+
## Chatting with Wade (CH)
|
|
178
|
+
|
|
179
|
+
Select **[CH] Chat** to discuss:
|
|
180
|
+
- Lean Startup methodologies and Build-Measure-Learn cycles
|
|
181
|
+
- MVP design and what "minimum" really means
|
|
182
|
+
- Hypothesis testing and experiment methodology
|
|
183
|
+
- Proof-of-concept vs. proof-of-value decisions
|
|
184
|
+
- Actionable metrics vs. vanity metrics
|
|
185
|
+
- When to pivot vs. persevere
|
|
186
|
+
- Rapid prototyping and validated learning
|
|
187
|
+
|
|
188
|
+
**Example questions:**
|
|
189
|
+
- "How do I design an MVP that tests my riskiest assumption?"
|
|
190
|
+
- "What's the difference between proof-of-concept and proof-of-value?"
|
|
191
|
+
- "How do I write a falsifiable hypothesis for an experiment?"
|
|
192
|
+
- "What metrics should I track in a lean experiment?"
|
|
193
|
+
- "When should I pivot vs. persevere?"
|
|
194
|
+
- "How do I know if my MVP is truly minimal?"
|
|
195
|
+
- "What experiment methodology should I use for my hypothesis?"
|
|
196
|
+
|
|
197
|
+
---
|
|
198
|
+
|
|
199
|
+
## Troubleshooting
|
|
200
|
+
|
|
201
|
+
### Error: "Configuration Error: Cannot load config file"
|
|
202
|
+
|
|
203
|
+
**How to fix:**
|
|
204
|
+
1. Check if `_bmad/bme/_vortex/config.yaml` exists
|
|
205
|
+
2. If missing: `npx convoke-install-vortex`
|
|
206
|
+
|
|
207
|
+
### Error: "Workflow Error: Cannot load lean experiment workflow"
|
|
208
|
+
|
|
209
|
+
**How to fix:**
|
|
210
|
+
1. Check workflow files exist in `_bmad/bme/_vortex/workflows/`
|
|
211
|
+
2. Run `npx convoke-doctor` to diagnose
|
|
212
|
+
3. If missing: `npx convoke-install-vortex`
|
|
213
|
+
|
|
214
|
+
---
|
|
215
|
+
|
|
216
|
+
## Tips from Wade
|
|
217
|
+
|
|
218
|
+
### "Build the smallest thing that tests the riskiest assumption"
|
|
219
|
+
Don't build a full product to test if users want it. Build the smallest experiment that answers your biggest question. Sometimes that's a landing page, not an app.
|
|
220
|
+
|
|
221
|
+
### "Measure what matters"
|
|
222
|
+
Vanity metrics look good but don't drive decisions. Actionable metrics tell you what to do next. Instead of "page views," track "% who signed up after viewing pricing."
|
|
223
|
+
|
|
224
|
+
### "Learn fast, pivot faster"
|
|
225
|
+
Every experiment teaches something, even failures. The goal isn't to validate your idea — it's to learn what's true. Be willing to pivot when evidence contradicts assumptions.
|
|
226
|
+
|
|
227
|
+
### "Proof-of-concept before proof-of-value"
|
|
228
|
+
Can you build it? Doesn't mean should you build it. Validate technical feasibility first, then validate business case. Don't waste money proving market demand for something you can't deliver.
|
|
229
|
+
|
|
230
|
+
### "Fail fast is good, learn fast is better"
|
|
231
|
+
Failure is only valuable if you learn from it. Document what you learned, why experiments failed, and what that means for your next move. Failure without learning is just waste.
|
|
232
|
+
|
|
233
|
+
---
|
|
234
|
+
|
|
235
|
+
## Credits
|
|
236
|
+
|
|
237
|
+
**Agent:** Wade (lean-experiments-specialist)
|
|
238
|
+
**Module:** Convoke (bme)
|
|
239
|
+
**Submodule:** Vortex Pattern (`_vortex`)
|
|
240
|
+
**Stream:** Externalize (Stream 5)
|
|
241
|
+
**Version:** 1.6.4
|
|
242
|
+
|
|
243
|
+
---
|
|
244
|
+
|
|
245
|
+
**Questions?** Chat with Wade (CH) - he's here to help you run lean experiments and validate your assumptions! 🧪
|
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: "Empathy Map: {user-name}"
|
|
3
|
+
date: {date}
|
|
4
|
+
created-by: {user-name} with Emma (contextualization-expert)
|
|
5
|
+
research-sources: {research-sources}
|
|
6
|
+
status: DRAFT
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
# Empathy Map: {user-name}
|
|
10
|
+
|
|
11
|
+
## Executive Summary
|
|
12
|
+
|
|
13
|
+
**Key Insights:**
|
|
14
|
+
{key-insights}
|
|
15
|
+
|
|
16
|
+
**Primary Pain Points:**
|
|
17
|
+
{top-3-pain-points}
|
|
18
|
+
|
|
19
|
+
**Top Desired Gains:**
|
|
20
|
+
{top-3-gains}
|
|
21
|
+
|
|
22
|
+
---
|
|
23
|
+
|
|
24
|
+
## Target User Profile
|
|
25
|
+
|
|
26
|
+
**Who:** {user-demographics}
|
|
27
|
+
|
|
28
|
+
**Job-to-be-done:** {job-to-be-done}
|
|
29
|
+
|
|
30
|
+
**Context:** {user-context}
|
|
31
|
+
|
|
32
|
+
**Research Sources:**
|
|
33
|
+
{research-sources-list}
|
|
34
|
+
|
|
35
|
+
---
|
|
36
|
+
|
|
37
|
+
## Says & Thinks
|
|
38
|
+
|
|
39
|
+
### What They SAY (Direct Quotes)
|
|
40
|
+
|
|
41
|
+
{says-list}
|
|
42
|
+
|
|
43
|
+
### What They THINK (Inferred Thoughts)
|
|
44
|
+
|
|
45
|
+
{thinks-list}
|
|
46
|
+
|
|
47
|
+
---
|
|
48
|
+
|
|
49
|
+
## Does & Feels
|
|
50
|
+
|
|
51
|
+
### What They DO (Observable Actions)
|
|
52
|
+
|
|
53
|
+
{does-list}
|
|
54
|
+
|
|
55
|
+
### What They FEEL (Emotional States)
|
|
56
|
+
|
|
57
|
+
{feels-list}
|
|
58
|
+
|
|
59
|
+
---
|
|
60
|
+
|
|
61
|
+
## Pain Points
|
|
62
|
+
|
|
63
|
+
**Priority:** High = Critical | Medium = Important | Low = Nice-to-fix
|
|
64
|
+
|
|
65
|
+
{pain-points-detailed}
|
|
66
|
+
|
|
67
|
+
**Summary:**
|
|
68
|
+
- **High Priority:** {count-high}
|
|
69
|
+
- **Medium Priority:** {count-medium}
|
|
70
|
+
- **Low Priority:** {count-low}
|
|
71
|
+
|
|
72
|
+
---
|
|
73
|
+
|
|
74
|
+
## Desired Gains
|
|
75
|
+
|
|
76
|
+
**Priority:** High = Must-have | Medium = Important | Low = Nice-to-have
|
|
77
|
+
|
|
78
|
+
{gains-detailed}
|
|
79
|
+
|
|
80
|
+
**Summary:**
|
|
81
|
+
- **High Priority:** {count-high-gains}
|
|
82
|
+
- **Medium Priority:** {count-medium-gains}
|
|
83
|
+
- **Low Priority:** {count-low-gains}
|
|
84
|
+
|
|
85
|
+
---
|
|
86
|
+
|
|
87
|
+
## Design Implications
|
|
88
|
+
|
|
89
|
+
### What This Means for Design
|
|
90
|
+
|
|
91
|
+
**Based on this empathy map, we should:**
|
|
92
|
+
|
|
93
|
+
1. **Prioritize:** {priority-implications}
|
|
94
|
+
|
|
95
|
+
2. **Avoid:** {avoid-implications}
|
|
96
|
+
|
|
97
|
+
3. **Focus On:** {focus-implications}
|
|
98
|
+
|
|
99
|
+
### Feature Prioritization Matrix
|
|
100
|
+
|
|
101
|
+
| Pain Point | Desired Gain | Design Opportunity | Priority |
|
|
102
|
+
|------------|--------------|-------------------|----------|
|
|
103
|
+
{feature-matrix}
|
|
104
|
+
|
|
105
|
+
---
|
|
106
|
+
|
|
107
|
+
## Validation Checklist
|
|
108
|
+
|
|
109
|
+
- [ ] Empathy map reviewed by users (shows it resonates)
|
|
110
|
+
- [ ] Team alignment achieved (stakeholders understand user perspective)
|
|
111
|
+
- [ ] Design decisions informed by insights (wireframes, features)
|
|
112
|
+
- [ ] Success metrics defined (based on user gains)
|
|
113
|
+
- [ ] Research sources documented (traceable insights)
|
|
114
|
+
|
|
115
|
+
---
|
|
116
|
+
|
|
117
|
+
## Next Steps
|
|
118
|
+
|
|
119
|
+
**Recommended Actions:**
|
|
120
|
+
|
|
121
|
+
1. **Validate:** Show this empathy map to 3-5 users and ask if it resonates
|
|
122
|
+
2. **Share:** Present to team for alignment on user needs
|
|
123
|
+
3. **Design:** Use insights to inform wireframes and feature decisions
|
|
124
|
+
4. **Measure:** Track success using gain metrics
|
|
125
|
+
5. **Iterate:** Update empathy map as new research emerges
|
|
126
|
+
|
|
127
|
+
---
|
|
128
|
+
|
|
129
|
+
## Research Sources
|
|
130
|
+
|
|
131
|
+
{research-sources-detailed}
|
|
132
|
+
|
|
133
|
+
---
|
|
134
|
+
|
|
135
|
+
**Created by:** {creator-name}
|
|
136
|
+
**Created with:** Emma (contextualization-expert) - Convoke v2.0.0
|
|
137
|
+
**Date:** {creation-date}
|
|
138
|
+
**Version:** 1.0
|
|
139
|
+
**Status:** {status}
|
|
140
|
+
|
|
141
|
+
---
|
|
142
|
+
|
|
143
|
+
*This empathy map is a living document. Update it as you learn more about your users through ongoing research.*
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
---
|
|
2
|
+
step: 1
|
|
3
|
+
workflow: empathy-map
|
|
4
|
+
title: Define Target User
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Step 1: Define Target User
|
|
8
|
+
|
|
9
|
+
Before we create an empathy map, we need to be crystal clear about WHO we're creating it for.
|
|
10
|
+
|
|
11
|
+
## Why This Matters
|
|
12
|
+
|
|
13
|
+
An empathy map is only as useful as its specificity. "Users" is too broad. "Mobile app users" is still too broad. "Busy parents managing multiple kids' schedules on mobile" - now we're getting somewhere.
|
|
14
|
+
|
|
15
|
+
## Your Task
|
|
16
|
+
|
|
17
|
+
Answer these questions to define your target user:
|
|
18
|
+
|
|
19
|
+
### 1. Who is this user? (Demographics)
|
|
20
|
+
- Age range?
|
|
21
|
+
- Occupation/role?
|
|
22
|
+
- Location/context?
|
|
23
|
+
- Tech savvy level?
|
|
24
|
+
|
|
25
|
+
### 2. What is their core job-to-be-done?
|
|
26
|
+
What are they trying to accomplish when they interact with your product/service?
|
|
27
|
+
|
|
28
|
+
### 3. What context are we focusing on?
|
|
29
|
+
When and where are they using your product? What's happening around them?
|
|
30
|
+
|
|
31
|
+
### 4. What user research informs this empathy map?
|
|
32
|
+
- Interview transcripts?
|
|
33
|
+
- Survey responses?
|
|
34
|
+
- Observational studies?
|
|
35
|
+
- Analytics data?
|
|
36
|
+
|
|
37
|
+
## Example
|
|
38
|
+
|
|
39
|
+
**Target User:** Sarah, a 34-year-old marketing manager at a mid-sized B2B SaaS company. She manages a team of 5 and is responsible for lead generation campaigns.
|
|
40
|
+
|
|
41
|
+
**Job-to-be-done:** Plan and execute multi-channel marketing campaigns that generate qualified leads for the sales team.
|
|
42
|
+
|
|
43
|
+
**Context:** Working from home office, juggling multiple campaigns simultaneously, under pressure to hit quarterly lead targets.
|
|
44
|
+
|
|
45
|
+
**Research Sources:**
|
|
46
|
+
- 3 user interviews (transcripts: INT-001, INT-002, INT-003)
|
|
47
|
+
- Survey of 50 marketing managers
|
|
48
|
+
- 2 hours of screen-recording observation
|
|
49
|
+
|
|
50
|
+
---
|
|
51
|
+
|
|
52
|
+
## Your Turn
|
|
53
|
+
|
|
54
|
+
Please define your target user using the structure above.
|
|
55
|
+
|
|
56
|
+
## Next Step
|
|
57
|
+
|
|
58
|
+
When you've defined your target user and I've confirmed the definition is specific enough, I'll load:
|
|
59
|
+
|
|
60
|
+
{project-root}/_bmad/bme/_designos/workflows/empathy-map/steps/step-02-says-thinks.md
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
---
|
|
2
|
+
step: 2
|
|
3
|
+
workflow: empathy-map
|
|
4
|
+
title: Says & Thinks
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Step 2: Says & Thinks
|
|
8
|
+
|
|
9
|
+
Now let's capture what your target user **says out loud** and what they **think privately**.
|
|
10
|
+
|
|
11
|
+
## Why This Matters
|
|
12
|
+
|
|
13
|
+
There's often a gap between what people say and what they actually think. Understanding both helps us:
|
|
14
|
+
- Identify unspoken needs
|
|
15
|
+
- Spot contradictions that reveal pain points
|
|
16
|
+
- Understand social pressures influencing their behavior
|
|
17
|
+
|
|
18
|
+
## What vs. Why
|
|
19
|
+
|
|
20
|
+
- **SAYS** - Direct quotes from user research ("I check my email first thing every morning")
|
|
21
|
+
- **THINKS** - Inferred thoughts based on behavior and tone ("I'm worried I'll miss something important")
|
|
22
|
+
|
|
23
|
+
## Your Task
|
|
24
|
+
|
|
25
|
+
### What They SAY (3-5 direct quotes)
|
|
26
|
+
|
|
27
|
+
Pull actual quotes from your user research. These should be things they said out loud in interviews, surveys, or conversations.
|
|
28
|
+
|
|
29
|
+
**Example:**
|
|
30
|
+
- "I don't have time to learn a new tool right now"
|
|
31
|
+
- "My team needs better collaboration features"
|
|
32
|
+
- "I wish I could see all my campaigns in one place"
|
|
33
|
+
|
|
34
|
+
### What They THINK (3-5 inferred thoughts)
|
|
35
|
+
|
|
36
|
+
Based on their behavior, tone, and context, what are they thinking but not saying?
|
|
37
|
+
|
|
38
|
+
**Example:**
|
|
39
|
+
- "If I adopt this tool and it fails, I'll look bad to my boss"
|
|
40
|
+
- "I'm overwhelmed by the number of platforms I already use"
|
|
41
|
+
- "My current process is inefficient but at least it's familiar"
|
|
42
|
+
|
|
43
|
+
## Tips for Success
|
|
44
|
+
|
|
45
|
+
**For SAYS:**
|
|
46
|
+
- Use direct quotes (exact words when possible)
|
|
47
|
+
- Include both positive and negative statements
|
|
48
|
+
- Capture the language they use (jargon, metaphors, etc.)
|
|
49
|
+
|
|
50
|
+
**For THINKS:**
|
|
51
|
+
- Look for hesitation, tone shifts, or contradictions
|
|
52
|
+
- Consider what they DON'T say (conspicuous absences)
|
|
53
|
+
- Infer based on behavior, not speculation
|
|
54
|
+
|
|
55
|
+
---
|
|
56
|
+
|
|
57
|
+
## Your Turn
|
|
58
|
+
|
|
59
|
+
Please provide:
|
|
60
|
+
1. 3-5 things your target user SAYS (direct quotes)
|
|
61
|
+
2. 3-5 things your target user THINKS (inferred thoughts)
|
|
62
|
+
|
|
63
|
+
## Next Step
|
|
64
|
+
|
|
65
|
+
When you've captured both SAYS and THINKS, I'll load:
|
|
66
|
+
|
|
67
|
+
{project-root}/_bmad/bme/_designos/workflows/empathy-map/steps/step-03-does-feels.md
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
---
|
|
2
|
+
step: 3
|
|
3
|
+
workflow: empathy-map
|
|
4
|
+
title: Does & Feels
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Step 3: Does & Feels
|
|
8
|
+
|
|
9
|
+
Let's capture what your target user **does** (observable actions) and **feels** (emotional states).
|
|
10
|
+
|
|
11
|
+
## Why This Matters
|
|
12
|
+
|
|
13
|
+
Actions reveal priorities. Emotions drive decisions. Together, they show us:
|
|
14
|
+
- What users actually do vs. what they say they do
|
|
15
|
+
- Emotional triggers that influence behavior
|
|
16
|
+
- Moments of delight or frustration
|
|
17
|
+
|
|
18
|
+
## What vs. Why
|
|
19
|
+
|
|
20
|
+
- **DOES** - Observable behaviors, actions, and habits
|
|
21
|
+
- **FEELS** - Emotional states, reactions, and moods
|
|
22
|
+
|
|
23
|
+
## Your Task
|
|
24
|
+
|
|
25
|
+
### What They DO (3-5 observable actions)
|
|
26
|
+
|
|
27
|
+
What specific behaviors did you observe or did they describe? These are concrete, observable actions.
|
|
28
|
+
|
|
29
|
+
**Example:**
|
|
30
|
+
- Opens email client before any other app every morning
|
|
31
|
+
- Switches between 6 different tools to check campaign performance
|
|
32
|
+
- Takes screenshots of data to create manual reports in PowerPoint
|
|
33
|
+
- Sets reminders to follow up with leads but often misses them
|
|
34
|
+
- Batch-processes tasks on Friday afternoons to "clear the deck" for Monday
|
|
35
|
+
|
|
36
|
+
### What They FEEL (3-5 emotional states)
|
|
37
|
+
|
|
38
|
+
What emotions did they express or did you infer from their tone, body language, or word choice?
|
|
39
|
+
|
|
40
|
+
**Example:**
|
|
41
|
+
- Frustrated when tools don't integrate with each other
|
|
42
|
+
- Anxious about missing important lead notifications
|
|
43
|
+
- Proud when a campaign performs well
|
|
44
|
+
- Overwhelmed by the volume of data to analyze
|
|
45
|
+
- Relieved when repetitive tasks are automated
|
|
46
|
+
|
|
47
|
+
## Tips for Success
|
|
48
|
+
|
|
49
|
+
**For DOES:**
|
|
50
|
+
- Be specific (not "uses social media" but "checks LinkedIn 3x per day")
|
|
51
|
+
- Include frequency/timing when relevant
|
|
52
|
+
- Note workarounds or "hacks" they've created
|
|
53
|
+
- Look for patterns across multiple users
|
|
54
|
+
|
|
55
|
+
**For FEELS:**
|
|
56
|
+
- Use emotion words (frustrated, anxious, excited, relieved)
|
|
57
|
+
- Link emotions to specific moments or contexts
|
|
58
|
+
- Note intensity (mildly annoyed vs. deeply frustrated)
|
|
59
|
+
- Watch for contradictions (says "it's fine" but looks stressed)
|
|
60
|
+
|
|
61
|
+
## Connecting Does & Feels
|
|
62
|
+
|
|
63
|
+
Notice how actions and emotions influence each other:
|
|
64
|
+
- DOES: Switches between 6 tools → FEELS: Frustrated, overwhelmed
|
|
65
|
+
- FEELS: Anxious about missing notifications → DOES: Checks email obsessively
|
|
66
|
+
|
|
67
|
+
---
|
|
68
|
+
|
|
69
|
+
## Your Turn
|
|
70
|
+
|
|
71
|
+
Please provide:
|
|
72
|
+
1. 3-5 things your target user DOES (observable actions)
|
|
73
|
+
2. 3-5 things your target user FEELS (emotional states)
|
|
74
|
+
|
|
75
|
+
## Next Step
|
|
76
|
+
|
|
77
|
+
When you've captured both DOES and FEELS, I'll load:
|
|
78
|
+
|
|
79
|
+
{project-root}/_bmad/bme/_designos/workflows/empathy-map/steps/step-04-pain-points.md
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
---
|
|
2
|
+
step: 4
|
|
3
|
+
workflow: empathy-map
|
|
4
|
+
title: Pain Points
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Step 4: Pain Points
|
|
8
|
+
|
|
9
|
+
Now let's identify the **obstacles, frustrations, and challenges** your target user faces.
|
|
10
|
+
|
|
11
|
+
## Why This Matters
|
|
12
|
+
|
|
13
|
+
Pain points reveal opportunities. Every pain point is a potential solution waiting to happen. Understanding pain points helps us:
|
|
14
|
+
- Prioritize features that solve real problems
|
|
15
|
+
- Avoid building solutions for non-problems
|
|
16
|
+
- Empathize with user struggles
|
|
17
|
+
|
|
18
|
+
## Types of Pain Points
|
|
19
|
+
|
|
20
|
+
**Process Pain Points** - Inefficient workflows, too many steps, repetitive tasks
|
|
21
|
+
|
|
22
|
+
**Support Pain Points** - Lack of help, unclear documentation, slow response times
|
|
23
|
+
|
|
24
|
+
**Integration Pain Points** - Tools don't talk to each other, data silos, manual data transfer
|
|
25
|
+
|
|
26
|
+
**Learning Pain Points** - Steep learning curve, unclear UI, inconsistent patterns
|
|
27
|
+
|
|
28
|
+
**Emotional Pain Points** - Stress, anxiety, fear of failure, overwhelm
|
|
29
|
+
|
|
30
|
+
## Your Task
|
|
31
|
+
|
|
32
|
+
### Identify 4-6 Pain Points
|
|
33
|
+
|
|
34
|
+
For each pain point, capture:
|
|
35
|
+
1. **The Pain** - What's the problem?
|
|
36
|
+
2. **The Impact** - How does it affect them?
|
|
37
|
+
3. **The Evidence** - What research supports this?
|
|
38
|
+
|
|
39
|
+
**Example:**
|
|
40
|
+
|
|
41
|
+
**Pain #1: Data Scattered Across 6 Tools**
|
|
42
|
+
- **Impact:** Wastes 2 hours per day switching tools and manually consolidating data
|
|
43
|
+
- **Evidence:** "I feel like I spend more time gathering data than analyzing it" (INT-002)
|
|
44
|
+
|
|
45
|
+
**Pain #2: Can't See Campaign Performance in Real-Time**
|
|
46
|
+
- **Impact:** Misses opportunities to optimize underperforming campaigns early
|
|
47
|
+
- **Evidence:** Observed user checking analytics 8 times in a 30-minute session (OBS-001)
|
|
48
|
+
|
|
49
|
+
**Pain #3: No Automated Lead Scoring**
|
|
50
|
+
- **Impact:** Sales team complains about low-quality leads, creating tension between marketing and sales
|
|
51
|
+
- **Evidence:** "Sales always says our leads are junk, but we don't have a good way to prioritize them" (INT-003)
|
|
52
|
+
|
|
53
|
+
## Tips for Success
|
|
54
|
+
|
|
55
|
+
**Be Specific:**
|
|
56
|
+
- Not "Bad UX" but "Button to create campaign is hidden in nested menu"
|
|
57
|
+
- Not "Slow" but "Report generation takes 45 seconds, blocking other work"
|
|
58
|
+
|
|
59
|
+
**Quantify When Possible:**
|
|
60
|
+
- Time wasted
|
|
61
|
+
- Frequency of occurrence
|
|
62
|
+
- Number of steps involved
|
|
63
|
+
|
|
64
|
+
**Ground in Evidence:**
|
|
65
|
+
- Direct quotes
|
|
66
|
+
- Observed behavior
|
|
67
|
+
- Usage analytics
|
|
68
|
+
|
|
69
|
+
**Prioritize by Severity:**
|
|
70
|
+
- Which pain points cause the most frustration?
|
|
71
|
+
- Which ones waste the most time?
|
|
72
|
+
- Which ones risk critical failures?
|
|
73
|
+
|
|
74
|
+
---
|
|
75
|
+
|
|
76
|
+
## Your Turn
|
|
77
|
+
|
|
78
|
+
Please identify 4-6 pain points your target user faces. For each pain point, include:
|
|
79
|
+
1. The pain itself
|
|
80
|
+
2. The impact on the user
|
|
81
|
+
3. Evidence from research
|
|
82
|
+
|
|
83
|
+
## Next Step
|
|
84
|
+
|
|
85
|
+
When you've documented the pain points, I'll load:
|
|
86
|
+
|
|
87
|
+
{project-root}/_bmad/bme/_designos/workflows/empathy-map/steps/step-05-gains.md
|