bmad-enhanced 1.6.0 → 1.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +77 -23
- package/_bmad/bme/_vortex/guides/EMMA-USER-GUIDE.md +450 -0
- package/_bmad/bme/_vortex/guides/ISLA-USER-GUIDE.md +213 -0
- package/_bmad/bme/_vortex/guides/MAX-USER-GUIDE.md +218 -0
- package/_bmad/bme/_vortex/guides/WADE-USER-GUIDE.md +471 -0
- package/package.json +1 -1
- package/scripts/install-vortex-agents.js +10 -8
package/README.md
CHANGED
|
@@ -1,31 +1,43 @@
|
|
|
1
|
-
|
|
1
|
+
<div align="center">
|
|
2
|
+
|
|
3
|
+
<pre>
|
|
4
|
+
██████╗ ███╗ ███╗ █████╗ ██████╗
|
|
5
|
+
██╔══██╗████╗ ████║██╔══██╗██╔══██╗
|
|
6
|
+
██████╔╝██╔████╔██║███████║██║ ██║
|
|
7
|
+
██╔══██╗██║╚██╔╝██║██╔══██║██║ ██║
|
|
8
|
+
██████╔╝██║ ╚═╝ ██║██║ ██║██████╔╝
|
|
9
|
+
╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═════╝
|
|
10
|
+
E N H A N C E D
|
|
11
|
+
</pre>
|
|
2
12
|
|
|
3
|
-
**
|
|
13
|
+
**BMAD Method enhanced by domain-specialized agents**
|
|
4
14
|
|
|
5
|
-
[](https://github.com/amalik/BMAD-Enhanced)
|
|
6
16
|
[](docs/agents.md)
|
|
7
17
|
[](docs/agents.md)
|
|
8
18
|
[](LICENSE)
|
|
9
19
|
|
|
10
|
-
|
|
20
|
+
</div>
|
|
21
|
+
|
|
22
|
+
BMAD-Enhanced extends the [BMAD Method](https://github.com/bmadhub/bmad) with domain-specialized agents. First batch of agents covers the [Innovation Vortex](https://unfix.com/innovation-vortex) pattern from [unFIX model](https://unfix.com/) by [Jurgen Appelo](https://jurgenappelo.com/). Seven specialized agents will guide teams through full product discovery validation before building anything.
|
|
11
23
|
|
|
12
24
|
```
|
|
13
25
|
VORTEX PATTERN — 7 Streams · 7 Agents
|
|
14
26
|
|
|
15
27
|
┌──────────┐ HC1 ┌──────────┐ HC2 ┌──────────┐ HC3 ┌──────────┐
|
|
16
28
|
│ Isla 🔍 │─────▶│ Mila 🔬 │─────▶│ Liam 💡 │─────▶│ Wade 🧪 │
|
|
17
|
-
│ Empathize
|
|
18
|
-
└──────────┘
|
|
19
|
-
▲ ▲
|
|
20
|
-
│
|
|
21
|
-
│ │
|
|
22
|
-
┌──────────┐
|
|
23
|
-
│
|
|
24
|
-
│Contextual│
|
|
25
|
-
└──────────┘
|
|
26
|
-
│
|
|
29
|
+
│ Empathize│ │Synthesize│ │Hypothesiz│ │Externaliz│
|
|
30
|
+
└──────────┘ └──────────┘ └──────────┘ └──────────┘
|
|
31
|
+
▲ ▲ │
|
|
32
|
+
│ HC6 HC4
|
|
33
|
+
│ │ ▼
|
|
34
|
+
┌──────────┐ HC8 ┌──────────┐ HC5 ┌──────────┐ │
|
|
35
|
+
│ Emma 🎯 │◀─────│ Max 🧭 │◀─────│ Noah 📡 │◀────────────┘
|
|
36
|
+
│Contextual│ │Systematiz│ │ Sensitize│
|
|
37
|
+
└──────────┘ └──────────┘ └──────────┘
|
|
38
|
+
│ │ │
|
|
27
39
|
└──────────────────┴──────────────────┘
|
|
28
|
-
|
|
40
|
+
HC7 · HC9 · HC10 ▶ Isla 🔍
|
|
29
41
|
```
|
|
30
42
|
|
|
31
43
|
| Agent | Stream | What they do |
|
|
@@ -81,10 +93,10 @@ your-project/
|
|
|
81
93
|
│ ├── agents/ # 7 agent definition files
|
|
82
94
|
│ ├── workflows/ # 22 workflows
|
|
83
95
|
│ ├── contracts/ # 5 artifact contract schemas (HC1-HC5)
|
|
84
|
-
│ ├── guides/ # User guides (
|
|
96
|
+
│ ├── guides/ # User guides (all 7 agents)
|
|
85
97
|
│ └── config.yaml # Configuration
|
|
86
98
|
└── _bmad-output/
|
|
87
|
-
└── vortex-artifacts/ # Generated artifacts
|
|
99
|
+
└── vortex-artifacts/ # Generated artifacts
|
|
88
100
|
```
|
|
89
101
|
|
|
90
102
|
---
|
|
@@ -120,13 +132,13 @@ Max's **Vortex Navigation** workflow helps identify which stream needs attention
|
|
|
120
132
|
|
|
121
133
|
For detailed workflow descriptions and usage examples, see the [Agent Guide](docs/agents.md) and the individual user guides:
|
|
122
134
|
|
|
123
|
-
- [Emma User Guide](_bmad
|
|
124
|
-
- [Isla User Guide](_bmad
|
|
135
|
+
- [Emma User Guide](_bmad/bme/_vortex/guides/EMMA-USER-GUIDE.md)
|
|
136
|
+
- [Isla User Guide](_bmad/bme/_vortex/guides/ISLA-USER-GUIDE.md)
|
|
125
137
|
- [Mila User Guide](_bmad/bme/_vortex/guides/MILA-USER-GUIDE.md)
|
|
126
138
|
- [Liam User Guide](_bmad/bme/_vortex/guides/LIAM-USER-GUIDE.md)
|
|
127
|
-
- [Wade User Guide](_bmad
|
|
139
|
+
- [Wade User Guide](_bmad/bme/_vortex/guides/WADE-USER-GUIDE.md)
|
|
128
140
|
- [Noah User Guide](_bmad/bme/_vortex/guides/NOAH-USER-GUIDE.md)
|
|
129
|
-
- [Max User Guide](_bmad
|
|
141
|
+
- [Max User Guide](_bmad/bme/_vortex/guides/MAX-USER-GUIDE.md)
|
|
130
142
|
|
|
131
143
|
---
|
|
132
144
|
|
|
@@ -190,9 +202,51 @@ MIT License — see [LICENSE](LICENSE)
|
|
|
190
202
|
## Acknowledgments
|
|
191
203
|
|
|
192
204
|
- [BMAD Method v6.0.0](https://github.com/bmadhub/bmad) — Foundation for agent architecture
|
|
205
|
+
- [Innovation Vortex](https://unfix.com/innovation-vortex) — Pattern from the [unFIX model](https://unfix.com/) by [Jurgen Appelo](https://jurgenappelo.com/)
|
|
193
206
|
- Claude (Anthropic) — AI reasoning and agent development
|
|
194
|
-
|
|
195
|
-
|
|
207
|
+
|
|
208
|
+
### Agents
|
|
209
|
+
|
|
210
|
+
Every agent below contributed to the design, implementation, testing, or documentation of this release.
|
|
211
|
+
|
|
212
|
+
**Core**
|
|
213
|
+
- BMad Master 🧙 — Orchestration and agent coordination
|
|
214
|
+
|
|
215
|
+
**BMM — BMAD Method Module**
|
|
216
|
+
- Mary 📊 Analyst — Requirements analysis and product briefs
|
|
217
|
+
- Winston 🏗️ Architect — Architecture decisions and technical design
|
|
218
|
+
- Amelia 💻 Dev — Implementation and code delivery
|
|
219
|
+
- John 📋 PM — Product management and PRD creation
|
|
220
|
+
- Barry 🚀 Quick Flow — Rapid solo development
|
|
221
|
+
- Quinn 🧪 QA — Quality assurance and test validation
|
|
222
|
+
- Bob 🏃 SM — Sprint management and retrospectives
|
|
223
|
+
- Paige 📚 Tech Writer — Documentation and editorial review
|
|
224
|
+
- Sally 🎨 UX Designer — User experience design
|
|
225
|
+
|
|
226
|
+
**BME — Vortex Pattern Agents**
|
|
227
|
+
- Emma 🎯 Contextualize — Problem framing and product vision
|
|
228
|
+
- Isla 🔍 Empathize — User research and empathy mapping
|
|
229
|
+
- Mila 🔬 Synthesize — Research convergence and problem definition
|
|
230
|
+
- Liam 💡 Hypothesize — Hypothesis engineering and assumption mapping
|
|
231
|
+
- Wade 🧪 Externalize — Lean experiments and MVP testing
|
|
232
|
+
- Noah 📡 Sensitize — Production intelligence and signal interpretation
|
|
233
|
+
- Max 🧭 Systematize — Learning capture and pivot/persevere decisions
|
|
234
|
+
|
|
235
|
+
**CIS — Creative & Innovation Strategies**
|
|
236
|
+
- Carson 🧠 Brainstorming Coach — Creative ideation facilitation
|
|
237
|
+
- Dr. Quinn 🔬 Problem Solver — Systematic problem-solving
|
|
238
|
+
- Maya 🎨 Design Thinking Coach — Human-centered design
|
|
239
|
+
- Victor ⚡ Innovation Strategist — Business model innovation
|
|
240
|
+
- Caravaggio 🎨 Presentation Master — Visual communication
|
|
241
|
+
- Sophia 📖 Storyteller — Narrative and storytelling
|
|
242
|
+
|
|
243
|
+
**BMB — BMAD Builder Module**
|
|
244
|
+
- Bond 🤖 Agent Builder — Agent creation and configuration
|
|
245
|
+
- Morgan 🏗️ Module Builder — Module architecture
|
|
246
|
+
- Wendy 🔄 Workflow Builder — Workflow design and validation
|
|
247
|
+
|
|
248
|
+
**TEA — Test Engineering & Architecture**
|
|
249
|
+
- Murat 🧪 Test Architect — Test framework, CI pipeline, and quality gates
|
|
196
250
|
|
|
197
251
|
---
|
|
198
252
|
|
|
@@ -0,0 +1,450 @@
|
|
|
1
|
+
# Emma User Guide - Contextualization Expert 🎯
|
|
2
|
+
|
|
3
|
+
**Agent:** Emma (contextualization-expert)
|
|
4
|
+
**Version:** 1.2.0
|
|
5
|
+
**Module:** BMAD Enhanced (bme) - Vortex Pattern
|
|
6
|
+
**Last Updated:** 2026-02-17
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## Quick Start
|
|
11
|
+
|
|
12
|
+
**Who is Emma?**
|
|
13
|
+
Emma is a Lean Startup expert who helps teams contextualize their product strategy by defining clear problem spaces and validating assumptions. She guides you through strategic framing, problem-product space navigation, and the critical "Contextualize" stream of the Vortex pattern.
|
|
14
|
+
|
|
15
|
+
**When to use Emma:**
|
|
16
|
+
- Defining product vision and strategy
|
|
17
|
+
- Creating lean user personas (jobs-to-be-done focused)
|
|
18
|
+
- Clarifying which problem space to investigate
|
|
19
|
+
- Challenging assumptions before building
|
|
20
|
+
- Aligning teams around the "why" before the "what"
|
|
21
|
+
- Validating problem-solution fit
|
|
22
|
+
|
|
23
|
+
**What you'll get:**
|
|
24
|
+
Strategic framing artifacts using Lean Startup methodologies - personas focused on jobs-to-be-done, product vision documents, problem scope definitions, and validation frameworks.
|
|
25
|
+
|
|
26
|
+
---
|
|
27
|
+
|
|
28
|
+
## How to Invoke Emma
|
|
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-contextualization-expert
|
|
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 Emma by reading her agent file:
|
|
51
|
+
|
|
52
|
+
1. Navigate to your BMAD project root
|
|
53
|
+
2. Read the file: `_bmad/bme/_vortex/agents/contextualization-expert.md`
|
|
54
|
+
3. Emma will activate and greet you
|
|
55
|
+
|
|
56
|
+
**Example (Claude Code):**
|
|
57
|
+
```
|
|
58
|
+
Read the file at _bmad/bme/_vortex/agents/contextualization-expert.md
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
**Example (Terminal):**
|
|
62
|
+
```bash
|
|
63
|
+
cat _bmad/bme/_vortex/agents/contextualization-expert.md
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
This method has been fully tested and validated.
|
|
67
|
+
|
|
68
|
+
---
|
|
69
|
+
|
|
70
|
+
## Emma's Menu Options
|
|
71
|
+
|
|
72
|
+
Once Emma activates, you'll see menu options for her available workflows:
|
|
73
|
+
|
|
74
|
+
```
|
|
75
|
+
1. [MH] Redisplay Menu Help
|
|
76
|
+
2. [CH] Chat with Emma about Lean Startup, strategic framing, or problem-product space navigation
|
|
77
|
+
3. [EM] Empathy Map (Legacy): Create user empathy maps (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 `EM` to create an empathy map
|
|
89
|
+
3. **Fuzzy Match:** Type `empathy` or `map` or `create` - Emma will match the command
|
|
90
|
+
|
|
91
|
+
---
|
|
92
|
+
|
|
93
|
+
## Emma's Philosophy: Contextualization over Assumptions
|
|
94
|
+
|
|
95
|
+
### What is Contextualization?
|
|
96
|
+
|
|
97
|
+
Contextualization means defining clear problem and product spaces before building solutions. It's about:
|
|
98
|
+
|
|
99
|
+
1. **Who is this truly for?** (Not demographics - jobs-to-be-done and problem contexts)
|
|
100
|
+
2. **What are we really solving?** (Problem space boundaries and scope)
|
|
101
|
+
3. **Why does this matter?** (Strategic vision and alignment)
|
|
102
|
+
4. **What assumptions need validation?** (Every belief is a hypothesis until tested)
|
|
103
|
+
|
|
104
|
+
### The Contextualize Stream (Vortex Pattern)
|
|
105
|
+
|
|
106
|
+
Emma guides teams through the "Contextualize" stream:
|
|
107
|
+
- **Problem-solution fit before product-market fit**
|
|
108
|
+
- **Vision before features** - align on the "why" before the "what"
|
|
109
|
+
- **Challenge assumptions ruthlessly** - unvalidated beliefs are risks
|
|
110
|
+
- **Personas over demographics** - focus on jobs-to-be-done, not age/gender
|
|
111
|
+
- **Clarity before action** - strategic framing prevents wasted effort
|
|
112
|
+
|
|
113
|
+
---
|
|
114
|
+
|
|
115
|
+
## Current Workflows (v1.2.0)
|
|
116
|
+
|
|
117
|
+
### [EM] Empathy Map (Legacy - v1.0 Workflow)
|
|
118
|
+
|
|
119
|
+
**Status:** Functional but deprecated. Maintained for backwards compatibility.
|
|
120
|
+
|
|
121
|
+
**What it does:**
|
|
122
|
+
Emma guides you through creating comprehensive empathy maps for target users using a structured 6-step process.
|
|
123
|
+
|
|
124
|
+
**When to use:**
|
|
125
|
+
- You need quick user insights using familiar empathy mapping framework
|
|
126
|
+
- You have user research data to synthesize
|
|
127
|
+
- You're waiting for v1.4.0+ workflows (lean-persona, product-vision, contextualize-scope)
|
|
128
|
+
|
|
129
|
+
**Process:** 6 steps
|
|
130
|
+
1. Define Target User
|
|
131
|
+
2. Says & Thinks
|
|
132
|
+
3. Does & Feels
|
|
133
|
+
4. Pain Points
|
|
134
|
+
5. Gains
|
|
135
|
+
6. Synthesize
|
|
136
|
+
|
|
137
|
+
**Output Location:**
|
|
138
|
+
`{project-root}/_bmad-output/vortex-artifacts/empathy-map-{user-name}-{date}.md`
|
|
139
|
+
|
|
140
|
+
**Time:** 30-60 minutes
|
|
141
|
+
|
|
142
|
+
**Important:** This workflow uses traditional empathy mapping methodology. For Lean Startup-focused workflows aligned with the Vortex pattern, see "Coming in v1.4.0+" section below.
|
|
143
|
+
|
|
144
|
+
---
|
|
145
|
+
|
|
146
|
+
## Coming in v1.4.0+
|
|
147
|
+
|
|
148
|
+
Emma's new Contextualize stream workflows are planned for v1.4.0:
|
|
149
|
+
|
|
150
|
+
### [LP] Lean Persona
|
|
151
|
+
Create lean user personas focused on jobs-to-be-done and problem contexts (not demographics).
|
|
152
|
+
|
|
153
|
+
**Output:** Lean persona document
|
|
154
|
+
**Focus:** Jobs-to-be-done, context, problems (vs. age, gender, fictional details)
|
|
155
|
+
|
|
156
|
+
### [PV] Product Vision
|
|
157
|
+
Define product vision and scope with strategic clarity.
|
|
158
|
+
|
|
159
|
+
**Output:** Product vision document
|
|
160
|
+
**Focus:** Strategic vision, alignment, the "why" before the "what"
|
|
161
|
+
|
|
162
|
+
### [CS] Contextualize Scope
|
|
163
|
+
Decide which problem space to investigate and define boundaries.
|
|
164
|
+
|
|
165
|
+
**Output:** Problem scope document
|
|
166
|
+
**Focus:** Problem space boundaries, scope definition, assumption identification
|
|
167
|
+
|
|
168
|
+
**Note:** These workflows are being designed to fully align with Lean Startup methodologies and the Vortex pattern's Contextualize stream.
|
|
169
|
+
|
|
170
|
+
---
|
|
171
|
+
|
|
172
|
+
## Understanding the Legacy Empathy Map Workflow
|
|
173
|
+
|
|
174
|
+
*This section describes the current v1.0 empathy-map workflow. For the full detailed guide, see the v1.0 documentation.*
|
|
175
|
+
|
|
176
|
+
### Quick Overview
|
|
177
|
+
|
|
178
|
+
1. **Define Target User** (5 min)
|
|
179
|
+
- Demographics, job-to-be-done, context, research sources
|
|
180
|
+
|
|
181
|
+
2. **Says & Thinks** (10 min)
|
|
182
|
+
- What they SAY (direct quotes)
|
|
183
|
+
- What they THINK (inferred thoughts)
|
|
184
|
+
|
|
185
|
+
3. **Does & Feels** (10 min)
|
|
186
|
+
- What they DO (observable actions)
|
|
187
|
+
- What they FEEL (emotional states)
|
|
188
|
+
|
|
189
|
+
4. **Pain Points** (10 min)
|
|
190
|
+
- 4-6 pain points with impact and evidence
|
|
191
|
+
|
|
192
|
+
5. **Gains** (10 min)
|
|
193
|
+
- 4-6 desired outcomes with value and success metrics
|
|
194
|
+
|
|
195
|
+
6. **Synthesize** (5 min)
|
|
196
|
+
- Generate final empathy map artifact
|
|
197
|
+
- Save to output folder
|
|
198
|
+
|
|
199
|
+
**Best Practices:**
|
|
200
|
+
- Ground every insight in research evidence (quotes, observations, data)
|
|
201
|
+
- Be specific (not "users" but "34-year-old marketing managers")
|
|
202
|
+
- Make pain points concrete (not "bad UX" but "can't find transfer button")
|
|
203
|
+
- Make gains measurable (not "faster" but "check balance in <5 seconds")
|
|
204
|
+
|
|
205
|
+
---
|
|
206
|
+
|
|
207
|
+
## Chatting with Emma (CH)
|
|
208
|
+
|
|
209
|
+
Select **[CH] Chat** to have a free-form conversation with Emma about:
|
|
210
|
+
|
|
211
|
+
- Lean Startup methodologies
|
|
212
|
+
- Strategic framing and product vision
|
|
213
|
+
- Problem-product space navigation
|
|
214
|
+
- Jobs-to-be-Done framework
|
|
215
|
+
- Assumption validation
|
|
216
|
+
- Contextualization strategies
|
|
217
|
+
- User research best practices
|
|
218
|
+
|
|
219
|
+
**Example questions:**
|
|
220
|
+
- "How do I validate assumptions before building?"
|
|
221
|
+
- "What's the difference between problem-solution fit and product-market fit?"
|
|
222
|
+
- "How do I define a problem space?"
|
|
223
|
+
- "What makes a good lean persona vs. a traditional persona?"
|
|
224
|
+
|
|
225
|
+
---
|
|
226
|
+
|
|
227
|
+
## Validating Artifacts (VM)
|
|
228
|
+
|
|
229
|
+
Select **[VM] Validate** to review existing artifacts against Lean Startup principles.
|
|
230
|
+
|
|
231
|
+
**When to use this:**
|
|
232
|
+
- You created an artifact and want expert review
|
|
233
|
+
- You inherited artifacts from another team
|
|
234
|
+
- Your understanding has changed and you need to update
|
|
235
|
+
- You're preparing to present to stakeholders
|
|
236
|
+
|
|
237
|
+
**What Emma checks:**
|
|
238
|
+
- Are insights backed by research evidence?
|
|
239
|
+
- Are assumptions clearly identified?
|
|
240
|
+
- Are hypotheses testable?
|
|
241
|
+
- Is the target user/problem specific enough?
|
|
242
|
+
- Can this guide decision-making?
|
|
243
|
+
|
|
244
|
+
---
|
|
245
|
+
|
|
246
|
+
## Party Mode (PM)
|
|
247
|
+
|
|
248
|
+
Select **[PM] Party Mode** to bring Emma into a multi-agent collaboration session.
|
|
249
|
+
|
|
250
|
+
**When to use this:**
|
|
251
|
+
- You need multiple BMAD agents working together
|
|
252
|
+
- Example: Emma (contextualization) + Wade (experiments) + Quinn (quality review)
|
|
253
|
+
|
|
254
|
+
**How it works:**
|
|
255
|
+
- Emma joins a group discussion with other agents
|
|
256
|
+
- Each agent contributes their expertise
|
|
257
|
+
- Agents collaborate naturally on complex tasks
|
|
258
|
+
|
|
259
|
+
---
|
|
260
|
+
|
|
261
|
+
## Troubleshooting
|
|
262
|
+
|
|
263
|
+
### Error: "Configuration Error: Cannot load config file"
|
|
264
|
+
|
|
265
|
+
**What it means:**
|
|
266
|
+
Emma can't find or read the config file at `_bmad/bme/_vortex/config.yaml`
|
|
267
|
+
|
|
268
|
+
**How to fix:**
|
|
269
|
+
|
|
270
|
+
1. **Check if file exists:**
|
|
271
|
+
```bash
|
|
272
|
+
ls _bmad/bme/_vortex/config.yaml
|
|
273
|
+
```
|
|
274
|
+
|
|
275
|
+
2. **If missing, reinstall:**
|
|
276
|
+
```bash
|
|
277
|
+
npm install bmad-enhanced@latest
|
|
278
|
+
npx bmad-install-agents
|
|
279
|
+
```
|
|
280
|
+
|
|
281
|
+
3. **Verify YAML syntax:**
|
|
282
|
+
- No tabs (use spaces)
|
|
283
|
+
- Proper indentation
|
|
284
|
+
- Quotes around string values
|
|
285
|
+
|
|
286
|
+
---
|
|
287
|
+
|
|
288
|
+
### Error: "Unknown skill: bmad-agent-bme-contextualization-expert"
|
|
289
|
+
|
|
290
|
+
**What it means:**
|
|
291
|
+
Slash commands aren't available in your environment.
|
|
292
|
+
|
|
293
|
+
**How to fix:**
|
|
294
|
+
Use Method 2 (Direct Agent File Reading) instead:
|
|
295
|
+
|
|
296
|
+
1. Read the file: `_bmad/bme/_vortex/agents/contextualization-expert.md`
|
|
297
|
+
2. Emma will activate normally
|
|
298
|
+
3. This method is fully tested and works in all environments
|
|
299
|
+
|
|
300
|
+
**Note:** This is NOT an error with Emma - it's an environment limitation.
|
|
301
|
+
|
|
302
|
+
---
|
|
303
|
+
|
|
304
|
+
## Tips from Emma
|
|
305
|
+
|
|
306
|
+
### "Challenge assumptions ruthlessly"
|
|
307
|
+
|
|
308
|
+
Every belief about your product, users, or market is an assumption until validated. Before you build, ask: "What evidence do we have?" If the answer is "we think" or "we believe," you have a hypothesis that needs testing.
|
|
309
|
+
|
|
310
|
+
### "Personas over demographics"
|
|
311
|
+
|
|
312
|
+
Age, gender, and income don't drive behavior - jobs-to-be-done and context do. Instead of "millennials," ask "what job are they hiring your product to do?"
|
|
313
|
+
|
|
314
|
+
### "Vision before features"
|
|
315
|
+
|
|
316
|
+
Align your team around the "why" before you debate the "what." A clear product vision prevents feature bloat and scope creep.
|
|
317
|
+
|
|
318
|
+
### "Problem-solution fit comes first"
|
|
319
|
+
|
|
320
|
+
Before you find product-market fit, validate problem-solution fit. Are you solving a real problem? For the right people? In the right context?
|
|
321
|
+
|
|
322
|
+
### "Clarity is kindness"
|
|
323
|
+
|
|
324
|
+
Unclear product strategy wastes everyone's time. Be specific about problem spaces, target users, and success criteria. Clarity accelerates execution.
|
|
325
|
+
|
|
326
|
+
---
|
|
327
|
+
|
|
328
|
+
## Migration Guide (v1.0 → v1.2.0)
|
|
329
|
+
|
|
330
|
+
### What Changed
|
|
331
|
+
|
|
332
|
+
**v1.0.0 (DesignOS):**
|
|
333
|
+
- Agent: empathy-mapper
|
|
334
|
+
- Module: `_bmad/bme/_designos/`
|
|
335
|
+
- Focus: Empathy mapping, design thinking
|
|
336
|
+
- Output: `_bmad-output/design-artifacts/`
|
|
337
|
+
|
|
338
|
+
**v1.2.0 (Vortex Pattern):**
|
|
339
|
+
- Agent: contextualization-expert
|
|
340
|
+
- Module: `_bmad/bme/_vortex/`
|
|
341
|
+
- Focus: Lean Startup, strategic framing, contextualization
|
|
342
|
+
- Output: `_bmad-output/vortex-artifacts/`
|
|
343
|
+
|
|
344
|
+
### How to Update
|
|
345
|
+
|
|
346
|
+
1. **Update package:**
|
|
347
|
+
```bash
|
|
348
|
+
npm install bmad-enhanced@latest
|
|
349
|
+
```
|
|
350
|
+
|
|
351
|
+
2. **Reinstall agents:**
|
|
352
|
+
```bash
|
|
353
|
+
npx bmad-install-agents
|
|
354
|
+
```
|
|
355
|
+
|
|
356
|
+
3. **Update activation path:**
|
|
357
|
+
- Old: `_bmad/bme/_designos/agents/empathy-mapper.md`
|
|
358
|
+
- New: `_bmad/bme/_vortex/agents/contextualization-expert.md`
|
|
359
|
+
|
|
360
|
+
4. **Update output references:**
|
|
361
|
+
- Old: `_bmad-output/design-artifacts/`
|
|
362
|
+
- New: `_bmad-output/vortex-artifacts/`
|
|
363
|
+
|
|
364
|
+
### Backwards Compatibility
|
|
365
|
+
|
|
366
|
+
- Legacy empathy-map workflow still functional in v1.2.0
|
|
367
|
+
- Old artifacts remain valid and accessible
|
|
368
|
+
- New Lean Startup workflows coming in v1.4.0+
|
|
369
|
+
|
|
370
|
+
---
|
|
371
|
+
|
|
372
|
+
## Roadmap
|
|
373
|
+
|
|
374
|
+
**v1.2.0 (Current):**
|
|
375
|
+
- ✅ Agent repositioned as Contextualization Expert
|
|
376
|
+
- ✅ Module renamed to _vortex (Vortex Pattern)
|
|
377
|
+
- ✅ Legacy empathy-map workflow maintained
|
|
378
|
+
- ✅ User guide updated
|
|
379
|
+
|
|
380
|
+
**v1.3.0 (Planned):**
|
|
381
|
+
- Update/migration tooling
|
|
382
|
+
- Automated update scripts
|
|
383
|
+
|
|
384
|
+
**v1.4.0+ (Planned):**
|
|
385
|
+
- New Contextualize stream workflows:
|
|
386
|
+
- [LP] Lean Persona
|
|
387
|
+
- [PV] Product Vision
|
|
388
|
+
- [CS] Contextualize Scope
|
|
389
|
+
- Full Vortex Pattern implementation
|
|
390
|
+
|
|
391
|
+
---
|
|
392
|
+
|
|
393
|
+
## Getting Help
|
|
394
|
+
|
|
395
|
+
### Need help using Emma?
|
|
396
|
+
|
|
397
|
+
1. **Chat with Emma (CH):** Ask her questions about Lean Startup and contextualization
|
|
398
|
+
2. **Read this guide:** Most questions are answered here
|
|
399
|
+
3. **Check troubleshooting section:** Common errors and solutions
|
|
400
|
+
|
|
401
|
+
### Found a bug or issue?
|
|
402
|
+
|
|
403
|
+
1. **Check if it's an environment limitation:** Some features (like slash commands) may not work in all environments
|
|
404
|
+
2. **Report the issue:** Provide Emma's version (1.2.0), your environment, and steps to reproduce
|
|
405
|
+
|
|
406
|
+
### Want to learn more?
|
|
407
|
+
|
|
408
|
+
**Emma's expertise includes:**
|
|
409
|
+
- Lean Startup methodology
|
|
410
|
+
- Jobs-to-be-Done framework
|
|
411
|
+
- Strategic framing and product vision
|
|
412
|
+
- Problem-product space navigation
|
|
413
|
+
- Assumption validation
|
|
414
|
+
- Contextualization strategies
|
|
415
|
+
|
|
416
|
+
**Ask Emma (CH) about any of these topics!**
|
|
417
|
+
|
|
418
|
+
---
|
|
419
|
+
|
|
420
|
+
## Version History
|
|
421
|
+
|
|
422
|
+
**v1.2.0 (2026-02-17)**
|
|
423
|
+
- Agent repositioned as Contextualization Expert (Lean Startup focus)
|
|
424
|
+
- Module renamed from _designos to _vortex (Vortex Pattern)
|
|
425
|
+
- Output folder moved to vortex-artifacts
|
|
426
|
+
- Updated documentation to reflect strategic framing and contextualization
|
|
427
|
+
- Legacy empathy-map workflow maintained for backwards compatibility
|
|
428
|
+
- Roadmap added for v1.4.0+ Contextualize stream workflows
|
|
429
|
+
|
|
430
|
+
**v1.0.0 (2026-02-14)**
|
|
431
|
+
- Initial release as Empathy Mapping Specialist
|
|
432
|
+
- 6-step empathy mapping workflow
|
|
433
|
+
- Config-driven personalization
|
|
434
|
+
- Comprehensive error handling
|
|
435
|
+
- Validation workflow (VM)
|
|
436
|
+
- Party mode integration (PM)
|
|
437
|
+
|
|
438
|
+
---
|
|
439
|
+
|
|
440
|
+
## Credits
|
|
441
|
+
|
|
442
|
+
**Agent:** Emma (contextualization-expert)
|
|
443
|
+
**Module:** BMAD Enhanced (bme)
|
|
444
|
+
**Submodule:** Vortex Pattern (_vortex)
|
|
445
|
+
**Framework:** BMAD Agent Architecture Framework v1.1.0
|
|
446
|
+
**Methodology:** Lean Startup, Jobs-to-be-Done
|
|
447
|
+
|
|
448
|
+
---
|
|
449
|
+
|
|
450
|
+
**Questions?** Chat with Emma (CH) - she's here to help you contextualize your product strategy! 🎯
|