bmad-method 4.30.3 → 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.
- package/CHANGELOG.md +8 -0
- package/CONTRIBUTING.md +1 -1
- package/README.md +2 -2
- package/bmad-core/agents/analyst.md +6 -6
- package/bmad-core/agents/architect.md +8 -3
- package/bmad-core/agents/bmad-master.md +2 -1
- package/bmad-core/agents/pm.md +7 -2
- package/bmad-core/agents/po.md +2 -5
- package/bmad-core/agents/qa.md +0 -1
- package/bmad-core/agents/sm.md +3 -3
- package/bmad-core/agents/ux-expert.md +2 -5
- package/docs/how-to-contribute-with-pull-requests.md +2 -2
- package/package.json +4 -3
- package/tools/installer/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
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
|
+
|
|
1
9
|
## [4.30.3](https://github.com/bmadcode/BMAD-METHOD/compare/v4.30.2...v4.30.3) (2025-07-19)
|
|
2
10
|
|
|
3
11
|
|
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/
|
|
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/
|
|
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
|
|
|
@@ -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/
|
|
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-
|
|
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
|
-
-
|
|
61
|
-
-
|
|
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-
|
|
59
|
-
-
|
|
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
|
|
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:
|
package/bmad-core/agents/pm.md
CHANGED
|
@@ -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-
|
|
54
|
-
-
|
|
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:
|
package/bmad-core/agents/po.md
CHANGED
|
@@ -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
|
-
-
|
|
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
|
package/bmad-core/agents/qa.md
CHANGED
|
@@ -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:
|
package/bmad-core/agents/sm.md
CHANGED
|
@@ -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
|
|
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-
|
|
55
|
-
- generate-ui-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:
|
|
@@ -14,7 +14,7 @@ A pull request (PR) is how you propose changes to a project on GitHub. Think of
|
|
|
14
14
|
|
|
15
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
16
|
- **For new features**:
|
|
17
|
-
1. Discuss in Discord [#general-dev channel](https://discord.gg/
|
|
17
|
+
1. Discuss in Discord [#general-dev channel](https://discord.gg/gk8jAdXWmj)
|
|
18
18
|
2. Create an issue using the [feature request template](https://github.com/bmadcode/bmad-method/issues/new?template=feature_request.md)
|
|
19
19
|
- **For large changes**: Always open an issue first to discuss alignment
|
|
20
20
|
|
|
@@ -131,7 +131,7 @@ git push origin fix/typo-in-readme
|
|
|
131
131
|
|
|
132
132
|
## Need Help?
|
|
133
133
|
|
|
134
|
-
- 💬 Join our [Discord Community](https://discord.gg/
|
|
134
|
+
- 💬 Join our [Discord Community](https://discord.gg/gk8jAdXWmj) for real-time help:
|
|
135
135
|
- **#general-dev** - Technical questions and feature discussions
|
|
136
136
|
- **#bugs-issues** - Get help with bugs before filing issues
|
|
137
137
|
- 💬 Ask questions in [GitHub Discussions](https://github.com/bmadcode/bmad-method/discussions)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bmad-method",
|
|
3
|
-
"version": "4.30.
|
|
3
|
+
"version": "4.30.4",
|
|
4
4
|
"description": "Breakthrough Method of Agile AI-driven Development",
|
|
5
5
|
"main": "tools/cli.js",
|
|
6
6
|
"bin": {
|
|
@@ -34,6 +34,7 @@
|
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@kayvan/markdown-tree-parser": "^1.5.0",
|
|
37
|
+
"bmad-method": "^4.30.3",
|
|
37
38
|
"chalk": "^4.1.2",
|
|
38
39
|
"commander": "^14.0.0",
|
|
39
40
|
"fs-extra": "^11.3.0",
|
|
@@ -61,12 +62,12 @@
|
|
|
61
62
|
"node": ">=20.0.0"
|
|
62
63
|
},
|
|
63
64
|
"devDependencies": {
|
|
65
|
+
"@semantic-release/changelog": "^6.0.3",
|
|
66
|
+
"@semantic-release/git": "^10.0.1",
|
|
64
67
|
"husky": "^9.1.7",
|
|
65
68
|
"lint-staged": "^16.1.1",
|
|
66
69
|
"prettier": "^3.5.3",
|
|
67
70
|
"semantic-release": "^22.0.0",
|
|
68
|
-
"@semantic-release/changelog": "^6.0.3",
|
|
69
|
-
"@semantic-release/git": "^10.0.1",
|
|
70
71
|
"yaml-lint": "^1.7.0"
|
|
71
72
|
},
|
|
72
73
|
"lint-staged": {
|