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,55 @@
1
+ ---
2
+ workflow: product-vision
3
+ type: step-file
4
+ description: Define product vision and strategic alignment before building
5
+ author: Emma (contextualization-expert)
6
+ version: 1.2.0
7
+ ---
8
+
9
+ # Create Product Vision Workflow
10
+
11
+ This workflow guides you through defining a clear, compelling product vision that aligns your team around the "why" before you build the "what."
12
+
13
+ ## What is a Product Vision?
14
+
15
+ A product vision is a strategic statement that articulates:
16
+ - **Why this product should exist** - The problem it solves and impact it creates
17
+ - **Who it's for** - The specific users/market it serves
18
+ - **What makes it different** - The unique approach or advantage
19
+ - **Where it's headed** - The long-term direction (3-5 years)
20
+
21
+ A good product vision:
22
+ - **Inspires** - Gets people excited to build it
23
+ - **Focuses** - Helps say "no" to distractions
24
+ - **Aligns** - Ensures everyone is rowing in the same direction
25
+ - **Guides decisions** - When in doubt, does this serve the vision?
26
+
27
+ ## Workflow Structure
28
+
29
+ **Step-file architecture:**
30
+ - Just-in-time loading (each step loads only when needed)
31
+ - Sequential enforcement (must complete step N before step N+1)
32
+ - State tracking in frontmatter (progress preserved)
33
+
34
+ ## Steps Overview
35
+
36
+ 1. **Define the Problem** - What problem are we solving? Why does it matter?
37
+ 2. **Identify Target Market** - Who specifically are we serving?
38
+ 3. **Articulate Unique Approach** - What makes our solution different/better?
39
+ 4. **Envision Future State** - What does success look like in 3-5 years?
40
+ 5. **Align on Principles** - What won't we compromise on?
41
+ 6. **Synthesize** - Create the final product vision document
42
+
43
+ ## Output
44
+
45
+ **Artifact:** Product vision document in `{output_folder}/product-vision-{product-name}-{date}.md`
46
+
47
+ **Template:** Uses [product-vision.template.md](product-vision.template.md)
48
+
49
+ ---
50
+
51
+ ## INITIALIZATION
52
+
53
+ Load config from {project-root}/_bmad/bme/_vortex/config.yaml
54
+
55
+ Load step: {project-root}/_bmad/bme/_vortex/workflows/product-vision/steps/step-01-define-problem.md
@@ -0,0 +1,25 @@
1
+ ---
2
+ title: "PoC: {poc-name}"
3
+ date: {date}
4
+ type: proof-of-concept
5
+ status: {status}
6
+ ---
7
+
8
+ # Proof-of-Concept: {poc-name}
9
+
10
+ ## Technical Risk
11
+
12
+ {technical-risk}
13
+
14
+ ## PoC Results
15
+
16
+ {results}
17
+
18
+ ## Feasibility Assessment
19
+
20
+ {feasibility}
21
+
22
+ ---
23
+
24
+ **Created with:** BMAD-Enhanced v1.2.0
25
+ **Workflow:** proof-of-concept
@@ -0,0 +1,8 @@
1
+ ---
2
+ step: 1
3
+ workflow: proof-of-concept
4
+ ---
5
+
6
+ # Step 1
7
+
8
+ [PoC step 1 content]
@@ -0,0 +1,8 @@
1
+ ---
2
+ step: 2
3
+ workflow: proof-of-concept
4
+ ---
5
+
6
+ # Step 2
7
+
8
+ [PoC step 2 content]
@@ -0,0 +1,8 @@
1
+ ---
2
+ step: 3
3
+ workflow: proof-of-concept
4
+ ---
5
+
6
+ # Step 3
7
+
8
+ [PoC step 3 content]
@@ -0,0 +1,8 @@
1
+ ---
2
+ step: 4
3
+ workflow: proof-of-concept
4
+ ---
5
+
6
+ # Step 4
7
+
8
+ [PoC step 4 content]
@@ -0,0 +1,8 @@
1
+ ---
2
+ step: 5
3
+ workflow: proof-of-concept
4
+ ---
5
+
6
+ # Step 5
7
+
8
+ [PoC step 5 content]
@@ -0,0 +1,8 @@
1
+ ---
2
+ step: 6
3
+ workflow: proof-of-concept
4
+ ---
5
+
6
+ # Step 6
7
+
8
+ [PoC step 6 content]
@@ -0,0 +1,30 @@
1
+ # Validate Proof of Concept
2
+
3
+ **Status:** Coming in v1.2.0
4
+
5
+ **Agent:** Wade (Lean Experiments Specialist)
6
+
7
+ **Stream:** Externalize
8
+
9
+ ## Overview
10
+
11
+ This validation workflow helps you review proof-of-concepts to ensure they answer the technical question without over-engineering.
12
+
13
+ ## What Gets Validated
14
+
15
+ - Is the technical question clearly stated?
16
+ - Is the approach appropriate (not over-engineered)?
17
+ - Are implementation details documented?
18
+ - Are results based on evidence?
19
+ - Is the feasibility decision justified?
20
+ - Does this focus on learning over production quality?
21
+
22
+ ## Coming in v1.2.0
23
+
24
+ This validation workflow will be available alongside the proof-of-concept workflow in March 2026.
25
+
26
+ ## Questions?
27
+
28
+ For questions or to request early access:
29
+ - GitHub Issues: https://github.com/amalik/BMAD-Enhanced/issues
30
+ - Tag with: `workflow:proof-of-concept` and `v1.2.0`
@@ -0,0 +1,26 @@
1
+ ---
2
+ workflow: proof-of-concept
3
+ type: step-file
4
+ description: Validate technical feasibility before business case
5
+ author: Wade (lean-experiments-specialist)
6
+ version: 1.2.0
7
+ ---
8
+
9
+ # Proof-of-Concept Workflow
10
+
11
+ Validate that you CAN build this before validating that you SHOULD.
12
+
13
+ ## Steps Overview
14
+
15
+ 1. **Define Technical Risk** - What could prevent this from working?
16
+ 2. **Design PoC Scope** - Smallest test of technical feasibility
17
+ 3. **Build Prototype** - Create proof-of-concept
18
+ 4. **Test Technical Assumptions** - Does it work?
19
+ 5. **Evaluate Feasibility** - Can we build this at scale?
20
+ 6. **Document Findings** - What did we learn?
21
+
22
+ ---
23
+
24
+ ## INITIALIZATION
25
+
26
+ Load step: {project-root}/_bmad/bme/_vortex/workflows/proof-of-concept/steps/step-01.md
@@ -0,0 +1,29 @@
1
+ ---
2
+ title: "PoV: {pov-name}"
3
+ date: {date}
4
+ type: proof-of-value
5
+ status: {status}
6
+ ---
7
+
8
+ # Proof-of-Value: {pov-name}
9
+
10
+ ## Value Hypothesis
11
+
12
+ {value-hypothesis}
13
+
14
+ ## Market Test Results
15
+
16
+ {results}
17
+
18
+ ## Business Case
19
+
20
+ {business-case}
21
+
22
+ ## Decision
23
+
24
+ {decision}
25
+
26
+ ---
27
+
28
+ **Created with:** BMAD-Enhanced v1.2.0
29
+ **Workflow:** proof-of-value
@@ -0,0 +1,8 @@
1
+ ---
2
+ step: 1
3
+ workflow: proof-of-value
4
+ ---
5
+
6
+ # Step 1
7
+
8
+ [PoV step 1 content]
@@ -0,0 +1,8 @@
1
+ ---
2
+ step: 2
3
+ workflow: proof-of-value
4
+ ---
5
+
6
+ # Step 2
7
+
8
+ [PoV step 2 content]
@@ -0,0 +1,8 @@
1
+ ---
2
+ step: 3
3
+ workflow: proof-of-value
4
+ ---
5
+
6
+ # Step 3
7
+
8
+ [PoV step 3 content]
@@ -0,0 +1,8 @@
1
+ ---
2
+ step: 4
3
+ workflow: proof-of-value
4
+ ---
5
+
6
+ # Step 4
7
+
8
+ [PoV step 4 content]
@@ -0,0 +1,8 @@
1
+ ---
2
+ step: 5
3
+ workflow: proof-of-value
4
+ ---
5
+
6
+ # Step 5
7
+
8
+ [PoV step 5 content]
@@ -0,0 +1,8 @@
1
+ ---
2
+ step: 6
3
+ workflow: proof-of-value
4
+ ---
5
+
6
+ # Step 6
7
+
8
+ [PoV step 6 content]
@@ -0,0 +1,30 @@
1
+ # Validate Proof of Value
2
+
3
+ **Status:** Coming in v1.2.0
4
+
5
+ **Agent:** Wade (Lean Experiments Specialist)
6
+
7
+ **Stream:** Externalize
8
+
9
+ ## Overview
10
+
11
+ This validation workflow helps you review proof-of-values to ensure they test real user value, not just feature interest.
12
+
13
+ ## What Gets Validated
14
+
15
+ - Is the value hypothesis specific and testable?
16
+ - Are target users clearly defined?
17
+ - Is the validation approach appropriate?
18
+ - Are results based on actual user feedback?
19
+ - Is the business case justified by evidence?
20
+ - Does this test value perception, not just feature desirability?
21
+
22
+ ## Coming in v1.2.0
23
+
24
+ This validation workflow will be available alongside the proof-of-value 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:proof-of-value` and `v1.2.0`
@@ -0,0 +1,26 @@
1
+ ---
2
+ workflow: proof-of-value
3
+ type: step-file
4
+ description: Validate business value and market demand
5
+ author: Wade (lean-experiments-specialist)
6
+ version: 1.2.0
7
+ ---
8
+
9
+ # Proof-of-Value Workflow
10
+
11
+ Validate that you SHOULD build this (business case) after proving you CAN.
12
+
13
+ ## Steps Overview
14
+
15
+ 1. **Define Value Hypothesis** - What value does this create?
16
+ 2. **Design Value Test** - How will you validate demand?
17
+ 3. **Run Market Experiment** - Test with real users/customers
18
+ 4. **Measure Willingness to Pay** - Will they pay? How much?
19
+ 5. **Calculate Business Case** - Is this viable?
20
+ 6. **Document Decision** - Build, pivot, or kill?
21
+
22
+ ---
23
+
24
+ ## INITIALIZATION
25
+
26
+ Load step: {project-root}/_bmad/bme/_vortex/workflows/proof-of-value/steps/step-01.md