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,15 @@
1
+ # These are supported funding model platforms
2
+
3
+ github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4
+ patreon: # Replace with a single Patreon username
5
+ open_collective: # Replace with a single Open Collective username
6
+ ko_fi: # Replace with a single Ko-fi username
7
+ tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8
+ community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9
+ liberapay: # Replace with a single Liberapay username
10
+ issuehunt: # Replace with a single IssueHunt username
11
+ lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
12
+ polar: # Replace with a single Polar username
13
+ buy_me_a_coffee: bmad
14
+ thanks_dev: # Replace with a single thanks.dev username
15
+ custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
@@ -0,0 +1,32 @@
1
+ ---
2
+ name: Bug report
3
+ about: Create a report to help us improve
4
+ title: ""
5
+ labels: ""
6
+ assignees: ""
7
+ ---
8
+
9
+ **Describe the bug**
10
+ A clear and concise description of what the bug is.
11
+
12
+ **Steps to Reproduce**
13
+ What lead to the bug and can it be reliable recreated - if so with what steps.
14
+
15
+ **PR**
16
+ If you have an idea to fix and would like to contribute, please indicate here you are working on a fix, or link to a proposed PR to fix the issue. Please review the contribution.md - contributions are always welcome!
17
+
18
+ **Expected behavior**
19
+ A clear and concise description of what you expected to happen.
20
+
21
+ **Please be Specific if relevant**
22
+ Model(s) Used:
23
+ Agentic IDE Used:
24
+ WebSite Used:
25
+ Project Language:
26
+ BMad Method version:
27
+
28
+ **Screenshots or Links**
29
+ If applicable, add screenshots or links (if web sharable record) to help explain your problem.
30
+
31
+ **Additional context**
32
+ Add any other context about the problem here. The more information you can provide, the easier it will be to suggest a fix or resolve
@@ -0,0 +1,22 @@
1
+ ---
2
+ name: Feature request
3
+ about: Suggest an idea for this project
4
+ title: ""
5
+ labels: ""
6
+ assignees: ""
7
+ ---
8
+
9
+ **Did you discuss the idea first in Discord Server (#general-dev)**
10
+ Yes/No - Link to thread. If no, please after posting request also share the link in the channel so it can be easily discussed.
11
+
12
+ **Is your feature request related to a problem? Please describe.**
13
+ A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
14
+
15
+ **Describe the solution you'd like**
16
+ A clear and concise description of what you want to happen.
17
+
18
+ **Describe alternatives you've considered**
19
+ A clear and concise description of any alternative solutions or features you've considered.
20
+
21
+ **Additional context**
22
+ Add any other context or screenshots about the feature request here.
@@ -1,77 +1,7 @@
1
1
  {
2
- "cSpell.words": [
3
- "agentic",
4
- "Axios",
5
- "biomimicry",
6
- "BMAD",
7
- "Brainwriting",
8
- "Centricity",
9
- "cicd",
10
- "dataclass",
11
- "docstrings",
12
- "emergently",
13
- "explorative",
14
- "fintech",
15
- "firmographic",
16
- "firmographics",
17
- "frontends",
18
- "gamedev",
19
- "golint",
20
- "Goroutines",
21
- "hotspots",
22
- "HSTS",
23
- "httpx",
24
- "Immer",
25
- "implementability",
26
- "Inclusivity",
27
- "kayvan",
28
- "Luxon",
29
- "MERN",
30
- "mgmt",
31
- "nodir",
32
- "Nuxt",
33
- "overcommitting",
34
- "pasteable",
35
- "pentest",
36
- "PESTEL",
37
- "Pino",
38
- "Polyrepo",
39
- "psychographics",
40
- "Pydantic",
41
- "pyproject",
42
- "reqs",
43
- "rescope",
44
- "roadmaps",
45
- "roleplay",
46
- "roomodes",
47
- "runbooks",
48
- "Serilog",
49
- "shadcn",
50
- "structlog",
51
- "subfolders",
52
- "Supabase",
53
- "Systemization",
54
- "taskroot",
55
- "Testcontainers",
56
- "tmpl",
57
- "tmplv",
58
- "touchpoints",
59
- "trpc",
60
- "Turborepo",
61
- "Underserved",
62
- "unredacted",
63
- "upgrader",
64
- "upgraders",
65
- "VARCHAR",
66
- "venv",
67
- "vercel",
68
- "Vite",
69
- "WCAG",
70
- "wireframes"
71
- ],
72
- "markdownlint.config": {
73
- "MD033": {
74
- "allowed_elements": ["br", "div", "img", "rule", "sub"]
75
- }
76
- }
77
- }
2
+ "cSpell.words": [
3
+ "Agentic",
4
+ "elicitations",
5
+ "Shardable"
6
+ ]
7
+ }
package/CHANGELOG.md CHANGED
@@ -1,3 +1,22 @@
1
+ # [4.21.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.20.0...v4.21.0) (2025-06-30)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * remove unneeded files ([c48f200](https://github.com/bmadcode/BMAD-METHOD/commit/c48f200727384f37a42f4c6b1a946cb90f2445fe))
7
+
8
+
9
+ ### Features
10
+
11
+ * massive installer improvement update ([c151bda](https://github.com/bmadcode/BMAD-METHOD/commit/c151bda93833aa310ccc7c0eabcf483376f9e82a))
12
+
13
+ # [4.20.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.19.2...v4.20.0) (2025-06-29)
14
+
15
+
16
+ ### Features
17
+
18
+ * Massive documentation refactor, added explanation of the new expanded role of the QA agent that will make your code quality MUCH better. 2 new diagram clearly explain the role of the pre dev ideation cycle (prd and architecture) and the details of how the dev cycle works. ([c881dcc](https://github.com/bmadcode/BMAD-METHOD/commit/c881dcc48ff827ddfe8653aa364a021a66ce66eb))
19
+
1
20
  ## [4.19.2](https://github.com/bmadcode/BMAD-METHOD/compare/v4.19.1...v4.19.2) (2025-06-28)
2
21
 
3
22
 
package/CONTRIBUTING.md CHANGED
@@ -4,10 +4,15 @@ Thank you for considering contributing to this project! This document outlines t
4
4
 
5
5
  🆕 **New to GitHub or pull requests?** Check out our [beginner-friendly Pull Request Guide](docs/how-to-contribute-with-pull-requests.md) first!
6
6
 
7
- 📋 **Before contributing**, please read our [Guiding Principles](GUIDING-PRINCIPLES.md) to understand the BMAD Method's core philosophy and architectural decisions.
7
+ 📋 **Before contributing**, please read our [Guiding Principles](GUIDING-PRINCIPLES.md) to understand the BMad Method's core philosophy and architectural decisions.
8
8
 
9
9
  Also note, we use the discussions feature in GitHub to have a community to discuss potential ideas, uses, additions and enhancements.
10
10
 
11
+ 💬 **Discord Community**: Join our [Discord server](https://discord.gg/g6ypHytrCB) for real-time discussions:
12
+
13
+ - **#general-dev** - Technical discussions, feature ideas, and development questions
14
+ - **#bugs-issues** - Bug reports and issue discussions
15
+
11
16
  ## Code of Conduct
12
17
 
13
18
  By participating in this project, you agree to abide by our Code of Conduct. Please read it before participating.
@@ -16,16 +21,35 @@ By participating in this project, you agree to abide by our Code of Conduct. Ple
16
21
 
17
22
  ### Reporting Bugs
18
23
 
19
- - Check if the bug has already been reported in the Issues section
20
- - Include detailed steps to reproduce the bug
21
- - Include any relevant logs or screenshots
24
+ 1. **Check existing issues** first to avoid duplicates
25
+ 2. **Use the bug report template** when creating a new issue - it will guide you through providing:
26
+ - Clear bug description
27
+ - Steps to reproduce
28
+ - Expected vs actual behavior
29
+ - Model/IDE/BMad version details
30
+ - Screenshots or links if applicable
31
+ 3. **Consider discussing in Discord** (#bugs-issues channel) for quick help
32
+ 4. **Indicate if you're working on a fix** to avoid duplicate efforts
22
33
 
23
34
  ### Suggesting Features
24
35
 
25
- - Check if the feature has already been suggested in the Issues section, and consider using the discussions tab in GitHub also. Explain the feature in detail and why it would be valuable.
36
+ 1. **Discuss first in Discord** (#general-dev channel) - the feature request template asks if you've done this
37
+ 2. **Check existing issues and discussions** to avoid duplicates
38
+ 3. **Use the feature request template** when creating an issue - it will guide you through:
39
+ - Confirming Discord discussion
40
+ - Describing the problem it solves
41
+ - Explaining your solution
42
+ - Listing alternatives considered
43
+ 4. **Be specific** about why this feature would benefit the BMad community
26
44
 
27
45
  ### Pull Request Process
28
46
 
47
+ ⚠️ **Before starting work:**
48
+
49
+ 1. **For bugs**: Check if an issue exists (create one using the bug template if not)
50
+ 2. **For features**: Ensure you've discussed in Discord (#general-dev) AND created a feature request issue
51
+ 3. **For large changes**: Always open an issue first to discuss alignment
52
+
29
53
  Please only propose small granular commits! If its large or significant, please discuss in the discussions tab and open up an issue first. I do not want you to waste your time on a potentially very large PR to have it rejected because it is not aligned or deviates from other planned changes. Communicate and lets work together to build and improve this great community project!
30
54
 
31
55
  **Important**: All contributions must align with our [Guiding Principles](GUIDING-PRINCIPLES.md). Key points:
@@ -95,6 +119,15 @@ Example breakdown:
95
119
  6. Push to your branch (`git push origin feature/your-feature-name`)
96
120
  7. Open a Pull Request against the main branch
97
121
 
122
+ ## Issue Templates
123
+
124
+ We use GitHub issue templates to ensure all necessary information is provided:
125
+
126
+ - **Bug Reports**: Automatically guides you through providing reproduction steps, environment details, and expected behavior
127
+ - **Feature Requests**: Requires Discord discussion confirmation and asks for problem/solution descriptions
128
+
129
+ Using these templates helps maintainers understand and address your contribution faster.
130
+
98
131
  ## Pull Request Description Guidelines
99
132
 
100
133
  Keep PR descriptions short and to the point following this template:
@@ -111,6 +144,7 @@ Keep your PR description concise and focused. Use this template:
111
144
  ## Why
112
145
 
113
146
  [1-2 sentences explaining WHY this change is needed]
147
+ Fixes #[issue number] (if applicable)
114
148
 
115
149
  ## How
116
150
 
@@ -1,6 +1,6 @@
1
- # BMAD Method Guiding Principles
1
+ # BMad Method Guiding Principles
2
2
 
3
- The BMAD Method is a natural language framework for AI-assisted software development. These principles ensure contributions maintain the method's effectiveness.
3
+ The BMad Method is a natural language framework for AI-assisted software development. These principles ensure contributions maintain the method's effectiveness.
4
4
 
5
5
  ## Core Principles
6
6
 
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025 Brian AKA BMad AKA Bmad Code
3
+ Copyright (c) 2025 Brian AKA BMad AKA BMad Code
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal