bmad-enhanced 1.1.0 โ 1.1.1
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 +8 -8
- package/_bmad/bme/_vortex/config.yaml +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -94,7 +94,7 @@ cd BMAD-Enhanced
|
|
|
94
94
|
npm install
|
|
95
95
|
|
|
96
96
|
# Agents are already installed and operational
|
|
97
|
-
cat _bmad/bme/
|
|
97
|
+
cat _bmad/bme/_vortex/agents/contextualization-expert.md
|
|
98
98
|
```
|
|
99
99
|
|
|
100
100
|
**What gets installed:**
|
|
@@ -108,7 +108,7 @@ cat _bmad/bme/_designos/agents/empathy-mapper.md
|
|
|
108
108
|
|
|
109
109
|
```bash
|
|
110
110
|
# Activate Emma
|
|
111
|
-
cat _bmad/bme/_vortex/agents/
|
|
111
|
+
cat _bmad/bme/_vortex/agents/contextualization-expert.md
|
|
112
112
|
```
|
|
113
113
|
|
|
114
114
|
Emma will guide you through strategic contextualization:
|
|
@@ -122,7 +122,7 @@ Emma will guide you through strategic contextualization:
|
|
|
122
122
|
|
|
123
123
|
```bash
|
|
124
124
|
# Activate Wade
|
|
125
|
-
cat _bmad/bme/_vortex/agents/
|
|
125
|
+
cat _bmad/bme/_vortex/agents/lean-experiments-specialist.md
|
|
126
126
|
```
|
|
127
127
|
|
|
128
128
|
Wade will guide you through validated learning:
|
|
@@ -155,7 +155,7 @@ All agents built using a standard pattern:
|
|
|
155
155
|
|
|
156
156
|
## ๐ Agents
|
|
157
157
|
|
|
158
|
-
### Emma (
|
|
158
|
+
### Emma (contextualization-expert) - โ
REPOSITIONED
|
|
159
159
|
|
|
160
160
|
**Status:** Repositioned in v1.1.0 - Workflows coming in v1.2.0
|
|
161
161
|
**Title:** Contextualization Expert ๐ฏ
|
|
@@ -180,7 +180,7 @@ All agents built using a standard pattern:
|
|
|
180
180
|
|
|
181
181
|
---
|
|
182
182
|
|
|
183
|
-
### Wade (
|
|
183
|
+
### Wade (lean-experiments-specialist) - โ
REPOSITIONED
|
|
184
184
|
|
|
185
185
|
**Status:** Repositioned in v1.1.0 - Workflows coming in v1.2.0
|
|
186
186
|
**Title:** Lean Experiments Specialist ๐งช
|
|
@@ -316,7 +316,7 @@ Clear, comprehensive documentation:
|
|
|
316
316
|
|
|
317
317
|
1. **Clone Emma's structure:**
|
|
318
318
|
```bash
|
|
319
|
-
cp -r _bmad/bme/
|
|
319
|
+
cp -r _bmad/bme/_vortex/agents/contextualization-expert.md \
|
|
320
320
|
_bmad/bme/_designos/agents/your-agent.md
|
|
321
321
|
```
|
|
322
322
|
|
|
@@ -400,8 +400,8 @@ Clear, comprehensive documentation:
|
|
|
400
400
|
### Current Focus: Week 1-2 (Agent Development)
|
|
401
401
|
|
|
402
402
|
**Week 1:**
|
|
403
|
-
- โ
Day 1-2: Emma (
|
|
404
|
-
- โ
Day 3-7: Wade (
|
|
403
|
+
- โ
Day 1-2: Emma (contextualization-expert) - COMPLETE
|
|
404
|
+
- โ
Day 3-7: Wade (lean-experiments-specialist) - COMPLETE
|
|
405
405
|
|
|
406
406
|
**Week 2:**
|
|
407
407
|
- ๐ Day 1-3: Sage (quality-gatekeeper)
|
|
@@ -11,8 +11,8 @@ communication_language: "en"
|
|
|
11
11
|
|
|
12
12
|
# Agents in this submodule
|
|
13
13
|
agents:
|
|
14
|
-
-
|
|
15
|
-
-
|
|
14
|
+
- contextualization-expert # Emma - Contextualization Expert
|
|
15
|
+
- lean-experiments-specialist # Wade - Lean Experiments Specialist
|
|
16
16
|
|
|
17
17
|
# Workflows available
|
|
18
18
|
workflows:
|