bmad-method 4.39.2 → 4.41.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.
- package/CONTRIBUTING.md +1 -1
- package/LICENSE +6 -1
- package/README.md +11 -7
- package/bmad-core/agent-teams/team-all.yaml +1 -0
- package/bmad-core/agent-teams/team-fullstack.yaml +1 -0
- package/bmad-core/agent-teams/team-ide-minimal.yaml +1 -0
- package/bmad-core/agent-teams/team-no-ui.yaml +1 -0
- package/bmad-core/agents/analyst.md +2 -0
- package/bmad-core/agents/architect.md +2 -0
- package/bmad-core/agents/bmad-master.md +2 -0
- package/bmad-core/agents/bmad-orchestrator.md +2 -0
- package/bmad-core/agents/dev.md +2 -0
- package/bmad-core/agents/pm.md +2 -0
- package/bmad-core/agents/po.md +2 -0
- package/bmad-core/agents/qa.md +2 -0
- package/bmad-core/agents/sm.md +2 -0
- package/bmad-core/agents/ux-expert.md +2 -0
- package/bmad-core/checklists/architect-checklist.md +2 -0
- package/bmad-core/checklists/change-checklist.md +2 -0
- package/bmad-core/checklists/pm-checklist.md +2 -0
- package/bmad-core/checklists/po-master-checklist.md +2 -0
- package/bmad-core/checklists/story-dod-checklist.md +2 -0
- package/bmad-core/checklists/story-draft-checklist.md +2 -0
- package/bmad-core/core-config.yaml +1 -0
- package/bmad-core/data/bmad-kb.md +9 -7
- package/bmad-core/data/brainstorming-techniques.md +2 -0
- package/bmad-core/data/elicitation-methods.md +2 -0
- package/bmad-core/data/technical-preferences.md +2 -0
- package/bmad-core/data/test-levels-framework.md +2 -0
- package/bmad-core/data/test-priorities-matrix.md +2 -0
- package/bmad-core/tasks/advanced-elicitation.md +2 -0
- package/bmad-core/tasks/apply-qa-fixes.md +2 -0
- package/bmad-core/tasks/brownfield-create-epic.md +2 -0
- package/bmad-core/tasks/brownfield-create-story.md +2 -0
- package/bmad-core/tasks/correct-course.md +2 -0
- package/bmad-core/tasks/create-brownfield-story.md +2 -0
- package/bmad-core/tasks/create-deep-research-prompt.md +2 -0
- package/bmad-core/tasks/create-next-story.md +2 -0
- package/bmad-core/tasks/document-project.md +2 -0
- package/bmad-core/tasks/facilitate-brainstorming-session.md +3 -1
- package/bmad-core/tasks/generate-ai-frontend-prompt.md +2 -0
- package/bmad-core/tasks/index-docs.md +2 -0
- package/bmad-core/tasks/kb-mode-interaction.md +2 -0
- package/bmad-core/tasks/nfr-assess.md +2 -0
- package/bmad-core/tasks/qa-gate.md +2 -0
- package/bmad-core/tasks/review-story.md +2 -0
- package/bmad-core/tasks/risk-profile.md +2 -0
- package/bmad-core/tasks/shard-doc.md +2 -0
- package/bmad-core/tasks/test-design.md +2 -0
- package/bmad-core/tasks/trace-requirements.md +2 -0
- package/bmad-core/tasks/validate-next-story.md +2 -0
- package/bmad-core/templates/architecture-tmpl.yaml +1 -0
- package/bmad-core/templates/brainstorming-output-tmpl.yaml +1 -1
- package/bmad-core/templates/brownfield-architecture-tmpl.yaml +1 -0
- package/bmad-core/templates/brownfield-prd-tmpl.yaml +1 -0
- package/bmad-core/templates/competitor-analysis-tmpl.yaml +1 -0
- package/bmad-core/templates/front-end-architecture-tmpl.yaml +1 -0
- package/bmad-core/templates/front-end-spec-tmpl.yaml +1 -0
- package/bmad-core/templates/fullstack-architecture-tmpl.yaml +1 -0
- package/bmad-core/templates/market-research-tmpl.yaml +1 -0
- package/bmad-core/templates/prd-tmpl.yaml +1 -0
- package/bmad-core/templates/project-brief-tmpl.yaml +1 -0
- package/bmad-core/templates/qa-gate-tmpl.yaml +1 -0
- package/bmad-core/templates/story-tmpl.yaml +1 -0
- package/bmad-core/workflows/brownfield-fullstack.yaml +1 -0
- package/bmad-core/workflows/brownfield-service.yaml +1 -0
- package/bmad-core/workflows/brownfield-ui.yaml +1 -0
- package/bmad-core/workflows/greenfield-fullstack.yaml +1 -0
- package/bmad-core/workflows/greenfield-service.yaml +1 -0
- package/bmad-core/workflows/greenfield-ui.yaml +1 -0
- package/common/tasks/create-doc.md +2 -0
- package/common/tasks/execute-checklist.md +2 -0
- package/common/utils/bmad-doc-template.md +2 -0
- package/common/utils/workflow-management.md +2 -0
- package/dist/agents/analyst.txt +26 -9
- package/dist/agents/architect.txt +16 -0
- package/dist/agents/bmad-master.txt +65 -8
- package/dist/agents/bmad-orchestrator.txt +19 -7
- package/dist/agents/dev.txt +8 -0
- package/dist/agents/pm.txt +22 -0
- package/dist/agents/po.txt +13 -0
- package/dist/agents/qa.txt +16 -0
- package/dist/agents/sm.txt +9 -0
- package/dist/agents/ux-expert.txt +9 -0
- package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-designer.txt +15 -0
- package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-developer.txt +7 -0
- package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-sm.txt +7 -0
- package/dist/expansion-packs/bmad-2d-phaser-game-dev/teams/phaser-2d-nodejs-game-team.txt +64 -2
- package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-architect.txt +19 -0
- package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-designer.txt +19 -0
- package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-developer.txt +6 -0
- package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-sm.txt +9 -0
- package/dist/expansion-packs/bmad-2d-unity-game-dev/teams/unity-2d-game-team.txt +82 -2
- package/dist/expansion-packs/bmad-creative-writing/agents/beta-reader.txt +19 -0
- package/dist/expansion-packs/bmad-creative-writing/agents/character-psychologist.txt +17 -0
- package/dist/expansion-packs/bmad-creative-writing/agents/dialog-specialist.txt +15 -0
- package/dist/expansion-packs/bmad-creative-writing/agents/editor.txt +17 -0
- package/dist/expansion-packs/bmad-creative-writing/agents/genre-specialist.txt +21 -0
- package/dist/expansion-packs/bmad-creative-writing/agents/narrative-designer.txt +17 -0
- package/dist/expansion-packs/bmad-creative-writing/agents/plot-architect.txt +18 -0
- package/dist/expansion-packs/bmad-creative-writing/agents/world-builder.txt +19 -0
- package/dist/expansion-packs/bmad-creative-writing/teams/agent-team.txt +194 -1
- package/dist/expansion-packs/bmad-infrastructure-devops/agents/infra-devops-platform.txt +12 -0
- package/dist/teams/team-all.txt +92 -9
- package/dist/teams/team-fullstack.txt +71 -9
- package/dist/teams/team-ide-minimal.txt +56 -7
- package/dist/teams/team-no-ui.txt +64 -9
- package/expansion-packs/bmad-2d-phaser-game-dev/agent-teams/phaser-2d-nodejs-game-team.yaml +1 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/agents/game-designer.md +2 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/agents/game-developer.md +2 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/agents/game-sm.md +2 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/checklists/game-design-checklist.md +2 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/checklists/game-story-dod-checklist.md +2 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/config.yaml +1 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/data/bmad-kb.md +2 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/data/development-guidelines.md +2 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/tasks/advanced-elicitation.md +2 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/tasks/create-game-story.md +2 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/tasks/game-design-brainstorming.md +2 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-architecture-tmpl.yaml +1 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-brief-tmpl.yaml +1 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-design-doc-tmpl.yaml +1 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-story-tmpl.yaml +1 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/templates/level-design-doc-tmpl.yaml +1 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/workflows/game-dev-greenfield.yaml +1 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/workflows/game-prototype.yaml +1 -0
- package/expansion-packs/bmad-2d-unity-game-dev/agent-teams/unity-2d-game-team.yaml +1 -0
- package/expansion-packs/bmad-2d-unity-game-dev/agents/game-architect.md +2 -0
- package/expansion-packs/bmad-2d-unity-game-dev/agents/game-designer.md +2 -0
- package/expansion-packs/bmad-2d-unity-game-dev/agents/game-developer.md +2 -0
- package/expansion-packs/bmad-2d-unity-game-dev/agents/game-sm.md +2 -0
- package/expansion-packs/bmad-2d-unity-game-dev/checklists/game-architect-checklist.md +2 -0
- package/expansion-packs/bmad-2d-unity-game-dev/checklists/game-change-checklist.md +2 -0
- package/expansion-packs/bmad-2d-unity-game-dev/checklists/game-design-checklist.md +2 -0
- package/expansion-packs/bmad-2d-unity-game-dev/checklists/game-story-dod-checklist.md +2 -0
- package/expansion-packs/bmad-2d-unity-game-dev/config.yaml +1 -0
- package/expansion-packs/bmad-2d-unity-game-dev/data/bmad-kb.md +2 -0
- package/expansion-packs/bmad-2d-unity-game-dev/data/development-guidelines.md +2 -0
- package/expansion-packs/bmad-2d-unity-game-dev/tasks/advanced-elicitation.md +2 -0
- package/expansion-packs/bmad-2d-unity-game-dev/tasks/correct-course-game.md +2 -0
- package/expansion-packs/bmad-2d-unity-game-dev/tasks/create-game-story.md +2 -0
- package/expansion-packs/bmad-2d-unity-game-dev/tasks/game-design-brainstorming.md +2 -0
- package/expansion-packs/bmad-2d-unity-game-dev/tasks/validate-game-story.md +2 -0
- package/expansion-packs/bmad-2d-unity-game-dev/templates/game-architecture-tmpl.yaml +1 -0
- package/expansion-packs/bmad-2d-unity-game-dev/templates/game-brief-tmpl.yaml +1 -0
- package/expansion-packs/bmad-2d-unity-game-dev/templates/game-design-doc-tmpl.yaml +1 -0
- package/expansion-packs/bmad-2d-unity-game-dev/templates/game-story-tmpl.yaml +1 -0
- package/expansion-packs/bmad-2d-unity-game-dev/templates/level-design-doc-tmpl.yaml +1 -0
- package/expansion-packs/bmad-2d-unity-game-dev/workflows/game-dev-greenfield.yaml +1 -0
- package/expansion-packs/bmad-2d-unity-game-dev/workflows/game-prototype.yaml +1 -0
- package/expansion-packs/bmad-creative-writing/agent-teams/agent-team.yaml +1 -0
- package/expansion-packs/bmad-creative-writing/agents/beta-reader.md +2 -0
- package/expansion-packs/bmad-creative-writing/agents/book-critic.md +2 -0
- package/expansion-packs/bmad-creative-writing/agents/character-psychologist.md +2 -0
- package/expansion-packs/bmad-creative-writing/agents/cover-designer.md +2 -0
- package/expansion-packs/bmad-creative-writing/agents/dialog-specialist.md +2 -0
- package/expansion-packs/bmad-creative-writing/agents/editor.md +2 -0
- package/expansion-packs/bmad-creative-writing/agents/genre-specialist.md +2 -0
- package/expansion-packs/bmad-creative-writing/agents/narrative-designer.md +2 -0
- package/expansion-packs/bmad-creative-writing/agents/plot-architect.md +2 -0
- package/expansion-packs/bmad-creative-writing/agents/world-builder.md +2 -0
- package/expansion-packs/bmad-creative-writing/checklists/beta-feedback-closure-checklist.md +2 -0
- package/expansion-packs/bmad-creative-writing/checklists/character-consistency-checklist.md +2 -0
- package/expansion-packs/bmad-creative-writing/checklists/comedic-timing-checklist.md +2 -0
- package/expansion-packs/bmad-creative-writing/checklists/cyberpunk-aesthetic-checklist.md +2 -0
- package/expansion-packs/bmad-creative-writing/checklists/ebook-formatting-checklist.md +2 -0
- package/expansion-packs/bmad-creative-writing/checklists/epic-poetry-meter-checklist.md +2 -0
- package/expansion-packs/bmad-creative-writing/checklists/fantasy-magic-system-checklist.md +2 -0
- package/expansion-packs/bmad-creative-writing/checklists/foreshadowing-payoff-checklist.md +2 -0
- package/expansion-packs/bmad-creative-writing/checklists/genre-tropes-checklist.md +2 -0
- package/expansion-packs/bmad-creative-writing/checklists/historical-accuracy-checklist.md +2 -0
- package/expansion-packs/bmad-creative-writing/checklists/horror-suspense-checklist.md +2 -0
- package/expansion-packs/bmad-creative-writing/checklists/kdp-cover-ready-checklist.md +2 -0
- package/expansion-packs/bmad-creative-writing/checklists/line-edit-quality-checklist.md +2 -0
- package/expansion-packs/bmad-creative-writing/checklists/marketing-copy-checklist.md +2 -0
- package/expansion-packs/bmad-creative-writing/checklists/mystery-clue-trail-checklist.md +2 -0
- package/expansion-packs/bmad-creative-writing/checklists/orbital-mechanics-checklist.md +2 -0
- package/expansion-packs/bmad-creative-writing/checklists/plot-structure-checklist.md +2 -0
- package/expansion-packs/bmad-creative-writing/checklists/publication-readiness-checklist.md +2 -0
- package/expansion-packs/bmad-creative-writing/checklists/romance-emotional-beats-checklist.md +2 -0
- package/expansion-packs/bmad-creative-writing/checklists/scene-quality-checklist.md +2 -0
- package/expansion-packs/bmad-creative-writing/checklists/scifi-technology-plausibility-checklist.md +2 -0
- package/expansion-packs/bmad-creative-writing/checklists/sensitivity-representation-checklist.md +2 -0
- package/expansion-packs/bmad-creative-writing/checklists/steampunk-gadget-checklist.md +2 -0
- package/expansion-packs/bmad-creative-writing/checklists/thriller-pacing-stakes-checklist.md +2 -0
- package/expansion-packs/bmad-creative-writing/checklists/timeline-continuity-checklist.md +2 -0
- package/expansion-packs/bmad-creative-writing/checklists/world-building-continuity-checklist.md +2 -0
- package/expansion-packs/bmad-creative-writing/checklists/ya-appropriateness-checklist.md +2 -0
- package/expansion-packs/bmad-creative-writing/config.yaml +1 -0
- package/expansion-packs/bmad-creative-writing/data/bmad-kb.md +2 -0
- package/expansion-packs/bmad-creative-writing/data/story-structures.md +2 -0
- package/expansion-packs/bmad-creative-writing/docs/brief.md +2 -0
- package/expansion-packs/bmad-creative-writing/tasks/advanced-elicitation.md +2 -0
- package/expansion-packs/bmad-creative-writing/tasks/analyze-reader-feedback.md +2 -0
- package/expansion-packs/bmad-creative-writing/tasks/analyze-story-structure.md +2 -0
- package/expansion-packs/bmad-creative-writing/tasks/assemble-kdp-package.md +2 -0
- package/expansion-packs/bmad-creative-writing/tasks/brainstorm-premise.md +2 -0
- package/expansion-packs/bmad-creative-writing/tasks/build-world.md +2 -0
- package/expansion-packs/bmad-creative-writing/tasks/character-depth-pass.md +2 -0
- package/expansion-packs/bmad-creative-writing/tasks/create-doc.md +2 -0
- package/expansion-packs/bmad-creative-writing/tasks/create-draft-section.md +2 -0
- package/expansion-packs/bmad-creative-writing/tasks/critical-review.md +2 -0
- package/expansion-packs/bmad-creative-writing/tasks/develop-character.md +2 -0
- package/expansion-packs/bmad-creative-writing/tasks/execute-checklist.md +2 -0
- package/expansion-packs/bmad-creative-writing/tasks/expand-premise.md +2 -0
- package/expansion-packs/bmad-creative-writing/tasks/expand-synopsis.md +2 -0
- package/expansion-packs/bmad-creative-writing/tasks/final-polish.md +2 -0
- package/expansion-packs/bmad-creative-writing/tasks/generate-cover-brief.md +2 -0
- package/expansion-packs/bmad-creative-writing/tasks/generate-cover-prompts.md +2 -0
- package/expansion-packs/bmad-creative-writing/tasks/generate-scene-list.md +2 -0
- package/expansion-packs/bmad-creative-writing/tasks/incorporate-feedback.md +2 -0
- package/expansion-packs/bmad-creative-writing/tasks/outline-scenes.md +2 -0
- package/expansion-packs/bmad-creative-writing/tasks/provide-feedback.md +2 -0
- package/expansion-packs/bmad-creative-writing/tasks/publish-chapter.md +2 -0
- package/expansion-packs/bmad-creative-writing/tasks/quick-feedback.md +2 -0
- package/expansion-packs/bmad-creative-writing/tasks/select-next-arc.md +2 -0
- package/expansion-packs/bmad-creative-writing/tasks/workshop-dialog.md +2 -0
- package/expansion-packs/bmad-creative-writing/templates/beta-feedback-form.yaml +1 -0
- package/expansion-packs/bmad-creative-writing/templates/chapter-draft-tmpl.yaml +1 -0
- package/expansion-packs/bmad-creative-writing/templates/character-profile-tmpl.yaml +1 -0
- package/expansion-packs/bmad-creative-writing/templates/cover-design-brief-tmpl.yaml +1 -0
- package/expansion-packs/bmad-creative-writing/templates/premise-brief-tmpl.yaml +1 -0
- package/expansion-packs/bmad-creative-writing/templates/scene-list-tmpl.yaml +1 -0
- package/expansion-packs/bmad-creative-writing/templates/story-outline-tmpl.yaml +1 -0
- package/expansion-packs/bmad-creative-writing/templates/world-guide-tmpl.yaml +1 -0
- package/expansion-packs/bmad-creative-writing/workflows/book-cover-design-workflow.md +2 -0
- package/expansion-packs/bmad-creative-writing/workflows/novel-greenfield-workflow.yaml +1 -0
- package/expansion-packs/bmad-creative-writing/workflows/novel-serial-workflow.yaml +1 -0
- package/expansion-packs/bmad-creative-writing/workflows/novel-snowflake-workflow.yaml +1 -0
- package/expansion-packs/bmad-creative-writing/workflows/novel-writing.yaml +2 -1
- package/expansion-packs/bmad-creative-writing/workflows/screenplay-development.yaml +1 -0
- package/expansion-packs/bmad-creative-writing/workflows/series-planning.yaml +1 -0
- package/expansion-packs/bmad-creative-writing/workflows/short-story-creation.yaml +1 -0
- package/expansion-packs/bmad-infrastructure-devops/agents/infra-devops-platform.md +2 -0
- package/expansion-packs/bmad-infrastructure-devops/checklists/infrastructure-checklist.md +2 -0
- package/expansion-packs/bmad-infrastructure-devops/config.yaml +1 -0
- package/expansion-packs/bmad-infrastructure-devops/data/bmad-kb.md +2 -0
- package/expansion-packs/bmad-infrastructure-devops/tasks/review-infrastructure.md +2 -0
- package/expansion-packs/bmad-infrastructure-devops/tasks/validate-infrastructure.md +2 -0
- package/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-architecture-tmpl.yaml +1 -0
- package/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-platform-from-arch-tmpl.yaml +1 -0
- package/package.json +13 -11
- package/release_notes.md +5 -2
- package/tools/cli.js +2 -2
- package/tools/flattener/main.js +1 -6
- package/tools/installer/config/install.config.yaml +1 -1
- package/tools/installer/package.json +1 -1
- package/tools/shared/bannerArt.js +3 -3
package/CONTRIBUTING.md
CHANGED
|
@@ -206,4 +206,4 @@ Each commit should represent one logical change:
|
|
|
206
206
|
|
|
207
207
|
## License
|
|
208
208
|
|
|
209
|
-
By contributing to this project, you agree that your contributions will be licensed under the
|
|
209
|
+
By contributing to this project, you agree that your contributions will be licensed under the MIT License.
|
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2025
|
|
3
|
+
Copyright (c) 2025 BMad Code, LLC
|
|
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
|
|
@@ -19,3 +19,8 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
19
19
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
20
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
21
|
SOFTWARE.
|
|
22
|
+
|
|
23
|
+
TRADEMARK NOTICE:
|
|
24
|
+
BMAD™ and BMAD-METHOD™ are trademarks of BMad Code, LLC. The use of these
|
|
25
|
+
trademarks in this software does not grant any rights to use the trademarks
|
|
26
|
+
for any other purpose.
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# BMAD-METHOD™: Universal AI Agent Framework
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/bmad-method)
|
|
4
4
|
[](LICENSE)
|
|
@@ -11,11 +11,11 @@ Foundations in Agentic Agile Driven Development, known as the Breakthrough Metho
|
|
|
11
11
|
|
|
12
12
|
**[Join our Discord Community](https://discord.gg/gk8jAdXWmj)** - A growing community for AI enthusiasts! Get help, share ideas, explore AI agents & frameworks, collaborate on tech projects, enjoy hobbies, and help each other succeed. Whether you're stuck on BMad, building your own agents, or just want to chat about the latest in AI - we're here for you! **Some mobile and VPN may have issue joining the discord, this is a discord issue - if the invite does not work, try from your own internet or another network, or non-VPN.**
|
|
13
13
|
|
|
14
|
-
⭐ **If you find this project helpful or useful, please give it a star in the upper right hand corner!** It helps others discover
|
|
14
|
+
⭐ **If you find this project helpful or useful, please give it a star in the upper right hand corner!** It helps others discover BMAD-METHOD™ and you will be notified of updates!
|
|
15
15
|
|
|
16
16
|
## Overview
|
|
17
17
|
|
|
18
|
-
**
|
|
18
|
+
**BMAD-METHOD™'s Two Key Innovations:**
|
|
19
19
|
|
|
20
20
|
**1. Agentic Planning:** Dedicated agents (Analyst, PM, Architect) collaborate with you to create detailed, consistent PRDs and Architecture documents. Through advanced prompt engineering and human-in-the-loop refinement, these planning agents produce comprehensive specifications that go far beyond generic AI task generation.
|
|
21
21
|
|
|
@@ -49,7 +49,7 @@ This two-phase approach eliminates both **planning inconsistency** and **context
|
|
|
49
49
|
|
|
50
50
|
## Important: Keep Your BMad Installation Updated
|
|
51
51
|
|
|
52
|
-
**Stay up-to-date effortlessly!** If you already have
|
|
52
|
+
**Stay up-to-date effortlessly!** If you already have BMAD-METHOD™ installed in your project, simply run:
|
|
53
53
|
|
|
54
54
|
```bash
|
|
55
55
|
npx bmad-method install
|
|
@@ -110,11 +110,11 @@ npm run install:bmad # build and install all to a destination folder
|
|
|
110
110
|
|
|
111
111
|
## 🌟 Beyond Software Development - Expansion Packs
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
BMAD™'s natural language framework works in ANY domain. Expansion packs provide specialized AI agents for creative writing, business strategy, health & wellness, education, and more. Also expansion packs can expand the core BMAD-METHOD™ with specific functionality that is not generic for all cases. [See the Expansion Packs Guide](docs/expansion-packs.md) and learn to create your own!
|
|
114
114
|
|
|
115
115
|
## Codebase Flattener Tool
|
|
116
116
|
|
|
117
|
-
The
|
|
117
|
+
The BMAD-METHOD™ includes a powerful codebase flattener tool designed to prepare your project files for AI model consumption. This tool aggregates your entire codebase into a single XML file, making it easy to share your project context with AI assistants for analysis, debugging, or development assistance.
|
|
118
118
|
|
|
119
119
|
### Features
|
|
120
120
|
|
|
@@ -157,7 +157,7 @@ The tool will display progress and provide a comprehensive summary:
|
|
|
157
157
|
📊 File breakdown: 142 text, 14 binary, 0 errors
|
|
158
158
|
```
|
|
159
159
|
|
|
160
|
-
The generated XML file contains your project's text-based source files in a structured format that AI models can easily parse and understand, making it perfect for code reviews, architecture discussions, or getting AI assistance with your
|
|
160
|
+
The generated XML file contains your project's text-based source files in a structured format that AI models can easily parse and understand, making it perfect for code reviews, architecture discussions, or getting AI assistance with your BMAD-METHOD™ projects.
|
|
161
161
|
|
|
162
162
|
#### Advanced Usage & Options
|
|
163
163
|
|
|
@@ -216,6 +216,10 @@ The generated XML file contains your project's text-based source files in a stru
|
|
|
216
216
|
|
|
217
217
|
MIT License - see [LICENSE](LICENSE) for details.
|
|
218
218
|
|
|
219
|
+
## Trademark Notice
|
|
220
|
+
|
|
221
|
+
BMAD™ and BMAD-METHOD™ are trademarks of BMad Code, LLC. All rights reserved.
|
|
222
|
+
|
|
219
223
|
[](https://github.com/bmadcode/bmad-method/graphs/contributors)
|
|
220
224
|
|
|
221
225
|
<sub>Built with ❤️ for the AI-assisted development community</sub>
|
package/bmad-core/agents/dev.md
CHANGED
package/bmad-core/agents/pm.md
CHANGED
package/bmad-core/agents/po.md
CHANGED
package/bmad-core/agents/qa.md
CHANGED
package/bmad-core/agents/sm.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
<!-- Powered by BMAD™ Core -->
|
|
2
|
+
|
|
1
3
|
# Architect Solution Validation Checklist
|
|
2
4
|
|
|
3
5
|
This checklist serves as a comprehensive framework for the Architect to validate the technical design and architecture before development execution. The Architect should systematically work through each item, ensuring the architecture is robust, scalable, secure, and aligned with the product requirements.
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
<!-- Powered by BMAD™ Core -->
|
|
2
|
+
|
|
1
3
|
# Change Navigation Checklist
|
|
2
4
|
|
|
3
5
|
**Purpose:** To systematically guide the selected Agent and user through the analysis and planning required when a significant change (pivot, tech issue, missing requirement, failed story) is identified during the BMad workflow.
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
<!-- Powered by BMAD™ Core -->
|
|
2
|
+
|
|
1
3
|
# Product Manager (PM) Requirements Checklist
|
|
2
4
|
|
|
3
5
|
This checklist serves as a comprehensive framework to ensure the Product Requirements Document (PRD) and Epic definitions are complete, well-structured, and appropriately scoped for MVP development. The PM should systematically work through each item during the product definition process.
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
<!-- Powered by BMAD™ Core -->
|
|
2
|
+
|
|
1
3
|
# Product Owner (PO) Master Validation Checklist
|
|
2
4
|
|
|
3
5
|
This checklist serves as a comprehensive framework for the Product Owner to validate project plans before development execution. It adapts intelligently based on project type (greenfield vs brownfield) and includes UI/UX considerations when applicable.
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
<!-- Powered by BMAD™ Core -->
|
|
2
|
+
|
|
1
3
|
# Story Draft Checklist
|
|
2
4
|
|
|
3
5
|
The Scrum Master should use this checklist to validate that each story contains sufficient context for a developer agent to implement it successfully, while assuming the dev agent has reasonable capabilities to figure things out.
|
|
@@ -1,8 +1,10 @@
|
|
|
1
|
-
|
|
1
|
+
<!-- Powered by BMAD™ Core -->
|
|
2
|
+
|
|
3
|
+
# BMAD™ Knowledge Base
|
|
2
4
|
|
|
3
5
|
## Overview
|
|
4
6
|
|
|
5
|
-
|
|
7
|
+
BMAD-METHOD™ (Breakthrough Method of Agile AI-driven Development) is a framework that combines AI agents with Agile development methodologies. The v4 system introduces a modular architecture with improved dependency management, bundle optimization, and support for both web and IDE environments.
|
|
6
8
|
|
|
7
9
|
### Key Features
|
|
8
10
|
|
|
@@ -101,7 +103,7 @@ npx bmad-method install
|
|
|
101
103
|
- **Roo Code**: Web-based IDE with agent support
|
|
102
104
|
- **GitHub Copilot**: VS Code extension with AI peer programming assistant
|
|
103
105
|
|
|
104
|
-
**Note for VS Code Users**:
|
|
106
|
+
**Note for VS Code Users**: BMAD-METHOD™ assumes when you mention "VS Code" that you're using it with an AI-powered extension like GitHub Copilot, Cline, or Roo. Standard VS Code without AI capabilities cannot run BMad agents. The installer includes built-in support for Cline and Roo.
|
|
105
107
|
|
|
106
108
|
**Verify Installation**:
|
|
107
109
|
|
|
@@ -109,7 +111,7 @@ npx bmad-method install
|
|
|
109
111
|
- IDE-specific integration files created
|
|
110
112
|
- All agent commands/rules/modes available
|
|
111
113
|
|
|
112
|
-
**Remember**: At its core,
|
|
114
|
+
**Remember**: At its core, BMAD-METHOD™ is about mastering and harnessing prompt engineering. Any IDE with AI agent support can use BMad - the framework provides the structured prompts and workflows that make AI development effective
|
|
113
115
|
|
|
114
116
|
### Environment Selection Guide
|
|
115
117
|
|
|
@@ -353,7 +355,7 @@ You are the "Vibe CEO" - thinking like a CEO with unlimited resources and a sing
|
|
|
353
355
|
|
|
354
356
|
### System Overview
|
|
355
357
|
|
|
356
|
-
The
|
|
358
|
+
The BMAD-METHOD™ is built around a modular architecture centered on the `bmad-core` directory, which serves as the brain of the entire system. This design enables the framework to operate effectively in both IDE environments (like Cursor, VS Code) and web-based AI interfaces (like ChatGPT, Gemini).
|
|
357
359
|
|
|
358
360
|
### Key Architectural Components
|
|
359
361
|
|
|
@@ -708,7 +710,7 @@ Use the `shard-doc` task or `@kayvan/markdown-tree-parser` tool for automatic sh
|
|
|
708
710
|
- **Keep conversations focused** - One agent, one task per conversation
|
|
709
711
|
- **Review everything** - Always review and approve before marking complete
|
|
710
712
|
|
|
711
|
-
## Contributing to
|
|
713
|
+
## Contributing to BMAD-METHOD™
|
|
712
714
|
|
|
713
715
|
### Quick Contribution Guidelines
|
|
714
716
|
|
|
@@ -740,7 +742,7 @@ For full details, see `CONTRIBUTING.md`. Key points:
|
|
|
740
742
|
|
|
741
743
|
### What Are Expansion Packs?
|
|
742
744
|
|
|
743
|
-
Expansion packs extend
|
|
745
|
+
Expansion packs extend BMAD-METHOD™ beyond traditional software development into ANY domain. They provide specialized agent teams, templates, and workflows while keeping the core framework lean and focused on development.
|
|
744
746
|
|
|
745
747
|
### Why Use Expansion Packs?
|
|
746
748
|
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
<!-- Powered by BMAD™ Core -->
|
|
2
|
+
|
|
1
3
|
# apply-qa-fixes
|
|
2
4
|
|
|
3
5
|
Implement fixes based on QA results (gate and assessments) for a specific story. This task is for the Dev agent to systematically consume QA outputs and apply code/test changes while only updating allowed sections in the story file.
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
<!-- Powered by BMAD™ Core -->
|
|
2
|
+
|
|
1
3
|
# Create Deep Research Prompt Task
|
|
2
4
|
|
|
3
5
|
This task helps create comprehensive research prompts for various types of deep analysis. It can process inputs from brainstorming sessions, project briefs, market research, or specific research questions to generate targeted prompts for deeper investigation.
|