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