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
@@ -0,0 +1,471 @@
1
+ # Wade User Guide - Lean Experiments Specialist 🧪
2
+
3
+ **Agent:** Wade (lean-experiments-specialist)
4
+ **Version:** 1.2.0
5
+ **Module:** BMAD Enhanced (bme) - Vortex Framework
6
+ **Last Updated:** 2026-02-17
7
+
8
+ ---
9
+
10
+ ## Quick Start
11
+
12
+ **Who is Wade?**
13
+ Wade is a Lean Startup practitioner specialized in running rapid experiments to validate product hypotheses. He helps teams move from assumptions to evidence through Build-Measure-Learn cycles. Wade guides teams through the "Externalize" stream of the Vortex framework - taking ideas into the real world to test with actual users.
14
+
15
+ **When to use Wade:**
16
+ - Designing Minimum Viable Products (MVPs)
17
+ - Running Build-Measure-Learn experiments
18
+ - Validating technical feasibility (proof-of-concept)
19
+ - Validating business value (proof-of-value)
20
+ - Testing assumptions before full buildout
21
+ - Rapid iteration and validated learning
22
+
23
+ **What you'll get:**
24
+ Lean experiment artifacts using Build-Measure-Learn methodology - MVP specifications, experiment designs, proof-of-concept results, proof-of-value validations, and validated learning documentation.
25
+
26
+ ---
27
+
28
+ ## How to Invoke Wade
29
+
30
+ ### Method 1: Slash Command (Preferred)
31
+
32
+ If you're in a BMAD environment that supports slash commands:
33
+
34
+ ```
35
+ /bmad-agent-bme-lean-experiments-specialist
36
+ ```
37
+
38
+ **When this works:**
39
+ - Native BMAD CLI environment
40
+ - BMAD-enabled IDEs
41
+ - Production BMAD installations
42
+
43
+ **If you see "Unknown skill":**
44
+ This means slash commands aren't available in your environment. Use Method 2 instead.
45
+
46
+ ---
47
+
48
+ ### Method 2: Direct Agent File Reading (Always Works)
49
+
50
+ In any environment (including Claude Code), you can invoke Wade by reading his agent file:
51
+
52
+ 1. Navigate to your BMAD project root
53
+ 2. Read the file: `_bmad/bme/_vortex/agents/lean-experiments-specialist.md`
54
+ 3. Wade will activate and greet you
55
+
56
+ **Example (Claude Code):**
57
+ ```
58
+ Read the file at _bmad/bme/_vortex/agents/lean-experiments-specialist.md
59
+ ```
60
+
61
+ **Example (Terminal):**
62
+ ```bash
63
+ cat _bmad/bme/_vortex/agents/lean-experiments-specialist.md
64
+ ```
65
+
66
+ This method has been fully tested and validated.
67
+
68
+ ---
69
+
70
+ ## Wade's Menu Options
71
+
72
+ Once Wade activates, you'll see menu options for his available workflows:
73
+
74
+ ```
75
+ 1. [MH] Redisplay Menu Help
76
+ 2. [CH] Chat with Wade about Lean Startup, experimentation, or validated learning
77
+ 3. [WM] Wireframe (Legacy): Create UI wireframes (v1.0 workflow - still functional)
78
+ 4. [VM] Validate Artifact: Review existing artifacts against Lean Startup principles
79
+ 5. [PM] Start Party Mode
80
+ 6. [DA] Dismiss Agent
81
+ ```
82
+
83
+ ### How to Select an Option
84
+
85
+ **Three ways to choose:**
86
+
87
+ 1. **Number:** Type `3` to select option 3
88
+ 2. **Command Code:** Type `WM` to create a wireframe
89
+ 3. **Fuzzy Match:** Type `wireframe` or `create` - Wade will match the command
90
+
91
+ ---
92
+
93
+ ## Wade's Philosophy: Externalization over Speculation
94
+
95
+ ### What is Externalization?
96
+
97
+ Externalization means taking ideas into the real world to test with actual users. It's about:
98
+
99
+ 1. **Build-Measure-Learn** (Not Plan-Build-Launch)
100
+ 2. **Test assumptions, don't validate them** (Seek to disprove, not confirm)
101
+ 3. **Speed-to-insight over perfection** (Fast feedback beats polished guesses)
102
+ 4. **Actionable metrics, not vanity metrics** (What drives decisions?)
103
+ 5. **Proof-of-concept before proof-of-value** (Technical feasibility before business case)
104
+
105
+ ### The Externalize Stream (Vortex Framework)
106
+
107
+ Wade guides teams through the "Externalize" stream:
108
+ - **Build the smallest thing that tests the riskiest assumption**
109
+ - **Measure what matters** - focus on actionable metrics
110
+ - **Learn fast, pivot faster** - every experiment teaches something
111
+ - **MVPs are learning tools** - not feature-light products
112
+ - **Fail fast is good, learn fast is better**
113
+
114
+ ---
115
+
116
+ ## Current Workflows (v1.2.0)
117
+
118
+ ### [WM] Wireframe (Legacy - v1.0 Workflow)
119
+
120
+ **Status:** Functional but deprecated. Maintained for backwards compatibility.
121
+
122
+ **What it does:**
123
+ Wade guides you through creating comprehensive wireframes for web and mobile applications using a structured 6-step process.
124
+
125
+ **When to use:**
126
+ - You need quick UI layout planning using familiar wireframe methodology
127
+ - You're designing interfaces before high-fidelity design
128
+ - You're waiting for v1.4.0+ workflows (mvp, lean-experiment, proof-of-concept, proof-of-value)
129
+
130
+ **Process:** 6 steps
131
+ 1. Define Requirements
132
+ 2. User Flows
133
+ 3. Information Architecture
134
+ 4. Wireframe Sketch (ASCII art)
135
+ 5. Components & Interactions
136
+ 6. Synthesize
137
+
138
+ **Output Location:**
139
+ `{project-root}/_bmad-output/vortex-artifacts/wireframe-{screen-name}-{date}.md`
140
+
141
+ **Time:** 20-30 minutes
142
+
143
+ **Important:** This workflow uses traditional wireframe design methodology. For Lean Startup-focused workflows aligned with the Vortex framework, see "Coming in v1.4.0+" section below.
144
+
145
+ ---
146
+
147
+ ## Coming in v1.4.0+
148
+
149
+ Wade's new Externalize stream workflows are planned for v1.4.0:
150
+
151
+ ### [MVP] Minimum Viable Product
152
+ Design MVP specifications using Build-Measure-Learn methodology.
153
+
154
+ **Output:** MVP specification document
155
+ **Focus:** Smallest testable version, hypothesis validation, success metrics
156
+ **Principle:** Build only what's needed to test the riskiest assumption
157
+
158
+ ### [LE] Lean Experiment
159
+ Execute Build-Measure-Learn cycles with structured hypothesis testing.
160
+
161
+ **Output:** Experiment results document
162
+ **Focus:** Hypothesis → Experiment → Measure → Learn → Decide (pivot/persevere)
163
+ **Principle:** Every experiment must have a falsifiable hypothesis
164
+
165
+ ### [POC] Proof-of-Concept
166
+ Validate technical feasibility before investing in business case.
167
+
168
+ **Output:** PoC results document
169
+ **Focus:** Can we build this? Technical validation, risk assessment
170
+ **Principle:** Prove technical viability before proving business value
171
+
172
+ ### [POV] Proof-of-Value
173
+ Validate business value and market demand.
174
+
175
+ **Output:** PoV results document
176
+ **Focus:** Should we build this? Business case validation, market validation
177
+ **Principle:** Technical feasibility doesn't guarantee business success
178
+
179
+ **Note:** These workflows are being designed to fully align with Lean Startup methodologies and the Vortex framework's Externalize stream.
180
+
181
+ ---
182
+
183
+ ## Understanding the Legacy Wireframe Workflow
184
+
185
+ *This section describes the current v1.0 wireframe workflow. For the full detailed guide, see the v1.0 documentation.*
186
+
187
+ ### Quick Overview
188
+
189
+ 1. **Define Requirements** (2-3 min)
190
+ - Screen scope, platform, target user, core functionality, constraints
191
+
192
+ 2. **User Flows** (3-5 min)
193
+ - Entry points, happy path, alternative flows, exit points
194
+
195
+ 3. **Information Architecture** (3-5 min)
196
+ - Visual hierarchy, content grouping, navigation patterns, information density
197
+
198
+ 4. **Wireframe Sketch** (5-10 min)
199
+ - ASCII art layout, grid system, component placement, typography hierarchy
200
+
201
+ 5. **Components & Interactions** (5-7 min)
202
+ - Component identification, specifications, interactions, responsive breakpoints
203
+
204
+ 6. **Synthesize** (1-2 min)
205
+ - Generate final wireframe artifact
206
+ - Save to output folder
207
+
208
+ **Key Principles:**
209
+ - Wireframes answer three questions: Where am I? What can I do? Where can I go?
210
+ - Low-fidelity (ASCII art) for fast iteration
211
+ - Mobile-first design approach
212
+ - WCAG 2.1 Level AA accessibility compliance
213
+
214
+ ---
215
+
216
+ ## Chatting with Wade (CH)
217
+
218
+ Select **[CH] Chat** to have a free-form conversation with Wade about:
219
+
220
+ - Lean Startup methodologies
221
+ - Build-Measure-Learn cycles
222
+ - Hypothesis testing and experimentation
223
+ - MVP design and validation
224
+ - Validated learning
225
+ - Proof-of-concept vs proof-of-value
226
+ - Rapid prototyping
227
+ - Actionable metrics
228
+
229
+ **Example questions:**
230
+ - "How do I design an MVP that tests my riskiest assumption?"
231
+ - "What's the difference between proof-of-concept and proof-of-value?"
232
+ - "How do I write a falsifiable hypothesis?"
233
+ - "What metrics should I track in a lean experiment?"
234
+ - "When should I pivot vs. persevere?"
235
+
236
+ ---
237
+
238
+ ## Validating Artifacts (VM)
239
+
240
+ Select **[VM] Validate** to review existing artifacts against Lean Startup principles.
241
+
242
+ **When to use this:**
243
+ - You created an artifact and want expert review
244
+ - You inherited artifacts from another team
245
+ - Your experimental results changed and you need to update
246
+ - You're preparing to present to stakeholders
247
+
248
+ **What Wade checks:**
249
+ - Are hypotheses falsifiable and specific?
250
+ - Are success metrics actionable (not vanity metrics)?
251
+ - Is the MVP truly minimal (smallest testable version)?
252
+ - Are experimental results clearly documented?
253
+ - Can this guide decision-making (pivot or persevere)?
254
+
255
+ ---
256
+
257
+ ## Party Mode (PM)
258
+
259
+ Select **[PM] Party Mode** to bring Wade into a multi-agent collaboration session.
260
+
261
+ **When to use this:**
262
+ - You need multiple BMAD agents working together
263
+ - Example: Emma (contextualization) + Wade (experiments) + Quinn (quality review)
264
+
265
+ **How it works:**
266
+ - Wade joins a group discussion with other agents
267
+ - Each agent contributes their expertise
268
+ - Agents collaborate naturally on complex tasks
269
+
270
+ **Powerful Combo: Emma + Wade**
271
+ - Emma contextualizes the problem space (Who? What? Why?)
272
+ - Wade designs experiments to validate assumptions
273
+ - Together they ensure you're building the right thing, not just building things right
274
+
275
+ ---
276
+
277
+ ## Troubleshooting
278
+
279
+ ### Error: "Configuration Error: Cannot load config file"
280
+
281
+ **What it means:**
282
+ Wade can't find or read the config file at `_bmad/bme/_vortex/config.yaml`
283
+
284
+ **How to fix:**
285
+
286
+ 1. **Check if file exists:**
287
+ ```bash
288
+ ls _bmad/bme/_vortex/config.yaml
289
+ ```
290
+
291
+ 2. **If missing, reinstall:**
292
+ ```bash
293
+ npm install bmad-enhanced@latest
294
+ npx bmad-install-agents
295
+ ```
296
+
297
+ 3. **Verify YAML syntax:**
298
+ - No tabs (use spaces)
299
+ - Proper indentation
300
+ - Quotes around string values
301
+
302
+ ---
303
+
304
+ ### Error: "Unknown skill: bmad-agent-bme-lean-experiments-specialist"
305
+
306
+ **What it means:**
307
+ Slash commands aren't available in your environment.
308
+
309
+ **How to fix:**
310
+ Use Method 2 (Direct Agent File Reading) instead:
311
+
312
+ 1. Read the file: `_bmad/bme/_vortex/agents/lean-experiments-specialist.md`
313
+ 2. Wade will activate normally
314
+ 3. This method is fully tested and works in all environments
315
+
316
+ **Note:** This is NOT an error with Wade - it's an environment limitation.
317
+
318
+ ---
319
+
320
+ ## Tips from Wade
321
+
322
+ ### "Build the smallest thing that tests the riskiest assumption"
323
+
324
+ Don't build a full product to test if users want it. Build the smallest experiment that answers your biggest question. Sometimes that's a landing page, not an app.
325
+
326
+ ### "Measure what matters"
327
+
328
+ Vanity metrics look good but don't drive decisions. Actionable metrics tell you what to do next. Instead of "page views," track "% who signed up after viewing pricing."
329
+
330
+ ### "Learn fast, pivot faster"
331
+
332
+ Every experiment teaches something, even failures. The goal isn't to validate your idea - it's to learn what's true. Be willing to pivot when evidence contradicts assumptions.
333
+
334
+ ### "Proof-of-concept before proof-of-value"
335
+
336
+ Can you build it? Doesn't mean should you build it. Validate technical feasibility first, then validate business case. Don't waste money proving market demand for something you can't deliver.
337
+
338
+ ### "Fail fast is good, learn fast is better"
339
+
340
+ Failure is only valuable if you learn from it. Document what you learned, why experiments failed, and what that means for your next move. Failure without learning is just waste.
341
+
342
+ ---
343
+
344
+ ## Migration Guide (v1.0 → v1.2.0)
345
+
346
+ ### What Changed
347
+
348
+ **v1.0.0 (DesignOS):**
349
+ - Agent: wireframe-designer
350
+ - Module: `_bmad/bme/_designos/`
351
+ - Focus: Wireframe design, UX, information architecture
352
+ - Output: `_bmad-output/design-artifacts/`
353
+
354
+ **v1.2.0 (Vortex Framework):**
355
+ - Agent: lean-experiments-specialist
356
+ - Module: `_bmad/bme/_vortex/`
357
+ - Focus: Lean Startup, experimentation, validated learning
358
+ - Output: `_bmad-output/vortex-artifacts/`
359
+
360
+ ### How to Update
361
+
362
+ 1. **Update package:**
363
+ ```bash
364
+ npm install bmad-enhanced@latest
365
+ ```
366
+
367
+ 2. **Reinstall agents:**
368
+ ```bash
369
+ npx bmad-install-agents
370
+ ```
371
+
372
+ 3. **Update activation path:**
373
+ - Old: `_bmad/bme/_designos/agents/wireframe-designer.md`
374
+ - New: `_bmad/bme/_vortex/agents/lean-experiments-specialist.md`
375
+
376
+ 4. **Update output references:**
377
+ - Old: `_bmad-output/design-artifacts/`
378
+ - New: `_bmad-output/vortex-artifacts/`
379
+
380
+ ### Backwards Compatibility
381
+
382
+ - Legacy wireframe workflow still functional in v1.2.0
383
+ - Old artifacts remain valid and accessible
384
+ - New Lean Startup workflows coming in v1.4.0+
385
+
386
+ ---
387
+
388
+ ## Roadmap
389
+
390
+ **v1.2.0 (Current):**
391
+ - ✅ Agent repositioned as Lean Experiments Specialist
392
+ - ✅ Module renamed to _vortex (Vortex Framework)
393
+ - ✅ Legacy wireframe workflow maintained
394
+ - ✅ User guide updated
395
+
396
+ **v1.3.0 (Planned):**
397
+ - Update/migration tooling
398
+ - Automated update scripts
399
+
400
+ **v1.4.0+ (Planned):**
401
+ - New Externalize stream workflows:
402
+ - [MVP] Minimum Viable Product
403
+ - [LE] Lean Experiment
404
+ - [POC] Proof-of-Concept
405
+ - [POV] Proof-of-Value
406
+ - Full Vortex Framework implementation
407
+
408
+ ---
409
+
410
+ ## Getting Help
411
+
412
+ ### Need help using Wade?
413
+
414
+ 1. **Chat with Wade (CH):** Ask him questions about Lean Startup and experimentation
415
+ 2. **Read this guide:** Most questions are answered here
416
+ 3. **Check troubleshooting section:** Common errors and solutions
417
+
418
+ ### Found a bug or issue?
419
+
420
+ 1. **Check if it's an environment limitation:** Some features (like slash commands) may not work in all environments
421
+ 2. **Report the issue:** Provide Wade's version (1.2.0), your environment, and steps to reproduce
422
+
423
+ ### Want to learn more?
424
+
425
+ **Wade's expertise includes:**
426
+ - Lean Startup methodology
427
+ - Build-Measure-Learn cycles
428
+ - Hypothesis testing
429
+ - MVP design and validation
430
+ - Rapid experimentation
431
+ - Proof-of-concept and proof-of-value
432
+ - Validated learning
433
+ - Pivot or persevere decisions
434
+
435
+ **Ask Wade (CH) about any of these topics!**
436
+
437
+ ---
438
+
439
+ ## Version History
440
+
441
+ **v1.2.0 (2026-02-17)**
442
+ - Agent repositioned as Lean Experiments Specialist (Lean Startup focus)
443
+ - Module renamed from _designos to _vortex (Vortex Framework)
444
+ - Output folder moved to vortex-artifacts
445
+ - Updated documentation to reflect experimentation and validated learning
446
+ - Legacy wireframe workflow maintained for backwards compatibility
447
+ - Roadmap added for v1.4.0+ Externalize stream workflows
448
+
449
+ **v1.0.0 (2026-02-14)**
450
+ - Initial release as Wireframe Designer
451
+ - 6-step wireframe creation workflow
452
+ - ASCII art visualization
453
+ - WCAG 2.1 Level AA accessibility
454
+ - Responsive design patterns
455
+ - Config-driven personalization
456
+ - Validation workflow (VM)
457
+ - Party mode integration (PM)
458
+
459
+ ---
460
+
461
+ ## Credits
462
+
463
+ **Agent:** Wade (lean-experiments-specialist)
464
+ **Module:** BMAD Enhanced (bme)
465
+ **Submodule:** Vortex Framework (_vortex)
466
+ **Framework:** BMAD Agent Architecture Framework v1.1.0
467
+ **Methodology:** Lean Startup, Build-Measure-Learn
468
+
469
+ ---
470
+
471
+ **Questions?** Chat with Wade (CH) - he's here to help you run lean experiments and validate your assumptions! 🧪
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bmad-enhanced",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "description": "Vortex Framework - Contextualize and Externalize streams for Lean Startup validation",
5
5
  "main": "index.js",
6
6
  "bin": {