bmad-enhanced 1.5.0 → 1.5.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.
- package/CHANGELOG.md +12 -0
- package/README.md +19 -14
- package/_bmad/bme/_vortex/config.yaml +1 -1
- package/_bmad/bme/_vortex/workflows/contextualize-scope/steps/step-06-synthesize.md +9 -6
- package/_bmad/bme/_vortex/workflows/empathy-map/steps/step-06-synthesize.md +8 -8
- package/_bmad/bme/_vortex/workflows/lean-experiment/steps/step-06.md +14 -0
- package/_bmad/bme/_vortex/workflows/lean-persona/steps/step-06-synthesize.md +11 -1
- package/_bmad/bme/_vortex/workflows/learning-card/steps/step-06-synthesize.md +11 -1
- package/_bmad/bme/_vortex/workflows/mvp/steps/step-06-synthesize.md +13 -1
- package/_bmad/bme/_vortex/workflows/pivot-patch-persevere/steps/step-06-action-plan.md +11 -1
- package/_bmad/bme/_vortex/workflows/product-vision/steps/step-06-synthesize.md +12 -0
- package/_bmad/bme/_vortex/workflows/proof-of-concept/steps/step-06.md +14 -0
- package/_bmad/bme/_vortex/workflows/proof-of-value/steps/step-06.md +14 -0
- package/_bmad/bme/_vortex/workflows/user-discovery/steps/step-06-synthesize.md +9 -7
- package/_bmad/bme/_vortex/workflows/user-interview/steps/step-06-synthesize.md +13 -3
- package/package.json +1 -1
- package/scripts/install-vortex-agents.js +0 -1
- package/scripts/update/lib/config-merger.js +10 -2
- package/scripts/update/lib/validator.js +3 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
---
|
|
9
9
|
|
|
10
|
+
## [1.5.1] - 2026-02-20
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
|
|
14
|
+
- **Vortex Compass** — Evidence-driven cross-stream navigation in every workflow's final step
|
|
15
|
+
- Conditional "If you learned X → go to Y" tables replace fixed "Next suggested workflow" links
|
|
16
|
+
- Each compass points to workflows across different agents, creating true vortex loops
|
|
17
|
+
- All 12 workflow endpoints now interconnect (vortex-navigation excluded — it IS the navigator)
|
|
18
|
+
- Always includes Max's Vortex Navigation as escape hatch for full gap analysis
|
|
19
|
+
|
|
20
|
+
---
|
|
21
|
+
|
|
10
22
|
## [1.5.0] - 2026-02-20
|
|
11
23
|
|
|
12
24
|
### Added
|
package/README.md
CHANGED
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
|
|
5
5
|
> Four specialized agents: Emma, Wade, Isla, and Max
|
|
6
6
|
|
|
7
|
-
[]()
|
|
8
|
+
[]()
|
|
9
9
|
[]()
|
|
10
10
|
[]()
|
|
11
11
|
[]()
|
|
@@ -434,7 +434,7 @@ v1.1.0 v1.3.x ✅ v1.4.x ✅ v1.5.0 ✅ v2.0.
|
|
|
434
434
|
├────────────────┬────────────────┬────────────────┬────────────────┬──────────┤
|
|
435
435
|
│ Foundation ✅ │ Tooling ✅ │ Quality ✅ │ Wave 2 ✅ │ Advanced │
|
|
436
436
|
│ • Emma + Wade │ • Update tools │ • Refactor │ • Isla + Max │ • Wave 3 │
|
|
437
|
-
│ • 7 workflows │ • Migration │ •
|
|
437
|
+
│ • 7 workflows │ • Migration │ • 183 tests │ • 13 workflows │ • Multi │
|
|
438
438
|
│ • Framework │ • Automation │ • CI/CD + lint │ • 4 streams │ • Stats │
|
|
439
439
|
└────────────────┴────────────────┴────────────────┴────────────────┴──────────┘
|
|
440
440
|
Feb 2026 Feb 2026 Feb 2026 Feb 2026 Q3 2026
|
|
@@ -486,6 +486,7 @@ The Vortex framework brings structured validation to product development:
|
|
|
486
486
|
- **Externalize Stream (Wade):** Test assumptions with real users
|
|
487
487
|
- **Systematize Stream (Max):** Capture learnings and navigate between streams
|
|
488
488
|
- **Integrated Approach:** Strategic clarity → User empathy → Validated learning → Systematic decisions
|
|
489
|
+
- **Vortex Compass:** Every workflow ends with evidence-driven navigation — "If you learned X → go to Y" — creating non-linear loops across all streams
|
|
489
490
|
|
|
490
491
|
### 🔄 Clear Agent Differentiation
|
|
491
492
|
|
|
@@ -565,16 +566,20 @@ Zero-dependency test runner (`node:test`)
|
|
|
565
566
|
|
|
566
567
|
| Suite | Tests | Coverage |
|
|
567
568
|
|-------|-------|----------|
|
|
568
|
-
| utils |
|
|
569
|
-
| registry |
|
|
570
|
-
| version-detector |
|
|
571
|
-
| config-merger |
|
|
572
|
-
| backup-manager |
|
|
569
|
+
| utils | 12 | compareVersions, getPackageVersion, findProjectRoot |
|
|
570
|
+
| registry | 19 | getMigrationsFor, getBreakingChanges, hasMigrationBeenApplied |
|
|
571
|
+
| version-detector | 23 | getCurrentVersion, detectInstallationScenario |
|
|
572
|
+
| config-merger | 17 | mergeConfig, validateConfig, addMigrationHistory |
|
|
573
|
+
| backup-manager | 11 | createBackup, restoreBackup, cleanupOldBackups |
|
|
573
574
|
| migration-runner | 10 | executeMigration, previewMigrations, MigrationError |
|
|
574
|
-
| migration-
|
|
575
|
-
|
|
|
576
|
-
|
|
|
577
|
-
|
|
|
575
|
+
| migration-runner-orchestration | 9 | runMigrations full cycle, dry-run, skip, lock conflict, error handling |
|
|
576
|
+
| validator | 23 | validateInstallation, config, agents, workflows, manifest, user data, deprecated |
|
|
577
|
+
| migrations-to-1.5.0 | 6 | 1.3.x and 1.4.x migration metadata, preview, apply |
|
|
578
|
+
| fresh-install (integration) | 9 | refreshInstallation end-to-end (all 4 agents) |
|
|
579
|
+
| upgrade (integration) | 22 | v1.0.x→1.5.0, v1.3.x→1.5.0, v1.4.x→1.5.0 upgrade paths |
|
|
580
|
+
| cli-entry-points (integration) | 8 | index.js, bmad-version, bmad-update, bmad-doctor |
|
|
581
|
+
| installer-e2e (integration) | 7 | install-vortex-agents CLI end-to-end, idempotency |
|
|
582
|
+
| bmad-doctor (integration) | 7 | negative paths: no project, missing config, invalid YAML, missing agents, stale/corrupt lock, version mismatch |
|
|
578
583
|
|
|
579
584
|
**CI Pipeline (6 jobs):**
|
|
580
585
|
|
|
@@ -678,7 +683,7 @@ Max follows the same agent architecture as Emma and Wade. Infrastructure validat
|
|
|
678
683
|
- ✅ **v1.2.0** - All 7 workflows implemented (56 files)
|
|
679
684
|
- ✅ **v1.3.x** - Update/migration system with backup and rollback
|
|
680
685
|
- ✅ **v1.4.0** - Architecture refactor (single source of truth, project root detection, safer migrations)
|
|
681
|
-
- ✅ **v1.4.1** - Industrial-grade tooling (
|
|
686
|
+
- ✅ **v1.4.1** - Industrial-grade tooling (183 tests, CI/CD, ESLint, bmad-doctor, publish-on-tag)
|
|
682
687
|
- ✅ **v1.5.0** - Wave 2: Isla + Max agents, 13 workflows, 4 Vortex streams
|
|
683
688
|
|
|
684
689
|
### Future (v1.6.0 / v2.0.0+)
|
|
@@ -882,7 +887,7 @@ We welcome contributions! Areas where we need help:
|
|
|
882
887
|
**Quality:**
|
|
883
888
|
- 100% P0 test pass rate for all agents
|
|
884
889
|
- All quality gates passed before release
|
|
885
|
-
-
|
|
890
|
+
- 180+ automated tests across unit and integration suites
|
|
886
891
|
|
|
887
892
|
---
|
|
888
893
|
|
|
@@ -20,11 +20,14 @@ Provide final decision summary:
|
|
|
20
20
|
|
|
21
21
|
## Workflow Complete
|
|
22
22
|
|
|
23
|
-
|
|
24
|
-
- **lean-persona** to understand your target user
|
|
25
|
-
- **Wade's mvp** to design your minimum viable product
|
|
26
|
-
- **Wade's lean-experiment** to validate assumptions
|
|
23
|
+
## Vortex Compass
|
|
27
24
|
|
|
28
|
-
|
|
25
|
+
Based on what you just completed, here are your evidence-driven options:
|
|
26
|
+
|
|
27
|
+
| If you learned... | Consider next... | Agent | Why |
|
|
28
|
+
|---|---|---|---|
|
|
29
|
+
| Scope is defined, users unknown | lean-persona | Emma 🎯 | Understand who exists in this problem space |
|
|
30
|
+
| Scope chosen, need user validation | user-interview | Isla 🔍 | Confirm real users care about this scope |
|
|
31
|
+
| Ready to test assumptions | mvp | Wade 🧪 | Design the smallest test for your scope decision |
|
|
29
32
|
|
|
30
|
-
**
|
|
33
|
+
**Or run Max's [VN] Vortex Navigation** for a full gap analysis across all streams.
|
|
@@ -91,14 +91,14 @@ Once you confirm, I'll create:
|
|
|
91
91
|
|
|
92
92
|
---
|
|
93
93
|
|
|
94
|
-
##
|
|
94
|
+
## Vortex Compass
|
|
95
95
|
|
|
96
|
-
|
|
96
|
+
Based on what you just completed, here are your evidence-driven options:
|
|
97
97
|
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
98
|
+
| If you learned... | Consider next... | Agent | Why |
|
|
99
|
+
|---|---|---|---|
|
|
100
|
+
| Pain points need validation | lean-experiment | Wade 🧪 | Test if pain points drive real behavior |
|
|
101
|
+
| New user segment discovered | lean-persona | Emma 🎯 | Re-contextualize for the new segment |
|
|
102
|
+
| Deeper understanding needed | user-interview | Isla 🔍 | Follow up with targeted interviews |
|
|
103
103
|
|
|
104
|
-
|
|
104
|
+
**Or run Max's [VN] Vortex Navigation** for a full gap analysis across all streams.
|
|
@@ -6,3 +6,17 @@ workflow: lean-experiment
|
|
|
6
6
|
# Step 6
|
|
7
7
|
|
|
8
8
|
[Content for step 6]
|
|
9
|
+
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
## Vortex Compass
|
|
13
|
+
|
|
14
|
+
Based on what you just completed, here are your evidence-driven options:
|
|
15
|
+
|
|
16
|
+
| If you learned... | Consider next... | Agent | Why |
|
|
17
|
+
|---|---|---|---|
|
|
18
|
+
| Experiment complete | learning-card | Max 🧭 | Capture validated learning before it fades |
|
|
19
|
+
| Results challenge assumptions | contextualize-scope | Emma 🎯 | Re-evaluate your problem space framing |
|
|
20
|
+
| User behavior surprising | empathy-map | Isla 🔍 | Understand why users behaved unexpectedly |
|
|
21
|
+
|
|
22
|
+
**Or run Max's [VN] Vortex Navigation** for a full gap analysis across all streams.
|
|
@@ -113,4 +113,14 @@ After synthesis, your lean persona artifact will include:
|
|
|
113
113
|
- Validation experiments ready to run
|
|
114
114
|
- Revision history to track what you learn
|
|
115
115
|
|
|
116
|
-
|
|
116
|
+
## Vortex Compass
|
|
117
|
+
|
|
118
|
+
Based on what you just completed, here are your evidence-driven options:
|
|
119
|
+
|
|
120
|
+
| If you learned... | Consider next... | Agent | Why |
|
|
121
|
+
|---|---|---|---|
|
|
122
|
+
| Riskiest assumptions identified | lean-experiment | Wade 🧪 | Test your riskiest assumption with real users |
|
|
123
|
+
| User needs unclear | user-interview | Isla 🔍 | Validate persona assumptions with actual users |
|
|
124
|
+
| Multiple user segments | empathy-map | Isla 🔍 | Build deeper understanding of each segment |
|
|
125
|
+
|
|
126
|
+
**Or run Max's [VN] Vortex Navigation** for a full gap analysis across all streams.
|
|
@@ -105,4 +105,14 @@ After synthesis, your learning card artifact will include:
|
|
|
105
105
|
- Links to related learnings and discoverability tags
|
|
106
106
|
- Revision history for future updates as you learn more
|
|
107
107
|
|
|
108
|
-
|
|
108
|
+
## Vortex Compass
|
|
109
|
+
|
|
110
|
+
Based on what you just completed, here are your evidence-driven options:
|
|
111
|
+
|
|
112
|
+
| If you learned... | Consider next... | Agent | Why |
|
|
113
|
+
|---|---|---|---|
|
|
114
|
+
| Learning triggers strategic decision | pivot-patch-persevere | Max 🧭 | Decide: pivot, patch, or persevere |
|
|
115
|
+
| Need more data | lean-experiment | Wade 🧪 | Run follow-up experiments |
|
|
116
|
+
| Assumptions invalidated | contextualize-scope | Emma 🎯 | Re-frame the problem based on evidence |
|
|
117
|
+
|
|
118
|
+
**Or run Max's [VN] Vortex Navigation** for a full gap analysis across all streams.
|
|
@@ -10,4 +10,16 @@ Create your final MVP specification.
|
|
|
10
10
|
|
|
11
11
|
## Workflow Complete
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
## Vortex Compass
|
|
16
|
+
|
|
17
|
+
Based on what you just completed, here are your evidence-driven options:
|
|
18
|
+
|
|
19
|
+
| If you learned... | Consider next... | Agent | Why |
|
|
20
|
+
|---|---|---|---|
|
|
21
|
+
| MVP designed, ready to run | lean-experiment | Wade 🧪 | Execute the Build-Measure-Learn cycle |
|
|
22
|
+
| Unsure about user needs | user-interview | Isla 🔍 | Validate user need before building |
|
|
23
|
+
| MVP results available | learning-card | Max 🧭 | Capture what you learned from the MVP |
|
|
24
|
+
|
|
25
|
+
**Or run Max's [VN] Vortex Navigation** for a full gap analysis across all streams.
|
|
@@ -172,4 +172,14 @@ After creating the action plan, your PPP decision artifact will include:
|
|
|
172
172
|
- Concrete action plan with owners, timelines, and success metrics
|
|
173
173
|
- Risk mitigation strategies
|
|
174
174
|
|
|
175
|
-
|
|
175
|
+
## Vortex Compass
|
|
176
|
+
|
|
177
|
+
Based on what you just completed, here are your evidence-driven options:
|
|
178
|
+
|
|
179
|
+
| If you learned... | Consider next... | Agent | Why |
|
|
180
|
+
|---|---|---|---|
|
|
181
|
+
| Pivoting — new direction | contextualize-scope | Emma 🎯 | Re-contextualize for the pivot |
|
|
182
|
+
| Patching — adjust approach | lean-experiment | Wade 🧪 | Test the adjusted approach |
|
|
183
|
+
| Persevering — need deeper insight | user-discovery | Isla 🔍 | Strengthen your understanding of users |
|
|
184
|
+
|
|
185
|
+
**Or run Max's [VN] Vortex Navigation** for a full gap analysis across all streams.
|
|
@@ -153,3 +153,15 @@ After synthesis, your product vision document will include:
|
|
|
153
153
|
- Team alignment status
|
|
154
154
|
|
|
155
155
|
This becomes your strategic foundation for all product decisions.
|
|
156
|
+
|
|
157
|
+
## Vortex Compass
|
|
158
|
+
|
|
159
|
+
Based on what you just completed, here are your evidence-driven options:
|
|
160
|
+
|
|
161
|
+
| If you learned... | Consider next... | Agent | Why |
|
|
162
|
+
|---|---|---|---|
|
|
163
|
+
| Vision is clear, users are not | lean-persona | Emma 🎯 | Define who you're building for |
|
|
164
|
+
| Strategic assumptions need testing | lean-experiment | Wade 🧪 | Validate your biggest strategic bet |
|
|
165
|
+
| User needs are assumed, not researched | user-discovery | Isla 🔍 | Ground your vision in real user evidence |
|
|
166
|
+
|
|
167
|
+
**Or run Max's [VN] Vortex Navigation** for a full gap analysis across all streams.
|
|
@@ -6,3 +6,17 @@ workflow: proof-of-concept
|
|
|
6
6
|
# Step 6
|
|
7
7
|
|
|
8
8
|
[PoC step 6 content]
|
|
9
|
+
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
## Vortex Compass
|
|
13
|
+
|
|
14
|
+
Based on what you just completed, here are your evidence-driven options:
|
|
15
|
+
|
|
16
|
+
| If you learned... | Consider next... | Agent | Why |
|
|
17
|
+
|---|---|---|---|
|
|
18
|
+
| Technically feasible | proof-of-value | Wade 🧪 | Now validate the business case |
|
|
19
|
+
| Feasibility uncertain | lean-experiment | Wade 🧪 | Run a focused technical experiment |
|
|
20
|
+
| Results available | learning-card | Max 🧭 | Document technical learnings |
|
|
21
|
+
|
|
22
|
+
**Or run Max's [VN] Vortex Navigation** for a full gap analysis across all streams.
|
|
@@ -6,3 +6,17 @@ workflow: proof-of-value
|
|
|
6
6
|
# Step 6
|
|
7
7
|
|
|
8
8
|
[PoV step 6 content]
|
|
9
|
+
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
## Vortex Compass
|
|
13
|
+
|
|
14
|
+
Based on what you just completed, here are your evidence-driven options:
|
|
15
|
+
|
|
16
|
+
| If you learned... | Consider next... | Agent | Why |
|
|
17
|
+
|---|---|---|---|
|
|
18
|
+
| Business value validated | learning-card | Max 🧭 | Capture the evidence for stakeholders |
|
|
19
|
+
| Value unclear, need user data | user-interview | Isla 🔍 | Understand willingness to pay |
|
|
20
|
+
| Pivot needed | pivot-patch-persevere | Max 🧭 | Make a structured pivot decision |
|
|
21
|
+
|
|
22
|
+
**Or run Max's [VN] Vortex Navigation** for a full gap analysis across all streams.
|
|
@@ -143,12 +143,14 @@ Once you confirm, I'll create:
|
|
|
143
143
|
|
|
144
144
|
---
|
|
145
145
|
|
|
146
|
-
##
|
|
146
|
+
## Vortex Compass
|
|
147
147
|
|
|
148
|
-
|
|
148
|
+
Based on what you just completed, here are your evidence-driven options:
|
|
149
149
|
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
150
|
+
| If you learned... | Consider next... | Agent | Why |
|
|
151
|
+
|---|---|---|---|
|
|
152
|
+
| Problem space needs reframing | contextualize-scope | Emma 🎯 | Re-scope based on discovery findings |
|
|
153
|
+
| Ready to test hypotheses | lean-experiment | Wade 🧪 | Design experiments from discovery insights |
|
|
154
|
+
| Need deeper empathy for key users | empathy-map | Isla 🔍 | Map the users you discovered in depth |
|
|
155
|
+
|
|
156
|
+
**Or run Max's [VN] Vortex Navigation** for a full gap analysis across all streams.
|
|
@@ -153,6 +153,16 @@ Your artifact will include:
|
|
|
153
153
|
- Recommendations and next actions
|
|
154
154
|
- Research quality assessment
|
|
155
155
|
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
156
|
+
---
|
|
157
|
+
|
|
158
|
+
## Vortex Compass
|
|
159
|
+
|
|
160
|
+
Based on what you just completed, here are your evidence-driven options:
|
|
161
|
+
|
|
162
|
+
| If you learned... | Consider next... | Agent | Why |
|
|
163
|
+
|---|---|---|---|
|
|
164
|
+
| Insights suggest different problem | contextualize-scope | Emma 🎯 | Re-scope based on what users actually said |
|
|
165
|
+
| Riskiest insights identified | lean-experiment | Wade 🧪 | Test your riskiest insight with an experiment |
|
|
166
|
+
| Want to synthesize across users | empathy-map | Isla 🔍 | Map patterns across all interview subjects |
|
|
167
|
+
|
|
168
|
+
**Or run Max's [VN] Vortex Navigation** for a full gap analysis across all streams.
|
package/package.json
CHANGED
|
@@ -174,7 +174,6 @@ function printSuccess() {
|
|
|
174
174
|
async function main() {
|
|
175
175
|
try {
|
|
176
176
|
// Use findProjectRoot for existing projects, fall back to cwd for fresh installs
|
|
177
|
-
// eslint-disable-next-line no-restricted-syntax -- fresh install has no _bmad/ dir to detect
|
|
178
177
|
const projectRoot = findProjectRoot() || process.cwd();
|
|
179
178
|
|
|
180
179
|
printBanner();
|
|
@@ -32,8 +32,16 @@ async function mergeConfig(currentConfigPath, newVersion, updates = {}) {
|
|
|
32
32
|
// Extract user preferences
|
|
33
33
|
const userPrefs = extractUserPreferences(current);
|
|
34
34
|
|
|
35
|
-
//
|
|
36
|
-
const
|
|
35
|
+
// Seed with required structural defaults for fresh installs
|
|
36
|
+
const defaults = {
|
|
37
|
+
submodule_name: '_vortex',
|
|
38
|
+
description: 'Vortex Framework - Contextualize, Empathize, Externalize, and Systematize streams',
|
|
39
|
+
module: 'bme',
|
|
40
|
+
output_folder: '{project-root}/_bmad-output/vortex-artifacts'
|
|
41
|
+
};
|
|
42
|
+
|
|
43
|
+
// Start with defaults, overlay current config (preserves existing values)
|
|
44
|
+
const merged = { ...defaults, ...current };
|
|
37
45
|
|
|
38
46
|
// Update version (system field)
|
|
39
47
|
merged.version = newVersion;
|
|
@@ -103,7 +103,9 @@ async function validateAgentFiles(projectRoot) {
|
|
|
103
103
|
const agentsDir = path.join(projectRoot, '_bmad/bme/_vortex/agents');
|
|
104
104
|
const requiredAgents = [
|
|
105
105
|
'contextualization-expert.md',
|
|
106
|
-
'lean-experiments-specialist.md'
|
|
106
|
+
'lean-experiments-specialist.md',
|
|
107
|
+
'discovery-empathy-expert.md',
|
|
108
|
+
'learning-decision-expert.md'
|
|
107
109
|
];
|
|
108
110
|
|
|
109
111
|
if (!fs.existsSync(agentsDir)) {
|