bmad-enhanced 1.3.0 → 1.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (90) hide show
  1. package/CHANGELOG.md +624 -0
  2. package/UPDATE-GUIDE.md +378 -0
  3. package/_bmad/bme/_vortex/agents/contextualization-expert.md +100 -0
  4. package/_bmad/bme/_vortex/agents/lean-experiments-specialist.md +118 -0
  5. package/_bmad/bme/_vortex/workflows/_deprecated/empathy-map/empathy-map.template.md +143 -0
  6. package/_bmad/bme/_vortex/workflows/_deprecated/empathy-map/steps/step-01-define-user.md +60 -0
  7. package/_bmad/bme/_vortex/workflows/_deprecated/empathy-map/steps/step-02-says-thinks.md +67 -0
  8. package/_bmad/bme/_vortex/workflows/_deprecated/empathy-map/steps/step-03-does-feels.md +79 -0
  9. package/_bmad/bme/_vortex/workflows/_deprecated/empathy-map/steps/step-04-pain-points.md +87 -0
  10. package/_bmad/bme/_vortex/workflows/_deprecated/empathy-map/steps/step-05-gains.md +103 -0
  11. package/_bmad/bme/_vortex/workflows/_deprecated/empathy-map/steps/step-06-synthesize.md +104 -0
  12. package/_bmad/bme/_vortex/workflows/_deprecated/empathy-map/validate.md +117 -0
  13. package/_bmad/bme/_vortex/workflows/_deprecated/empathy-map/workflow.md +44 -0
  14. package/_bmad/bme/_vortex/workflows/_deprecated/wireframe/steps/step-01-define-requirements.md +85 -0
  15. package/_bmad/bme/_vortex/workflows/_deprecated/wireframe/steps/step-02-user-flows.md +59 -0
  16. package/_bmad/bme/_vortex/workflows/_deprecated/wireframe/steps/step-03-information-architecture.md +68 -0
  17. package/_bmad/bme/_vortex/workflows/_deprecated/wireframe/steps/step-04-wireframe-sketch.md +97 -0
  18. package/_bmad/bme/_vortex/workflows/_deprecated/wireframe/steps/step-05-components.md +128 -0
  19. package/_bmad/bme/_vortex/workflows/_deprecated/wireframe/steps/step-06-synthesize.md +83 -0
  20. package/_bmad/bme/_vortex/workflows/_deprecated/wireframe/wireframe.template.md +287 -0
  21. package/_bmad/bme/_vortex/workflows/_deprecated/wireframe/workflow.md +44 -0
  22. package/_bmad/bme/_vortex/workflows/contextualize-scope/contextualize-scope.template.md +67 -0
  23. package/_bmad/bme/_vortex/workflows/contextualize-scope/steps/step-01-list-opportunities.md +47 -0
  24. package/_bmad/bme/_vortex/workflows/contextualize-scope/steps/step-02-define-criteria.md +36 -0
  25. package/_bmad/bme/_vortex/workflows/contextualize-scope/steps/step-03-evaluate-opportunities.md +30 -0
  26. package/_bmad/bme/_vortex/workflows/contextualize-scope/steps/step-04-define-boundaries.md +32 -0
  27. package/_bmad/bme/_vortex/workflows/contextualize-scope/steps/step-05-validate-fit.md +28 -0
  28. package/_bmad/bme/_vortex/workflows/contextualize-scope/steps/step-06-synthesize.md +30 -0
  29. package/_bmad/bme/_vortex/workflows/contextualize-scope/validate.md +30 -0
  30. package/_bmad/bme/_vortex/workflows/contextualize-scope/workflow.md +59 -0
  31. package/_bmad/bme/_vortex/workflows/lean-experiment/lean-experiment.template.md +29 -0
  32. package/_bmad/bme/_vortex/workflows/lean-experiment/steps/step-01.md +8 -0
  33. package/_bmad/bme/_vortex/workflows/lean-experiment/steps/step-02.md +8 -0
  34. package/_bmad/bme/_vortex/workflows/lean-experiment/steps/step-03.md +8 -0
  35. package/_bmad/bme/_vortex/workflows/lean-experiment/steps/step-04.md +8 -0
  36. package/_bmad/bme/_vortex/workflows/lean-experiment/steps/step-05.md +8 -0
  37. package/_bmad/bme/_vortex/workflows/lean-experiment/steps/step-06.md +8 -0
  38. package/_bmad/bme/_vortex/workflows/lean-experiment/validate.md +30 -0
  39. package/_bmad/bme/_vortex/workflows/lean-experiment/workflow.md +26 -0
  40. package/_bmad/bme/_vortex/workflows/lean-persona/lean-persona.template.md +163 -0
  41. package/_bmad/bme/_vortex/workflows/lean-persona/steps/step-01-define-job.md +72 -0
  42. package/_bmad/bme/_vortex/workflows/lean-persona/steps/step-02-current-solution.md +83 -0
  43. package/_bmad/bme/_vortex/workflows/lean-persona/steps/step-03-problem-contexts.md +90 -0
  44. package/_bmad/bme/_vortex/workflows/lean-persona/steps/step-04-forces-anxieties.md +98 -0
  45. package/_bmad/bme/_vortex/workflows/lean-persona/steps/step-05-success-criteria.md +103 -0
  46. package/_bmad/bme/_vortex/workflows/lean-persona/steps/step-06-synthesize.md +116 -0
  47. package/_bmad/bme/_vortex/workflows/lean-persona/validate.md +30 -0
  48. package/_bmad/bme/_vortex/workflows/lean-persona/workflow.md +50 -0
  49. package/_bmad/bme/_vortex/workflows/mvp/mvp.template.md +40 -0
  50. package/_bmad/bme/_vortex/workflows/mvp/steps/step-01-riskiest-assumption.md +17 -0
  51. package/_bmad/bme/_vortex/workflows/mvp/steps/step-02-success-criteria.md +13 -0
  52. package/_bmad/bme/_vortex/workflows/mvp/steps/step-03-smallest-test.md +13 -0
  53. package/_bmad/bme/_vortex/workflows/mvp/steps/step-04-scope-features.md +13 -0
  54. package/_bmad/bme/_vortex/workflows/mvp/steps/step-05-build-measure-learn.md +13 -0
  55. package/_bmad/bme/_vortex/workflows/mvp/steps/step-06-synthesize.md +13 -0
  56. package/_bmad/bme/_vortex/workflows/mvp/validate.md +30 -0
  57. package/_bmad/bme/_vortex/workflows/mvp/workflow.md +36 -0
  58. package/_bmad/bme/_vortex/workflows/product-vision/product-vision.template.md +147 -0
  59. package/_bmad/bme/_vortex/workflows/product-vision/steps/step-01-define-problem.md +89 -0
  60. package/_bmad/bme/_vortex/workflows/product-vision/steps/step-02-target-market.md +91 -0
  61. package/_bmad/bme/_vortex/workflows/product-vision/steps/step-03-unique-approach.md +87 -0
  62. package/_bmad/bme/_vortex/workflows/product-vision/steps/step-04-future-state.md +100 -0
  63. package/_bmad/bme/_vortex/workflows/product-vision/steps/step-05-principles.md +92 -0
  64. package/_bmad/bme/_vortex/workflows/product-vision/steps/step-06-synthesize.md +155 -0
  65. package/_bmad/bme/_vortex/workflows/product-vision/validate.md +30 -0
  66. package/_bmad/bme/_vortex/workflows/product-vision/workflow.md +55 -0
  67. package/_bmad/bme/_vortex/workflows/proof-of-concept/proof-of-concept.template.md +25 -0
  68. package/_bmad/bme/_vortex/workflows/proof-of-concept/steps/step-01.md +8 -0
  69. package/_bmad/bme/_vortex/workflows/proof-of-concept/steps/step-02.md +8 -0
  70. package/_bmad/bme/_vortex/workflows/proof-of-concept/steps/step-03.md +8 -0
  71. package/_bmad/bme/_vortex/workflows/proof-of-concept/steps/step-04.md +8 -0
  72. package/_bmad/bme/_vortex/workflows/proof-of-concept/steps/step-05.md +8 -0
  73. package/_bmad/bme/_vortex/workflows/proof-of-concept/steps/step-06.md +8 -0
  74. package/_bmad/bme/_vortex/workflows/proof-of-concept/validate.md +30 -0
  75. package/_bmad/bme/_vortex/workflows/proof-of-concept/workflow.md +26 -0
  76. package/_bmad/bme/_vortex/workflows/proof-of-value/proof-of-value.template.md +29 -0
  77. package/_bmad/bme/_vortex/workflows/proof-of-value/steps/step-01.md +8 -0
  78. package/_bmad/bme/_vortex/workflows/proof-of-value/steps/step-02.md +8 -0
  79. package/_bmad/bme/_vortex/workflows/proof-of-value/steps/step-03.md +8 -0
  80. package/_bmad/bme/_vortex/workflows/proof-of-value/steps/step-04.md +8 -0
  81. package/_bmad/bme/_vortex/workflows/proof-of-value/steps/step-05.md +8 -0
  82. package/_bmad/bme/_vortex/workflows/proof-of-value/steps/step-06.md +8 -0
  83. package/_bmad/bme/_vortex/workflows/proof-of-value/validate.md +30 -0
  84. package/_bmad/bme/_vortex/workflows/proof-of-value/workflow.md +26 -0
  85. package/_bmad-output/vortex-artifacts/EMMA-USER-GUIDE.md +450 -0
  86. package/_bmad-output/vortex-artifacts/WADE-USER-GUIDE.md +471 -0
  87. package/package.json +1 -1
  88. package/scripts/update/migrations/1.0.x-to-1.3.0.js +16 -0
  89. package/scripts/update/migrations/1.1.x-to-1.3.0.js +16 -0
  90. package/scripts/update/migrations/1.2.x-to-1.3.0.js +16 -0
