bmad-method 6.0.0-alpha.1 → 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 +115 -165
- 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/bmad-npx-wrapper.js +10 -98
- 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
|
@@ -1,258 +1,208 @@
|
|
|
1
|
-
# BMad CORE
|
|
1
|
+
# BMad CORE + BMad Method
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/bmad-method)
|
|
4
4
|
[](LICENSE)
|
|
5
5
|
[](https://nodejs.org)
|
|
6
6
|
[](https://discord.gg/gk8jAdXWmj)
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
> **🚨 ALPHA VERSION DOCUMENTATION**
|
|
9
|
+
>
|
|
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)**
|
|
9
13
|
|
|
10
|
-
|
|
14
|
+
## Universal Human-AI Collaboration Platform
|
|
11
15
|
|
|
12
|
-
|
|
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.
|
|
13
17
|
|
|
14
|
-
|
|
18
|
+
**🎯 Human Amplification** • **🎨 Domain Agnostic** • **⚡ Agent-Powered**
|
|
15
19
|
|
|
16
|
-
##
|
|
20
|
+
## Table of Contents
|
|
17
21
|
|
|
18
|
-
|
|
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)
|
|
19
32
|
|
|
20
|
-
|
|
33
|
+
## Quick Start
|
|
21
34
|
|
|
22
|
-
|
|
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)
|
|
23
37
|
|
|
24
|
-
|
|
38
|
+
## What is BMad-CORE?
|
|
25
39
|
|
|
26
|
-
|
|
27
|
-
- **Workflow execution engine** for guided processes
|
|
28
|
-
- **Modular architecture** allowing domain-specific extensions
|
|
29
|
-
- **IDE integrations** across multiple development environments
|
|
30
|
-
- **Update-safe customization system** for all agents and workflows
|
|
40
|
+
Foundation framework powering all BMad modules:
|
|
31
41
|
|
|
32
|
-
|
|
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
|
|
33
47
|
|
|
34
|
-
|
|
48
|
+
### v6 Core Enhancements
|
|
35
49
|
|
|
36
|
-
- **🎨
|
|
37
|
-
- **🌐 Multi-Language
|
|
38
|
-
- **👤
|
|
39
|
-
- **🔄
|
|
40
|
-
- **⚙️ 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
|
|
41
55
|
|
|
42
|
-
###
|
|
56
|
+
### C.O.R.E. Philosophy
|
|
43
57
|
|
|
44
|
-
- **C**ollaboration: Human-AI partnership
|
|
58
|
+
- **C**ollaboration: Human-AI partnership leveraging unique strengths
|
|
45
59
|
- **O**ptimized: Refined processes for maximum effectiveness
|
|
46
|
-
- **R**eflection: Guided thinking
|
|
47
|
-
- **E**ngine:
|
|
60
|
+
- **R**eflection: Guided thinking unlocking better solutions
|
|
61
|
+
- **E**ngine: Framework orchestrating specialized agents and workflows
|
|
48
62
|
|
|
49
|
-
|
|
63
|
+
BMad-CORE helps you **discover better solutions** through strategic questioning and structured thinking.
|
|
50
64
|
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
## The BMad Method - Agile AI-Driven Development
|
|
65
|
+
## Modules
|
|
54
66
|
|
|
55
|
-
|
|
67
|
+
### BMad Method (BMM) - Agile AI Development
|
|
56
68
|
|
|
57
|
-
|
|
69
|
+
AI-driven agile framework revolutionizing software and game development. Adapts from bug fixes to enterprise systems.
|
|
58
70
|
|
|
59
|
-
|
|
71
|
+
#### v6 Highlights
|
|
60
72
|
|
|
61
|
-
**🎯
|
|
73
|
+
**🎯 Scale-Adaptive Workflows (Levels 0-4)**
|
|
62
74
|
|
|
63
|
-
-
|
|
64
|
-
-
|
|
65
|
-
- **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
|
|
66
77
|
|
|
67
78
|
**🏗️ Project-Adaptive Architecture**
|
|
68
79
|
|
|
69
|
-
-
|
|
70
|
-
-
|
|
71
|
-
- Specialized sections based on what you're actually building
|
|
72
|
-
- Game development fully integrated with engine-specific guidance (Unity, Phaser, Godot, Unreal, and more)
|
|
73
|
-
|
|
74
|
-
**⚡ From Simple to Complex - All in One System**
|
|
75
|
-
|
|
76
|
-
- **Level 0-1**: Quick fixes and small features with minimal overhead
|
|
77
|
-
- **Level 2**: Feature development with lightweight planning
|
|
78
|
-
- **Level 3-4**: Full enterprise workflows with comprehensive documentation
|
|
79
|
-
- Seamless workflow progression as complexity grows
|
|
80
|
-
|
|
81
|
-
**💬 Highly Interactive & Guided**
|
|
82
|
-
|
|
83
|
-
- Interactive workflows that ask the right questions
|
|
84
|
-
- Agents guide you through discovery rather than giving generic answers
|
|
85
|
-
- Context-aware recommendations based on your project state
|
|
86
|
-
- 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)
|
|
87
82
|
|
|
88
83
|
**📋 Four-Phase Methodology**
|
|
89
84
|
|
|
90
|
-
1. **Analysis**
|
|
91
|
-
2. **Planning**
|
|
92
|
-
3. **Solutioning**
|
|
93
|
-
4. **Implementation**
|
|
94
|
-
|
|
95
|
-
### Specialized Agents
|
|
96
|
-
|
|
97
|
-
- **PM** - Product planning and requirements
|
|
98
|
-
- **Analyst** - Research and business analysis
|
|
99
|
-
- **Architect** - Technical architecture and design
|
|
100
|
-
- **Scrum Master** - Sprint planning and story management
|
|
101
|
-
- **Developer** - Implementation with senior dev review
|
|
102
|
-
- **Game Development** (Optional) - Game Designer, Game Developer, Game Architect
|
|
103
|
-
- **And more** - UX, Test Architect, and other specialized roles
|
|
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
|
|
104
89
|
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
- **[📚 Complete BMM Documentation](./src/modules/bmm/README.md)** - Full module reference
|
|
108
|
-
- **[📖 BMM Workflows Guide](./src/modules/bmm/workflows/README.md)** - Essential reading for using BMM
|
|
109
|
-
|
|
110
|
-
---
|
|
90
|
+
**Specialized Agents**: PM, Analyst, Architect, Scrum Master, Developer, Game Designer/Developer/Architect, UX, Test Architect
|
|
111
91
|
|
|
112
|
-
|
|
92
|
+
**Documentation**: [📚 BMM Module](./src/modules/bmm/README.md) | [📖 Workflows Guide](./src/modules/bmm/workflows/README.md)
|
|
113
93
|
|
|
114
|
-
###
|
|
115
|
-
|
|
116
|
-
Build your own agents, workflows, and modules using the BMad-CORE framework.
|
|
117
|
-
|
|
118
|
-
- **Agent Creation**: Design specialized agents with custom roles and behaviors
|
|
119
|
-
- **Workflow Design**: Build structured multi-step processes
|
|
120
|
-
- **Module Development**: Package complete solutions for any domain
|
|
121
|
-
- **Three Agent Types**: Full module, hybrid, and standalone agents
|
|
122
|
-
|
|
123
|
-
**[📚 Complete BMB Documentation](./src/modules/bmb/README.md)** | **[🎯 Agent Creation Guide](./src/modules/bmb/workflows/create-agent/README.md)**
|
|
124
|
-
|
|
125
|
-
---
|
|
94
|
+
### BMad Builder (BMB) - Create Custom Solutions
|
|
126
95
|
|
|
127
|
-
|
|
96
|
+
Build custom agents, workflows, and modules using BMad-CORE framework.
|
|
128
97
|
|
|
129
|
-
|
|
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
|
|
130
102
|
|
|
131
|
-
|
|
132
|
-
- **150+ Creative Techniques**: Proven frameworks and methodologies
|
|
133
|
-
- **5 Specialized Agents**: Each with unique personas and facilitation styles
|
|
134
|
-
- **Shared Resource**: Powers creative workflows in other modules (e.g., BMM brainstorming)
|
|
103
|
+
**Documentation**:
|
|
135
104
|
|
|
136
|
-
|
|
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
|
|
137
109
|
|
|
138
|
-
|
|
110
|
+
### Creative Intelligence Suite (CIS) - Innovation & Creativity
|
|
139
111
|
|
|
140
|
-
|
|
112
|
+
AI-powered creative facilitation across five domains.
|
|
141
113
|
|
|
142
|
-
|
|
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
|
|
143
118
|
|
|
144
|
-
|
|
119
|
+
**Documentation**: [📚 CIS Module](./src/modules/cis/README.md) | [📖 CIS Workflows](./src/modules/cis/workflows/README.md)
|
|
145
120
|
|
|
146
|
-
|
|
121
|
+
## Installation
|
|
147
122
|
|
|
148
|
-
|
|
123
|
+
**Prerequisites**: Node.js v20+ ([Download](https://nodejs.org))
|
|
149
124
|
|
|
150
125
|
```bash
|
|
126
|
+
# Install v6 Alpha
|
|
127
|
+
npx bmad-method@alpha install
|
|
128
|
+
|
|
129
|
+
# Install stable v4
|
|
151
130
|
npx bmad-method install
|
|
152
131
|
```
|
|
153
132
|
|
|
154
|
-
|
|
155
|
-
>
|
|
156
|
-
> - **Stable (v4.x)** - Production-ready version
|
|
157
|
-
> - **Beta (v6.0.0-beta)** - Latest features with early access
|
|
158
|
-
>
|
|
159
|
-
> To install a specific version directly (skip prompt):
|
|
160
|
-
>
|
|
161
|
-
> ```bash
|
|
162
|
-
> npx bmad-method@4 install # Stable v4.x
|
|
163
|
-
> npx bmad-method@6.0.0-beta.0 install # Beta v6
|
|
164
|
-
> ```
|
|
133
|
+
Interactive installer guides you through:
|
|
165
134
|
|
|
166
|
-
|
|
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
|
|
167
139
|
|
|
168
|
-
|
|
169
|
-
2. **Module selection** - Choose which modules you need (BMM, BMB, CIS)
|
|
170
|
-
3. **Configuration** - Set your name, language preferences, and module options
|
|
171
|
-
- **Game Development (Optional)**: When installing BMM, you can optionally include game development agents and workflow!
|
|
172
|
-
4. **IDE integration** - Configure your development environment
|
|
173
|
-
|
|
174
|
-
### What Gets Installed
|
|
175
|
-
|
|
176
|
-
All modules install to a single `bmad/` folder in your project:
|
|
140
|
+
### Project Structure
|
|
177
141
|
|
|
178
142
|
```
|
|
179
143
|
your-project/
|
|
180
144
|
└── bmad/
|
|
181
|
-
├── core/ # Core framework
|
|
182
|
-
├── bmm/ # BMad Method
|
|
183
|
-
├── bmb/ # BMad Builder
|
|
184
|
-
├── cis/ # Creative Intelligence
|
|
145
|
+
├── core/ # Core framework
|
|
146
|
+
├── bmm/ # BMad Method
|
|
147
|
+
├── bmb/ # BMad Builder
|
|
148
|
+
├── cis/ # Creative Intelligence
|
|
185
149
|
└── _cfg/ # Your customizations
|
|
186
|
-
└── agents/ # Agent
|
|
150
|
+
└── agents/ # Agent configs
|
|
187
151
|
```
|
|
188
152
|
|
|
189
|
-
### Getting Started
|
|
153
|
+
### Getting Started
|
|
190
154
|
|
|
191
|
-
After installation, activate
|
|
155
|
+
After installation, activate Analyst agent and run:
|
|
192
156
|
|
|
193
|
-
```
|
|
157
|
+
```
|
|
194
158
|
/workflow-init
|
|
195
159
|
```
|
|
196
160
|
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
This sets up the guided workflow system and helps you choose the right starting point for your project based on its complexity.
|
|
200
|
-
|
|
201
|
-
---
|
|
161
|
+
This initializes the workflow system and helps choose your starting point.
|
|
202
162
|
|
|
203
163
|
## Key Features
|
|
204
164
|
|
|
205
165
|
### 🎨 Update-Safe Customization
|
|
206
166
|
|
|
207
|
-
-
|
|
208
|
-
-
|
|
209
|
-
-
|
|
210
|
-
-
|
|
167
|
+
- Agent modification via `bmad/_cfg/agents/`
|
|
168
|
+
- Persistent settings through updates
|
|
169
|
+
- Multi-language support
|
|
170
|
+
- Flexible configuration
|
|
211
171
|
|
|
212
172
|
### 🚀 Intelligent Installation
|
|
213
173
|
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
- Detects and migrates v4 installations
|
|
174
|
+
- Auto-detects v4 installations
|
|
217
175
|
- Configures IDE integrations
|
|
218
|
-
- Resolves
|
|
219
|
-
-
|
|
220
|
-
- Creates unified agent manifests
|
|
176
|
+
- Resolves dependencies
|
|
177
|
+
- Creates unified manifests
|
|
221
178
|
|
|
222
179
|
### 📁 Unified Architecture
|
|
223
180
|
|
|
224
|
-
|
|
181
|
+
Single `bmad/` folder - clean, organized, maintainable.
|
|
225
182
|
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
## Additional Documentation
|
|
183
|
+
## Documentation
|
|
229
184
|
|
|
230
|
-
- **[
|
|
231
|
-
- **[
|
|
232
|
-
- **[
|
|
233
|
-
|
|
234
|
-
---
|
|
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
|
|
235
189
|
|
|
236
190
|
## Community & Support
|
|
237
191
|
|
|
238
|
-
- 💬 **[Discord](https://discord.gg/gk8jAdXWmj)** -
|
|
239
|
-
- 🐛 **[Issues](https://github.com/bmad-code-org/BMAD-METHOD/issues)** -
|
|
240
|
-
- 🎥 **[YouTube](https://www.youtube.com/@BMadCode)** - Tutorials
|
|
241
|
-
- ⭐ **[Star this repo](https://github.com/bmad-code-org/BMAD-METHOD)** -
|
|
242
|
-
|
|
243
|
-
---
|
|
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
|
|
244
196
|
|
|
245
197
|
## Contributing
|
|
246
198
|
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
---
|
|
199
|
+
See **[CONTRIBUTING.md](CONTRIBUTING.md)** for guidelines.
|
|
250
200
|
|
|
251
201
|
## License
|
|
252
202
|
|
|
253
|
-
MIT License - See [LICENSE](LICENSE)
|
|
203
|
+
MIT License - See [LICENSE](LICENSE)
|
|
254
204
|
|
|
255
|
-
**Trademark
|
|
205
|
+
**Trademark**: BMAD™ and BMAD-METHOD™ are trademarks of BMad Code, LLC.
|
|
256
206
|
|
|
257
207
|
---
|
|
258
208
|
|