bmad-method 4.19.2 → 4.21.0

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 (131) hide show
  1. package/.github/FUNDING.yml +15 -0
  2. package/.github/ISSUE_TEMPLATE/bug_report.md +32 -0
  3. package/.github/ISSUE_TEMPLATE/feature_request.md +22 -0
  4. package/.vscode/settings.json +6 -76
  5. package/CHANGELOG.md +19 -0
  6. package/CONTRIBUTING.md +39 -5
  7. package/GUIDING-PRINCIPLES.md +2 -2
  8. package/LICENSE +1 -1
  9. package/README.md +178 -220
  10. package/bmad-core/agents/dev.md +1 -1
  11. package/bmad-core/core-config.yml +1 -0
  12. package/bmad-core/data/bmad-kb.md +1 -1
  13. package/dist/agents/analyst.txt +1 -1
  14. package/dist/agents/bmad-master.txt +1 -1
  15. package/dist/agents/bmad-orchestrator.txt +1 -1
  16. package/dist/agents/dev.txt +1 -1
  17. package/dist/teams/team-all.txt +40 -40
  18. package/dist/teams/team-fullstack.txt +39 -39
  19. package/dist/teams/team-ide-minimal.txt +2 -2
  20. package/dist/teams/team-no-ui.txt +13 -13
  21. package/docs/agentic-tools/claude-code-guide.md +36 -0
  22. package/docs/agentic-tools/cline-guide.md +42 -0
  23. package/docs/agentic-tools/cursor-guide.md +37 -0
  24. package/docs/agentic-tools/gemini-cli-guide.md +46 -0
  25. package/docs/agentic-tools/roo-code-guide.md +46 -0
  26. package/docs/agentic-tools/windsurf-guide.md +37 -0
  27. package/docs/core-architecture.md +174 -6
  28. package/docs/expansion-packs.md +15 -0
  29. package/docs/how-to-contribute-with-pull-requests.md +24 -7
  30. package/docs/user-guide.md +283 -36
  31. package/docs/versioning-and-releases.md +2 -10
  32. package/docs/versions.md +0 -1
  33. package/docs/working-in-the-brownfield.md +4 -8
  34. package/expansion-packs/bmad-2d-phaser-game-dev/config.yml +4 -2
  35. package/expansion-packs/bmad-creator-tools/config.yml +1 -1
  36. package/expansion-packs/bmad-infrastructure-devops/config.yml +5 -2
  37. package/package.json +15 -1
  38. package/tools/bump-all-versions.js +107 -0
  39. package/tools/bump-core-version.js +57 -0
  40. package/tools/bump-expansion-version.js +78 -0
  41. package/tools/installer/bin/bmad.js +81 -160
  42. package/tools/installer/lib/file-manager.js +90 -2
  43. package/tools/installer/lib/installer.js +515 -64
  44. package/tools/installer/package.json +1 -1
  45. package/tools/update-expansion-version.js +54 -0
  46. package/.claude/commands/analyst.md +0 -68
  47. package/.claude/commands/architect.md +0 -68
  48. package/.claude/commands/bmad-master.md +0 -105
  49. package/.claude/commands/bmad-orchestrator.md +0 -130
  50. package/.claude/commands/bmad-the-creator.md +0 -57
  51. package/.claude/commands/dev.md +0 -69
  52. package/.claude/commands/game-designer.md +0 -62
  53. package/.claude/commands/game-developer.md +0 -70
  54. package/.claude/commands/game-sm.md +0 -55
  55. package/.claude/commands/infra-devops-platform.md +0 -63
  56. package/.claude/commands/pm.md +0 -65
  57. package/.claude/commands/po.md +0 -67
  58. package/.claude/commands/qa.md +0 -54
  59. package/.claude/commands/sm.md +0 -55
  60. package/.claude/commands/ux-expert.md +0 -67
  61. package/.clinerules/01-bmad-master.md +0 -116
  62. package/.clinerules/02-bmad-orchestrator.md +0 -141
  63. package/.clinerules/03-pm.md +0 -76
  64. package/.clinerules/04-analyst.md +0 -79
  65. package/.clinerules/05-architect.md +0 -79
  66. package/.clinerules/06-po.md +0 -78
  67. package/.clinerules/07-sm.md +0 -66
  68. package/.clinerules/08-dev.md +0 -80
  69. package/.clinerules/09-qa.md +0 -65
  70. package/.clinerules/10-ux-expert.md +0 -78
  71. package/.clinerules/11-bmad-the-creator.md +0 -68
  72. package/.clinerules/12-game-designer.md +0 -73
  73. package/.clinerules/13-game-developer.md +0 -81
  74. package/.clinerules/14-game-sm.md +0 -66
  75. package/.clinerules/15-infra-devops-platform.md +0 -74
  76. package/.cursor/rules/analyst.mdc +0 -82
  77. package/.cursor/rules/architect.mdc +0 -82
  78. package/.cursor/rules/bmad-master.mdc +0 -119
  79. package/.cursor/rules/bmad-orchestrator.mdc +0 -144
  80. package/.cursor/rules/bmad-the-creator.mdc +0 -71
  81. package/.cursor/rules/dev.mdc +0 -83
  82. package/.cursor/rules/game-designer.mdc +0 -76
  83. package/.cursor/rules/game-developer.mdc +0 -84
  84. package/.cursor/rules/game-sm.mdc +0 -69
  85. package/.cursor/rules/infra-devops-platform.mdc +0 -77
  86. package/.cursor/rules/pm.mdc +0 -79
  87. package/.cursor/rules/po.mdc +0 -81
  88. package/.cursor/rules/qa.mdc +0 -68
  89. package/.cursor/rules/sm.mdc +0 -69
  90. package/.cursor/rules/ux-expert.mdc +0 -81
  91. package/.gemini/agents/analyst.md +0 -64
  92. package/.gemini/agents/architect.md +0 -64
  93. package/.gemini/agents/bmad-master.md +0 -101
  94. package/.gemini/agents/bmad-orchestrator.md +0 -126
  95. package/.gemini/agents/bmad-the-creator.md +0 -53
  96. package/.gemini/agents/dev.md +0 -65
  97. package/.gemini/agents/game-designer.md +0 -58
  98. package/.gemini/agents/game-developer.md +0 -66
  99. package/.gemini/agents/game-sm.md +0 -51
  100. package/.gemini/agents/infra-devops-platform.md +0 -59
  101. package/.gemini/agents/pm.md +0 -61
  102. package/.gemini/agents/po.md +0 -63
  103. package/.gemini/agents/qa.md +0 -50
  104. package/.gemini/agents/sm.md +0 -51
  105. package/.gemini/agents/ux-expert.md +0 -63
  106. package/.gemini/settings.json +0 -20
  107. package/.roomodes +0 -139
  108. package/.vscode/extensions.json +0 -6
  109. package/.vscode/tasks.json +0 -41
  110. package/.windsurf/rules/analyst.md +0 -76
  111. package/.windsurf/rules/architect.md +0 -76
  112. package/.windsurf/rules/bmad-master.md +0 -113
  113. package/.windsurf/rules/bmad-orchestrator.md +0 -138
  114. package/.windsurf/rules/bmad-the-creator.md +0 -65
  115. package/.windsurf/rules/dev.md +0 -77
  116. package/.windsurf/rules/game-designer.md +0 -70
  117. package/.windsurf/rules/game-developer.md +0 -78
  118. package/.windsurf/rules/game-sm.md +0 -63
  119. package/.windsurf/rules/infra-devops-platform.md +0 -71
  120. package/.windsurf/rules/pm.md +0 -73
  121. package/.windsurf/rules/po.md +0 -75
  122. package/.windsurf/rules/qa.md +0 -62
  123. package/.windsurf/rules/sm.md +0 -63
  124. package/.windsurf/rules/ux-expert.md +0 -75
  125. package/docs/claude-code-guide.md +0 -121
  126. package/docs/cursor-guide.md +0 -131
  127. package/docs/expansion-pack-ideas.md +0 -121
  128. package/docs/roo-code-guide.md +0 -142
  129. package/docs/windsurf-guide.md +0 -129
  130. package/test-ide-paths.js +0 -41
  131. /package/dist/expansion-packs/{expansion-creator → bmad-creator-tools}/agents/bmad-the-creator.txt +0 -0
