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.
Files changed (48) hide show
  1. package/.claude/settings.local.json +11 -1
  2. package/README.md +115 -165
  3. package/docs/BMad-Method-V6-Quick-Start.md +341 -0
  4. package/docs/index.md +229 -0
  5. package/docs/v4-to-v6-upgrade.md +9 -7
  6. package/package.json +1 -1
  7. package/src/modules/bmb/README.md +135 -73
  8. package/src/modules/bmb/workflows/create-agent/README.md +126 -243
  9. package/src/modules/bmb/workflows/create-agent/instructions.md +25 -12
  10. package/src/modules/bmb/workflows/create-module/README.md +163 -154
  11. package/src/modules/bmb/workflows/create-workflow/instructions.md +16 -8
  12. package/src/modules/bmm/README.md +86 -83
  13. package/src/modules/bmm/workflows/1-analysis/brainstorm-game/instructions.md +45 -26
  14. package/src/modules/bmm/workflows/1-analysis/brainstorm-project/README.md +100 -16
  15. package/src/modules/bmm/workflows/1-analysis/brainstorm-project/instructions.md +42 -23
  16. package/src/modules/bmm/workflows/1-analysis/game-brief/instructions.md +42 -28
  17. package/src/modules/bmm/workflows/1-analysis/product-brief/instructions.md +38 -27
  18. package/src/modules/bmm/workflows/1-analysis/research/instructions-deep-prompt.md +24 -34
  19. package/src/modules/bmm/workflows/1-analysis/research/instructions-market.md +23 -34
  20. package/src/modules/bmm/workflows/1-analysis/research/instructions-router.md +30 -14
  21. package/src/modules/bmm/workflows/1-analysis/research/instructions-technical.md +23 -34
  22. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/instructions.md +42 -24
  23. package/src/modules/bmm/workflows/2-plan-workflows/gdd/instructions-gdd.md +35 -22
  24. package/src/modules/bmm/workflows/2-plan-workflows/narrative/instructions-narrative.md +73 -22
  25. package/src/modules/bmm/workflows/2-plan-workflows/prd/instructions.md +45 -63
  26. package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/instructions.md +46 -62
  27. package/src/modules/bmm/workflows/3-solutioning/architecture/instructions.md +46 -53
  28. package/src/modules/bmm/workflows/3-solutioning/solutioning-gate-check/instructions.md +78 -47
  29. package/src/modules/bmm/workflows/4-implementation/create-story/README.md +99 -82
  30. package/src/modules/bmm/workflows/4-implementation/create-story/instructions.md +2 -0
  31. package/src/modules/bmm/workflows/4-implementation/story-context/instructions.md +3 -0
  32. package/src/modules/bmm/workflows/README.md +149 -511
  33. package/src/modules/bmm/workflows/workflow-status/README.md +38 -19
  34. package/src/modules/bmm/workflows/workflow-status/init/instructions.md +117 -24
  35. package/src/modules/bmm/workflows/workflow-status/init/workflow.yaml +2 -2
  36. package/src/modules/bmm/workflows/workflow-status/instructions.md +173 -111
  37. package/src/modules/bmm/workflows/workflow-status/sample-level-3-workflow.yaml +49 -0
  38. package/src/modules/bmm/workflows/workflow-status/workflow-status-template.yaml +31 -0
  39. package/src/modules/bmm/workflows/workflow-status/workflow.yaml +3 -3
  40. package/src/modules/cis/README.md +153 -0
  41. package/src/modules/cis/workflows/README.md +102 -30
  42. package/src/modules/cis/workflows/storytelling/instructions.md +10 -2
  43. package/tools/bmad-npx-wrapper.js +10 -98
  44. package/tools/cli/installers/lib/core/manifest-generator.js +4 -1
  45. package/src/modules/bmm/workflows/workflow-status/workflow-status-template.md +0 -30
  46. package/src/modules/cis/readme.md +0 -86
  47. /package/src/modules/bmm/sub-modules/claude-code/{readme.md → README.md} +0 -0
  48. /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 v6 Beta
1
+ # BMad CORE + BMad Method
2
2
 
