bmad-enhanced 1.0.0-alpha

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 (32) hide show
  1. package/INSTALLATION.md +367 -0
  2. package/LICENSE +21 -0
  3. package/README.md +635 -0
  4. package/_bmad/bme/_config/module.yaml +52 -0
  5. package/_bmad/bme/_designos/agents/empathy-mapper.md +97 -0
  6. package/_bmad/bme/_designos/agents/wireframe-designer.md +114 -0
  7. package/_bmad/bme/_designos/config.yaml +24 -0
  8. package/_bmad/bme/_designos/workflows/empathy-map/empathy-map.template.md +143 -0
  9. package/_bmad/bme/_designos/workflows/empathy-map/steps/step-01-define-user.md +60 -0
  10. package/_bmad/bme/_designos/workflows/empathy-map/steps/step-02-says-thinks.md +67 -0
  11. package/_bmad/bme/_designos/workflows/empathy-map/steps/step-03-does-feels.md +79 -0
  12. package/_bmad/bme/_designos/workflows/empathy-map/steps/step-04-pain-points.md +87 -0
  13. package/_bmad/bme/_designos/workflows/empathy-map/steps/step-05-gains.md +103 -0
  14. package/_bmad/bme/_designos/workflows/empathy-map/steps/step-06-synthesize.md +104 -0
  15. package/_bmad/bme/_designos/workflows/empathy-map/validate.md +117 -0
  16. package/_bmad/bme/_designos/workflows/empathy-map/workflow.md +44 -0
  17. package/_bmad/bme/_designos/workflows/wireframe/steps/step-01-define-requirements.md +85 -0
  18. package/_bmad/bme/_designos/workflows/wireframe/steps/step-02-user-flows.md +59 -0
  19. package/_bmad/bme/_designos/workflows/wireframe/steps/step-03-information-architecture.md +68 -0
  20. package/_bmad/bme/_designos/workflows/wireframe/steps/step-04-wireframe-sketch.md +97 -0
  21. package/_bmad/bme/_designos/workflows/wireframe/steps/step-05-components.md +128 -0
  22. package/_bmad/bme/_designos/workflows/wireframe/steps/step-06-synthesize.md +83 -0
  23. package/_bmad/bme/_designos/workflows/wireframe/wireframe.template.md +287 -0
  24. package/_bmad/bme/_designos/workflows/wireframe/workflow.md +44 -0
  25. package/_bmad-output/README.md +228 -0
  26. package/index.js +75 -0
  27. package/package.json +34 -0
  28. package/scripts/README.md +194 -0
  29. package/scripts/install-all-agents.js +265 -0
  30. package/scripts/install-emma.js +168 -0
  31. package/scripts/install-wade.js +177 -0
  32. package/scripts/postinstall.js +15 -0
