bmad-method 6.0.0-alpha.2 → 6.0.0-alpha.3
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/.claude/settings.local.json +11 -1
- package/README.md +109 -161
- package/docs/BMad-Method-V6-Quick-Start.md +341 -0
- package/docs/index.md +229 -0
- package/docs/v4-to-v6-upgrade.md +9 -7
- package/package.json +1 -1
- package/src/modules/bmb/README.md +135 -73
- package/src/modules/bmb/workflows/create-agent/README.md +126 -243
- package/src/modules/bmb/workflows/create-agent/instructions.md +25 -12
- package/src/modules/bmb/workflows/create-module/README.md +163 -154
- package/src/modules/bmb/workflows/create-workflow/instructions.md +16 -8
- package/src/modules/bmm/README.md +86 -83
- package/src/modules/bmm/workflows/1-analysis/brainstorm-game/instructions.md +45 -26
- package/src/modules/bmm/workflows/1-analysis/brainstorm-project/README.md +100 -16
- package/src/modules/bmm/workflows/1-analysis/brainstorm-project/instructions.md +42 -23
- package/src/modules/bmm/workflows/1-analysis/game-brief/instructions.md +42 -28
- package/src/modules/bmm/workflows/1-analysis/product-brief/instructions.md +38 -27
- package/src/modules/bmm/workflows/1-analysis/research/instructions-deep-prompt.md +24 -34
- package/src/modules/bmm/workflows/1-analysis/research/instructions-market.md +23 -34
- package/src/modules/bmm/workflows/1-analysis/research/instructions-router.md +30 -14
- package/src/modules/bmm/workflows/1-analysis/research/instructions-technical.md +23 -34
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/instructions.md +42 -24
- package/src/modules/bmm/workflows/2-plan-workflows/gdd/instructions-gdd.md +35 -22
- package/src/modules/bmm/workflows/2-plan-workflows/narrative/instructions-narrative.md +73 -22
- package/src/modules/bmm/workflows/2-plan-workflows/prd/instructions.md +45 -63
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/instructions.md +46 -62
- package/src/modules/bmm/workflows/3-solutioning/architecture/instructions.md +46 -53
- package/src/modules/bmm/workflows/3-solutioning/solutioning-gate-check/instructions.md +78 -47
- package/src/modules/bmm/workflows/4-implementation/create-story/README.md +99 -82
- package/src/modules/bmm/workflows/4-implementation/create-story/instructions.md +2 -0
- package/src/modules/bmm/workflows/4-implementation/story-context/instructions.md +3 -0
- package/src/modules/bmm/workflows/README.md +149 -511
- package/src/modules/bmm/workflows/workflow-status/README.md +38 -19
- package/src/modules/bmm/workflows/workflow-status/init/instructions.md +117 -24
- package/src/modules/bmm/workflows/workflow-status/init/workflow.yaml +2 -2
- package/src/modules/bmm/workflows/workflow-status/instructions.md +173 -111
- package/src/modules/bmm/workflows/workflow-status/sample-level-3-workflow.yaml +49 -0
- package/src/modules/bmm/workflows/workflow-status/workflow-status-template.yaml +31 -0
- package/src/modules/bmm/workflows/workflow-status/workflow.yaml +3 -3
- package/src/modules/cis/README.md +153 -0
- package/src/modules/cis/workflows/README.md +102 -30
- package/src/modules/cis/workflows/storytelling/instructions.md +10 -2
- package/tools/cli/installers/lib/core/manifest-generator.js +4 -1
- package/src/modules/bmm/workflows/workflow-status/workflow-status-template.md +0 -30
- package/src/modules/cis/readme.md +0 -86
- /package/src/modules/bmm/sub-modules/claude-code/{readme.md → README.md} +0 -0
- /package/src/modules/bmm/workflows/3-solutioning/architecture/{readme.md → README.md} +0 -0
|
@@ -31,7 +31,17 @@
|
|
|
31
31
|
"Bash(git commit:*)",
|
|
32
32
|
"Bash(.claude/hooks/play-tts.sh:*)",
|
|
33
33
|
"Bash(while read file)",
|
|
34
|
-
"Bash(do echo \"=== $file ===\")"
|
|
34
|
+
"Bash(do echo \"=== $file ===\")",
|
|
35
|
+
"Bash(npm view:*)",
|
|
36
|
+
"Bash(npm dist-tag:*)",
|
|
37
|
+
"Bash(npm cache clean:*)",
|
|
38
|
+
"Bash(npm info:*)",
|
|
39
|
+
"Bash(./node_modules/.bin/bmad-method:*)",
|
|
40
|
+
"Bash(git checkout:*)",
|
|
41
|
+
"Bash(gh pr create:*)",
|
|
42
|
+
"Bash(gh pr view:*)",
|
|
43
|
+
"Bash(mv:*)",
|
|
44
|
+
"Bash(awk:*)"
|
|
35
45
|
],
|
|
36
46
|
"deny": [],
|
|
37
47
|
"ask": []
|
package/README.md
CHANGED
|
@@ -7,254 +7,202 @@
|
|
|
7
7
|
|
|
8
8
|
> **🚨 ALPHA VERSION DOCUMENTATION**
|
|
9
9
|
>
|
|
10
|
-
>
|
|
11
|
-
>
|
|
12
|
-
> **
|
|
13
|
-
>
|
|
14
|
-
> **Looking for stable v4 documentation?** [View v4 README](https://github.com/bmad-code-org/BMAD-METHOD/tree/v4-stable)
|
|
15
|
-
>
|
|
16
|
-
> **Want the stable version?** `npx bmad-method install` (installs v4.x)
|
|
10
|
+
> - **Install v6 Alpha:** `npx bmad-method@alpha install`
|
|
11
|
+
> - **Install stable v4:** `npx bmad-method install`
|
|
12
|
+
> - **[View v4 documentation](https://github.com/bmad-code-org/BMAD-METHOD/tree/V4)**
|
|
17
13
|
|
|
18
|
-
##
|
|
14
|
+
## Universal Human-AI Collaboration Platform
|
|
19
15
|
|
|
20
|
-
BMad-CORE (**C**ollaboration **O**ptimized **R**eflection **E**ngine)
|
|
16
|
+
BMad-CORE (**C**ollaboration **O**ptimized **R**eflection **E**ngine) amplifies human potential through specialized AI agents. Unlike tools that replace thinking, BMad-CORE guides reflective workflows that bring out your best ideas and AI's full capabilities.
|
|
21
17
|
|
|
22
|
-
**🎯 Human Amplification
|
|
18
|
+
**🎯 Human Amplification** • **🎨 Domain Agnostic** • **⚡ Agent-Powered**
|
|
23
19
|
|
|
24
|
-
|
|
20
|
+
## Table of Contents
|
|
25
21
|
|
|
26
|
-
|
|
22
|
+
- [Quick Start](#quick-start)
|
|
23
|
+
- [What is BMad-CORE?](#what-is-bmad-core)
|
|
24
|
+
- [Modules](#modules)
|
|
25
|
+
- [BMad Method (BMM)](#bmad-method-bmm---agile-ai-development)
|
|
26
|
+
- [BMad Builder (BMB)](#bmad-builder-bmb---create-custom-solutions)
|
|
27
|
+
- [Creative Intelligence Suite (CIS)](#creative-intelligence-suite-cis---innovation--creativity)
|
|
28
|
+
- [Installation](#installation)
|
|
29
|
+
- [Key Features](#key-features)
|
|
30
|
+
- [Documentation](#documentation)
|
|
31
|
+
- [Community & Support](#community--support)
|
|
27
32
|
|
|
28
|
-
|
|
33
|
+
## Quick Start
|
|
29
34
|
|
|
30
|
-
|
|
35
|
+
- **New to v6?** [→ BMad Method V6 Quick Start Guide](./docs/BMad-Method-V6-Quick-Start.md)
|
|
36
|
+
- **Upgrading?** [→ v4 to v6 Upgrade Guide](./docs/v4-to-v6-upgrade.md)
|
|
31
37
|
|
|
32
38
|
## What is BMad-CORE?
|
|
33
39
|
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
- **Agent orchestration framework** for specialized AI personas
|
|
37
|
-
- **Workflow execution engine** for guided processes
|
|
38
|
-
- **Modular architecture** allowing domain-specific extensions
|
|
39
|
-
- **IDE integrations** across multiple development environments
|
|
40
|
-
- **Update-safe customization system** for all agents and workflows
|
|
40
|
+
Foundation framework powering all BMad modules:
|
|
41
41
|
|
|
42
|
-
|
|
42
|
+
- **Agent Orchestration** - Specialized AI personas with unique capabilities
|
|
43
|
+
- **Workflow Engine** - Guided multi-step processes
|
|
44
|
+
- **Modular Architecture** - Domain-specific extensions
|
|
45
|
+
- **IDE Integration** - Works across development environments
|
|
46
|
+
- **Update-Safe Customization** - Persistent configuration through updates
|
|
43
47
|
|
|
44
|
-
|
|
48
|
+
### v6 Core Enhancements
|
|
45
49
|
|
|
46
|
-
- **🎨
|
|
47
|
-
- **🌐 Multi-Language
|
|
48
|
-
- **👤
|
|
49
|
-
- **🔄
|
|
50
|
-
- **⚙️ Flexible Settings** -
|
|
50
|
+
- **🎨 Agent Customization** - Modify names, roles, personalities via `bmad/_cfg/agents/`
|
|
51
|
+
- **🌐 Multi-Language** - Independent language settings for communication and output
|
|
52
|
+
- **👤 Personalization** - Agents adapt to your name, technical level, preferences
|
|
53
|
+
- **🔄 Persistent Config** - Customizations survive all updates
|
|
54
|
+
- **⚙️ Flexible Settings** - Module or global configuration options
|
|
51
55
|
|
|
52
|
-
###
|
|
56
|
+
### C.O.R.E. Philosophy
|
|
53
57
|
|
|
54
|
-
- **C**ollaboration: Human-AI partnership
|
|
58
|
+
- **C**ollaboration: Human-AI partnership leveraging unique strengths
|
|
55
59
|
- **O**ptimized: Refined processes for maximum effectiveness
|
|
56
|
-
- **R**eflection: Guided thinking
|
|
57
|
-
- **E**ngine:
|
|
60
|
+
- **R**eflection: Guided thinking unlocking better solutions
|
|
61
|
+
- **E**ngine: Framework orchestrating specialized agents and workflows
|
|
58
62
|
|
|
59
|
-
|
|
63
|
+
BMad-CORE helps you **discover better solutions** through strategic questioning and structured thinking.
|
|
60
64
|
|
|
61
|
-
|
|
65
|
+
## Modules
|
|
62
66
|
|
|
63
|
-
|
|
67
|
+
### BMad Method (BMM) - Agile AI Development
|
|
64
68
|
|
|
65
|
-
|
|
69
|
+
AI-driven agile framework revolutionizing software and game development. Adapts from bug fixes to enterprise systems.
|
|
66
70
|
|
|
67
|
-
|
|
71
|
+
#### v6 Highlights
|
|
68
72
|
|
|
69
|
-
|
|
73
|
+
**🎯 Scale-Adaptive Workflows (Levels 0-4)**
|
|
70
74
|
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
- **Levels 0-4**: Automatically adjusts from quick fixes to enterprise-scale projects
|
|
74
|
-
- **Greenfield & Brownfield**: Full support for new projects and existing codebases
|
|
75
|
-
- **Smart Context Engine**: New optimized brownfield documentation engine that understands your existing code
|
|
75
|
+
- Automatically adjusts complexity from quick fixes to enterprise projects
|
|
76
|
+
- Greenfield & brownfield support with smart context engine
|
|
76
77
|
|
|
77
78
|
**🏗️ Project-Adaptive Architecture**
|
|
78
79
|
|
|
79
|
-
-
|
|
80
|
-
-
|
|
81
|
-
- Specialized sections based on what you're actually building
|
|
82
|
-
- Game development fully integrated with engine-specific guidance (Unity, Phaser, Godot, Unreal, and more)
|
|
83
|
-
|
|
84
|
-
**⚡ From Simple to Complex - All in One System**
|
|
85
|
-
|
|
86
|
-
- **Level 0-1**: Quick fixes and small features with minimal overhead
|
|
87
|
-
- **Level 2**: Feature development with lightweight planning
|
|
88
|
-
- **Level 3-4**: Full enterprise workflows with comprehensive documentation
|
|
89
|
-
- Seamless workflow progression as complexity grows
|
|
90
|
-
|
|
91
|
-
**💬 Highly Interactive & Guided**
|
|
92
|
-
|
|
93
|
-
- Interactive workflows that ask the right questions
|
|
94
|
-
- Agents guide you through discovery rather than giving generic answers
|
|
95
|
-
- Context-aware recommendations based on your project state
|
|
96
|
-
- Real-time validation and course correction
|
|
80
|
+
- Documents adapt to project type (web, mobile, embedded, game)
|
|
81
|
+
- Engine-specific game development (Unity, Phaser, Godot, Unreal)
|
|
97
82
|
|
|
98
83
|
**📋 Four-Phase Methodology**
|
|
99
84
|
|
|
100
|
-
1. **Analysis**
|
|
101
|
-
2. **Planning**
|
|
102
|
-
3. **Solutioning**
|
|
103
|
-
4. **Implementation**
|
|
104
|
-
|
|
105
|
-
### Specialized Agents
|
|
106
|
-
|
|
107
|
-
- **PM** - Product planning and requirements
|
|
108
|
-
- **Analyst** - Research and business analysis
|
|
109
|
-
- **Architect** - Technical architecture and design
|
|
110
|
-
- **Scrum Master** - Sprint planning and story management
|
|
111
|
-
- **Developer** - Implementation with senior dev review
|
|
112
|
-
- **Game Development** (Optional) - Game Designer, Game Developer, Game Architect
|
|
113
|
-
- **And more** - UX, Test Architect, and other specialized roles
|
|
114
|
-
|
|
115
|
-
### Documentation
|
|
116
|
-
|
|
117
|
-
- **[📚 Complete BMM Documentation](./src/modules/bmm/README.md)** - Full module reference
|
|
118
|
-
- **[📖 BMM Workflows Guide](./src/modules/bmm/workflows/README.md)** - Essential reading for using BMM
|
|
119
|
-
|
|
120
|
-
---
|
|
121
|
-
|
|
122
|
-
## Additional Beta Modules
|
|
85
|
+
1. **Analysis** - Brainstorming, research, briefs
|
|
86
|
+
2. **Planning** - Scale-adaptive PRD/GDD
|
|
87
|
+
3. **Solutioning** - Architecture and tech specs
|
|
88
|
+
4. **Implementation** - Stories, development, review
|
|
123
89
|
|
|
124
|
-
|
|
90
|
+
**Specialized Agents**: PM, Analyst, Architect, Scrum Master, Developer, Game Designer/Developer/Architect, UX, Test Architect
|
|
125
91
|
|
|
126
|
-
|
|
92
|
+
**Documentation**: [📚 BMM Module](./src/modules/bmm/README.md) | [📖 Workflows Guide](./src/modules/bmm/workflows/README.md)
|
|
127
93
|
|
|
128
|
-
|
|
129
|
-
- **Workflow Design**: Build structured multi-step processes
|
|
130
|
-
- **Module Development**: Package complete solutions for any domain
|
|
131
|
-
- **Three Agent Types**: Full module, hybrid, and standalone agents
|
|
94
|
+
### BMad Builder (BMB) - Create Custom Solutions
|
|
132
95
|
|
|
133
|
-
|
|
96
|
+
Build custom agents, workflows, and modules using BMad-CORE framework.
|
|
134
97
|
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
98
|
+
- **Agent Creation** - Custom roles and behaviors
|
|
99
|
+
- **Workflow Design** - Structured multi-step processes
|
|
100
|
+
- **Module Development** - Complete domain solutions
|
|
101
|
+
- **Three Agent Types** - Full module, hybrid, standalone
|
|
138
102
|
|
|
139
|
-
|
|
103
|
+
**Documentation**:
|
|
140
104
|
|
|
141
|
-
-
|
|
142
|
-
-
|
|
143
|
-
-
|
|
144
|
-
-
|
|
105
|
+
- [📚 BMB Module](./src/modules/bmb/README.md) - Complete module reference
|
|
106
|
+
- [🎯 Create Agent](./src/modules/bmb/workflows/create-agent/README.md) - Agent builder workflow
|
|
107
|
+
- [📋 Create Workflow](./src/modules/bmb/workflows/create-workflow/README.md) - Workflow designer
|
|
108
|
+
- [📦 Create Module](./src/modules/bmb/workflows/create-module/README.md) - Module scaffolding
|
|
145
109
|
|
|
146
|
-
|
|
110
|
+
### Creative Intelligence Suite (CIS) - Innovation & Creativity
|
|
147
111
|
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
## Quick Start
|
|
112
|
+
AI-powered creative facilitation across five domains.
|
|
151
113
|
|
|
152
|
-
|
|
114
|
+
- **5 Interactive Workflows** - Brainstorming, Design Thinking, Problem Solving, Innovation Strategy, Storytelling
|
|
115
|
+
- **150+ Creative Techniques** - Proven frameworks and methodologies
|
|
116
|
+
- **5 Specialized Agents** - Unique personas and facilitation styles
|
|
117
|
+
- **Shared Resource** - Powers creative workflows in other modules
|
|
153
118
|
|
|
154
|
-
|
|
119
|
+
**Documentation**: [📚 CIS Module](./src/modules/cis/README.md) | [📖 CIS Workflows](./src/modules/cis/workflows/README.md)
|
|
155
120
|
|
|
156
|
-
|
|
121
|
+
## Installation
|
|
157
122
|
|
|
158
|
-
|
|
123
|
+
**Prerequisites**: Node.js v20+ ([Download](https://nodejs.org))
|
|
159
124
|
|
|
160
125
|
```bash
|
|
161
|
-
# Install v6 Alpha
|
|
126
|
+
# Install v6 Alpha
|
|
162
127
|
npx bmad-method@alpha install
|
|
163
128
|
|
|
164
|
-
# Install stable v4
|
|
129
|
+
# Install stable v4
|
|
165
130
|
npx bmad-method install
|
|
166
131
|
```
|
|
167
132
|
|
|
168
|
-
|
|
133
|
+
Interactive installer guides you through:
|
|
169
134
|
|
|
170
|
-
1. **Project location** -
|
|
171
|
-
2. **Module selection** -
|
|
172
|
-
3. **Configuration** -
|
|
173
|
-
|
|
174
|
-
4. **IDE integration** - Configure your development environment
|
|
135
|
+
1. **Project location** - Installation directory
|
|
136
|
+
2. **Module selection** - BMM, BMB, CIS
|
|
137
|
+
3. **Configuration** - Name, language, game dev options
|
|
138
|
+
4. **IDE integration** - Environment setup
|
|
175
139
|
|
|
176
|
-
###
|
|
177
|
-
|
|
178
|
-
All modules install to a single `bmad/` folder in your project:
|
|
140
|
+
### Project Structure
|
|
179
141
|
|
|
180
142
|
```
|
|
181
143
|
your-project/
|
|
182
144
|
└── bmad/
|
|
183
|
-
├── core/ # Core framework
|
|
184
|
-
├── bmm/ # BMad Method
|
|
185
|
-
├── bmb/ # BMad Builder
|
|
186
|
-
├── cis/ # Creative Intelligence
|
|
145
|
+
├── core/ # Core framework
|
|
146
|
+
├── bmm/ # BMad Method
|
|
147
|
+
├── bmb/ # BMad Builder
|
|
148
|
+
├── cis/ # Creative Intelligence
|
|
187
149
|
└── _cfg/ # Your customizations
|
|
188
|
-
└── agents/ # Agent
|
|
150
|
+
└── agents/ # Agent configs
|
|
189
151
|
```
|
|
190
152
|
|
|
191
|
-
### Getting Started
|
|
153
|
+
### Getting Started
|
|
192
154
|
|
|
193
|
-
After installation, activate
|
|
155
|
+
After installation, activate Analyst agent and run:
|
|
194
156
|
|
|
195
|
-
```
|
|
157
|
+
```
|
|
196
158
|
/workflow-init
|
|
197
159
|
```
|
|
198
160
|
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
This sets up the guided workflow system and helps you choose the right starting point for your project based on its complexity.
|
|
202
|
-
|
|
203
|
-
---
|
|
161
|
+
This initializes the workflow system and helps choose your starting point.
|
|
204
162
|
|
|
205
163
|
## Key Features
|
|
206
164
|
|
|
207
165
|
### 🎨 Update-Safe Customization
|
|
208
166
|
|
|
209
|
-
-
|
|
210
|
-
-
|
|
211
|
-
-
|
|
212
|
-
-
|
|
167
|
+
- Agent modification via `bmad/_cfg/agents/`
|
|
168
|
+
- Persistent settings through updates
|
|
169
|
+
- Multi-language support
|
|
170
|
+
- Flexible configuration
|
|
213
171
|
|
|
214
172
|
### 🚀 Intelligent Installation
|
|
215
173
|
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
- Detects and migrates v4 installations
|
|
174
|
+
- Auto-detects v4 installations
|
|
219
175
|
- Configures IDE integrations
|
|
220
|
-
- Resolves
|
|
221
|
-
-
|
|
222
|
-
- Creates unified agent manifests
|
|
176
|
+
- Resolves dependencies
|
|
177
|
+
- Creates unified manifests
|
|
223
178
|
|
|
224
179
|
### 📁 Unified Architecture
|
|
225
180
|
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
---
|
|
229
|
-
|
|
230
|
-
## Additional Documentation
|
|
181
|
+
Single `bmad/` folder - clean, organized, maintainable.
|
|
231
182
|
|
|
232
|
-
|
|
233
|
-
- **[CLI Tool Guide](./tools/cli/README.md)** - Installer and bundler reference
|
|
234
|
-
- **[Contributing Guide](./CONTRIBUTING.md)** - How to contribute to BMad
|
|
183
|
+
## Documentation
|
|
235
184
|
|
|
236
|
-
|
|
185
|
+
- **[📚 Documentation Index](./docs/index.md)** - Complete documentation map
|
|
186
|
+
- **[v4 to v6 Upgrade Guide](./docs/v4-to-v6-upgrade.md)** - Migration instructions
|
|
187
|
+
- **[CLI Tool Guide](./tools/cli/README.md)** - Installer reference
|
|
188
|
+
- **[Contributing Guide](./CONTRIBUTING.md)** - Contribution guidelines
|
|
237
189
|
|
|
238
190
|
## Community & Support
|
|
239
191
|
|
|
240
|
-
- 💬 **[Discord](https://discord.gg/gk8jAdXWmj)** -
|
|
241
|
-
- 🐛 **[Issues](https://github.com/bmad-code-org/BMAD-METHOD/issues)** -
|
|
242
|
-
- 🎥 **[YouTube](https://www.youtube.com/@BMadCode)** - Tutorials
|
|
243
|
-
- ⭐ **[Star this repo](https://github.com/bmad-code-org/BMAD-METHOD)** -
|
|
244
|
-
|
|
245
|
-
---
|
|
192
|
+
- 💬 **[Discord](https://discord.gg/gk8jAdXWmj)** - Community help
|
|
193
|
+
- 🐛 **[Issues](https://github.com/bmad-code-org/BMAD-METHOD/issues)** - Bug reports
|
|
194
|
+
- 🎥 **[YouTube](https://www.youtube.com/@BMadCode)** - Tutorials
|
|
195
|
+
- ⭐ **[Star this repo](https://github.com/bmad-code-org/BMAD-METHOD)** - Updates
|
|
246
196
|
|
|
247
197
|
## Contributing
|
|
248
198
|
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
---
|
|
199
|
+
See **[CONTRIBUTING.md](CONTRIBUTING.md)** for guidelines.
|
|
252
200
|
|
|
253
201
|
## License
|
|
254
202
|
|
|
255
|
-
MIT License - See [LICENSE](LICENSE)
|
|
203
|
+
MIT License - See [LICENSE](LICENSE)
|
|
256
204
|
|
|
257
|
-
**Trademark
|
|
205
|
+
**Trademark**: BMAD™ and BMAD-METHOD™ are trademarks of BMad Code, LLC.
|
|
258
206
|
|
|
259
207
|
---
|
|
260
208
|
|