@@ -0,0 +1,103 @@
1
+ ---
2
+ step: 5
3
+ workflow: lean-persona
4
+ title: Success Criteria
5
+ ---
6
+
7
+ # Step 5: Success Criteria
8
+
9
+ What does a successful solution look like? How will the user know it's working? What are they willing to trade off?
10
+
11
+ ## Why This Matters
12
+
13
+ Success criteria help us:
14
+ - Define measurable outcomes (not just features)
15
+ - Avoid building the wrong thing
16
+ - Know when we've solved the problem (or when to pivot)
17
+ - Understand acceptable trade-offs
18
+
19
+ Without clear success criteria, we risk building something users think is "nice" but never actually use.
20
+
21
+ ## Your Task
22
+
23
+ Answer these questions about success criteria:
24
+
25
+ ### 1. What's the desired outcome?
26
+ If this solution worked perfectly, what would change in the user's life/work?
27
+
28
+ Be specific and measurable. Not "less stressed" but "can answer 'Are we on track?' in <30 seconds with confidence."
29
+
30
+ ### 2. What success metrics matter?
31
+ How will they measure success?
32
+
33
+ - Time saved?
34
+ - Money saved?
35
+ - Quality improved?
36
+ - Stress reduced?
37
+ - Confidence increased?
38
+
39
+ Define the metric AND the target threshold.
40
+
41
+ ### 3. How quickly do they need to see value?
42
+ - Immediate (first use)?
43
+ - Within a week?
44
+ - Within a month?
45
+ - Within a quarter?
46
+
47
+ What's the acceptable "time to value"?
48
+
49
+ ### 4. What trade-offs are acceptable?
50
+ What are they willing to sacrifice for the desired outcome?
51
+
52
+ - Pay more for time saved?
53
+ - Accept some complexity for power?
54
+ - Sacrifice some features for simplicity?
55
+ - Change workflows for better results?
56
+
57
+ ### 5. What trade-offs are NOT acceptable?
58
+ What are the deal-breakers?
59
+
60
+ ## Example
61
+
62
+ **Desired Outcome:**
63
+ "I can confidently answer 'Are we on track?' in less than 30 seconds, and proactively spot problems before they become crises."
64
+
65
+ **Success Metrics:**
66
+ 1. **Time to status check:** <30 seconds (vs. current 15+ minutes)
67
+ 2. **Proactive problem detection:** Catch blockers within 24 hours (vs. current 3-5 days)
68
+ 3. **Team interruptions:** <2 per day (vs. current 10+)
69
+ 4. **Manager confidence:** Can give accurate status updates without hunting for information
70
+ 5. **Wasted time:** <1 hour/week on status (vs. current 5 hours)
71
+
72
+ **Time to Value:**
73
+ - **Week 1:** Must be easier than current solution or team won't adopt
74
+ - **Week 2:** Should reduce daily interruptions noticeably
75
+ - **Month 1:** Should save 2+ hours/week measurably
76
+ - **Month 3:** Should prevent at least one "missed deadline surprise"
77
+
78
+ **Acceptable Trade-offs:**
79
+ - ✅ Pay $10-30/person/month for 4+ hours saved weekly
80
+ - ✅ Spend 2 hours learning the tool to save 5+ hours/week ongoing
81
+ - ✅ Change Monday meeting format (shorter, more focused)
82
+ - ✅ Require team to update status (if it's < 5 min/day)
83
+
84
+ **NOT Acceptable Trade-offs:**
85
+ - ❌ Add MORE overhead (e.g., 15 min/day to update)
86
+ - ❌ Replace one complicated tool with another complicated tool
87
+ - ❌ Require team to learn completely new workflow
88
+ - ❌ Lose historical information/context
89
+ - ❌ Create visibility for manager but burden for team
90
+
91
+ ---
92
+
93
+ ## Your Turn
94
+
95
+ Please define success criteria using the structure above.
96
+
97
+ **Tip:** If you can't define measurable success criteria, you can't validate whether your solution works. "Better" and "easier" aren't measurable. "Reduces time from 15 min to 2 min" is measurable.
98
+
99
+ ## Next Step
100
+
101
+ When you've defined success criteria, I'll load:
102
+
103
+ {project-root}/_bmad/bme/_vortex/workflows/lean-persona/steps/step-06-synthesize.md
@@ -0,0 +1,116 @@
1
+ ---
2
+ step: 6
3
+ workflow: lean-persona
4
+ title: Synthesize
5
+ ---
6
+
7
+ # Step 6: Synthesize
8
+
9
+ Now let's bring it all together into a lean persona artifact with a clear validation plan.
10
+
11
+ ## Why This Matters
12
+
13
+ The lean persona document serves as:
14
+ - A shared understanding of who we're building for
15
+ - A hypothesis to validate (not a truth to assume)
16
+ - A decision-making tool (does this feature help THIS user do THIS job?)
17
+ - A validation roadmap (what do we test first?)
18
+
19
+ ## Your Task
20
+
21
+ I'll create the final lean persona artifact using all the insights you've provided. But first, I need a few final pieces:
22
+
23
+ ### 1. Identify your 3 riskiest assumptions
24
+
25
+ Look back at everything you've shared. What are the 3 things you THINK are true but haven't validated?
26
+
27
+ Examples:
28
+ - ASSUMPTION: "Users spend 5+ hours/week on status tracking"
29
+ - ASSUMPTION: "Team members would consistently update status if it took <5 min/day"
30
+ - ASSUMPTION: "Managers value confidence over detailed reporting"
31
+
32
+ ### 2. Design 3 validation experiments
33
+
34
+ For each risky assumption, how will you test it?
35
+
36
+ **Format for each:**
37
+ - **Hypothesis:** If [assumption], then [observable behavior]
38
+ - **Method:** How will you test it? (Interview? Survey? Prototype? Landing page?)
39
+ - **Success criteria:** What would prove/disprove the hypothesis?
40
+ - **Timeline:** When will you run this test?
41
+
42
+ ### 3. Decide: What will you do with the results?
43
+
44
+ - If hypothesis is VALIDATED → What's next?
45
+ - If hypothesis is INVALIDATED → Pivot or persevere?
46
+
47
+ ## Example
48
+
49
+ **Riskiest Assumptions:**
50
+
51
+ 1. **ASSUMPTION:** Remote managers spend 5+ hours/week just tracking team status
52
+ - **Why risky:** If it's only 1-2 hours, solving this isn't high priority
53
+
54
+ 2. **ASSUMPTION:** Managers would pay $20/person/month to save 3+ hours/week
55
+ - **Why risky:** If they won't pay, we don't have a business model
56
+
57
+ 3. **ASSUMPTION:** Team members would update status if it's async and takes <5 min/day
58
+ - **Why risky:** If team won't engage, tool is useless
59
+
60
+ **Validation Experiments:**
61
+
62
+ **Experiment 1: Time Spent on Status**
63
+ - **Hypothesis:** If remote managers truly spend 5+ hours/week on status, then when asked to track their time for one week, at least 70% will record 5+ hours
64
+ - **Method:** Recruit 20 remote managers, ask them to log time spent on "status checking/reporting" for one week
65
+ - **Success Criteria:** 14+ out of 20 (70%) log 5+ hours
66
+ - **Timeline:** Week 1-2
67
+ - **Decision:** If validated → proceed to experiment 2. If invalidated → re-examine problem priority
68
+
69
+ **Experiment 2: Willingness to Pay**
70
+ - **Hypothesis:** If managers value time savings, then at least 30% who see a "Save 3 hours/week for $20/person/month" landing page will give us their email
71
+ - **Method:** Create landing page, run $500 Google Ads campaign targeting "remote team management"
72
+ - **Success Criteria:** 30%+ conversion rate (email signup)
73
+ - **Timeline:** Week 3-4
74
+ - **Decision:** If validated → build prototype. If invalidated → re-examine pricing or value prop
75
+
76
+ **Experiment 3: Team Engagement**
77
+ - **Hypothesis:** If status updates take <5 minutes and are async, then at least 80% of team members will update weekly
78
+ - **Method:** Create Google Form "status template," ask 3 pilot teams to use for 4 weeks
79
+ - **Success Criteria:** 80%+ weekly participation rate
80
+ - **Timeline:** Week 5-8
81
+ - **Decision:** If validated → begin MVP development. If invalidated → explore automated status (no manual input required)
82
+
83
+ ---
84
+
85
+ ## Your Turn
86
+
87
+ Please provide:
88
+ 1. Your 3 riskiest assumptions
89
+ 2. Your 3 validation experiments (using format above)
90
+ 3. Your decision criteria for each outcome
91
+
92
+ ## Final Step
93
+
94
+ When you've provided this information, I'll:
95
+ 1. Generate your complete lean persona artifact
96
+ 2. Save it to `{output_folder}/lean-persona-{persona-name}-{date}.md`
97
+ 3. Create a validation tracking checklist
98
+ 4. Suggest next steps with Wade (lean-experiment workflow) to run your experiments
99
+
100
+ **Remember:** This lean persona is a HYPOTHESIS until validated. Treat it as a bet, not a truth. Your job now is to test that bet as quickly and cheaply as possible.
101
+
102
+ ---
103
+
104
+ ## Workflow Complete
105
+
106
+ After synthesis, your lean persona artifact will include:
107
+ - Complete job-to-be-done analysis
108
+ - Current solution pain points
109
+ - Problem contexts and triggers
110
+ - Forces and anxieties
111
+ - Success criteria and metrics
112
+ - Riskiest assumptions highlighted
113
+ - Validation experiments ready to run
114
+ - Revision history to track what you learn
115
+
116
+ Next suggested workflow: **Wade's lean-experiment** to run your validation experiments.
@@ -0,0 +1,30 @@
1
+ # Validate Lean Persona
2
+
3
+ **Status:** Coming in v1.2.0
4
+
5
+ **Agent:** Emma (Contextualization Expert)
6
+
7
+ **Stream:** Contextualize
8
+
9
+ ## Overview
10
+
11
+ This validation workflow helps you review lean personas against Lean Startup principles and ensure they're hypothesis-driven rather than assumption-based.
12
+
13
+ ## What Gets Validated
14
+
15
+ - Is the job-to-be-done clearly defined?
16
+ - Are current pain points specific and measurable?
17
+ - Are desired outcomes testable?
18
+ - Are assumptions explicitly stated?
19
+ - Is there a clear validation plan?
20
+ - Does this avoid demographic stereotypes?
21
+
22
+ ## Coming in v1.2.0
23
+
24
+ This validation workflow will be available alongside the lean-persona workflow in March 2026.
25
+
26
+ ## Questions?
27
+
28
+ For questions or to request early access:
29
+ - GitHub Issues: https://github.com/amalik/BMAD-Enhanced/issues
30
+ - Tag with: `workflow:lean-persona` and `v1.2.0`
@@ -0,0 +1,50 @@
1
+ ---
2
+ workflow: lean-persona
3
+ type: step-file
4
+ description: Create lean user personas focused on jobs-to-be-done and problem contexts
5
+ author: Emma (contextualization-expert)
6
+ version: 1.2.0
7
+ ---
8
+
9
+ # Create Lean Persona Workflow
10
+
11
+ This workflow guides you through creating a lean user persona using Lean Startup principles.
12
+
13
+ ## What is a Lean Persona?
14
+
15
+ A lean persona is a hypothesis-driven representation of your target user that focuses on jobs-to-be-done and problem contexts rather than demographics. Unlike traditional personas, lean personas:
16
+
17
+ - **Focus on behavior, not demographics** - What they're trying to do, not who they are
18
+ - **Are hypothesis-driven** - Every insight is an assumption until validated
19
+ - **Link to validation** - Each assumption has a plan to test it
20
+ - **Stay lean** - Only capture what's needed to make decisions
21
+
22
+ ## Workflow Structure
23
+
24
+ **Step-file architecture:**
25
+ - Just-in-time loading (each step loads only when needed)
26
+ - Sequential enforcement (must complete step N before step N+1)
27
+ - State tracking in frontmatter (progress preserved)
28
+
29
+ ## Steps Overview
30
+
31
+ 1. **Define Job-to-be-Done** - What is the user trying to accomplish?
32
+ 2. **Current Solution Analysis** - How do they solve this today? What are the pain points?
33
+ 3. **Problem Contexts** - When, where, and why does this problem occur?
34
+ 4. **Forces & Anxieties** - What pushes them to change? What holds them back?
35
+ 5. **Success Criteria** - What would a successful solution look like?
36
+ 6. **Synthesize** - Create the final lean persona artifact
37
+
38
+ ## Output
39
+
40
+ **Artifact:** Lean persona markdown file in `{output_folder}/lean-persona-{persona-name}-{date}.md`
41
+
42
+ **Template:** Uses [lean-persona.template.md](lean-persona.template.md)
43
+
44
+ ---
45
+
46
+ ## INITIALIZATION
47
+
48
+ Load config from {project-root}/_bmad/bme/_vortex/config.yaml
49
+
50
+ Load step: {project-root}/_bmad/bme/_vortex/workflows/lean-persona/steps/step-01-define-job.md
@@ -0,0 +1,40 @@
1
+ ---
2
+ title: "MVP Specification: {mvp-name}"
3
+ date: {date}
4
+ created-by: {user-name} with Wade (lean-experiments-specialist)
5
+ type: mvp-spec
6
+ status: HYPOTHESIS
7
+ version: 1.0
8
+ ---
9
+
10
+ # MVP Specification: {mvp-name}
11
+
12
+ ## Riskiest Assumption
13
+
14
+ {riskiest-assumption}
15
+
16
+ ## Success Criteria
17
+
18
+ {success-criteria}
19
+
20
+ ## MVP Scope
21
+
22
+ ### What's In
23
+ {scope-in}
24
+
25
+ ### What's Out
26
+ {scope-out}
27
+
28
+ ## Build-Measure-Learn Plan
29
+
30
+ {bml-plan}
31
+
32
+ ## Timeline
33
+
34
+ {timeline}
35
+
36
+ ---
37
+
38
+ **Created with:** BMAD-Enhanced v1.2.0 - Vortex Framework (Externalize Stream)
39
+ **Agent:** Wade (Lean Experiments Specialist)
40
+ **Workflow:** mvp
@@ -0,0 +1,17 @@
1
+ ---
2
+ step: 1
3
+ workflow: mvp
4
+ title: Identify Riskiest Assumption
5
+ ---
6
+
7
+ # Step 1: Identify Riskiest Assumption
8
+
9
+ What assumption, if wrong, would kill your idea?
10
+
11
+ ## Your Task
12
+
13
+ Identify your riskiest assumption and why it's critical.
14
+
15
+ ## Next Step
16
+
17
+ {project-root}/_bmad/bme/_vortex/workflows/mvp/steps/step-02-success-criteria.md
@@ -0,0 +1,13 @@
1
+ ---
2
+ step: 2
3
+ workflow: mvp
4
+ title: Define Success Criteria
5
+ ---
6
+
7
+ # Step 2: Define Success Criteria
8
+
9
+ How will you know if your MVP succeeded or failed?
10
+
11
+ ## Next Step
12
+
13
+ {project-root}/_bmad/bme/_vortex/workflows/mvp/steps/step-03-smallest-test.md
@@ -0,0 +1,13 @@
1
+ ---
2
+ step: 3
3
+ workflow: mvp
4
+ title: Design Smallest Test
5
+ ---
6
+
7
+ # Step 3: Design Smallest Test
8
+
9
+ What's the absolute minimum you can build to test your assumption?
10
+
11
+ ## Next Step
12
+
13
+ {project-root}/_bmad/bme/_vortex/workflows/mvp/steps/step-04-scope-features.md
@@ -0,0 +1,13 @@
1
+ ---
2
+ step: 4
3
+ workflow: mvp
4
+ title: Scope MVP Features
5
+ ---
6
+
7
+ # Step 4: Scope MVP Features
8
+
9
+ What features are absolutely necessary? What can wait?
10
+
11
+ ## Next Step
12
+
13
+ {project-root}/_bmad/bme/_vortex/workflows/mvp/steps/step-05-build-measure-learn.md
@@ -0,0 +1,13 @@
1
+ ---
2
+ step: 5
3
+ workflow: mvp
4
+ title: Plan Build-Measure-Learn
5
+ ---
6
+
7
+ # Step 5: Plan Build-Measure-Learn
8
+
9
+ How will you build, measure, and learn from this MVP?
10
+
11
+ ## Next Step
12
+
13
+ {project-root}/_bmad/bme/_vortex/workflows/mvp/steps/step-06-synthesize.md
@@ -0,0 +1,13 @@
1
+ ---
2
+ step: 6
3
+ workflow: mvp
4
+ title: Synthesize
5
+ ---
6
+
7
+ # Step 6: Synthesize
8
+
9
+ Create your final MVP specification.
10
+
11
+ ## Workflow Complete
12
+
13
+ Next: Use lean-experiment workflow to run your Build-Measure-Learn cycle.
@@ -0,0 +1,30 @@
1
+ # Validate MVP Design
2
+
3
+ **Status:** Coming in v1.2.0
4
+
5
+ **Agent:** Wade (Lean Experiments Specialist)
6
+
7
+ **Stream:** Externalize
8
+
9
+ ## Overview
10
+
11
+ This validation workflow helps you review MVP designs to ensure they're truly minimal and focused on learning.
12
+
13
+ ## What Gets Validated
14
+
15
+ - Is the value proposition clear and testable?
16
+ - Are the riskiest assumptions identified?
17
+ - Is the scope truly minimal (nothing extra)?
18
+ - Are success metrics actionable (not vanity metrics)?
19
+ - Is the build plan realistic?
20
+ - Does this focus on learning over perfection?
21
+
22
+ ## Coming in v1.2.0
23
+
24
+ This validation workflow will be available alongside the mvp workflow in March 2026.
25
+
26
+ ## Questions?
27
+
28
+ For questions or to request early access:
29
+ - GitHub Issues: https://github.com/amalik/BMAD-Enhanced/issues
30
+ - Tag with: `workflow:mvp` and `v1.2.0`
@@ -0,0 +1,36 @@
1
+ ---
2
+ workflow: mvp
3
+ type: step-file
4
+ description: Design Minimum Viable Product specifications using Build-Measure-Learn
5
+ author: Wade (lean-experiments-specialist)
6
+ version: 1.2.0
7
+ ---
8
+
9
+ # Design MVP Workflow
10
+
11
+ This workflow guides you through designing a Minimum Viable Product that tests your riskiest assumptions.
12
+
13
+ ## What is an MVP?
14
+
15
+ An MVP is NOT a feature-light product. It's the smallest thing that tests your riskiest assumption and enables validated learning.
16
+
17
+ ## Steps Overview
18
+
19
+ 1. **Identify Riskiest Assumption** - What could kill this idea?
20
+ 2. **Define Success Criteria** - How will you know if it worked?
21
+ 3. **Design Smallest Test** - What's the minimum to test the assumption?
22
+ 4. **Scope MVP Features** - What's absolutely necessary?
23
+ 5. **Plan Build-Measure-Learn** - How will you learn?
24
+ 6. **Synthesize** - Create MVP specification document
25
+
26
+ ## Output
27
+
28
+ **Artifact:** MVP spec in `{output_folder}/mvp-spec-{mvp-name}-{date}.md`
29
+
30
+ ---
31
+
32
+ ## INITIALIZATION
33
+
34
+ Load config from {project-root}/_bmad/bme/_vortex/config.yaml
35
+
36
+ Load step: {project-root}/_bmad/bme/_vortex/workflows/mvp/steps/step-01-riskiest-assumption.md
@@ -0,0 +1,147 @@
1
+ ---
2
+ title: "Product Vision: {product-name}"
3
+ date: {date}
4
+ created-by: {user-name} with Emma (contextualization-expert)
5
+ type: product-vision
6
+ status: DRAFT
7
+ version: 1.0
8
+ ---
9
+
10
+ # Product Vision: {product-name}
11
+
12
+ ## Vision Statement
13
+
14
+ > {vision-statement}
15
+
16
+ **For** {target-users}
17
+ **Who** {problem-statement}
18
+ **The** {product-name} **is a** {product-category}
19
+ **That** {key-benefit}
20
+ **Unlike** {competition}
21
+ **Our product** {unique-differentiation}
22
+
23
+ ---
24
+
25
+ ## The Problem We're Solving
26
+
27
+ ### Problem Statement
28
+ {problem-description}
29
+
30
+ ### Why This Matters
31
+ {problem-importance}
32
+
33
+ ### Market Size & Opportunity
34
+ {market-opportunity}
35
+
36
+ ### Current Alternatives & Their Limitations
37
+ {existing-solutions}
38
+
39
+ ---
40
+
41
+ ## Who We Serve
42
+
43
+ ### Primary Target User
44
+ {primary-target}
45
+
46
+ ### Secondary Target Users
47
+ {secondary-targets}
48
+
49
+ ### Market Segments
50
+ {market-segments}
51
+
52
+ ---
53
+
54
+ ## Our Unique Approach
55
+
56
+ ### What Makes Us Different
57
+ {differentiation}
58
+
59
+ ### Our Competitive Advantage
60
+ {competitive-advantage}
61
+
62
+ ### Why Now?
63
+ {timing-rationale}
64
+
65
+ ---
66
+
67
+ ## Future State (3-5 Years)
68
+
69
+ ### Where We're Headed
70
+ {future-vision}
71
+
72
+ ### Success Looks Like
73
+ {success-description}
74
+
75
+ ### Key Milestones
76
+ {milestones}
77
+
78
+ ---
79
+
80
+ ## Guiding Principles
81
+
82
+ ### What We Won't Compromise
83
+ {principles}
84
+
85
+ ### What We Say No To
86
+ {anti-patterns}
87
+
88
+ ### Our Values
89
+ {values}
90
+
91
+ ---
92
+
93
+ ## Success Metrics
94
+
95
+ ### North Star Metric
96
+ {north-star-metric}
97
+
98
+ ### Supporting Metrics
99
+ {supporting-metrics}
100
+
101
+ ### Leading Indicators
102
+ {leading-indicators}
103
+
104
+ ---
105
+
106
+ ## Strategic Assumptions
107
+
108
+ ### Critical Assumptions (Must be true)
109
+ {critical-assumptions}
110
+
111
+ ### Important Assumptions (Should validate)
112
+ {important-assumptions}
113
+
114
+ ### Nice-to-Validate (Lower priority)
115
+ {nice-to-validate}
116
+
117
+ ---
118
+
119
+ ## Validation Plan
120
+
121
+ ### How We'll Test This Vision
122
+ {validation-strategy}
123
+
124
+ ### Timeline
125
+ {validation-timeline}
126
+
127
+ ### Decision Criteria
128
+ {decision-criteria}
129
+
130
+ ---
131
+
132
+ ## Team Alignment
133
+
134
+ ### Who Contributed
135
+ {contributors}
136
+
137
+ ### Alignment Score
138
+ {alignment-score}
139
+
140
+ ### Open Questions
141
+ {open-questions}
142
+
143
+ ---
144
+
145
+ **Created with:** BMAD-Enhanced v1.2.0 - Vortex Framework (Contextualize Stream)
146
+ **Agent:** Emma (Contextualization Expert)
147
+ **Workflow:** product-vision