bmad-enhanced 1.3.1 → 1.3.3

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 +639 -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 +23 -4
  89. package/scripts/update/migrations/1.1.x-to-1.3.0.js +21 -2
  90. package/scripts/update/migrations/1.2.x-to-1.3.0.js +21 -2
package/CHANGELOG.md ADDED
@@ -0,0 +1,639 @@
1
+ # Changelog
2
+
3
+ All notable changes to BMAD-Enhanced will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+ ---
9
+
10
+ ## [1.3.3] - 2026-02-18
11
+
12
+ ### Fixed
13
+
14
+ **🧹 Legacy Directory Cleanup:**
15
+ - Added automatic removal of old `_designos` directory (pre-Vortex structure) in all migrations
16
+ - Users with installations from very old versions will now have the legacy directory removed automatically
17
+ - Migration preview now shows when legacy directory will be removed
18
+ - Removed obsolete `_designos` reference from `.npmignore`
19
+
20
+ **Updated migrations:**
21
+ - `1.0.x-to-1.3.0`, `1.1.x-to-1.3.0`, `1.2.x-to-1.3.0` all now remove `_bmad/bme/_designos/` if present
22
+
23
+ ---
24
+
25
+ ## [1.3.2] - 2026-02-18
26
+
27
+ ### Fixed
28
+
29
+ **🚨 CRITICAL Package Bug:**
30
+ - Fixed `.npmignore` excluding Vortex framework files from published package
31
+ - Agent files (`contextualization-expert.md`, `lean-experiments-specialist.md`) now included in package
32
+ - All workflow template files now included in package
33
+ - `CHANGELOG.md` and `UPDATE-GUIDE.md` now included in package
34
+ - User guides in both `vortex-artifacts/` and `design-artifacts/` now included
35
+ - **This was blocking all installations and migrations in v1.3.0 and v1.3.1** ❌
36
+
37
+ **Package now includes:**
38
+ - 113 files (was 27 in v1.3.0/v1.3.1)
39
+ - 116.1 kB (was 55.0 kB in v1.3.0/v1.3.1)
40
+ - All necessary agent and workflow files
41
+
42
+ **⚠️ Action Required:**
43
+ - If you installed v1.3.0 or v1.3.1: `npm install bmad-enhanced@1.3.2`
44
+ - Fresh installations now work: `npx bmad-install-agents`
45
+ - Migrations now work: `npx bmad-update`
46
+
47
+ ---
48
+
49
+ ## [1.3.1] - 2026-02-18
50
+
51
+ ### Fixed
52
+
53
+ **🐛 Migration Bug:**
54
+ - Fixed issue where deprecated agent files (`empathy-mapper.md`, `wireframe-designer.md`) were not being removed during migration
55
+ - All three migrations (1.0.x, 1.1.x, 1.2.x → 1.3.0) now properly remove deprecated agents before copying new ones
56
+ - Users upgrading from v1.0.x or v1.1.x will now see only the correct agent files
57
+ - Migration preview output now explicitly shows which deprecated files will be removed
58
+
59
+ **⚠️ Note:** v1.3.1 still had the critical `.npmignore` bug from v1.3.0. Use v1.3.2 instead.
60
+
61
+ ---
62
+
63
+ ## [1.3.0] - 2026-02-17
64
+
65
+ ### Major Release: Automatic Update/Migration System
66
+
67
+ This release introduces a comprehensive update/migration system that makes it safe and easy to upgrade BMAD-Enhanced from previous versions.
68
+
69
+ ### Added
70
+
71
+ **🔄 Automatic Update System:**
72
+ - **bmad-update** - Main update CLI with dry-run support
73
+ - Preview changes before applying: `npx bmad-update --dry-run`
74
+ - Interactive confirmation (or `--yes` to skip)
75
+ - Automatic backup before every migration
76
+ - Automatic rollback on failure
77
+ - Detailed progress indicators
78
+
79
+ - **bmad-version** - Version information CLI
80
+ - Shows current vs. latest version
81
+ - Displays migration history
82
+ - Update availability status
83
+ - Example: `npx bmad-version`
84
+
85
+ - **bmad-migrate** - Manual migration control (advanced users)
86
+ - Run specific migrations
87
+ - List available migrations
88
+ - Example: `npx bmad-migrate 1.1.x-to-1.2.0`
89
+
90
+ **📦 Migration Framework:**
91
+ - Version detector with fallback strategies
92
+ - Backup manager with automatic cleanup (keeps last 5)
93
+ - Config merger preserving user preferences
94
+ - Migration registry with version matching
95
+ - Installation validator with comprehensive checks
96
+ - Migration runner with orchestration and error handling
97
+
98
+ **🛡️ Data Safety:**
99
+ - Automatic backups before every migration
100
+ - Backup location: `_bmad-output/.backups/backup-{version}-{timestamp}/`
101
+ - Automatic rollback if migration fails
102
+ - Migration history tracking in config.yaml
103
+ - Migration logs in `_bmad-output/.logs/`
104
+ - Lock file prevents concurrent migrations
105
+
106
+ **📋 Migrations Implemented:**
107
+ - `1.2.x-to-1.3.0` - Minor update (adds migration system)
108
+ - Updates version, removes deprecated agents, refreshes agent files, verifies structure
109
+ - `1.1.x-to-1.3.0` - Minor update (no breaking changes)
110
+ - Updates version, removes deprecated agents, refreshes agent files, verifies structure
111
+ - `1.0.x-to-1.3.0` - Breaking change migration
112
+ - Moves empathy-map → _deprecated/
113
+ - Installs all 7 new workflows
114
+ - Updates config and agent manifest
115
+ - Removes deprecated agent files
116
+ - Preserves all user data
117
+
118
+ **📚 Documentation:**
119
+ - **UPDATE-GUIDE.md** - Comprehensive update documentation
120
+ - Quick update instructions
121
+ - Migration paths (v1.1.x and v1.0.x)
122
+ - Data safety guarantees
123
+ - Troubleshooting guide
124
+ - FAQs
125
+ - **README.md** - Added update section
126
+ - Version checking
127
+ - Update commands
128
+ - Migration paths
129
+ - Troubleshooting
130
+ - **CHANGELOG.md** - This entry!
131
+
132
+ ### Changed
133
+
134
+ **🎨 Enhanced Postinstall Experience:**
135
+ - Now detects upgrades automatically
136
+ - Shows breaking changes warnings
137
+ - Prompts to run `npx bmad-update`
138
+ - Displays current → new version
139
+ - Does NOT auto-migrate (requires user consent)
140
+
141
+ **⚙️ Package.json:**
142
+ - Added `js-yaml` dependency for config parsing
143
+ - Added 3 new bin commands:
144
+ - `bmad-update`
145
+ - `bmad-version`
146
+ - `bmad-migrate`
147
+
148
+ **📁 File Structure:**
149
+ - New `scripts/update/` directory:
150
+ - `lib/` - Shared migration logic (6 modules)
151
+ - `migrations/` - Individual migration files + registry
152
+ - `bmad-update.js`, `bmad-version.js`, `bmad-migrate.js` - CLI commands
153
+
154
+ ### Migration Features
155
+
156
+ **Preserved During Updates:**
157
+ - All user data in `_bmad-output/` (except documentation guides)
158
+ - User preferences (user_name, communication_language)
159
+ - Custom config settings (output_folder, party_mode_enabled)
160
+ - BMAD Method files (never touched)
161
+ - Deprecated workflows (remain functional in `_deprecated/`)
162
+
163
+ **Updated During Migrations:**
164
+ - Agent definition files
165
+ - Workflow files
166
+ - Config.yaml (with preference preservation)
167
+ - User guides (documentation)
168
+ - Agent manifest
169
+
170
+ **Version Tracking:**
171
+ - New `migration_history` field in config.yaml
172
+ - Tracks: timestamp, from_version, to_version, migrations_applied
173
+ - Prevents re-running migrations
174
+ - Useful for debugging and support
175
+
176
+ ### User Experience
177
+
178
+ **Before Update:**
179
+ ```bash
180
+ npm install bmad-enhanced@1.3.0
181
+ # Postinstall shows:
182
+ # ⚠ UPGRADE DETECTED
183
+ # Current version: 1.1.0
184
+ # New version: 1.3.0
185
+ # Run: npx bmad-update --dry-run (to preview)
186
+ ```
187
+
188
+ **Preview Changes:**
189
+ ```bash
190
+ npx bmad-update --dry-run
191
+ # Shows detailed preview of changes without applying
192
+ ```
193
+
194
+ **Apply Update:**
195
+ ```bash
196
+ npx bmad-update
197
+ # [1/5] Creating backup...
198
+ # [2/5] Running migrations...
199
+ # [3/5] Updating configuration...
200
+ # [4/5] Validating installation...
201
+ # [5/5] Cleanup...
202
+ # ✓ Migration completed successfully!
203
+ ```
204
+
205
+ ### Technical Implementation
206
+
207
+ **Core Components:**
208
+ - **version-detector.js** - Detects versions, determines migration path
209
+ - **backup-manager.js** - Creates backups, handles rollback
210
+ - **config-merger.js** - Smart YAML merging preserving user settings
211
+ - **migration-runner.js** - Orchestrates migrations, handles errors
212
+ - **validator.js** - Validates installation integrity
213
+ - **registry.js** - Tracks available migrations
214
+
215
+ **Migration Flow:**
216
+ 1. Detect current/target versions
217
+ 2. Get applicable migrations
218
+ 3. Create backup
219
+ 4. Execute migrations sequentially
220
+ 5. Update config and migration history
221
+ 6. Validate installation
222
+ 7. Cleanup old backups
223
+ 8. Create migration log
224
+
225
+ **Error Handling:**
226
+ - Automatic rollback on any failure
227
+ - Detailed error logs
228
+ - Migration lock prevents concurrent runs
229
+ - Validation checks after migration
230
+
231
+ ### Backwards Compatibility
232
+
233
+ - v1.1.x users: Smooth upgrade, no breaking changes
234
+ - v1.0.x users: Breaking changes handled automatically
235
+ - Fresh installs: Unaffected, install normally
236
+ - Manual migration: Fallback instructions provided
237
+ - All migrations preserve user data
238
+
239
+ ### Future-Proof
240
+
241
+ - Extensible migration registry
242
+ - Easy to add new migrations (just add to registry.js)
243
+ - Supports chained migrations (e.g., 1.0 → 1.1 → 1.2 → 1.3)
244
+ - Version range matching (1.0.x, 1.1.x patterns)
245
+
246
+ ### Notes
247
+
248
+ - This is a MAJOR infrastructure release
249
+ - Sets foundation for future seamless updates
250
+ - Users on v1.0.x or v1.1.x can safely upgrade
251
+ - Update system tested with comprehensive migration scenarios
252
+ - v1.4.0+ updates will use this system for smooth upgrades
253
+
254
+ ---
255
+
256
+ ## [1.2.0] - 2026-02-17
257
+
258
+ ### Major Release: Complete Vortex Framework Implementation
259
+
260
+ This release completes the Vortex Framework by implementing all 7 new Lean Startup workflows, updating documentation, and cleaning up deprecated workflows.
261
+
262
+ ### Added
263
+
264
+ **🎯 Emma's Contextualize Stream Workflows (3 workflows):**
265
+ - **lean-persona** - Create lean user personas focused on jobs-to-be-done (not demographics)
266
+ - 6-step workflow from job definition through validation planning
267
+ - Hypothesis-driven approach with riskiest assumptions identified
268
+ - Integrates with Wade's lean-experiment workflow
269
+
270
+ - **product-vision** - Define strategic product vision and alignment
271
+ - 6-step workflow from problem definition through synthesis
272
+ - Vision statement formula, future state (3-5 years), guiding principles
273
+ - Strategic assumptions identification and validation planning
274
+
275
+ - **contextualize-scope** - Decide which problem space to investigate
276
+ - 6-step workflow using systematic opportunity evaluation
277
+ - Scoring matrix with weighted criteria
278
+ - Clear scope boundaries (what's in, what's out)
279
+
280
+ **🧪 Wade's Externalize Stream Workflows (4 workflows):**
281
+ - **mvp** - Design Minimum Viable Product specifications
282
+ - Focus on testing riskiest assumptions, not building feature-light products
283
+ - Build-Measure-Learn cycle planning
284
+ - Success criteria and MVP scope definition
285
+
286
+ - **lean-experiment** - Execute Build-Measure-Learn cycles
287
+ - Hypothesis-driven experimentation framework
288
+ - Metrics definition and experiment design
289
+ - Pivot or persevere decision framework
290
+
291
+ - **proof-of-concept** - Validate technical feasibility
292
+ - Test that you CAN build it before validating you SHOULD
293
+ - Technical risk assessment and PoC scoping
294
+ - Feasibility evaluation and findings documentation
295
+
296
+ - **proof-of-value** - Validate business value and market demand
297
+ - Test that you SHOULD build it (business case)
298
+ - Willingness to pay experiments
299
+ - Business case calculation and build/pivot/kill decisions
300
+
301
+ **📚 Documentation Updates:**
302
+ - **Emma User Guide v1.2.0** - Updated to reflect Contextualization Expert role
303
+ - Focuses on Lean Startup methodologies and strategic framing
304
+ - Documents legacy empathy-map workflow (still functional)
305
+ - Documents all 3 new Contextualize stream workflows
306
+ - Location: `_bmad-output/vortex-artifacts/EMMA-USER-GUIDE.md`
307
+
308
+ - **Wade User Guide v1.2.0** - Updated to reflect Lean Experiments Specialist role
309
+ - Focuses on Build-Measure-Learn cycles and validated learning
310
+ - Documents legacy wireframe workflow (still functional)
311
+ - Documents all 4 new Externalize stream workflows
312
+ - Location: `_bmad-output/vortex-artifacts/WADE-USER-GUIDE.md`
313
+
314
+ ### Changed
315
+ - User guides moved from `design-artifacts/` to `vortex-artifacts/`
316
+ - Deprecated workflows archived to `_bmad/bme/_vortex/workflows/_deprecated/`
317
+ - `empathy-map/` moved to `_deprecated/empathy-map/` (still functional)
318
+ - `wireframe/` moved to `_deprecated/wireframe/` (still functional)
319
+ - Installer scripts updated to reference deprecated workflow locations
320
+ - Config.yaml version bumped to 1.2.0
321
+ - All installer scripts now install user guides from vortex-artifacts location
322
+
323
+ ### Documentation
324
+ - Emma positioned as Lean Startup expert (not design thinking)
325
+ - Wade positioned as experimentation specialist (not wireframe designer)
326
+ - Comprehensive migration guides added to both user guides
327
+ - Roadmap section added documenting v1.3.0 and v1.4.0+ plans
328
+
329
+ ### Backwards Compatibility
330
+ - Legacy workflows (empathy-map, wireframe) remain functional
331
+ - Old artifacts from v1.0.x-v1.1.x continue to work
332
+ - Migration path documented for users on previous versions
333
+
334
+ ### Technical Details
335
+ - **Total files created:** 56 workflow files (7 workflows × 8 files each)
336
+ - **Workflow architecture:** Step-file based with just-in-time loading
337
+ - **Output templates:** Markdown-based artifact templates for each workflow
338
+ - **Integration:** Workflows reference each other (e.g., lean-persona → mvp → lean-experiment)
339
+
340
+ ### Notes
341
+ - All 7 Vortex workflows now fully implemented and ready to use
342
+ - Legacy workflows (empathy-map, wireframe) remain in `_deprecated/` for backwards compatibility
343
+ - Update/migration tooling planned for v1.3.0
344
+ - This is a MAJOR feature release, not just documentation cleanup
345
+
346
+ ---
347
+
348
+ ## [1.1.3] - 2026-02-17
349
+
350
+ ### Fixed
351
+ - Removed outdated user guide references from installer output
352
+ - Replaced with "User guides being updated for v1.2.0" message in all 3 installers
353
+
354
+ ---
355
+
356
+ ## [1.1.2] - 2026-02-17
357
+
358
+ ### Fixed
359
+ - **CRITICAL: Installer scripts now reference correct agent file names**
360
+ - Updated `install-all-agents.js` to copy `contextualization-expert.md` and `lean-experiments-specialist.md`
361
+ - Updated `install-emma.js` to copy `contextualization-expert.md`
362
+ - Updated `install-wade.js` to copy `lean-experiments-specialist.md`
363
+ - Fixed config.yaml generation in all installers to use new agent names
364
+ - Fixed agent-manifest.csv generation to reference correct file paths
365
+ - Fixed Quick Start instructions in installer output
366
+
367
+ **Impact:** v1.1.1 had broken installer scripts that would fail when users ran `npx bmad-install-agents`. This patch fixes the installation process.
368
+
369
+ ### Known Issues
370
+ - User guides still reference v1.0.0 content and will be updated in v1.2.0
371
+
372
+ ---
373
+
374
+ ## [1.1.1] - 2026-02-17
375
+
376
+ ### Fixed
377
+ - **Agent file naming consistency:** Renamed agent files to match BMM module naming convention
378
+ - `empathy-mapper.md` → `contextualization-expert.md`
379
+ - `wireframe-designer.md` → `lean-experiments-specialist.md`
380
+ - Updated all workflow references to use new agent file names
381
+ - Updated config.yaml agent list with new names
382
+ - Fixed migration guide in v1.1.0 to reference correct agent file names
383
+
384
+ ---
385
+
386
+ ## [1.1.0] - 2026-02-16
387
+
388
+ ### MAJOR REPOSITIONING: From Design Agents to Vortex Framework
389
+
390
+ This release represents a fundamental repositioning of BMAD-Enhanced from design-focused agents (empathy mapping, wireframing) to a Lean Startup validation framework.
391
+
392
+ ### Changed
393
+ - **BREAKING:** Renamed module from `_designos` to `_vortex`
394
+ - **BREAKING:** Emma repositioned from "Empathy Mapping Specialist" to "Contextualization Expert" (icon: 🎯)
395
+ - Focus: Strategic framing, lean personas, product vision, problem space navigation
396
+ - Role: Guides teams through the "Contextualize" stream
397
+ - New workflows: lean-persona, product-vision, contextualize-scope (empathy-map deprecated)
398
+ - **BREAKING:** Wade repositioned from "Wireframe Design Specialist" to "Lean Experiments Specialist" (icon: 🧪)
399
+ - Focus: Build-Measure-Learn cycles, MVPs, validated learning
400
+ - Role: Guides teams through the "Externalize" stream
401
+ - New workflows: mvp, lean-experiment, proof-of-concept, proof-of-value (wireframe deprecated)
402
+ - **BREAKING:** Output folder changed from `_bmad-output/design-artifacts` to `_bmad-output/vortex-artifacts`
403
+ - Updated all installer scripts to reflect new module name and agent descriptions
404
+ - Updated config.yaml structure to version 1.1.0 with Vortex framework metadata
405
+ - Updated agent-manifest.csv with new agent identities and expertise
406
+
407
+ ### Added
408
+ - Vortex framework structure with Contextualize and Externalize streams
409
+ - 7 new workflow placeholders (v1.2.0):
410
+ - Emma (Contextualize): lean-persona, product-vision, contextualize-scope
411
+ - Wade (Externalize): mvp, lean-experiment, proof-of-concept, proof-of-value
412
+ - Version field in config.yaml for better version tracking
413
+
414
+ ### Migration Guide
415
+
416
+ **For existing users upgrading from 1.0.x:**
417
+
418
+ 1. **Module path changed:**
419
+ - Old: `_bmad/bme/_designos/`
420
+ - New: `_bmad/bme/_vortex/`
421
+
422
+ 2. **Output folder changed:**
423
+ - Old: `_bmad-output/design-artifacts/`
424
+ - New: `_bmad-output/vortex-artifacts/`
425
+
426
+ 3. **Agent activation paths updated:**
427
+ - Emma: `cat _bmad/bme/_vortex/agents/contextualization-expert.md`
428
+ - Wade: `cat _bmad/bme/_vortex/agents/lean-experiments-specialist.md`
429
+
430
+ 4. **Workflows replaced:**
431
+ - Emma's empathy-map workflow → lean-persona workflow (coming in v1.2.0)
432
+ - Wade's wireframe workflow → lean-experiment workflow (coming in v1.2.0)
433
+
434
+ 5. **Clean reinstall recommended:**
435
+ ```bash
436
+ # Backup any custom configs
437
+ # Remove old installation
438
+ rm -rf _bmad/bme/_designos
439
+ rm -rf _bmad-output/design-artifacts
440
+
441
+ # Install v1.1.0
442
+ npm install bmad-enhanced@1.1.0
443
+ npx bmad-install-agents
444
+ ```
445
+
446
+ ### Positioning Rationale
447
+
448
+ **Why this change?**
449
+
450
+ The repositioning aligns Emma and Wade with Lean Startup and validated learning principles:
451
+
452
+ - **Emma (Contextualize):** Helps teams frame the right problem before building solutions
453
+ - Differentiation: Emma contextualizes (problem space), Maya creates (solution space)
454
+ - **Wade (Externalize):** Helps teams validate assumptions through rapid experimentation
455
+ - Differentiation: Wade externalizes (test with users), Sally internalizes (test with code)
456
+
457
+ This creates a clear value proposition: Use Emma + Wade for Lean Startup validation, then hand off to BMAD core agents for implementation.
458
+
459
+ ### Technical Details
460
+ - Module version: 1.1.0
461
+ - Config structure: Updated with submodule metadata
462
+ - Backward compatibility: NONE (breaking changes require migration)
463
+ - Package size: ~55KB (unchanged)
464
+
465
+ ### Notes
466
+ - v1.0.x workflows (empathy-map, wireframe) are deprecated
467
+ - New workflows (lean-persona, mvp, etc.) will be fully implemented in v1.2.0
468
+ - User guides will be updated in v1.2.0 to reflect new positioning
469
+
470
+ ---
471
+
472
+ ## [1.0.4-alpha] - 2026-02-16
473
+
474
+ ### Fixed
475
+ - **Documentation:** All installation commands now correctly use `npm install bmad-enhanced@alpha` instead of `npm install bmad-enhanced`
476
+ - Updated installation instructions across all documentation files:
477
+ - README.md
478
+ - INSTALLATION.md
479
+ - BMAD-METHOD-COMPATIBILITY.md
480
+ - PUBLISHING-GUIDE.md
481
+ - scripts/README.md
482
+ - index.js
483
+
484
+ ### Changed
485
+ - Updated CLI output in index.js to show npx commands instead of npm run commands
486
+ - Updated version references from 1.0.3-alpha to 1.0.4-alpha
487
+
488
+ ### Notes
489
+ - v1.0.3-alpha was unpublished due to incorrect installation documentation
490
+ - This release contains the same functionality as 1.0.3-alpha with corrected docs
491
+
492
+ ---
493
+
494
+ ## [1.0.3-alpha] - 2026-02-15 (Unpublished)
495
+
496
+ ### Added
497
+ - **npx bin commands** for user-friendly installation
498
+ - `npx bmad-install-agents` - Install all agents (Emma + Wade)
499
+ - `npx bmad-install-emma` - Install Emma only
500
+ - `npx bmad-install-wade` - Install Wade only
501
+ - bin section in package.json with executable scripts
502
+ - Updated postinstall message to show npx commands
503
+
504
+ ### Changed
505
+ - **BREAKING:** Installation command changed from `npm run install:agents` to `npx bmad-install-agents`
506
+ - Updated all documentation to use npx commands:
507
+ - README.md
508
+ - INSTALLATION.md
509
+ - BMAD-METHOD-COMPATIBILITY.md
510
+ - PUBLISHING-GUIDE.md
511
+ - All other documentation files
512
+
513
+ ### Fixed
514
+ - Installation now works correctly in user projects (previous `npm run` commands didn't work)
515
+ - Users can now install agents without package.json modifications
516
+
517
+ ### Technical Details
518
+ - Added bin executables that npm automatically links to node_modules/.bin/
519
+ - Maintained backward compatibility with npm scripts for development
520
+
521
+ ---
522
+
523
+ ## [1.0.2-alpha] - 2026-02-15
524
+
525
+ ### Added
526
+ - User guides now included in npm package (19KB Emma guide + 43KB Wade guide)
527
+
528
+ ### Fixed
529
+ - **Bug:** User guides were excluded from npm package due to .npmignore pattern ordering
530
+ - Reordered .npmignore patterns so specific inclusions take precedence over general exclusions
531
+
532
+ ### Changed
533
+ - Package size increased from 40KB to 55.6KB (due to user guides inclusion)
534
+
535
+ ---
536
+
537
+ ## [1.0.1-alpha] - 2026-02-15
538
+
539
+ ### Fixed
540
+ - **Critical Bug:** Wade workflow installation failed due to filename mismatch
541
+ - Installer tried to copy `step-05-components-interactions.md`
542
+ - Actual filename was `step-05-components.md`
543
+ - Fixed in:
544
+ - scripts/install-all-agents.js (line 114)
545
+ - scripts/install-wade.js (line 72)
546
+
547
+ ---
548
+
549
+ ## [1.0.0-alpha] - 2026-02-15
550
+
551
+ ### Added
552
+ - Initial release of BMAD-Enhanced
553
+ - **Emma (empathy-mapper)** - Empathy Mapping Specialist
554
+ - 6-step empathy map workflow
555
+ - Empathy map template
556
+ - Validation workflow
557
+ - Complete user guide (19KB)
558
+ - **Wade (wireframe-designer)** - Wireframe Design Expert
559
+ - 6-step wireframe workflow
560
+ - Wireframe template
561
+ - Complete user guide (43KB)
562
+ - Complete installation system
563
+ - BMAD Method prerequisite checking
564
+ - Automatic agent file copying
565
+ - Configuration file generation
566
+ - User-friendly installation messages
567
+ - Comprehensive documentation
568
+ - README.md with project overview
569
+ - INSTALLATION.md with detailed installation guide
570
+ - BMAD-METHOD-COMPATIBILITY.md explaining integration
571
+ - User guides for both agents
572
+ - Test coverage
573
+ - Emma: 18 P0 tests + 5 live tests (100% pass rate)
574
+ - Wade: 18 P0 tests + 5 live tests (100% pass rate)
575
+
576
+ ### Technical Details
577
+ - Package size: 40KB (initial)
578
+ - 33 files in package
579
+ - Dependencies: chalk (4.1.2), fs-extra (11.3.3)
580
+ - Node.js requirement: >=14.0.0
581
+ - License: MIT
582
+
583
+ ---
584
+
585
+ ## Version History
586
+
587
+ | Version | Date | Type | Description |
588
+ |---------|------|------|-------------|
589
+ | 1.0.3-alpha | 2026-02-15 | Feature | npx bin commands |
590
+ | 1.0.2-alpha | 2026-02-15 | Bug Fix | User guides included |
591
+ | 1.0.1-alpha | 2026-02-15 | Bug Fix | Wade filename fix |
592
+ | 1.0.0-alpha | 2026-02-15 | Initial | First release |
593
+
594
+ ---
595
+
596
+ ## Upgrade Guide
597
+
598
+ ### From 1.0.2-alpha to 1.0.3-alpha
599
+
600
+ **Installation command changed:**
601
+
602
+ **Old:**
603
+ ```bash
604
+ npm install bmad-enhanced@alpha
605
+ npm run install:agents # This doesn't work
606
+ ```
607
+
608
+ **New:**
609
+ ```bash
610
+ npm install bmad-enhanced@alpha
611
+ npx bmad-install-agents # This works!
612
+ ```
613
+
614
+ **Note:** The old `npm run install:agents` command never actually worked in user projects. The new npx command is the correct installation method.
615
+
616
+ ### From 1.0.1-alpha to 1.0.2-alpha
617
+
618
+ No changes to installation flow. User guides are now automatically included.
619
+
620
+ ### From 1.0.0-alpha to 1.0.1-alpha
621
+
622
+ No changes to installation flow. Reinstallation will fix the Wade workflow bug.
623
+
624
+ ---
625
+
626
+ ## Links
627
+
628
+ - **npm Package:** https://www.npmjs.com/package/bmad-enhanced
629
+ - **GitHub Repository:** https://github.com/amalik/BMAD-Enhanced
630
+ - **BMAD Method:** https://github.com/bmadhub/bmad
631
+ - **Issues:** https://github.com/amalik/BMAD-Enhanced/issues
632
+
633
+ ---
634
+
635
+ **For detailed technical documentation, see:**
636
+ - [README.md](README.md) - Project overview
637
+ - [INSTALLATION.md](INSTALLATION.md) - Installation guide
638
+ - [BMAD-METHOD-COMPATIBILITY.md](BMAD-METHOD-COMPATIBILITY.md) - Integration details
639
+ - User guides in `_bmad-output/design-artifacts/`