@@ -0,0 +1,46 @@
1
+ # BMAD Method Guide for Roo Code
2
+
3
+ This guide covers Roo Code-specific setup and usage with BMAD Method. For the complete workflow, see the [BMAD Workflow Guide](../bmad-workflow-guide.md).
4
+
5
+ ## Installation
6
+
7
+ When running `npx bmad-method install`, select **Roo Code** as your IDE. This creates:
8
+
9
+ - `.bmad-core/` folder with all agents
10
+ - `.roomodes` file in project root with custom modes
11
+
12
+ ## Using BMAD Agents in Roo Code
13
+
14
+ Select mode from the mode selector (usually in status bar):
15
+
16
+ - `bmad-bmad-master` - 🧙 Universal task executor
17
+ - `bmad-sm` - 🏃 Scrum Master
18
+ - `bmad-dev` - 💻 Full-stack developer
19
+ - `bmad-architect` - 🏗️ Solution architect
20
+ - `bmad-pm` - 📋 Product manager
21
+ - `bmad-analyst` - 📊 Business analyst
22
+ - `bmad-qa` - 🧪 QA specialist
23
+ - `bmad-po` - 🎯 Product owner
24
+ - `bmad-ux-expert` - 🎨 UX specialist
25
+
26
+ ## Roo Code-Specific Features
27
+
28
+ - **Mode file**: `.roomodes` in project root
29
+ - **Mode switching**: Use mode selector instead of starting new chats
30
+ - **Context preservation**: Maintains context across mode switches
31
+ - **File permissions**: Each agent has specific file access:
32
+
33
+ ### File Permission Summary
34
+
35
+ - **Documentation agents** (analyst, pm, po, sm): `.md`, `.txt` only
36
+ - **bmad-architect**: `.md`, `.txt`, `.yml`, `.yaml`, `.json`
37
+ - **bmad-qa**: Test files (`.test.*`, `.spec.*`) and `.md`
38
+ - **bmad-ux-expert**: `.md`, `.css`, `.scss`, `.html`, `.jsx`, `.tsx`
39
+ - **Full access**: `bmad-dev`, `bmad-bmad-master`, `bmad-orchestrator`
40
+
41
+ ## Tips for Roo Code Users
42
+
43
+ - Switch modes instead of starting new chats
44
+ - Each mode supports `*help` to see available commands
45
+ - Agents respect file permission boundaries
46
+ - Context persists across mode switches
@@ -0,0 +1,37 @@
1
+ # BMAD Method Guide for Windsurf
2
+
3
+ This guide covers Windsurf-specific setup and usage with BMAD Method. For the complete workflow, see the [BMAD Workflow Guide](../bmad-workflow-guide.md).
4
+
5
+ ## Installation
6
+
7
+ When running `npx bmad-method install`, select **Windsurf** as your IDE. This creates:
8
+
9
+ - `.bmad-core/` folder with all agents
10
+ - `.windsurf/rules/` folder with agent rule files (`.md`)
11
+
12
+ ## Using BMAD Agents in Windsurf
13
+
14
+ Type `@agent-name` in chat to activate an agent:
15
+
16
+ - `@bmad-master` - Universal task executor
17
+ - `@sm` - Scrum Master
18
+ - `@dev` - Full-stack developer
19
+ - `@architect` - Solution architect
20
+ - `@pm` - Product manager
21
+ - `@analyst` - Business analyst
22
+ - `@qa` - QA specialist
23
+ - `@po` - Product owner
24
+ - `@ux-expert` - UX specialist
25
+
26
+ ## Windsurf-Specific Features
27
+
28
+ - **Rule files**: Stored in `.windsurf/rules/` as `.md` files
29
+ - **Activation**: Use `@` prefix to mention agents
30
+ - **Collaborative features**: Works well with BMAD's agent-switching pattern
31
+ - **Project context**: Agents have access to your full project context
32
+
33
+ ## Tips for Windsurf Users
34
+
35
+ - Start new chats when switching agents
36
+ - Each agent supports `*help` to see available commands
37
+ - Leverage Windsurf's collaboration features for team reviews
@@ -204,12 +204,180 @@ graph TD
204
204
  F -->|Approved| G["Dev: Implement Story"]
205
205
  F -->|Needs Changes| E
206
206
  G --> H["Dev: Complete story Tasks"]
207
- H --> I{"User Verification"}
208
- I -->|Verified Complete| J["Mark Story as Done"]
209
- I -->|Needs Fixes| G
210
- J --> E
207
+ H --> I["Dev: Mark Ready for Review"]
208
+ I --> J{"User Verification"}
209
+ J -->|Request QA Review| K["QA: Run review-story task"]
210
+ J -->|Approve Without QA| M["Mark Story as Done"]
211
+ K --> L{"QA Review Results"}
212
+ L -->|Needs Work| G
213
+ L -->|Approved| M["Mark Story as Done"]
214
+ J -->|Needs Fixes| G
215
+ M --> E
216
+
217
+ style M fill:#34a853,color:#fff
218
+ style K fill:#f9ab00,color:#fff
219
+ ```
211
220
 
212
- style J fill:#34a853,color:#fff
221
+ This cycle continues, with the Scrum Master, Developer, and optionally QA agents working together. The QA agent provides senior developer review capabilities through the `review-story` task, offering code refactoring, quality improvements, and knowledge transfer. This ensures high code quality while maintaining development velocity.
222
+
223
+ ## 8. Complete Source Tree
224
+
225
+ The BMAD-METHOD project structure is designed for clarity, modularity, and extensibility. Here's the complete source tree with explanations:
226
+
227
+ ```plaintext
228
+ bmad-method/
229
+ ├── .bmad-core/ # Core framework (installed in user projects)
230
+ │ ├── agents/ # Individual agent definitions
231
+ │ │ ├── analyst.md # Business analyst agent
232
+ │ │ ├── architect.md # Solution architect agent
233
+ │ │ ├── bmad-master.md # Universal expert agent
234
+ │ │ ├── bmad-orchestrator.md # Multi-agent coordinator
235
+ │ │ ├── dev.md # Full-stack developer agent
236
+ │ │ ├── pm.md # Product manager agent
237
+ │ │ ├── po.md # Product owner agent
238
+ │ │ ├── qa.md # QA specialist agent
239
+ │ │ ├── sm.md # Scrum master agent
240
+ │ │ └── ux-expert.md # UX designer agent
241
+ │ ├── agent-teams/ # Pre-configured agent teams
242
+ │ │ ├── team-all.yml # All agents bundle
243
+ │ │ ├── team-fullstack.yml # Full-stack development team
244
+ │ │ ├── team-ide-minimal.yml # Minimal IDE-focused team
245
+ │ │ └── team-no-ui.yml # Backend-only team
246
+ │ ├── checklists/ # Quality assurance checklists
247
+ │ │ ├── architect-checklist.md
248
+ │ │ ├── po-master-checklist.md
249
+ │ │ └── story-dod-checklist.md
250
+ │ ├── data/ # Knowledge base and preferences
251
+ │ │ ├── bmad-kb.md # Core knowledge base
252
+ │ │ └── technical-preferences.md # User tech preferences
253
+ │ ├── tasks/ # Reusable task definitions
254
+ │ │ ├── advanced-elicitation.md # Deep diving techniques
255
+ │ │ ├── create-doc.md # Document creation task
256
+ │ │ ├── create-next-story.md # Story generation task
257
+ │ │ ├── doc-migration-task.md # V3 to V4 migration
258
+ │ │ ├── execute-checklist.md # Checklist runner
259
+ │ │ └── shard-doc.md # Document sharding task
260
+ │ ├── templates/ # Document templates
261
+ │ │ ├── full-stack-architecture-tmpl.md
262
+ │ │ ├── prd-tmpl.md
263
+ │ │ ├── project-brief-tmpl.md
264
+ │ │ ├── story-tmpl.md
265
+ │ │ └── [other templates...]
266
+ │ ├── utils/ # Utility components
267
+ │ │ ├── agent-switcher.web # Web UI agent switching
268
+ │ │ ├── template-format.md # Template markup spec
269
+ │ │ └── workflow-management.md # Workflow helpers
270
+ │ ├── workflows/ # Development workflows
271
+ │ │ ├── brownfield-enhancement.yml
272
+ │ │ ├── greenfield-fullstack.yml
273
+ │ │ ├── greenfield-service.yml
274
+ │ │ └── greenfield-simple.yml
275
+ │ └── core-config.yml # V4 configuration system
276
+
277
+ ├── dist/ # Pre-built bundles (generated)
278
+ │ ├── agents/ # Individual agent bundles
279
+ │ │ ├── analyst.txt
280
+ │ │ ├── architect.txt
281
+ │ │ └── [other agents...]
282
+ │ ├── teams/ # Team bundles for web UI
283
+ │ │ ├── team-all.txt
284
+ │ │ ├── team-fullstack.txt
285
+ │ │ └── [other teams...]
286
+ │ └── expansion-packs/ # Expansion pack bundles
287
+
288
+ ├── docs/ # Documentation
289
+ │ ├── agentic-tools/ # IDE-specific guides
290
+ │ │ ├── claude-code-guide.md
291
+ │ │ ├── cursor-guide.md
292
+ │ │ ├── cline-guide.md
293
+ │ │ ├── gemini-cli-guide.md
294
+ │ │ ├── roo-code-guide.md
295
+ │ │ └── windsurf-guide.md
296
+ │ ├── bmad-workflow-guide.md # Universal workflow guide
297
+ │ ├── core-architecture.md # This document
298
+ │ ├── expansion-packs.md # Expansion pack guide
299
+ │ ├── user-guide.md # Comprehensive user guide
300
+ │ └── [other docs...]
301
+
302
+ ├── expansion-packs/ # Domain-specific extensions
303
+ │ ├── bmad-2d-phaser-game-dev/ # Game development pack
304
+ │ ├── bmad-creator-tools/ # Agent creation tools
305
+ │ ├── bmad-infrastructure-devops/ # DevOps pack
306
+ │ └── README.md
307
+
308
+ ├── tools/ # Build and installation tools
309
+ │ ├── builders/ # Build system
310
+ │ │ └── web-builder.js # Bundle generator
311
+ │ ├── cli.js # Main CLI tool
312
+ │ ├── installer/ # NPX installer
313
+ │ │ ├── index.js # Installer entry point
314
+ │ │ ├── config/ # Installation configs
315
+ │ │ ├── lib/ # Installer utilities
316
+ │ │ └── templates/ # IDE template files
317
+ │ └── lib/ # Shared libraries
318
+ │ ├── bundle-utils.js
319
+ │ ├── dependency-resolver.js
320
+ │ └── file-processor.js
321
+
322
+ ├── .github/ # GitHub configuration
323
+ │ ├── workflows/ # GitHub Actions
324
+ │ └── ISSUE_TEMPLATE/ # Issue templates
325
+
326
+ ├── common/ # Shared resources
327
+ │ ├── tasks/ # Common tasks
328
+ │ └── utils/ # Common utilities
329
+
330
+ ├── bmad-core/ # Source for .bmad-core
331
+ │ └── [mirrors .bmad-core structure]
332
+
333
+ ├── package.json # Node.js configuration
334
+ ├── README.md # Project readme
335
+ ├── CONTRIBUTING.md # Contribution guidelines
336
+ ├── GUIDING-PRINCIPLES.md # Core principles
337
+ └── LICENSE # MIT license
213
338
  ```
214
339
 
215
- This cycle continues, with the Scrum Master and Developer agents working in tandem, until all stories in the epic are completed.
340
+ ### Directory Purposes
341
+
342
+ #### Core Framework (.bmad-core/)
343
+
344
+ - **agents/**: Individual AI agent personalities and capabilities
345
+ - **agent-teams/**: Bundles of agents for specific workflows
346
+ - **checklists/**: Quality assurance and validation steps
347
+ - **data/**: Knowledge base and user preferences
348
+ - **tasks/**: Reusable procedures agents can execute
349
+ - **templates/**: Document templates with embedded AI instructions
350
+ - **utils/**: Helper components for agents
351
+ - **workflows/**: Structured development processes
352
+
353
+ #### Generated Bundles (dist/)
354
+
355
+ - Pre-built text files ready for web UI upload
356
+ - Automatically generated by the build system
357
+ - Includes resolved dependencies for each agent/team
358
+
359
+ #### Tools (tools/)
360
+
361
+ - **cli.js**: Main build tool for creating bundles
362
+ - **installer/**: NPX-based installer for projects
363
+ - **builders/**: Bundle generation logic
364
+ - **lib/**: Shared utilities for build system
365
+
366
+ #### Expansion Packs (expansion-packs/)
367
+
368
+ - Domain-specific agent collections
369
+ - Extend BMAD beyond software development
370
+ - Each pack is self-contained with its own agents, tasks, and templates
371
+
372
+ #### Documentation (docs/)
373
+
374
+ - Comprehensive guides for users
375
+ - Technical architecture documentation
376
+ - IDE-specific setup instructions
377
+
378
+ ### Key Files
379
+
380
+ - **core-config.yml**: V4's flexible configuration system
381
+ - **bmad-kb.md**: Central knowledge base loaded by most agents
382
+ - **template-format.md**: Specification for BMAD's template markup
383
+ - **dependency-resolver.js**: Manages agent resource loading
@@ -132,6 +132,21 @@ Property investment and management:
132
132
  - **Flip Strategist**: Renovation ROI, project planning
133
133
  - **Agent Assistant**: Listing optimization, showing prep
134
134
 
135
+ ### Personal Development Pack
136
+
137
+ Complete personal growth system:
138
+
139
+ - **Life Coach**: Guides personal growth and transformation
140
+ - **Goal Strategist**: Helps achieve objectives with SMART goals
141
+ - **Habit Builder**: Creates lasting habits with accountability
142
+ - **Mindset Mentor**: Develops positive thinking patterns
143
+
144
+ Key tasks include:
145
+
146
+ - `goal-setting`: Defines SMART goals with action plans
147
+ - `habit-tracking`: Monitors habit formation progress
148
+ - `reflection-exercise`: Facilitates deep self-reflection
149
+
135
150
  ## Unique & Innovative Packs
136
151
 
137
152
  ### Role-Playing Game Master Pack
@@ -8,7 +8,15 @@ A pull request (PR) is how you propose changes to a project on GitHub. Think of
8
8
 
9
9
  ## Before You Start
10
10
 
11
- ⚠️ **Important**: Please keep your contributions small and focused! We prefer many small, clear changes rather than one massive change. If you're planning something big, please [open an issue](https://github.com/bmadcode/bmad-method/issues) or start a [discussion](https://github.com/bmadcode/bmad-method/discussions) first.
11
+ ⚠️ **Important**: Please keep your contributions small and focused! We prefer many small, clear changes rather than one massive change.
12
+
13
+ **Required before submitting PRs:**
14
+
15
+ - **For bug fixes**: Create an issue using the [bug report template](https://github.com/bmadcode/bmad-method/issues/new?template=bug_report.md)
16
+ - **For new features**:
17
+ 1. Discuss in Discord [#general-dev channel](https://discord.gg/g6ypHytrCB)
18
+ 2. Create an issue using the [feature request template](https://github.com/bmadcode/bmad-method/issues/new?template=feature_request.md)
19
+ - **For large changes**: Always open an issue first to discuss alignment
12
20
 
13
21
  ## Step-by-Step Guide
14
22
 
@@ -82,9 +90,15 @@ git push origin fix/typo-in-readme
82
90
 
83
91
  1. Go to your fork on GitHub
84
92
  2. You'll see a green "Compare & pull request" button - click it
85
- 3. Fill out the PR template:
86
- - **Title**: Clear, descriptive title
87
- - **Description**: Explain what you changed and why
93
+ 3. Select the correct target branch:
94
+ - **`next` branch** for most contributions (features, docs, enhancements)
95
+ - **`main` branch** only for critical fixes
96
+ 4. Fill out the PR description using the template in CONTRIBUTING.md:
97
+ - **What**: 1-2 sentences describing what changed
98
+ - **Why**: 1-2 sentences explaining why
99
+ - **How**: 2-3 bullets on implementation
100
+ - **Testing**: How you tested
101
+ 5. Reference the related issue number (e.g., "Fixes #123")
88
102
 
89
103
  ### 8. Wait for Review
90
104
 
@@ -117,9 +131,12 @@ git push origin fix/typo-in-readme
117
131
 
118
132
  ## Need Help?
119
133
 
120
- - 💬 Join our [Discord Community](https://discord.gg/g6ypHytrCB) for real-time help
121
- - 💬 Ask questions in [Discussions](https://github.com/bmadcode/bmad-method/discussions)
122
- - 🐛 Report bugs in [Issues](https://github.com/bmadcode/bmad-method/issues)
134
+ - 💬 Join our [Discord Community](https://discord.gg/g6ypHytrCB) for real-time help:
135
+ - **#general-dev** - Technical questions and feature discussions
136
+ - **#bugs-issues** - Get help with bugs before filing issues
137
+ - 💬 Ask questions in [GitHub Discussions](https://github.com/bmadcode/bmad-method/discussions)
138
+ - 🐛 Report bugs using the [bug report template](https://github.com/bmadcode/bmad-method/issues/new?template=bug_report.md)
139
+ - 💡 Suggest features using the [feature request template](https://github.com/bmadcode/bmad-method/issues/new?template=feature_request.md)
123
140
  - 📖 Read the full [Contributing Guidelines](../CONTRIBUTING.md)
124
141
 
125
142
  ## Example: Good vs Bad PRs