bmad-method 4.30.2 → 4.30.4

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 (68) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/CONTRIBUTING.md +1 -1
  3. package/README.md +3 -3
  4. package/bmad-core/agents/analyst.md +6 -6
  5. package/bmad-core/agents/architect.md +8 -3
  6. package/bmad-core/agents/bmad-master.md +2 -1
  7. package/bmad-core/agents/pm.md +7 -2
  8. package/bmad-core/agents/po.md +2 -5
  9. package/bmad-core/agents/qa.md +0 -1
  10. package/bmad-core/agents/sm.md +3 -3
  11. package/bmad-core/agents/ux-expert.md +2 -5
  12. package/bmad-core/core-config.yaml +0 -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/expansion-packs/bmad-2d-unity-game-dev/agents/game-designer.txt +2409 -0
  17. package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-developer.txt +1480 -0
  18. package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-sm.txt +826 -0
  19. package/dist/expansion-packs/bmad-2d-unity-game-dev/teams/unity-2d-game-team.txt +10690 -0
  20. package/dist/teams/team-all.txt +1 -1
  21. package/dist/teams/team-fullstack.txt +1 -1
  22. package/dist/teams/team-ide-minimal.txt +1 -1
  23. package/dist/teams/team-no-ui.txt +1 -1
  24. package/docs/bmad-workflow-guide.md +1 -1
  25. package/docs/how-to-contribute-with-pull-requests.md +2 -2
  26. package/expansion-packs/bmad-2d-phaser-game-dev/config.yaml +2 -2
  27. package/expansion-packs/bmad-2d-unity-game-dev/agent-teams/unity-2d-game-team.yaml +13 -0
  28. package/expansion-packs/bmad-2d-unity-game-dev/agents/game-designer.md +72 -0
  29. package/expansion-packs/bmad-2d-unity-game-dev/agents/game-developer.md +78 -0
  30. package/expansion-packs/{bmad-creator-tools/agents/bmad-the-creator.md → bmad-2d-unity-game-dev/agents/game-sm.md} +26 -28
  31. package/expansion-packs/bmad-2d-unity-game-dev/checklists/game-design-checklist.md +201 -0
  32. package/expansion-packs/bmad-2d-unity-game-dev/checklists/game-story-dod-checklist.md +160 -0
  33. package/expansion-packs/bmad-2d-unity-game-dev/config.yaml +6 -0
  34. package/expansion-packs/bmad-2d-unity-game-dev/data/bmad-kb.md +251 -0
  35. package/expansion-packs/bmad-2d-unity-game-dev/data/development-guidelines.md +590 -0
  36. package/expansion-packs/bmad-2d-unity-game-dev/tasks/advanced-elicitation.md +111 -0
  37. package/expansion-packs/bmad-2d-unity-game-dev/tasks/create-game-story.md +217 -0
  38. package/expansion-packs/bmad-2d-unity-game-dev/tasks/game-design-brainstorming.md +308 -0
  39. package/expansion-packs/bmad-2d-unity-game-dev/templates/game-architecture-tmpl.yaml +545 -0
  40. package/expansion-packs/bmad-2d-unity-game-dev/templates/game-brief-tmpl.yaml +356 -0
  41. package/expansion-packs/bmad-2d-unity-game-dev/templates/game-design-doc-tmpl.yaml +343 -0
  42. package/expansion-packs/bmad-2d-unity-game-dev/templates/game-story-tmpl.yaml +256 -0
  43. package/expansion-packs/bmad-2d-unity-game-dev/templates/level-design-doc-tmpl.yaml +484 -0
  44. package/expansion-packs/bmad-2d-unity-game-dev/workflows/game-dev-greenfield.yaml +183 -0
  45. package/expansion-packs/bmad-2d-unity-game-dev/workflows/game-prototype.yaml +175 -0
  46. package/expansion-packs/bmad-infrastructure-devops/config.yaml +2 -2
  47. package/package.json +7 -10
  48. package/tools/bump-all-versions.js +8 -9
  49. package/tools/bump-expansion-version.js +40 -35
  50. package/tools/installer/bin/bmad.js +8 -21
  51. package/tools/installer/lib/file-manager.js +76 -44
  52. package/tools/installer/lib/ide-base-setup.js +227 -0
  53. package/tools/installer/lib/ide-setup.js +8 -58
  54. package/tools/installer/lib/installer.js +99 -121
  55. package/tools/installer/lib/memory-profiler.js +224 -0
  56. package/tools/installer/lib/module-manager.js +110 -0
  57. package/tools/installer/lib/resource-locator.js +310 -0
  58. package/tools/installer/package.json +1 -1
  59. package/tools/semantic-release-sync-installer.js +20 -21
  60. package/dist/expansion-packs/bmad-creator-tools/agents/bmad-the-creator.txt +0 -2008
  61. package/expansion-packs/bmad-creator-tools/README.md +0 -8
  62. package/expansion-packs/bmad-creator-tools/config.yaml +0 -6
  63. package/expansion-packs/bmad-creator-tools/tasks/create-agent.md +0 -200
  64. package/expansion-packs/bmad-creator-tools/tasks/generate-expansion-pack.md +0 -1020
  65. package/expansion-packs/bmad-creator-tools/templates/agent-teams-tmpl.yaml +0 -178
  66. package/expansion-packs/bmad-creator-tools/templates/agent-tmpl.yaml +0 -154
  67. package/expansion-packs/bmad-creator-tools/templates/expansion-pack-plan-tmpl.yaml +0 -120
  68. package/tools/bump-core-version.js +0 -57
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ ## [4.30.4](https://github.com/bmadcode/BMAD-METHOD/compare/v4.30.3...v4.30.4) (2025-07-19)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * docs ([8619006](https://github.com/bmadcode/BMAD-METHOD/commit/8619006c16731b99fa36b434d209a0c2caf2d998))
7
+ * lint fix ([49e4897](https://github.com/bmadcode/BMAD-METHOD/commit/49e489701e55feac481806740ea54bebef042fba))
8
+
9
+ ## [4.30.3](https://github.com/bmadcode/BMAD-METHOD/compare/v4.30.2...v4.30.3) (2025-07-19)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * improve code in the installer to be more memory efficient ([849e428](https://github.com/bmadcode/BMAD-METHOD/commit/849e42871ab845098fd196217bce83e43c736b8a))
15
+
1
16
  ## [4.30.2](https://github.com/bmadcode/BMAD-METHOD/compare/v4.30.1...v4.30.2) (2025-07-17)
2
17
 
3
18
 
package/CONTRIBUTING.md CHANGED
@@ -8,7 +8,7 @@ Thank you for considering contributing to this project! This document outlines t
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:
11
+ 💬 **Discord Community**: Join our [Discord server](https://discord.gg/gk8jAdXWmj) for real-time discussions:
12
12
 
13
13
  - **#general-dev** - Technical discussions, feature ideas, and development questions
14
14
  - **#bugs-issues** - Bug reports and issue discussions
package/README.md CHANGED
@@ -45,7 +45,7 @@ This two-phase approach eliminates both **planning inconsistency** and **context
45
45
  - **[Create my own AI agents](#creating-your-own-expansion-pack)** → Build agents for your domain
46
46
  - **[Browse ready-made expansion packs](expansion-packs/)** → Game dev, DevOps, infrastructure and get inspired with ideas and examples
47
47
  - **[Understand the architecture](docs/core-architecture.md)** → Technical deep dive
48
- - **[Join the community](https://discord.gg/g6ypHytrCB)** → Get help and share ideas
48
+ - **[Join the community](https://discord.gg/gk8jAdXWmj)** → Get help and share ideas
49
49
 
50
50
  ## Important: Keep Your BMad Installation Updated
51
51
 
@@ -97,7 +97,7 @@ This single command handles:
97
97
  3. **Upload & configure**: Upload the file and set instructions: "Your critical operating instructions are attached, do not break character as directed"
98
98
  4. **Start Ideating and Planning**: Start chatting! Type `*help` to see available commands or pick an agent like `*analyst` to start right in on creating a brief.
99
99
  5. **CRITICAL**: Talk to BMad Orchestrator in the web at ANY TIME (#bmad-orchestrator command) and ask it questions about how this all works!
100
- 6. **When to moved to the IDE**: Once you have your PRD, Architecture, optional UX and Briefs - its time to switch over to the IDE to shard your docs, and start implementing the actual code! See the [User guide](docs/user-guide.md) for more details
100
+ 6. **When to move to the IDE**: Once you have your PRD, Architecture, optional UX and Briefs - its time to switch over to the IDE to shard your docs, and start implementing the actual code! See the [User guide](docs/user-guide.md) for more details
101
101
 
102
102
  ### Alternative: Clone and Build
103
103
 
@@ -121,7 +121,7 @@ BMad's natural language framework works in ANY domain. Expansion packs provide s
121
121
 
122
122
  ## Support
123
123
 
124
- - 💬 [Discord Community](https://discord.gg/g6ypHytrCB)
124
+ - 💬 [Discord Community](https://discord.gg/gk8jAdXWmj)
125
125
  - 🐛 [Issue Tracker](https://github.com/bmadcode/bmad-method/issues)
126
126
  - 💬 [Discussions](https://github.com/bmadcode/bmad-method/discussions)
127
127
 
@@ -54,14 +54,14 @@ persona:
54
54
  # All commands require * prefix when used (e.g., *help)
55
55
  commands:
56
56
  - help: Show numbered list of the following commands to allow selection
57
- - create-doc {template}: execute task create-doc (no template = ONLY show available templates listed under dependencies/templates below)
57
+ - create-project-brief: use task create-doc with project-brief-tmpl.yaml
58
+ - perform-market-research: use task create-doc with market-research-tmpl.yaml
59
+ - create-competitor-analysis: use task create-doc with competitor-analysis-tmpl.yaml
58
60
  - yolo: Toggle Yolo Mode
59
- - doc-out: Output full document to current destination file
60
- - execute-checklist {checklist}: Run task execute-checklist (default->architect-checklist)
61
- - research-prompt {topic}: execute task create-deep-research-prompt for architectural decisions
62
- - brainstorm {topic}: Facilitate structured brainstorming session
61
+ - doc-out: Output full document in progress to current destination file
62
+ - research-prompt {topic}: execute task create-deep-research-prompt.md
63
+ - brainstorm {topic}: Facilitate structured brainstorming session (run task facilitate-brainstorming-session.md with template brainstorming-output-tmpl.yaml)
63
64
  - elicit: run the task advanced-elicitation
64
- - document-project: Analyze and document existing project structure comprehensively
65
65
  - exit: Say goodbye as the Business Analyst, and then abandon inhabiting this persona
66
66
  dependencies:
67
67
  tasks:
@@ -55,11 +55,16 @@ persona:
55
55
  # All commands require * prefix when used (e.g., *help)
56
56
  commands:
57
57
  - help: Show numbered list of the following commands to allow selection
58
- - create-doc {template}: execute task create-doc (no template = ONLY show available templates listed under dependencies/templates below)
59
- - yolo: Toggle Yolo Mode
58
+ - create-full-stack-architecture: use create-doc with fullstack-architecture-tmpl.yaml
59
+ - create-backend-architecture: use create-doc with architecture-tmpl.yaml
60
+ - create-front-end-architecture: use create-doc with front-end-architecture-tmpl.yaml
61
+ - create-brownfield-architecture: use create-doc with brownfield-architecture-tmpl.yaml
60
62
  - doc-out: Output full document to current destination file
63
+ - document-project: execute the task document-project.md
61
64
  - execute-checklist {checklist}: Run task execute-checklist (default->architect-checklist)
62
- - research {topic}: execute task create-deep-research-prompt for architectural decisions
65
+ - research {topic}: execute task create-deep-research-prompt
66
+ - shard-prd: run the task shard-doc.md for the provided architecture.md (ask if not found)
67
+ - yolo: Toggle Yolo Mode
63
68
  - exit: Say goodbye as the Architect, and then abandon inhabiting this persona
64
69
  dependencies:
65
70
  tasks:
@@ -52,10 +52,11 @@ commands:
52
52
  - kb: Toggle KB mode off (default) or on, when on will load and reference the {root}/data/bmad-kb.md and converse with the user answering his questions with this informational resource
53
53
  - task {task}: Execute task, if not found or none specified, ONLY list available dependencies/tasks listed below
54
54
  - create-doc {template}: execute task create-doc (no template = ONLY show available templates listed under dependencies/templates below)
55
+ - doc-out: Output full document to current destination file
56
+ - document-project: execute the task document-project.md
55
57
  - execute-checklist {checklist}: Run task execute-checklist (no checklist = ONLY show available checklists listed under dependencies/checklist below)
56
58
  - shard-doc {document} {destination}: run the task shard-doc against the optionally provided document to the specified destination
57
59
  - yolo: Toggle Yolo Mode
58
- - doc-out: Output full document to current destination file
59
60
  - exit: Exit (confirm)
60
61
 
61
62
  dependencies:
@@ -50,9 +50,14 @@ persona:
50
50
  # All commands require * prefix when used (e.g., *help)
51
51
  commands:
52
52
  - help: Show numbered list of the following commands to allow selection
53
- - create-doc {template}: execute task create-doc for template provided, if no template then ONLY list dependencies.templates
54
- - yolo: Toggle Yolo Mode
53
+ - create-prd: run task create-doc.md with template prd-tmpl.yaml
54
+ - create-brownfield-prd: run task create-doc.md with template brownfield-prd-tmpl.yaml
55
+ - create-epic: Create epic for brownfield projects (task brownfield-create-epic)
56
+ - create-story: Create user story from requirements (task brownfield-create-story)
55
57
  - doc-out: Output full document to current destination file
58
+ - shard-prd: run the task shard-doc.md for the provided prd.md (ask if not found)
59
+ - correct-course: execute the correct-course task
60
+ - yolo: Toggle Yolo Mode
56
61
  - exit: Exit (confirm)
57
62
  dependencies:
58
63
  tasks:
@@ -53,23 +53,20 @@ persona:
53
53
  # All commands require * prefix when used (e.g., *help)
54
54
  commands:
55
55
  - help: Show numbered list of the following commands to allow selection
56
- - create-doc {template}: execute task create-doc (no template = ONLY show available templates listed under dependencies/templates below)
57
- - execute-checklist {checklist}: Run task execute-checklist (default->po-master-checklist)
56
+ - execute-checklist-po: Run task execute-checklist (checklist po-master-checklist)
58
57
  - shard-doc {document} {destination}: run the task shard-doc against the optionally provided document to the specified destination
59
58
  - correct-course: execute the correct-course task
60
59
  - create-epic: Create epic for brownfield projects (task brownfield-create-epic)
61
60
  - create-story: Create user story from requirements (task brownfield-create-story)
62
- - yolo: Toggle Yolo Mode off on - on will skip doc section confirmations
63
61
  - doc-out: Output full document to current destination file
64
62
  - validate-story-draft {story}: run the task validate-next-story against the provided story file
63
+ - yolo: Toggle Yolo Mode off on - on will skip doc section confirmations
65
64
  - exit: Exit (confirm)
66
65
  dependencies:
67
66
  tasks:
68
67
  - execute-checklist.md
69
68
  - shard-doc.md
70
69
  - correct-course.md
71
- - brownfield-create-epic.md
72
- - brownfield-create-story.md
73
70
  - validate-next-story.md
74
71
  templates:
75
72
  - story-tmpl.yaml
@@ -58,7 +58,6 @@ story-file-permissions:
58
58
  commands:
59
59
  - help: Show numbered list of the following commands to allow selection
60
60
  - review {story}: execute the task review-story for the highest sequence story in docs/stories unless another is specified - keep any specified technical-preferences in mind as needed
61
- - create-doc {template}: execute task create-doc (no template = ONLY show available templates listed under dependencies/templates below)
62
61
  - exit: Say goodbye as the QA Engineer, and then abandon inhabiting this persona
63
62
  dependencies:
64
63
  tasks:
@@ -46,9 +46,9 @@ persona:
46
46
  # All commands require * prefix when used (e.g., *help)
47
47
  commands:
48
48
  - help: Show numbered list of the following commands to allow selection
49
- - draft: Execute task create-next-story
50
- - correct-course: Execute task correct-course
51
- - checklist {checklist}: Show numbered list of checklists if not provided, execute task execute-checklist
49
+ - draft: Execute task create-next-story.md
50
+ - correct-course: Execute task correct-course.md
51
+ - story-checklist: Execute task execute-checklist.md with checklist story-draft-checklist.md
52
52
  - exit: Say goodbye as the Scrum Master, and then abandon inhabiting this persona
53
53
  dependencies:
54
54
  tasks:
@@ -51,15 +51,12 @@ persona:
51
51
  # All commands require * prefix when used (e.g., *help)
52
52
  commands:
53
53
  - help: Show numbered list of the following commands to allow selection
54
- - create-doc {template}: execute task create-doc (no template = ONLY show available templates listed under dependencies/templates below)
55
- - generate-ui-prompt: Create AI frontend generation prompt
56
- - research {topic}: Execute create-deep-research-prompt task to generate a prompt to init UX deep research
57
- - execute-checklist {checklist}: Run task execute-checklist (default->po-master-checklist)
54
+ - create-front-end-spec: run task create-doc.md with template front-end-spec-tmpl.yaml
55
+ - generate-ui-prompt: Run task generate-ai-frontend-prompt.md
58
56
  - exit: Say goodbye as the UX Expert, and then abandon inhabiting this persona
59
57
  dependencies:
60
58
  tasks:
61
59
  - generate-ai-frontend-prompt.md
62
- - create-deep-research-prompt.md
63
60
  - create-doc.md
64
61
  - execute-checklist.md
65
62
  templates:
@@ -1,4 +1,3 @@
1
- version: 4.29.0
2
1
  markdownExploder: true
3
2
  prd:
4
3
  prdFile: docs/prd.md
@@ -2339,7 +2339,7 @@ You are the "Vibe CEO" - thinking like a CEO with unlimited resources and a sing
2339
2339
  - **Cursor**: `@agent-name` (e.g., `@bmad-master`)
2340
2340
  - **Windsurf**: `@agent-name` (e.g., `@bmad-master`)
2341
2341
  - **Trae**: `@agent-name` (e.g., `@bmad-master`)
2342
- - **Roo Code**: Select mode from mode selector (e.g., `bmad-bmad-master`)
2342
+ - **Roo Code**: Select mode from mode selector (e.g., `bmad-master`)
2343
2343
  - **GitHub Copilot**: Open the Chat view (`⌃⌘I` on Mac, `Ctrl+Alt+I` on Windows/Linux) and select **Agent** from the chat mode selector.
2344
2344
 
2345
2345
  **Chat Management Guidelines**:
@@ -8069,7 +8069,7 @@ You are the "Vibe CEO" - thinking like a CEO with unlimited resources and a sing
8069
8069
  - **Cursor**: `@agent-name` (e.g., `@bmad-master`)
8070
8070
  - **Windsurf**: `@agent-name` (e.g., `@bmad-master`)
8071
8071
  - **Trae**: `@agent-name` (e.g., `@bmad-master`)
8072
- - **Roo Code**: Select mode from mode selector (e.g., `bmad-bmad-master`)
8072
+ - **Roo Code**: Select mode from mode selector (e.g., `bmad-master`)
8073
8073
  - **GitHub Copilot**: Open the Chat view (`⌃⌘I` on Mac, `Ctrl+Alt+I` on Windows/Linux) and select **Agent** from the chat mode selector.
8074
8074
 
8075
8075
  **Chat Management Guidelines**:
@@ -777,7 +777,7 @@ You are the "Vibe CEO" - thinking like a CEO with unlimited resources and a sing
777
777
  - **Cursor**: `@agent-name` (e.g., `@bmad-master`)
778
778
  - **Windsurf**: `@agent-name` (e.g., `@bmad-master`)
779
779
  - **Trae**: `@agent-name` (e.g., `@bmad-master`)
780
- - **Roo Code**: Select mode from mode selector (e.g., `bmad-bmad-master`)
780
+ - **Roo Code**: Select mode from mode selector (e.g., `bmad-master`)
781
781
  - **GitHub Copilot**: Open the Chat view (`⌃⌘I` on Mac, `Ctrl+Alt+I` on Windows/Linux) and select **Agent** from the chat mode selector.
782
782
 
783
783
  **Chat Management Guidelines**: