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,128 @@
|
|
|
1
|
+
---
|
|
2
|
+
step: 5
|
|
3
|
+
workflow: wireframe
|
|
4
|
+
title: Components & Interactions
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Step 5: Components & Interactions
|
|
8
|
+
|
|
9
|
+
Let's specify UI components, their states, and interactive behaviors.
|
|
10
|
+
|
|
11
|
+
## Component Library
|
|
12
|
+
|
|
13
|
+
Document which components are used:
|
|
14
|
+
|
|
15
|
+
**Buttons:**
|
|
16
|
+
- Primary CTA (main action)
|
|
17
|
+
- Secondary (supporting action)
|
|
18
|
+
- Tertiary/Text (less emphasis)
|
|
19
|
+
|
|
20
|
+
**Input Controls:**
|
|
21
|
+
- Text fields, dropdowns, checkboxes, radio buttons, toggles
|
|
22
|
+
|
|
23
|
+
**Data Display:**
|
|
24
|
+
- Cards, lists, tables, grids
|
|
25
|
+
|
|
26
|
+
**Feedback:**
|
|
27
|
+
- Toasts, alerts, modals, bottom sheets
|
|
28
|
+
|
|
29
|
+
**Progress:**
|
|
30
|
+
- Spinners, progress bars, skeleton screens
|
|
31
|
+
|
|
32
|
+
## Interaction Specifications
|
|
33
|
+
|
|
34
|
+
### Tap/Click Interactions
|
|
35
|
+
```
|
|
36
|
+
Element X → Action Y
|
|
37
|
+
Example:
|
|
38
|
+
- Tap "Transfer" button → Navigate to Transfer screen
|
|
39
|
+
- Tap transaction item → Show transaction details modal
|
|
40
|
+
- Pull to refresh → Reload balance and transactions
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
### Gestures (Mobile)
|
|
44
|
+
```
|
|
45
|
+
- Swipe left on transaction → Delete (with confirmation)
|
|
46
|
+
- Swipe right on transaction → Mark as reviewed
|
|
47
|
+
- Long press → Show context menu
|
|
48
|
+
- Pinch to zoom → (if applicable)
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
### Keyboard (Desktop)
|
|
52
|
+
```
|
|
53
|
+
- Tab → Navigate between fields
|
|
54
|
+
- Enter → Submit/Next
|
|
55
|
+
- Esc → Cancel/Close modal
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
## Component States
|
|
59
|
+
|
|
60
|
+
For each interactive component, define:
|
|
61
|
+
|
|
62
|
+
**Button States:**
|
|
63
|
+
- Default (idle)
|
|
64
|
+
- Hover (desktop)
|
|
65
|
+
- Pressed/Active
|
|
66
|
+
- Disabled (greyed out)
|
|
67
|
+
- Loading (spinner)
|
|
68
|
+
|
|
69
|
+
**Input Field States:**
|
|
70
|
+
- Empty (placeholder visible)
|
|
71
|
+
- Focused (cursor visible, border highlighted)
|
|
72
|
+
- Filled (user input present)
|
|
73
|
+
- Error (validation failed, show error message)
|
|
74
|
+
- Disabled
|
|
75
|
+
|
|
76
|
+
**Screen States:**
|
|
77
|
+
- Loading (skeleton/spinner)
|
|
78
|
+
- Empty (no data, show empty state illustration)
|
|
79
|
+
- Error (failed to load, show retry button)
|
|
80
|
+
- Success (data loaded, normal display)
|
|
81
|
+
|
|
82
|
+
## Responsive Breakpoints
|
|
83
|
+
|
|
84
|
+
### Mobile (320px - 767px)
|
|
85
|
+
- Single column layout
|
|
86
|
+
- Stack buttons vertically
|
|
87
|
+
- Bottom navigation
|
|
88
|
+
|
|
89
|
+
### Tablet (768px - 1023px)
|
|
90
|
+
- Two-column layout possible
|
|
91
|
+
- Buttons side-by-side
|
|
92
|
+
- Bottom or side navigation
|
|
93
|
+
|
|
94
|
+
### Desktop (1024px+)
|
|
95
|
+
- Multi-column layouts
|
|
96
|
+
- Sidebar navigation
|
|
97
|
+
- Hover states visible
|
|
98
|
+
|
|
99
|
+
## Example
|
|
100
|
+
|
|
101
|
+
```
|
|
102
|
+
[Components Used]
|
|
103
|
+
1. Button (Primary)
|
|
104
|
+
- Elements: "Transfer", "Pay Bills", "Deposit"
|
|
105
|
+
- Size: 100×48px, Border radius: 8px
|
|
106
|
+
- States: Default, Pressed, Disabled, Loading
|
|
107
|
+
|
|
108
|
+
2. Transaction List Item
|
|
109
|
+
- Layout: [Icon 32×32] [Name + Amount] [Arrow →]
|
|
110
|
+
- Height: 64px
|
|
111
|
+
- Tap → Transaction detail screen
|
|
112
|
+
- Swipe left → Delete with confirmation
|
|
113
|
+
|
|
114
|
+
[Interactions]
|
|
115
|
+
- Tap balance → Account details screen
|
|
116
|
+
- Tap quick action → Respective flow
|
|
117
|
+
- Pull to refresh → Reload (with spinner)
|
|
118
|
+
- Swipe transaction → Delete/Archive
|
|
119
|
+
|
|
120
|
+
[Responsive]
|
|
121
|
+
- Mobile (375px): Single column, stacked
|
|
122
|
+
- Tablet (768px): Two columns for quick actions
|
|
123
|
+
- Desktop (1024px+): Sidebar + main content
|
|
124
|
+
```
|
|
125
|
+
|
|
126
|
+
## Next Step
|
|
127
|
+
|
|
128
|
+
{project-root}/_bmad/bme/_designos/workflows/wireframe/steps/step-06-synthesize.md
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
---
|
|
2
|
+
step: 6
|
|
3
|
+
workflow: wireframe
|
|
4
|
+
title: Synthesize
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Step 6: Synthesize
|
|
8
|
+
|
|
9
|
+
Time to bring it all together and create the final wireframe artifact!
|
|
10
|
+
|
|
11
|
+
## Why This Matters
|
|
12
|
+
|
|
13
|
+
We've gathered requirements, mapped user flows, designed information architecture, sketched wireframes, and specified components. Now we synthesize everything into a professional wireframe document that designers and developers can use.
|
|
14
|
+
|
|
15
|
+
## What I'll Create
|
|
16
|
+
|
|
17
|
+
Using the template at `wireframe.template.md`, I'll generate your complete wireframe artifact with:
|
|
18
|
+
|
|
19
|
+
1. **Executive Summary** - Key design decisions at a glance
|
|
20
|
+
2. **Requirements** - What we're solving for
|
|
21
|
+
3. **User Flows** - How users navigate
|
|
22
|
+
4. **Information Architecture** - Content organization
|
|
23
|
+
5. **Wireframe Sketches** - ASCII art layouts
|
|
24
|
+
6. **Component Specifications** - Detailed component specs
|
|
25
|
+
7. **Interaction Design** - Behaviors and states
|
|
26
|
+
8. **Responsive Breakpoints** - Adaptive layouts
|
|
27
|
+
9. **Accessibility Notes** - WCAG compliance
|
|
28
|
+
10. **Design Rationale** - Why these decisions?
|
|
29
|
+
11. **Next Steps** - Handoff to high-fidelity design
|
|
30
|
+
|
|
31
|
+
## Output Location
|
|
32
|
+
|
|
33
|
+
**File:** `{output_folder}/wireframe-{screen-name}-{date}.md`
|
|
34
|
+
|
|
35
|
+
Example: `wireframe-dashboard-home-2026-02-15.md`
|
|
36
|
+
|
|
37
|
+
## Before I Generate
|
|
38
|
+
|
|
39
|
+
Let me review all the information we've gathered:
|
|
40
|
+
|
|
41
|
+
### Requirements Checklist
|
|
42
|
+
- [ ] Screen name and platform defined
|
|
43
|
+
- [ ] Target user identified
|
|
44
|
+
- [ ] Primary action clear
|
|
45
|
+
- [ ] Constraints documented
|
|
46
|
+
|
|
47
|
+
### Flow Checklist
|
|
48
|
+
- [ ] Entry points mapped
|
|
49
|
+
- [ ] Happy path defined
|
|
50
|
+
- [ ] Alternative flows considered
|
|
51
|
+
- [ ] Exit points clear
|
|
52
|
+
|
|
53
|
+
### Architecture Checklist
|
|
54
|
+
- [ ] Visual hierarchy established
|
|
55
|
+
- [ ] Content grouped logically
|
|
56
|
+
- [ ] Navigation patterns defined
|
|
57
|
+
|
|
58
|
+
### Wireframe Checklist
|
|
59
|
+
- [ ] ASCII sketch created
|
|
60
|
+
- [ ] Grid system followed
|
|
61
|
+
- [ ] Component placements clear
|
|
62
|
+
|
|
63
|
+
### Components Checklist
|
|
64
|
+
- [ ] All components identified
|
|
65
|
+
- [ ] Interactions specified
|
|
66
|
+
- [ ] States documented
|
|
67
|
+
- [ ] Responsive behavior defined
|
|
68
|
+
|
|
69
|
+
## Your Turn
|
|
70
|
+
|
|
71
|
+
Please confirm you're ready for me to generate the final wireframe artifact, or let me know if we need to revise any section.
|
|
72
|
+
|
|
73
|
+
## What's Next After This?
|
|
74
|
+
|
|
75
|
+
Once I create your wireframe artifact, you can:
|
|
76
|
+
|
|
77
|
+
1. **Validate with users** - Show the wireframe to users and get feedback
|
|
78
|
+
2. **Share with team** - Get stakeholder alignment on structure
|
|
79
|
+
3. **Create high-fidelity designs** - Use this as foundation for visual design
|
|
80
|
+
4. **Prototype** - Build interactive prototype from wireframe
|
|
81
|
+
5. **Develop** - Hand off to developers with clear specifications
|
|
82
|
+
|
|
83
|
+
Great work! This wireframe will be a solid foundation for your design and development. 🎨
|
|
@@ -0,0 +1,287 @@
|
|
|
1
|
+
---
|
|
2
|
+
artifact: wireframe
|
|
3
|
+
version: 1.0.0
|
|
4
|
+
created: {date}
|
|
5
|
+
screen: {screen_name}
|
|
6
|
+
platform: {platform}
|
|
7
|
+
author: Wade (lean-experiments-specialist)
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# Wireframe: {screen_name}
|
|
11
|
+
|
|
12
|
+
**Platform:** {platform}
|
|
13
|
+
**Target User:** {target_user}
|
|
14
|
+
**Created:** {date}
|
|
15
|
+
**Designer:** Wade (lean-experiments-specialist)
|
|
16
|
+
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
## Executive Summary
|
|
20
|
+
|
|
21
|
+
**Screen Purpose:** {primary_action}
|
|
22
|
+
|
|
23
|
+
**Key Design Decisions:**
|
|
24
|
+
- {decision_1}
|
|
25
|
+
- {decision_2}
|
|
26
|
+
- {decision_3}
|
|
27
|
+
|
|
28
|
+
**Target Breakpoints:**
|
|
29
|
+
- Mobile: 375px (primary focus for mobile-first)
|
|
30
|
+
- Tablet: 768px
|
|
31
|
+
- Desktop: 1024px+
|
|
32
|
+
|
|
33
|
+
**Accessibility Compliance:** WCAG 2.1 Level AA
|
|
34
|
+
|
|
35
|
+
---
|
|
36
|
+
|
|
37
|
+
## 1. Requirements
|
|
38
|
+
|
|
39
|
+
### Screen Information
|
|
40
|
+
- **Screen Name:** {screen_name}
|
|
41
|
+
- **Platform:** {platform}
|
|
42
|
+
- **Target User:** {target_user}
|
|
43
|
+
- **Primary Action:** {primary_action}
|
|
44
|
+
|
|
45
|
+
### Constraints
|
|
46
|
+
{constraints}
|
|
47
|
+
|
|
48
|
+
### Success Criteria
|
|
49
|
+
{success_criteria}
|
|
50
|
+
|
|
51
|
+
---
|
|
52
|
+
|
|
53
|
+
## 2. User Flows
|
|
54
|
+
|
|
55
|
+
### Entry Points
|
|
56
|
+
{entry_points}
|
|
57
|
+
|
|
58
|
+
### Happy Path
|
|
59
|
+
{happy_path}
|
|
60
|
+
|
|
61
|
+
### Alternative Flows
|
|
62
|
+
{alternative_flows}
|
|
63
|
+
|
|
64
|
+
### Exit Points
|
|
65
|
+
{exit_points}
|
|
66
|
+
|
|
67
|
+
---
|
|
68
|
+
|
|
69
|
+
## 3. Information Architecture
|
|
70
|
+
|
|
71
|
+
### Visual Hierarchy
|
|
72
|
+
1. **Primary (Hero):** {primary_content}
|
|
73
|
+
2. **Secondary (Supporting):** {secondary_content}
|
|
74
|
+
3. **Tertiary (Metadata):** {tertiary_content}
|
|
75
|
+
|
|
76
|
+
### Content Grouping
|
|
77
|
+
{content_grouping}
|
|
78
|
+
|
|
79
|
+
### Navigation Patterns
|
|
80
|
+
{navigation_patterns}
|
|
81
|
+
|
|
82
|
+
### Information Density
|
|
83
|
+
- **Mobile:** {mobile_density}
|
|
84
|
+
- **Desktop:** {desktop_density}
|
|
85
|
+
|
|
86
|
+
---
|
|
87
|
+
|
|
88
|
+
## 4. Wireframe Sketches
|
|
89
|
+
|
|
90
|
+
### Mobile View (375px)
|
|
91
|
+
|
|
92
|
+
```
|
|
93
|
+
{mobile_wireframe_ascii}
|
|
94
|
+
```
|
|
95
|
+
|
|
96
|
+
**Annotations:**
|
|
97
|
+
- {mobile_annotation_1}
|
|
98
|
+
- {mobile_annotation_2}
|
|
99
|
+
- {mobile_annotation_3}
|
|
100
|
+
|
|
101
|
+
### Desktop View (1024px+)
|
|
102
|
+
|
|
103
|
+
```
|
|
104
|
+
{desktop_wireframe_ascii}
|
|
105
|
+
```
|
|
106
|
+
|
|
107
|
+
**Annotations:**
|
|
108
|
+
- {desktop_annotation_1}
|
|
109
|
+
- {desktop_annotation_2}
|
|
110
|
+
- {desktop_annotation_3}
|
|
111
|
+
|
|
112
|
+
---
|
|
113
|
+
|
|
114
|
+
## 5. Component Specifications
|
|
115
|
+
|
|
116
|
+
### Component Library
|
|
117
|
+
|
|
118
|
+
{component_specifications}
|
|
119
|
+
|
|
120
|
+
**Example Component Detail:**
|
|
121
|
+
|
|
122
|
+
#### {component_name}
|
|
123
|
+
- **Type:** {component_type}
|
|
124
|
+
- **Location:** {component_location}
|
|
125
|
+
- **Size:** {component_size}
|
|
126
|
+
- **States:** {component_states}
|
|
127
|
+
- **Behavior:** {component_behavior}
|
|
128
|
+
|
|
129
|
+
---
|
|
130
|
+
|
|
131
|
+
## 6. Interaction Design
|
|
132
|
+
|
|
133
|
+
### Interactive Elements
|
|
134
|
+
|
|
135
|
+
{interactive_elements}
|
|
136
|
+
|
|
137
|
+
### States & Feedback
|
|
138
|
+
|
|
139
|
+
{states_feedback}
|
|
140
|
+
|
|
141
|
+
### Gestures & Input
|
|
142
|
+
|
|
143
|
+
**Mobile:**
|
|
144
|
+
- {mobile_gesture_1}
|
|
145
|
+
- {mobile_gesture_2}
|
|
146
|
+
|
|
147
|
+
**Desktop:**
|
|
148
|
+
- {desktop_interaction_1}
|
|
149
|
+
- {desktop_interaction_2}
|
|
150
|
+
|
|
151
|
+
---
|
|
152
|
+
|
|
153
|
+
## 7. Responsive Breakpoints
|
|
154
|
+
|
|
155
|
+
### Breakpoint Strategy
|
|
156
|
+
|
|
157
|
+
| Breakpoint | Width | Layout Changes |
|
|
158
|
+
|------------|-------|----------------|
|
|
159
|
+
| Mobile | 375px | {mobile_layout_changes} |
|
|
160
|
+
| Tablet | 768px | {tablet_layout_changes} |
|
|
161
|
+
| Desktop | 1024px+ | {desktop_layout_changes} |
|
|
162
|
+
|
|
163
|
+
### Adaptive Patterns
|
|
164
|
+
{adaptive_patterns}
|
|
165
|
+
|
|
166
|
+
---
|
|
167
|
+
|
|
168
|
+
## 8. Accessibility Notes
|
|
169
|
+
|
|
170
|
+
### WCAG 2.1 Compliance
|
|
171
|
+
|
|
172
|
+
**Level AA Requirements:**
|
|
173
|
+
- {accessibility_requirement_1}
|
|
174
|
+
- {accessibility_requirement_2}
|
|
175
|
+
- {accessibility_requirement_3}
|
|
176
|
+
|
|
177
|
+
### Keyboard Navigation
|
|
178
|
+
{keyboard_navigation}
|
|
179
|
+
|
|
180
|
+
### Screen Reader Support
|
|
181
|
+
{screen_reader_support}
|
|
182
|
+
|
|
183
|
+
### Focus Management
|
|
184
|
+
{focus_management}
|
|
185
|
+
|
|
186
|
+
### Color Contrast
|
|
187
|
+
{color_contrast_notes}
|
|
188
|
+
|
|
189
|
+
---
|
|
190
|
+
|
|
191
|
+
## 9. Design Rationale
|
|
192
|
+
|
|
193
|
+
### Why This Layout?
|
|
194
|
+
{layout_rationale}
|
|
195
|
+
|
|
196
|
+
### Why This Information Hierarchy?
|
|
197
|
+
{hierarchy_rationale}
|
|
198
|
+
|
|
199
|
+
### Why These Components?
|
|
200
|
+
{component_rationale}
|
|
201
|
+
|
|
202
|
+
### Trade-offs Considered
|
|
203
|
+
{tradeoffs}
|
|
204
|
+
|
|
205
|
+
---
|
|
206
|
+
|
|
207
|
+
## 10. Next Steps
|
|
208
|
+
|
|
209
|
+
### For High-Fidelity Design
|
|
210
|
+
- [ ] {hifi_step_1}
|
|
211
|
+
- [ ] {hifi_step_2}
|
|
212
|
+
- [ ] {hifi_step_3}
|
|
213
|
+
|
|
214
|
+
### For Prototyping
|
|
215
|
+
- [ ] {prototype_step_1}
|
|
216
|
+
- [ ] {prototype_step_2}
|
|
217
|
+
- [ ] {prototype_step_3}
|
|
218
|
+
|
|
219
|
+
### For Development
|
|
220
|
+
- [ ] {dev_step_1}
|
|
221
|
+
- [ ] {dev_step_2}
|
|
222
|
+
- [ ] {dev_step_3}
|
|
223
|
+
|
|
224
|
+
### For User Testing
|
|
225
|
+
- [ ] {testing_step_1}
|
|
226
|
+
- [ ] {testing_step_2}
|
|
227
|
+
- [ ] {testing_step_3}
|
|
228
|
+
|
|
229
|
+
---
|
|
230
|
+
|
|
231
|
+
## Appendix
|
|
232
|
+
|
|
233
|
+
### Grid System
|
|
234
|
+
- **Mobile:** 8pt grid, 16px margins
|
|
235
|
+
- **Desktop:** 12-column grid, 24px gutters
|
|
236
|
+
|
|
237
|
+
### Typography Scale
|
|
238
|
+
- **H1:** 24-32px (Screen title)
|
|
239
|
+
- **H2:** 20-24px (Section headers)
|
|
240
|
+
- **Body:** 16px (Content text)
|
|
241
|
+
- **Caption:** 12-14px (Metadata)
|
|
242
|
+
|
|
243
|
+
### Spacing System
|
|
244
|
+
- **XS:** 4px
|
|
245
|
+
- **S:** 8px
|
|
246
|
+
- **M:** 16px
|
|
247
|
+
- **L:** 24px
|
|
248
|
+
- **XL:** 32px
|
|
249
|
+
- **XXL:** 48px
|
|
250
|
+
|
|
251
|
+
### Component Heights
|
|
252
|
+
- **Header:** 56-72px
|
|
253
|
+
- **Bottom Navigation:** 48-72px
|
|
254
|
+
- **Button:** 44-48px (mobile), 36-40px (desktop)
|
|
255
|
+
- **Input Field:** 44-48px (mobile), 36-40px (desktop)
|
|
256
|
+
- **List Item:** 56-72px
|
|
257
|
+
|
|
258
|
+
---
|
|
259
|
+
|
|
260
|
+
**Document Version:** 1.0.0
|
|
261
|
+
**Last Updated:** {date}
|
|
262
|
+
**Designer:** Wade (lean-experiments-specialist)
|
|
263
|
+
**Status:** Draft for Review
|
|
264
|
+
|
|
265
|
+
---
|
|
266
|
+
|
|
267
|
+
## Document Control
|
|
268
|
+
|
|
269
|
+
**Change History:**
|
|
270
|
+
|
|
271
|
+
| Version | Date | Changes | Author |
|
|
272
|
+
|---------|------|---------|--------|
|
|
273
|
+
| 1.0.0 | {date} | Initial wireframe created | Wade |
|
|
274
|
+
|
|
275
|
+
**Approvals Required:**
|
|
276
|
+
- [ ] Product Manager
|
|
277
|
+
- [ ] UX Lead
|
|
278
|
+
- [ ] Engineering Lead
|
|
279
|
+
- [ ] Accessibility Specialist
|
|
280
|
+
|
|
281
|
+
---
|
|
282
|
+
|
|
283
|
+
**Questions or Feedback?**
|
|
284
|
+
|
|
285
|
+
Contact the design team or leave comments in this document.
|
|
286
|
+
|
|
287
|
+
Great work! This wireframe provides a solid foundation for your design and development. 🎨
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
---
|
|
2
|
+
workflow: wireframe
|
|
3
|
+
type: step-file
|
|
4
|
+
description: Create wireframes through structured 6-step process
|
|
5
|
+
author: Wade (lean-experiments-specialist)
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# Create Wireframe Workflow
|
|
9
|
+
|
|
10
|
+
This workflow guides you through creating comprehensive wireframes for web or mobile applications.
|
|
11
|
+
|
|
12
|
+
## What is a Wireframe?
|
|
13
|
+
|
|
14
|
+
A wireframe is a low-fidelity visual representation of a user interface. It defines the structure, layout, and functionality of screens without focusing on visual design details like colors or fonts. Wireframes answer: Where am I? What can I do? Where can I go?
|
|
15
|
+
|
|
16
|
+
## Workflow Structure
|
|
17
|
+
|
|
18
|
+
**Step-file architecture:**
|
|
19
|
+
- Just-in-time loading (each step loads only when needed)
|
|
20
|
+
- Sequential enforcement (must complete step N before step N+1)
|
|
21
|
+
- State tracking in frontmatter (progress preserved)
|
|
22
|
+
|
|
23
|
+
## Steps Overview
|
|
24
|
+
|
|
25
|
+
1. **Define Requirements** - What screen, platform, user, functionality?
|
|
26
|
+
2. **User Flows** - How do users navigate? Entry → Goal → Exit
|
|
27
|
+
3. **Information Architecture** - How is content organized and prioritized?
|
|
28
|
+
4. **Wireframe Sketch** - Create layout using ASCII art and grids
|
|
29
|
+
5. **Components & Interactions** - Specify UI components, states, behaviors
|
|
30
|
+
6. **Synthesize** - Create the final wireframe artifact
|
|
31
|
+
|
|
32
|
+
## Output
|
|
33
|
+
|
|
34
|
+
**Artifact:** Wireframe markdown file in `{output_folder}/wireframe-{screen-name}-{date}.md`
|
|
35
|
+
|
|
36
|
+
**Template:** Uses [wireframe.template.md](wireframe.template.md)
|
|
37
|
+
|
|
38
|
+
---
|
|
39
|
+
|
|
40
|
+
## INITIALIZATION
|
|
41
|
+
|
|
42
|
+
Load config from {project-root}/_bmad/bme/_designos/config.yaml
|
|
43
|
+
|
|
44
|
+
Load step: {project-root}/_bmad/bme/_designos/workflows/wireframe/steps/step-01-define-requirements.md
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
---
|
|
2
|
+
step: 1
|
|
3
|
+
workflow: assumption-mapping
|
|
4
|
+
title: Setup & Input Validation
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Step 1: Setup & Input Validation
|
|
8
|
+
|
|
9
|
+
Before we map any assumptions, we need to know exactly what hypotheses we're working from and verify the foundation is solid enough to analyze.
|
|
10
|
+
|
|
11
|
+
## Why This Matters
|
|
12
|
+
|
|
13
|
+
Assumption mapping is only as good as the hypotheses it analyzes. If the hypothesis contracts are vague, the assumptions will be invisible. If the riskiest assumption is actually the wrong one, the entire testing order collapses. This step ensures we start with well-formed hypothesis contracts so every assumption we surface is grounded in real hypotheses, not guesswork.
|
|
14
|
+
|
|
15
|
+
## Your Task
|
|
16
|
+
|
|
17
|
+
### 1. What Hypothesis Contracts Do You Have?
|
|
18
|
+
|
|
19
|
+
Liam expects hypothesis contracts — ideally produced by the hypothesis-engineering workflow as HC3-compliant artifacts:
|
|
20
|
+
- **HC3 Hypothesis Contract** (from Liam's `hypothesis-engineering` workflow)
|
|
21
|
+
- **Multiple HC3 artifacts** (from different hypothesis engineering sessions)
|
|
22
|
+
|
|
23
|
+
You can also bring **any well-formed hypothesis set** — Liam accepts input from outside the Vortex pattern. It doesn't have to be HC3-compliant, but having structured hypotheses with explicit 4-field contracts (Expected Outcome, Target Behavior Change, Rationale, Riskiest Assumption) makes assumption mapping dramatically stronger.
|
|
24
|
+
|
|
25
|
+
### 2. Provide Your Input
|
|
26
|
+
|
|
27
|
+
Please provide the file path(s) or describe the hypothesis contracts you want to map assumptions for. For example:
|
|
28
|
+
- `_bmad-output/vortex-artifacts/hc3-hypothesis-contract-2026-02-25.md`
|
|
29
|
+
- Multiple paths if analyzing across hypothesis sets
|
|
30
|
+
- Or: "I have three hypotheses I'd like to analyze for hidden assumptions"
|
|
31
|
+
|
|
32
|
+
### 3. Input Validation
|
|
33
|
+
|
|
34
|
+
I'll check your artifact(s) against the HC3 schema to assess readiness:
|
|
35
|
+
|
|
36
|
+
**HC3 Frontmatter Check:**
|
|
37
|
+
- `contract: HC3`
|
|
38
|
+
- `type: artifact`
|
|
39
|
+
- `source_agent` (who produced it)
|
|
40
|
+
- `source_workflow` (which workflow)
|
|
41
|
+
- `target_agents: [wade]`
|
|
42
|
+
- `input_artifacts` (upstream references)
|
|
43
|
+
- `created` (date)
|
|
44
|
+
|
|
45
|
+
**HC3 Body Section Check:**
|
|
46
|
+
- Problem Context (Problem Statement, JTBD Reference, Key Pains Targeted)
|
|
47
|
+
- Hypothesis Contracts (1-3 in 4-field format: Expected Outcome, Target Behavior Change, Rationale, Riskiest Assumption)
|
|
48
|
+
- Assumption Risk Map (if already started — we'll deepen it)
|
|
49
|
+
- Recommended Testing Order (if already started — we'll refine it)
|
|
50
|
+
- Flagged Concerns (optional — we'll surface more)
|
|
51
|
+
|
|
52
|
+
**If your input is non-conforming:** That's okay — we don't reject hypotheses. I'll guide you to identify which elements are present and which gaps we need to work around during assumption mapping. But let's stress-test what we have: the stronger the hypothesis contracts, the sharper the assumption analysis.
|
|
53
|
+
|
|
54
|
+
> For the full HC3 schema reference, see `{project-root}/_bmad/bme/_vortex/contracts/hc3-hypothesis-contract.md`
|
|
55
|
+
|
|
56
|
+
---
|
|
57
|
+
|
|
58
|
+
## Your Turn
|
|
59
|
+
|
|
60
|
+
Please provide your hypothesis contracts — file path(s), description, or both. I'll validate them and we'll proceed to extracting every assumption hiding inside.
|
|
61
|
+
|
|
62
|
+
## Next Step
|
|
63
|
+
|
|
64
|
+
When your hypothesis contracts are provided and validated, I'll load:
|
|
65
|
+
|
|
66
|
+
{project-root}/_bmad/bme/_vortex/workflows/assumption-mapping/steps/step-02-context.md
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
---
|
|
2
|
+
step: 2
|
|
3
|
+
workflow: assumption-mapping
|
|
4
|
+
title: Assumption Inventory & Extraction
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Step 2: Assumption Inventory & Extraction
|
|
8
|
+
|
|
9
|
+
Now let's crack open every hypothesis and drag every assumption into the light — the stated ones, the unstated ones, and especially the ones nobody wants to talk about.
|
|
10
|
+
|
|
11
|
+
## Why This Matters
|
|
12
|
+
|
|
13
|
+
The assumptions you don't surface are the ones that blindside you. Every hypothesis embeds assumptions in every field — assumptions about what users will do, about what "measurable" means, about why your rationale holds. Most teams only examine the riskiest assumption they already identified. That's a safe bet — what's the bold version? The bold version is surfacing the assumptions nobody even realized they were making.
|
|
14
|
+
|
|
15
|
+
## Your Task
|
|
16
|
+
|
|
17
|
+
### 1. Load and Review Hypothesis Contracts
|
|
18
|
+
|
|
19
|
+
For each hypothesis contract, review the complete 4-field structure:
|
|
20
|
+
|
|
21
|
+
| Field | What to look for |
|
|
22
|
+
|-------|-----------------|
|
|
23
|
+
| **Expected Outcome** | What are we assuming about the measurable result? Is "success" defined precisely enough? |
|
|
24
|
+
| **Target Behavior Change** | What are we assuming about how users will respond? About what's observable and measurable? |
|
|
25
|
+
| **Rationale** | What evidence-based claims could be wrong? Are we citing evidence or projecting? |
|
|
26
|
+
| **Riskiest Assumption** | Is this truly the riskiest, or is it the most obvious? Are there hidden ones we missed? |
|
|
27
|
+
|
|
28
|
+
### 2. Extract Stated Assumptions
|
|
29
|
+
|
|
30
|
+
For each hypothesis, extract every assumption that's explicitly or implicitly stated:
|
|
31
|
+
|
|
32
|
+
**Hypothesis {N}: {Title}**
|
|
33
|
+
|
|
34
|
+
| Source Field | Assumption | Type |
|
|
35
|
+
|-------------|-----------|------|
|
|
36
|
+
| Expected Outcome | *What we're assuming about the result* | Stated |
|
|
37
|
+
| Target Behavior Change | *What we're assuming about user response* | Stated |
|
|
38
|
+
| Rationale | *What evidence claims could be wrong* | Stated |
|
|
39
|
+
| Riskiest Assumption | *The assumption already identified* | Stated |
|
|
40
|
+
|
|
41
|
+
### 3. Surface Unstated Assumptions
|
|
42
|
+
|
|
43
|
+
This is where assumption mapping goes deeper than a single step. Challenge each hypothesis with these questions:
|
|
44
|
+
|
|
45
|
+
**Technology Assumptions:**
|
|
46
|
+
- Are we assuming a technical capability that hasn't been validated?
|
|
47
|
+
- Are we assuming integration points will work as expected?
|
|
48
|
+
- Are we assuming performance at scale based on prototype behavior?
|
|
49
|
+
|
|
50
|
+
**User Assumptions:**
|
|
51
|
+
- Are we assuming users have a specific level of motivation or ability?
|
|
52
|
+
- Are we assuming users will find/discover the feature?
|
|
53
|
+
- Are we assuming behavior in one context transfers to another?
|
|
54
|
+
|
|
55
|
+
**Market Assumptions:**
|
|
56
|
+
- Are we assuming competitive conditions will remain stable?
|
|
57
|
+
- Are we assuming timing — that the problem is urgent enough for users to act now?
|
|
58
|
+
- Are we assuming willingness to pay or change behavior?
|
|
59
|
+
|
|
60
|
+
**Measurement Assumptions:**
|
|
61
|
+
- Are we assuming we can actually measure the expected outcome?
|
|
62
|
+
- Are we assuming the metric is a valid proxy for the behavior change?
|
|
63
|
+
- Are we assuming sample size or timeframe is sufficient?
|
|
64
|
+
|
|
65
|
+
For each unstated assumption discovered, add it to the inventory:
|
|
66
|
+
|
|
67
|
+
| Source Field | Assumption | Type |
|
|
68
|
+
|-------------|-----------|------|
|
|
69
|
+
| *(cross-cutting)* | *The hidden assumption* | Unstated |
|
|
70
|
+
|
|
71
|
+
### 4. Produce the Full Assumption Inventory
|
|
72
|
+
|
|
73
|
+
Consolidate all assumptions across all hypotheses into a single inventory:
|
|
74
|
+
|
|
75
|
+
| # | Assumption | Hypothesis | Source Field | Type | Notes |
|
|
76
|
+
|---|-----------|-----------|-------------|------|-------|
|
|
77
|
+
| 1 | *Statement* | H1 | Expected Outcome | Stated | |
|
|
78
|
+
| 2 | *Statement* | H1 | *(cross-cutting)* | Unstated | *Why this matters* |
|
|
79
|
+
| 3 | *Statement* | H1, H2 | Rationale | Stated | *Shared across hypotheses* |
|
|
80
|
+
|
|
81
|
+
**Guidance:** Flag any assumption that appears across multiple hypotheses — if it's wrong, it could invalidate everything at once. Those are the ones that should make you nervous.
|
|
82
|
+
|
|
83
|
+
---
|
|
84
|
+
|
|
85
|
+
## Your Turn
|
|
86
|
+
|
|
87
|
+
Extract all assumptions from each hypothesis contract — stated and unstated. Use the question prompts above to surface hidden ones. Share your full assumption inventory and I'll help you challenge any assumptions that feel too comfortable.
|
|
88
|
+
|
|
89
|
+
## Next Step
|
|
90
|
+
|
|
91
|
+
When your assumption inventory is complete, I'll load:
|
|
92
|
+
|
|
93
|
+
{project-root}/_bmad/bme/_vortex/workflows/assumption-mapping/steps/step-03-risk-mapping.md
|