3
3
  [![Version](https://img.shields.io/npm/v/bmad-method?color=blue&label=version)](https://www.npmjs.com/package/bmad-method)
4
4
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
5
5
  [![Node.js Version](https://img.shields.io/badge/node-%3E%3D20.0.0-brightgreen)](https://nodejs.org)
6
6
  [![Discord](https://img.shields.io/badge/Discord-Join%20Community-7289da?logo=discord&logoColor=white)](https://discord.gg/gk8jAdXWmj)
7
7
 
8
- **The Universal Human-AI Collaboration Platform**
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
- BMad-CORE (**C**ollaboration **O**ptimized **R**eflection **E**ngine) is a revolutionary framework that amplifies human potential through specialized AI agents. Unlike traditional AI tools that replace human thinking, BMad-CORE guides you through reflective workflows that bring out your best ideas and the AI's full capabilities.
14
+ ## Universal Human-AI Collaboration Platform
11
15
 
12
- **🎯 Human Amplification, Not Replacement** **🎨 Works in Any Domain** **⚡ Powered by Specialized Agents**
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
- ## 🔄 Upgrading from v4?
20
+ ## Table of Contents
17
21
 
18
- **[ v4 to v6 Upgrade Guide](./docs/v4-to-v6-upgrade.md)** - Complete migration instructions for existing v4 users
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
- ## What is BMad-CORE?
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
- BMad-CORE is the **universal foundation** that powers all BMad modules. It provides:
38
+ ## What is BMad-CORE?
25
39
 
26
- - **Agent orchestration framework** for specialized AI personas
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
- ### Core v6 Framework Enhancements
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
- **All modules benefit from these new core capabilities:**
48
+ ### v6 Core Enhancements
35
49
 
36
- - **🎨 Full Agent Customization** - Modify any agent's name, role, personality, and behavior via `bmad/_cfg/agents/` customize files that survive all updates
37
- - **🌐 Multi-Language Support** - Choose your language for both agent communication and documentation output independently
38
- - **👤 User Personalization** - Agents address you by name and adapt to your technical level and preferences
39
- - **🔄 Update-Safe Configuration** - Your customizations persist through framework and module updates
40
- - **⚙️ Flexible Settings** - Configure communication style, technical depth, output formats, and more per module or globally
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
- ### The C.O.R.E. Philosophy
56
+ ### C.O.R.E. Philosophy
43
57
 
44
- - **C**ollaboration: Human-AI partnership where both contribute unique strengths
58
+ - **C**ollaboration: Human-AI partnership leveraging unique strengths
45
59
  - **O**ptimized: Refined processes for maximum effectiveness
46
- - **R**eflection: Guided thinking that unlocks better solutions
47
- - **E**ngine: Powerful framework orchestrating specialized agents and workflows
60
+ - **R**eflection: Guided thinking unlocking better solutions
61
+ - **E**ngine: Framework orchestrating specialized agents and workflows
48
62
 
49
- Instead of giving you answers, BMad-CORE helps you **discover better solutions** through strategic questioning, expert guidance, and structured thinking.
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
- **The flagship module for software and game development excellence.**
67
+ ### BMad Method (BMM) - Agile AI Development
56
68
 
57
- The BMad Method (BMM) is a complete AI-driven agile development framework that revolutionizes how you build software and games. Whether you're fixing a bug, building a feature, or architecting an enterprise system, BMM adapts to your needs.
69
+ AI-driven agile framework revolutionizing software and game development. Adapts from bug fixes to enterprise systems.
58
70
 
59
- ### What's New in v6?
71
+ #### v6 Highlights
60
72
 
61
- **🎯 Revolutionary Scale-Adaptive Workflows**
73
+ **🎯 Scale-Adaptive Workflows (Levels 0-4)**
62
74
 
63
- - **Levels 0-4**: Automatically adjusts from quick fixes to enterprise-scale projects
64
- - **Greenfield & Brownfield**: Full support for new projects and existing codebases
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
- - Architecture documents that adapt to YOUR project type (web, mobile, embedded, game, etc.)
70
- - No more "one-size-fits-all" templates
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** (Optional) - Brainstorming, research, product briefs
91
- 2. **Planning** (Required) - Scale-adaptive PRD/GDD generation
92
- 3. **Solutioning** (Level 3-4) - Adaptive architecture and tech specs
93
- 4. **Implementation** (Iterative) - Story creation, context gathering, development, review
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
- ### Documentation
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
- ## Additional Beta Modules
92
+ **Documentation**: [📚 BMM Module](./src/modules/bmm/README.md) | [📖 Workflows Guide](./src/modules/bmm/workflows/README.md)
113
93
 
114
- ### **[BMad Builder (BMB)](./src/modules/bmb/README.md)** - Create Custom Solutions
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
- ### **[Creative Intelligence Suite (CIS)](./src/modules/cis/readme.md)** - Innovation & Creativity
96
+ Build custom agents, workflows, and modules using BMad-CORE framework.
128
97
 
129
- Transform creative and strategic thinking through AI-powered facilitation across five specialized domains.
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
- - **5 Interactive Workflows**: Brainstorming, Design Thinking, Problem Solving, Innovation Strategy, Storytelling
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
- **[📚 Complete CIS Documentation](./src/modules/cis/readme.md)** | **[📖 CIS Workflows](./src/modules/cis/workflows/README.md)**
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
- ## Quick Start
112
+ AI-powered creative facilitation across five domains.
141
113
 
142
- ### Prerequisites
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
- - **Node.js v20+** ([Download](https://nodejs.org))
119
+ **Documentation**: [📚 CIS Module](./src/modules/cis/README.md) | [📖 CIS Workflows](./src/modules/cis/workflows/README.md)
145
120
 
146
- ### Installation
121
+ ## Installation
147
122
 
148
- Install BMad to your project using npx:
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
- > **Version Selection:** When running `npx bmad-method install`, you'll be prompted to choose:
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
- The interactive installer will guide you through:
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
- 1. **Project location** - Where to install BMad
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 (always installed)
182
- ├── bmm/ # BMad Method (if selected)
183
- ├── bmb/ # BMad Builder (if selected)
184
- ├── cis/ # Creative Intelligence Suite (shared resources)
145
+ ├── core/ # Core framework
146
+ ├── bmm/ # BMad Method
147
+ ├── bmb/ # BMad Builder
148
+ ├── cis/ # Creative Intelligence
185
149
  └── _cfg/ # Your customizations
186
- └── agents/ # Agent customization files
150
+ └── agents/ # Agent configs
187
151
  ```
188
152
 
189
- ### Getting Started with BMM
153
+ ### Getting Started
190
154
 
191
- After installation, activate the Analyst agent in your IDE and run:
155
+ After installation, activate Analyst agent and run:
192
156
 
193
- ```bash
157
+ ```
194
158
  /workflow-init
195
159
  ```
196
160
 
197
- Or run it directly as a command (command syntax varies by IDE - use slash commands in Claude Code, OpenCode, etc.).
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
- - **Agent Customization**: Modify agents via `bmad/_cfg/agents/` customize files
208
- - **Persistent Settings**: Your customizations survive updates
209
- - **Multi-Language Support**: Agents communicate in your preferred language
210
- - **Flexible Configuration**: Adjust agent names, roles, communication styles, and more
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
- The installer automatically:
215
-
216
- - Detects and migrates v4 installations
174
+ - Auto-detects v4 installations
217
175
  - Configures IDE integrations
218
- - Resolves module dependencies
219
- - Sets up agent customization templates
220
- - Creates unified agent manifests
176
+ - Resolves dependencies
177
+ - Creates unified manifests
221
178
 
222
179
  ### 📁 Unified Architecture
223
180
 
224
- Everything in one place - no more scattered configuration folders. Clean, organized, maintainable.
181
+ Single `bmad/` folder - clean, organized, maintainable.
225
182
 
226
- ---
227
-
228
- ## Additional Documentation
183
+ ## Documentation
229
184
 
230
- - **[v4 to v6 Upgrade Guide](./docs/v4-to-v6-upgrade.md)** - Migration instructions for v4 users
231
- - **[CLI Tool Guide](./tools/cli/README.md)** - Installer and bundler reference
232
- - **[Contributing Guide](./CONTRIBUTING.md)** - How to contribute to BMad
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)** - Get help, share ideas, and collaborate
239
- - 🐛 **[Issues](https://github.com/bmad-code-org/BMAD-METHOD/issues)** - Report bugs and request features
240
- - 🎥 **[YouTube](https://www.youtube.com/@BMadCode)** - Tutorials and updates
241
- - ⭐ **[Star this repo](https://github.com/bmad-code-org/BMAD-METHOD)** - Get notified of updates
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
- We welcome contributions! See **[CONTRIBUTING.md](CONTRIBUTING.md)** for guidelines.
248
-
249
- ---
199
+ See **[CONTRIBUTING.md](CONTRIBUTING.md)** for guidelines.
250
200
 
251
201
  ## License
252
202
 
253
- MIT License - See [LICENSE](LICENSE) for details.
203
+ MIT License - See [LICENSE](LICENSE)
254
204
 
255
- **Trademark Notice**: BMAD™ and BMAD-METHOD™ are trademarks of BMad Code, LLC. All rights reserved.
205
+ **Trademark**: BMAD™ and BMAD-METHOD™ are trademarks of BMad Code, LLC.
256
206
 
257
207
  ---
258
208