@@ -0,0 +1,228 @@
1
+ # BMAD-Enhanced Planning & Brainstorming Outputs
2
+
3
+ **Last Updated:** 2026-02-14
4
+
5
+ ---
6
+
7
+ ## Overview
8
+
9
+ This directory contains all planning artifacts, analysis documents, and brainstorming outputs for the BMAD-Enhanced project.
10
+
11
+ **Project Goal:** Enhance BMAD Method with domain-specialized agents covering design, quality, and standards domains.
12
+
13
+ **Architectural Decision:** BMAD-First Architecture with Agent Enhancement (v1.4.0)
14
+
15
+ ---
16
+
17
+ ## 🚨 Major Update (2026-02-14): Domain-Specialized Agents
18
+
19
+ **Current Approach:** Enhancing BMAD with domain-specialized agents using standard BMAD agent architecture.
20
+
21
+ **Implementation:**
22
+ - Week 1: Design agents (empathy-mapper, wireframe-designer)
23
+ - Week 2: Quality & standards agents (quality-gatekeeper, standards-auditor)
24
+ - Week 3: Integration testing & decision gate
25
+
26
+ **Architecture:** All agents built using BMAD Agent Architecture Framework (v1.1.0) - standardized interface supporting any domain expertise.
27
+
28
+ **See:**
29
+ - [Project README](../README.md) for user-facing documentation
30
+ - [GENERIC-AGENT-INTEGRATION-FRAMEWORK.md](GENERIC-AGENT-INTEGRATION-FRAMEWORK.md) for architecture details
31
+
32
+ ---
33
+
34
+ ## Document Index
35
+
36
+ ### 📋 Planning Artifacts
37
+
38
+ **Core Decision Documents:**
39
+ - [architectural-decision-record.md](./planning-artifacts/architectural-decision-record.md) ⭐ **START HERE** - BMAD-First Architecture decision (v1.4.0 - Agent Enhancement)
40
+ - [phase-0-implementation-guide.md](./planning-artifacts/phase-0-implementation-guide.md) ⭐ **IMPLEMENTATION READY** - Detailed guide for 4 new agents
41
+ - [ORIGINAL-VISION-README.md](./planning-artifacts/ORIGINAL-VISION-README.md) - Earlier multi-framework vision (archived)
42
+ - [integration-roadmap.md](./planning-artifacts/integration-roadmap.md) - 27-week implementation plan (Phases 0-5) - **SUPERSEDED**
43
+ - [baseartifact-contract-spec.md](./planning-artifacts/baseartifact-contract-spec.md) - Technical foundation v2.0.0 - **DEFERRED**
44
+
45
+ **Analysis Documents:**
46
+ - [framework-deep-dive-analysis.md](./planning-artifacts/framework-deep-dive-analysis.md) ⭐ **NEW (2026-02-07)** - How BMAD/DesignOS/AgentOS actually work
47
+ - [phase-0-alternative-agent-integration.md](./planning-artifacts/phase-0-alternative-agent-integration.md) - Alternative approach analysis
48
+ - [phase-0-workflow-map.md](./planning-artifacts/phase-0-workflow-map.md) - Original orchestration plan (superseded)
49
+ - [technical-deep-dive-analysis.md](./planning-artifacts/technical-deep-dive-analysis.md) - 50K+ word analysis of all 4 frameworks
50
+ - [architectural-comparison-quint-vs-bmad-first.md](./planning-artifacts/architectural-comparison-quint-vs-bmad-first.md) - Options 1 & 2 comparison
51
+ - [greenfield-architecture-analysis.md](./planning-artifacts/greenfield-architecture-analysis.md) - Option 3 evaluation
52
+
53
+ **Supporting Documents:**
54
+ - [product-brief-BMAD-Enhanced-2026-02-01.md](./planning-artifacts/product-brief-BMAD-Enhanced-2026-02-01.md) - Product vision and strategy
55
+ - [4-framework-comparison-matrix.md](./planning-artifacts/4-framework-comparison-matrix.md) - Framework capabilities matrix
56
+ - [executive-summary-presentation.md](./planning-artifacts/executive-summary-presentation.md) - Stakeholder presentation
57
+ - [align-command-prototype.md](./planning-artifacts/align-command-prototype.md) - `/align` command specification
58
+
59
+ ---
60
+
61
+ ### 🧠 Brainstorming Outputs (2026-02-05)
62
+
63
+ **Session Topic:** Phase 0 POC Implementation - Orchestration Capabilities Across All 4 Frameworks
64
+
65
+ **Core Documents:**
66
+ - [brainstorming-session-2026-02-05.md](./brainstorming/brainstorming-session-2026-02-05.md) ⭐ **Phase 0 Focus** - Complete brainstorming session results
67
+ - [alignment-summary.md](./brainstorming/alignment-summary.md) ⭐ **Critical** - How brainstorming refines ADR decisions
68
+
69
+ **Reference Materials:**
70
+ - [orchestration-patterns-catalog.md](./brainstorming/orchestration-patterns-catalog.md) - Complete 100-pattern catalog across 15 families
71
+ - [architectural-decision-framework.md](./brainstorming/architectural-decision-framework.md) - 7 foundational dimensions for decisions
72
+ - [llm-agnostic-architecture.md](./brainstorming/llm-agnostic-architecture.md) ⭐ **Critical** - LLM-agnostic design (capabilities vs skills)
73
+
74
+ ---
75
+
76
+ ## Key Decisions Summary
77
+
78
+ ### Architectural Approach: BMAD-First (v1.3.0)
79
+
80
+ **Foundation:** BMAD Method's proven markdown-based workflow engine
81
+
82
+ **LLM-Agnostic Design:** Core architecture uses "capabilities" (portable to any LLM). Claude integration exposes as "skills" (slash commands).
83
+
84
+ **Phase 0 Scope Refinement (2026-02-06):** Defer Quint SQLite integration to Phase 2, focus Phase 0 on pure markdown orchestration.
85
+
86
+ **Agent Architecture:**
87
+ 1. **Standard Interface:** All agents use BMAD Agent Architecture Framework
88
+ - XML-based agent structure inside markdown code blocks
89
+ - Standard menu structure (MH, CH, custom workflows, PM, DA)
90
+ - Fuzzy command matching support
91
+ - Slash command invocation: `/bmad-agent-{module}-{agent-name}`
92
+
93
+ 2. **Workflow Patterns:** Three architectural patterns available
94
+ - Pattern 1: Step-file architecture (sequential workflows)
95
+ - Pattern 2: YAML + instructions (configuration-driven workflows)
96
+ - Pattern 3: Hybrid (combined approach)
97
+
98
+ 3. **State Management:** BMAD Markdown artifacts
99
+ - Markdown files are source of truth (Git version control)
100
+ - Config-driven variables (user_name, communication_language, output_folder)
101
+ - Output artifacts in `_bmad-output/` directories
102
+
103
+ 4. **Implementation Size (Phased - REVISED 2026-02-07):**
104
+ - **Phase 0 (Weeks 1-3):** 500 LOC - Agent Enhancement
105
+ - Emma (empathy-mapper): 235 LOC
106
+ - Wade (wireframe-designer): 280 LOC
107
+ - Quinn (quality-gatekeeper): 295 LOC
108
+ - Stan (standards-auditor): 380 LOC
109
+ - Cross-agent orchestration: 50 LOC
110
+ - Total: ~1,240 LOC actual (500 LOC estimate for agents only)
111
+ - **Phase 2 (Weeks 8-9):** +500 LOC - Quint sync adapter (UNCHANGED)
112
+ - MD→SQLite Writer (200) + SQLite→MD Reader (150) + Conflict Resolution (50) + Retry Logic (100)
113
+ - **Total:** 1,000 LOC (vs original 2,300 LOC estimate) - **57% reduction**
114
+
115
+ ---
116
+
117
+ ## Timeline
118
+
119
+ ### Phase 0: POC - Domain-Specialized Agents (Weeks 1-3) ← **CURRENT FOCUS**
120
+ **Goal:** Enhance BMAD with 4 domain-specialized agents for design and quality workflows
121
+
122
+ **Scope:** Design agents + Quality/standards agents using BMAD agent architecture
123
+
124
+ **Deliverables:**
125
+ - **Week 1:** Design agents
126
+ - Emma (empathy-mapper) - User empathy mapping workflows
127
+ - Wade (wireframe-designer) - Rapid wireframe generation
128
+ - **Week 2:** Quality & standards agents
129
+ - Quinn (quality-gatekeeper) - Quality gate decision workflows
130
+ - Stan (standards-auditor) - Code standards compliance checking
131
+ - **Week 3:** Integration & Testing
132
+ - Cross-agent workflow orchestration
133
+ - Party mode integration
134
+ - Documentation & decision gate
135
+
136
+ **LOC:** ~500 LOC per agent (~1,240 LOC total for 4 agents)
137
+
138
+ **Decision Gate (Week 3):** Evaluate agent approach success, proceed to Phase 1 or iterate on agent design
139
+
140
+ ---
141
+
142
+ ### Phase 1: Contract Foundation (Weeks 4-7)
143
+ **Goal:** Establish BaseArtifact v2.0.0 foundation
144
+
145
+ ---
146
+
147
+ ### Phase 1: Contract Foundation (Weeks 4-7)
148
+ **Goal:** Establish BaseArtifact foundation and expand agent capabilities
149
+
150
+ ---
151
+
152
+ ### Future Phases: TBD
153
+ **Scope:** Based on Phase 0 decision gate results and user feedback
154
+
155
+ ---
156
+
157
+ ## Pattern Analysis Insights
158
+
159
+ From [brainstorming-session-2026-02-05.md](./brainstorming/brainstorming-session-2026-02-05.md):
160
+
161
+ **100 Patterns Explored Across 15 Families:**
162
+ - Integration Interface (Skills, Tools, Steps, Hybrid)
163
+ - State Management (Centralized, Distributed, Event-Sourced, Ephemeral)
164
+ - Reliability (Resilience, Performance, Security, Testing, Debugging)
165
+ - Evolution (Versioning, Experimental Rollout, Living Docs)
166
+ - Multi-Tenancy (Isolation, Collaboration)
167
+ - Intelligence (AI-Augmented Routing, Detection, Healing)
168
+ - Experimental (Edge Computing, Advanced Patterns)
169
+
170
+ **7 Foundational Dimensions Identified:**
171
+ 1. Interface Model (How frameworks expose capabilities)
172
+ 2. Control Flow (How execution flows across frameworks)
173
+ 3. State Management (Where state lives and how it syncs)
174
+ 4. Reliability Strategy (How system handles failures)
175
+ 5. Evolution Model (How system changes over time)
176
+ 6. Multi-Tenancy Approach (How users/projects coexist)
177
+ 7. Intelligence Level (How much AI augmentation)
178
+
179
+ **Key Insight:** Brainstorming VALIDATED BMAD-First decision and provided implementation clarity (HOW to build orchestration + Quint adapter). Phase 0 scope refinement reduces risk by validating orchestration before database sync complexity.
180
+
181
+ ---
182
+
183
+ ## Quick Navigation
184
+
185
+ **Starting Phase 0 POC Implementation? (UPDATED 2026-02-14)**
186
+ 1. Read: [GENERIC-AGENT-INTEGRATION-FRAMEWORK.md](GENERIC-AGENT-INTEGRATION-FRAMEWORK.md) ⭐ (BMAD Agent Architecture Framework v1.1.0)
187
+ 2. Reference: [EMMA-REFERENCE-IMPLEMENTATION-COMPLETE.md](EMMA-REFERENCE-IMPLEMENTATION-COMPLETE.md) ⭐ (Emma reference implementation)
188
+ 3. Follow: [phase-0-implementation-guide.md](./planning-artifacts/phase-0-implementation-guide.md) (Complete implementation guide for 4 agents)
189
+ 4. Test: [EMMA-TESTING-GUIDE.md](EMMA-TESTING-GUIDE.md) (Testing procedures for agents)
190
+
191
+ **Need Architecture Details?**
192
+ - Interface contracts: [baseartifact-contract-spec.md](./planning-artifacts/baseartifact-contract-spec.md)
193
+ - Technical deep-dive: [technical-deep-dive-analysis.md](./planning-artifacts/technical-deep-dive-analysis.md)
194
+ - Framework comparison: [4-framework-comparison-matrix.md](./planning-artifacts/4-framework-comparison-matrix.md)
195
+
196
+ **Workflow Patterns Reference:**
197
+ - Step-file architecture: [_bmad/bme/_designos/workflows/empathy-map/](../_bmad/bme/_designos/workflows/empathy-map/)
198
+ - YAML + instructions: See framework documentation Part 2
199
+ - Hybrid patterns: See framework documentation Part 2
200
+
201
+ ---
202
+
203
+ ## Status
204
+
205
+ **Decision Status:** ✅ ACCEPTED (BMAD Agent Architecture - Domain Specialization)
206
+ **Implementation Status:** 🚧 Phase 0 POC (Week 1) - Emma created, testing in progress
207
+ **Latest Update:** BMAD Agent Architecture Framework v1.1.0 complete. Emma (empathy-mapper) reference implementation created. Documentation cleaned of external framework references.
208
+ **Next Milestone:** Emma testing completion, then Wade creation (Week 1)
209
+
210
+ ---
211
+
212
+ ## Contributing
213
+
214
+ All planning documents follow markdown standards with YAML frontmatter for metadata tracking.
215
+
216
+ **Document Types:**
217
+ - **ADRs** (Architecture Decision Records): Capture key architectural decisions with rationale
218
+ - **Analysis**: Deep-dive technical analysis and comparisons
219
+ - **Planning**: Roadmaps, specifications, timelines
220
+ - **Brainstorming**: Pattern exploration and creative ideation
221
+
222
+ ---
223
+
224
+ ## Contact
225
+
226
+ **BMAD-Enhanced Core Team**
227
+ **Project Start:** 2026-02-01
228
+ **Latest Update:** 2026-02-14 (Documentation cleanup: removed external framework references, clarified domain-specialized agent approach)
package/index.js ADDED
@@ -0,0 +1,75 @@
1
+ #!/usr/bin/env node
2
+
3
+ /**
4
+ * BMAD-Enhanced
5
+ * Domain-Specialized Agents for BMAD Method
6
+ *
7
+ * This package provides expert agents for design, quality, and standards workflows:
8
+ * - Emma (empathy-mapper) - Empathy Mapping Specialist
9
+ * - Wade (wireframe-designer) - Wireframe Design Expert
10
+ *
11
+ * Installation:
12
+ * npm install bmad-enhanced
13
+ * npm run install:agents
14
+ *
15
+ * Documentation:
16
+ * - Installation Guide: INSTALLATION.md
17
+ * - Emma User Guide: _bmad-output/design-artifacts/EMMA-USER-GUIDE.md
18
+ * - Wade User Guide: _bmad-output/design-artifacts/WADE-USER-GUIDE.md
19
+ *
20
+ * @version 1.0.0-alpha
21
+ * @license MIT
22
+ */
23
+
24
+ const fs = require('fs');
25
+ const path = require('path');
26
+
27
+ const BOLD = '\x1b[1m';
28
+ const RESET = '\x1b[0m';
29
+ const CYAN = '\x1b[36m';
30
+ const GREEN = '\x1b[32m';
31
+
32
+ function main() {
33
+ console.log('');
34
+ console.log(`${BOLD}BMAD-Enhanced${RESET} - Domain-Specialized Agents`);
35
+ console.log('');
36
+ console.log('Available agents:');
37
+ console.log(` ${GREEN}✓${RESET} Emma (empathy-mapper) - Empathy Mapping Specialist`);
38
+ console.log(` ${GREEN}✓${RESET} Wade (wireframe-designer) - Wireframe Design Expert`);
39
+ console.log('');
40
+ console.log('To install agents:');
41
+ console.log(` ${CYAN}npm run install:agents${RESET} - Install all agents`);
42
+ console.log(` ${CYAN}npm run install:emma${RESET} - Install Emma only`);
43
+ console.log(` ${CYAN}npm run install:wade${RESET} - Install Wade only`);
44
+ console.log('');
45
+ console.log('Documentation:');
46
+ console.log(` ${CYAN}INSTALLATION.md${RESET} - Complete installation guide`);
47
+ console.log(` ${CYAN}README.md${RESET} - Project overview`);
48
+ console.log('');
49
+ }
50
+
51
+ // Export installation functions for programmatic use
52
+ module.exports = {
53
+ version: '1.0.0-alpha',
54
+ agents: {
55
+ emma: {
56
+ id: 'empathy-mapper',
57
+ name: 'Emma',
58
+ title: 'Empathy Mapping Specialist',
59
+ icon: '🎨',
60
+ path: '_bmad/bme/_designos/agents/empathy-mapper.md'
61
+ },
62
+ wade: {
63
+ id: 'wireframe-designer',
64
+ name: 'Wade',
65
+ title: 'Wireframe Design Specialist',
66
+ icon: '🎨',
67
+ path: '_bmad/bme/_designos/agents/wireframe-designer.md'
68
+ }
69
+ }
70
+ };
71
+
72
+ // Run CLI if called directly
73
+ if (require.main === module) {
74
+ main();
75
+ }
package/package.json ADDED
@@ -0,0 +1,34 @@
1
+ {
2
+ "name": "bmad-enhanced",
3
+ "version": "1.0.0-alpha",
4
+ "description": "Domain-Specialized Agents for BMAD Method - Expert agents for design, quality, and standards workflows",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "install:emma": "node scripts/install-emma.js",
8
+ "install:wade": "node scripts/install-wade.js",
9
+ "install:agents": "node scripts/install-all-agents.js",
10
+ "postinstall": "node scripts/postinstall.js"
11
+ },
12
+ "keywords": [
13
+ "bmad",
14
+ "agents",
15
+ "empathy-mapping",
16
+ "wireframing",
17
+ "design",
18
+ "ux",
19
+ "ai-agents"
20
+ ],
21
+ "author": "BMAD-Enhanced Community",
22
+ "license": "MIT",
23
+ "repository": {
24
+ "type": "git",
25
+ "url": "https://github.com/amalik/BMAD-Enhanced.git"
26
+ },
27
+ "engines": {
28
+ "node": ">=14.0.0"
29
+ },
30
+ "dependencies": {
31
+ "chalk": "^4.1.2",
32
+ "fs-extra": "^11.3.3"
33
+ }
34
+ }
@@ -0,0 +1,194 @@
1
+ # BMAD-Enhanced Installation Scripts
2
+
3
+ This directory contains npm-based installation scripts for BMAD-Enhanced agents.
4
+
5
+ ## Available Scripts
6
+
7
+ ### `install-emma.js`
8
+ Installs Emma (empathy-mapper) agent into your project.
9
+
10
+ **What it does:**
11
+ - Creates `_bmad/bme/_designos/` directory structure
12
+ - Copies Emma agent file (`empathy-mapper.md`)
13
+ - Copies empathy-map workflow files (6 steps + template)
14
+ - Creates/updates `config.yaml`
15
+ - Updates `agent-manifest.csv`
16
+ - Creates output directory
17
+
18
+ **Usage:**
19
+ ```bash
20
+ npm run install:emma
21
+ ```
22
+
23
+ ---
24
+
25
+ ### `install-wade.js`
26
+ Installs Wade (wireframe-designer) agent into your project.
27
+
28
+ **What it does:**
29
+ - Creates `_bmad/bme/_designos/` directory structure
30
+ - Copies Wade agent file (`wireframe-designer.md`)
31
+ - Copies wireframe workflow files (6 steps + template)
32
+ - Creates/updates `config.yaml`
33
+ - Updates `agent-manifest.csv`
34
+ - Creates output directory
35
+
36
+ **Usage:**
37
+ ```bash
38
+ npm run install:wade
39
+ ```
40
+
41
+ ---
42
+
43
+ ### `install-all-agents.js`
44
+ Installs both Emma and Wade agents at once.
45
+
46
+ **What it does:**
47
+ - All actions from `install-emma.js`
48
+ - All actions from `install-wade.js`
49
+ - Creates unified `config.yaml` with both agents
50
+ - Copies user guides for both agents
51
+
52
+ **Usage:**
53
+ ```bash
54
+ npm run install:agents
55
+ ```
56
+
57
+ ---
58
+
59
+ ### `postinstall.js`
60
+ Runs automatically after `npm install` to display installation instructions.
61
+
62
+ ---
63
+
64
+ ## Installation Flow
65
+
66
+ ```
67
+ npm install bmad-enhanced
68
+
69
+ postinstall.js runs
70
+
71
+ Displays available commands
72
+
73
+ User runs: npm run install:agents (or individual agent)
74
+
75
+ install-all-agents.js (or individual installer)
76
+
77
+ Checks prerequisites
78
+
79
+ Copies agent files to _bmad/bme/_designos/
80
+
81
+ Creates/updates config.yaml
82
+
83
+ Updates agent-manifest.csv
84
+
85
+ Creates output directory
86
+
87
+ Copies user guides
88
+
89
+ Success! Agents ready to use
90
+ ```
91
+
92
+ ---
93
+
94
+ ## File Structure Created
95
+
96
+ ```
97
+ your-project/
98
+ ├── _bmad/
99
+ │ ├── bme/
100
+ │ │ └── _designos/
101
+ │ │ ├── agents/
102
+ │ │ │ ├── empathy-mapper.md
103
+ │ │ │ └── wireframe-designer.md
104
+ │ │ ├── workflows/
105
+ │ │ │ ├── empathy-map/
106
+ │ │ │ │ ├── workflow.md
107
+ │ │ │ │ ├── empathy-map.template.md
108
+ │ │ │ │ └── steps/
109
+ │ │ │ │ └── step-01 through step-06.md
110
+ │ │ │ └── wireframe/
111
+ │ │ │ ├── workflow.md
112
+ │ │ │ ├── wireframe.template.md
113
+ │ │ │ └── steps/
114
+ │ │ │ └── step-01 through step-06.md
115
+ │ │ └── config.yaml
116
+ │ └── _config/
117
+ │ └── agent-manifest.csv
118
+ └── _bmad-output/
119
+ └── design-artifacts/
120
+ ├── EMMA-USER-GUIDE.md
121
+ └── WADE-USER-GUIDE.md
122
+ ```
123
+
124
+ ---
125
+
126
+ ## Configuration
127
+
128
+ ### config.yaml
129
+ ```yaml
130
+ user_name: "User"
131
+ communication_language: "English"
132
+ output_folder: "_bmad-output/design-artifacts"
133
+
134
+ agents:
135
+ - empathy-mapper # Emma
136
+ - wireframe-designer # Wade
137
+
138
+ workflows:
139
+ - empathy-map # Create empathy maps
140
+ - wireframe # Create wireframes
141
+ ```
142
+
143
+ You can customize these values after installation.
144
+
145
+ ---
146
+
147
+ ## Troubleshooting
148
+
149
+ ### "Cannot find module 'fs-extra'"
150
+ ```bash
151
+ npm install fs-extra chalk
152
+ ```
153
+
154
+ ### "Permission denied"
155
+ ```bash
156
+ chmod +x scripts/*.js
157
+ ```
158
+
159
+ ### "Config already exists"
160
+ The installers will update existing config files rather than overwriting them.
161
+
162
+ ---
163
+
164
+ ## Development
165
+
166
+ ### Testing Installers Locally
167
+
168
+ ```bash
169
+ # Test Emma installer
170
+ node scripts/install-emma.js
171
+
172
+ # Test Wade installer
173
+ node scripts/install-wade.js
174
+
175
+ # Test all-agents installer
176
+ node scripts/install-all-agents.js
177
+ ```
178
+
179
+ ### Adding New Agents
180
+
181
+ To add a new agent installer:
182
+
183
+ 1. Copy `install-emma.js` as template
184
+ 2. Update agent name, files, and workflows
185
+ 3. Add to `package.json` scripts:
186
+ ```json
187
+ "install:new-agent": "node scripts/install-new-agent.js"
188
+ ```
189
+ 4. Update `install-all-agents.js` to include new agent
190
+
191
+ ---
192
+
193
+ **Version:** 1.0.0-alpha
194
+ **Last Updated:** 2026-02-15