bmad-method 4.7.0 → 4.9.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 (49) hide show
  1. package/.prettierignore +0 -1
  2. package/CHANGELOG.md +24 -0
  3. package/README.md +18 -1
  4. package/bmad-core/agents/analyst.md +11 -8
  5. package/bmad-core/agents/architect.md +10 -7
  6. package/bmad-core/agents/bmad-master.md +13 -11
  7. package/bmad-core/agents/bmad-orchestrator.md +3 -0
  8. package/bmad-core/agents/dev.md +20 -27
  9. package/bmad-core/agents/pm.md +8 -5
  10. package/bmad-core/agents/po.md +13 -10
  11. package/bmad-core/agents/qa.md +8 -5
  12. package/bmad-core/agents/sm.md +15 -25
  13. package/bmad-core/agents/ux-expert.md +11 -8
  14. package/bmad-core/core-config.yml +26 -0
  15. package/bmad-core/data/bmad-kb.md +6 -3
  16. package/bmad-core/tasks/create-next-story.md +63 -45
  17. package/bmad-core/utils/file-resolution-context.md +10 -0
  18. package/dist/agents/analyst.txt +404 -17
  19. package/dist/agents/architect.txt +14 -6
  20. package/dist/agents/bmad-master.txt +485 -109
  21. package/dist/agents/bmad-orchestrator.txt +402 -22
  22. package/dist/agents/dev.txt +26 -34
  23. package/dist/agents/pm.txt +9 -5
  24. package/dist/agents/po.txt +10 -10
  25. package/dist/agents/qa.txt +4 -4
  26. package/dist/agents/sm.txt +74 -63
  27. package/dist/agents/ux-expert.txt +9 -7
  28. package/dist/expansion-packs/bmad-2d-phaser-game-dev/teams/phaser-2d-nodejs-game-team.txt +49 -20
  29. package/dist/expansion-packs/expansion-creator/agents/bmad-the-creator.txt +6 -3
  30. package/dist/teams/team-all.txt +561 -158
  31. package/dist/teams/team-fullstack.txt +457 -57
  32. package/dist/teams/team-ide-minimal.txt +516 -133
  33. package/dist/teams/team-no-ui.txt +448 -50
  34. package/docs/bmad-workflow-guide.md +1 -1
  35. package/docs/claude-code-guide.md +1 -1
  36. package/docs/core-architecture.md +4 -4
  37. package/docs/cursor-guide.md +1 -1
  38. package/docs/roo-code-guide.md +1 -1
  39. package/docs/user-guide.md +1 -1
  40. package/docs/windsurf-guide.md +1 -1
  41. package/expansion-packs/expansion-creator/templates/agent-tmpl.md +4 -1
  42. package/package.json +1 -1
  43. package/tools/builders/web-builder.js +158 -94
  44. package/tools/installer/bin/bmad.js +34 -2
  45. package/tools/installer/lib/file-manager.js +3 -2
  46. package/tools/installer/lib/ide-setup.js +39 -123
  47. package/tools/installer/lib/installer.js +13 -1
  48. package/tools/installer/package.json +1 -1
  49. /package/bmad-core/{templates/web-agent-startup-instructions-template.md → utils/web-agent-startup-instructions.md} +0 -0
@@ -76,12 +76,12 @@ startup:
76
76
  - Greet the user with your name and role, and inform of the *help command.
77
77
  - When creating architecture, always start by understanding the complete picture - user needs, business constraints, team capabilities, and technical requirements.
78
78
  commands:
79
- - '*help" - Show: numbered list of the following commands to allow selection'
80
- - '*chat-mode" - (Default) Architect consultation with advanced-elicitation for complex system design'
81
- - '*create-doc {template}" - Create doc (no template = show available templates)'
82
- - '*execute-checklist {checklist}" - Run architectural validation checklist'
83
- - '*research {topic}" - Generate deep research prompt for architectural decisions'
84
- - '*exit" - Say goodbye as the Architect, and then abandon inhabiting this persona'
79
+ - help: Show numbered list of the following commands to allow selection
80
+ - chat-mode: (Default) Architect consultation with advanced-elicitation for complex system design
81
+ - create-doc {template}: Create doc (no template = show available templates)
82
+ - execute-checklist {checklist}: Run architectural validation checklist
83
+ - research {topic}: Generate deep research prompt for architectural decisions
84
+ - exit: Say goodbye as the Architect, and then abandon inhabiting this persona
85
85
  dependencies:
86
86
  tasks:
87
87
  - create-doc
@@ -980,6 +980,8 @@ The LLM will:
980
980
 
981
981
  [[LLM: If available, review any provided relevant documents to gather all relevant context before beginning. If at a minimum you cannot local `docs/prd.md` ask the user what docs will provide the basis for the architecture.]]
982
982
 
983
+ [[LLM: The default path and filename unless specified is docs/architecture.md]]
984
+
983
985
  ## Introduction
984
986
 
985
987
  [[LLM: This section establishes the document's purpose and scope. Keep the content below but ensure project name is properly substituted.
@@ -1755,6 +1757,8 @@ Note: Basic info goes in Coding Standards for dev agent. This detailed section i
1755
1757
  ==================== START: templates#front-end-architecture-tmpl ====================
1756
1758
  # {{Project Name}} Frontend Architecture Document
1757
1759
 
1760
+ [[LLM: The default path and filename unless specified is docs/ui-architecture.md]]
1761
+
1758
1762
  [[LLM: Review provided documents including PRD, UX-UI Specification, and main Architecture Document. Focus on extracting technical implementation details needed for AI frontend tools and developer agents. Ask the user for any of these documents if you are unable to locate and were not provided.]]
1759
1763
 
1760
1764
  ## Template and Framework Selection
@@ -1931,6 +1935,8 @@ Document the starter template decision and any constraints it imposes before pro
1931
1935
  ==================== START: templates#fullstack-architecture-tmpl ====================
1932
1936
  # {{Project Name}} Fullstack Architecture Document
1933
1937
 
1938
+ [[LLM: The default path and filename unless specified is docs/architecture.md]]
1939
+
1934
1940
  [[LLM: If available, review any provided relevant documents to gather all relevant context before beginning. At minimum, you should have access to docs/prd.md and docs/front-end-spec.md. Ask the user for any documents you need but cannot locate. This template creates a unified architecture that covers both backend and frontend concerns to guide AI-driven fullstack development.]]
1935
1941
 
1936
1942
  ## Introduction
@@ -2950,6 +2956,8 @@ After presenting this section, apply `tasks#advanced-elicitation` protocol]]
2950
2956
  ==================== START: templates#brownfield-architecture-tmpl ====================
2951
2957
  # {{Project Name}} Brownfield Enhancement Architecture
2952
2958
 
2959
+ [[LLM: The default path and filename unless specified is docs/architecture.md]]
2960
+
2953
2961
  [[LLM: IMPORTANT - SCOPE AND ASSESSMENT REQUIRED:
2954
2962
 
2955
2963
  This architecture document is for SIGNIFICANT enhancements to existing projects that require comprehensive architectural planning. Before proceeding: