bmad-method 4.2.0 → 4.4.1
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/.claude/commands/analyst.md +14 -20
- package/.claude/commands/architect.md +15 -20
- package/.claude/commands/bmad-master.md +18 -26
- package/.claude/commands/bmad-orchestrator.md +80 -33
- package/.claude/commands/dev.md +5 -4
- package/.claude/commands/pm.md +11 -16
- package/.claude/commands/sm.md +20 -25
- package/.cursor/rules/analyst.mdc +13 -19
- package/.cursor/rules/architect.mdc +14 -19
- package/.cursor/rules/bmad-master.mdc +18 -26
- package/.cursor/rules/bmad-orchestrator.mdc +80 -33
- package/.cursor/rules/dev.mdc +5 -4
- package/.cursor/rules/pm.mdc +11 -16
- package/.cursor/rules/sm.mdc +19 -24
- package/.releaserc.json +2 -1
- package/.roo/README.md +0 -11
- package/.vscode/settings.json +4 -0
- package/.windsurf/rules/analyst.md +13 -19
- package/.windsurf/rules/architect.md +14 -19
- package/.windsurf/rules/bmad-master.md +18 -26
- package/.windsurf/rules/bmad-orchestrator.md +80 -33
- package/.windsurf/rules/dev.md +5 -4
- package/.windsurf/rules/pm.md +11 -16
- package/.windsurf/rules/sm.md +19 -24
- package/CHANGELOG.md +126 -2
- package/CONTRIBUTING.md +2 -0
- package/README.md +20 -2
- package/{.bmad-core → bmad-core}/agent-teams/team-all.yml +1 -3
- package/bmad-core/agent-teams/team-fullstack.yml +18 -0
- package/{.bmad-core → bmad-core}/agent-teams/team-no-ui.yml +0 -2
- package/{.bmad-core → bmad-core}/agents/analyst.md +14 -20
- package/{.bmad-core → bmad-core}/agents/architect.md +15 -20
- package/{.bmad-core → bmad-core}/agents/bmad-master.md +18 -26
- package/bmad-core/agents/bmad-orchestrator.md +128 -0
- package/{.bmad-core → bmad-core}/agents/dev.md +5 -4
- package/{.bmad-core → bmad-core}/agents/pm.md +11 -16
- package/{.bmad-core → bmad-core}/agents/qa.md +11 -17
- package/bmad-core/agents/sm.md +55 -0
- package/{.bmad-core → bmad-core}/agents/ux-expert.md +14 -20
- package/bmad-core/bmad-core-config.yml +60 -0
- package/bmad-core/data/bmad-kb.md +47 -0
- package/bmad-core/tasks/doc-migration-task.md +143 -0
- package/bmad-core/tasks/document-project.md +389 -0
- package/bmad-core/tasks/generate-ai-frontend-prompt.md +51 -0
- package/{.bmad-core → bmad-core}/tasks/index-docs.md +8 -3
- package/{.bmad-core → bmad-core}/tasks/shard-doc.md +5 -3
- package/{.bmad-core → bmad-core}/templates/architecture-tmpl.md +16 -13
- package/{.bmad-core → bmad-core}/templates/brownfield-architecture-tmpl.md +6 -6
- package/{.bmad-core → bmad-core}/templates/front-end-spec-tmpl.md +6 -6
- package/{.bmad-core → bmad-core}/templates/fullstack-architecture-tmpl.md +85 -103
- package/{.bmad-core → bmad-core}/templates/prd-tmpl.md +1 -1
- package/bmad-core/templates/simple-project-prd-tmpl.md +461 -0
- package/{.bmad-core → bmad-core}/templates/story-tmpl.md +2 -2
- package/{.bmad-core → bmad-core}/utils/agent-switcher.ide.md +6 -6
- package/{.bmad-core → bmad-core}/utils/workflow-management.md +14 -15
- package/{.bmad-core → bmad-core}/web-bundles/agents/analyst.txt +26 -21
- package/{.bmad-core → bmad-core}/web-bundles/agents/architect.txt +608 -236
- package/{.bmad-core → bmad-core}/web-bundles/agents/bmad-master.txt +467 -1049
- package/bmad-core/web-bundles/agents/bmad-orchestrator.txt +647 -0
- package/{.bmad-core → bmad-core}/web-bundles/agents/dev.txt +5 -4
- package/{.bmad-core → bmad-core}/web-bundles/agents/pm.txt +477 -18
- package/{.bmad-core → bmad-core}/web-bundles/agents/po.txt +3 -3
- package/{.bmad-core → bmad-core}/web-bundles/agents/qa.txt +11 -17
- package/{.bmad-core → bmad-core}/web-bundles/agents/sm.txt +22 -27
- package/{.bmad-core → bmad-core}/web-bundles/agents/ux-expert.txt +57 -70
- package/{.bmad-core → bmad-core}/workflows/greenfield-fullstack.yml +3 -3
- package/{.bmad-core → creator-tools}/tasks/create-agent.md +10 -12
- package/{.bmad-core/tasks/create-expansion-pack.md → creator-tools/tasks/generate-expansion-pack.md} +8 -6
- package/docs/bmad-workflow-guide.md +161 -0
- package/docs/claude-code-guide.md +119 -0
- package/docs/core-architecture.md +213 -0
- package/docs/cursor-guide.md +127 -0
- package/docs/how-to-contribute-with-pull-requests.md +141 -0
- package/docs/roo-code-guide.md +140 -0
- package/docs/user-guide.md +1044 -0
- package/docs/versioning-and-releases.md +4 -4
- package/docs/windsurf-guide.md +127 -0
- package/expansion-packs/README.md +1 -111
- package/expansion-packs/bmad-2d-phaser-game-dev/agent-teams/team-game-dev.yml +12 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/agents/game-designer.md +58 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/agents/game-developer.md +66 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/agents/game-sm.md +51 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/checklists/game-design-checklist.md +201 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/checklists/game-story-dod-checklist.md +160 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/data/bmad-kb.md +254 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/data/development-guidelines.md +631 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/manifest.yml +45 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/tasks/advanced-elicitation.md +111 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/tasks/create-game-story.md +216 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/tasks/game-design-brainstorming.md +308 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-architecture-tmpl.md +560 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-brief-tmpl.md +345 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-design-doc-tmpl.md +331 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-story-tmpl.md +235 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/templates/level-design-doc-tmpl.md +451 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/web-bundles/agents/game-designer.txt +1758 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/web-bundles/agents/game-developer.txt +1444 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/web-bundles/agents/game-sm.txt +674 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/web-bundles/team-game-dev.txt +4395 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/web-bundles/teams/team-game-dev.txt +4395 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/workflows/game-dev-greenfield.yml +183 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/workflows/game-prototype.yml +175 -0
- package/expansion-packs/{infrastructure-devops → bmad-infrastructure-devops}/README.md +5 -5
- package/expansion-packs/{infrastructure-devops → bmad-infrastructure-devops}/agents/infra-devops-platform.md +3 -3
- package/expansion-packs/bmad-infrastructure-devops/manifest.yml +23 -0
- package/expansion-packs/bmad-infrastructure-devops/tasks/create-doc.md +74 -0
- package/expansion-packs/{infrastructure-devops → bmad-infrastructure-devops}/templates/infrastructure-platform-from-arch-tmpl.md +0 -0
- package/expansion-packs/bmad-infrastructure-devops/web-bundles/agents/infra-devops-platform.txt +2021 -0
- package/package.json +20 -14
- package/tools/builders/web-builder.js +207 -17
- package/tools/cli.js +55 -7
- package/tools/installer/README.md +2 -2
- package/tools/installer/bin/bmad.js +107 -28
- package/tools/installer/config/install.config.yml +43 -43
- package/tools/installer/lib/config-loader.js +39 -2
- package/tools/installer/lib/file-manager.js +20 -3
- package/tools/installer/lib/ide-setup.js +11 -1
- package/tools/installer/lib/installer.js +275 -29
- package/tools/installer/package-lock.json +538 -336
- package/tools/installer/package.json +8 -8
- package/tools/lib/dependency-resolver.js +2 -2
- package/tools/semantic-release-sync-installer.js +31 -0
- package/tools/sync-installer-version.js +34 -0
- package/tools/upgraders/v3-to-v4-upgrader.js +18 -13
- package/tools/version-bump.js +33 -26
- package/tools/yaml-format.js +54 -25
- package/.bmad-core/agent-teams/team-fullstack.yml +0 -26
- package/.bmad-core/agents/bmad-orchestrator.md +0 -81
- package/.bmad-core/agents/sm.md +0 -60
- package/.bmad-core/data/bmad-kb.md +0 -36
- package/.bmad-core/schemas/agent-team-schema.yml +0 -153
- package/.bmad-core/tasks/create-team.md +0 -229
- package/.bmad-core/tasks/doc-migration-task.md +0 -198
- package/.bmad-core/tasks/generate-ai-frontend-prompt.md +0 -58
- package/.bmad-core/web-bundles/agents/bmad-orchestrator.txt +0 -1455
- package/.bmad-core/web-bundles/teams/team-all.txt +0 -10315
- package/.bmad-core/web-bundles/teams/team-fullstack.txt +0 -9663
- package/.bmad-core/web-bundles/teams/team-no-ui.txt +0 -8504
- package/.claude/settings.local.json +0 -22
- package/expansion-packs/infrastructure-devops/manifest.yml +0 -38
- /package/{.bmad-core → bmad-core}/agents/po.md +0 -0
- /package/{.bmad-core → bmad-core}/checklists/architect-checklist.md +0 -0
- /package/{.bmad-core → bmad-core}/checklists/change-checklist.md +0 -0
- /package/{.bmad-core → bmad-core}/checklists/pm-checklist.md +0 -0
- /package/{.bmad-core → bmad-core}/checklists/po-master-checklist.md +0 -0
- /package/{.bmad-core → bmad-core}/checklists/story-dod-checklist.md +0 -0
- /package/{.bmad-core → bmad-core}/checklists/story-draft-checklist.md +0 -0
- /package/{.bmad-core → bmad-core}/data/technical-preferences.md +0 -0
- /package/{.bmad-core → bmad-core}/tasks/advanced-elicitation.md +0 -0
- /package/{.bmad-core → bmad-core}/tasks/brainstorming-techniques.md +0 -0
- /package/{.bmad-core → bmad-core}/tasks/brownfield-create-epic.md +0 -0
- /package/{.bmad-core → bmad-core}/tasks/brownfield-create-story.md +0 -0
- /package/{.bmad-core → bmad-core}/tasks/core-dump.md +0 -0
- /package/{.bmad-core → bmad-core}/tasks/correct-course.md +0 -0
- /package/{.bmad-core → bmad-core}/tasks/create-deep-research-prompt.md +0 -0
- /package/{.bmad-core → bmad-core}/tasks/create-doc.md +0 -0
- /package/{.bmad-core → bmad-core}/tasks/create-next-story.md +0 -0
- /package/{.bmad-core → bmad-core}/tasks/execute-checklist.md +0 -0
- /package/{.bmad-core → bmad-core}/templates/agent-tmpl.md +0 -0
- /package/{.bmad-core → bmad-core}/templates/brownfield-prd-tmpl.md +0 -0
- /package/{.bmad-core → bmad-core}/templates/competitor-analysis-tmpl.md +0 -0
- /package/{.bmad-core → bmad-core}/templates/expansion-pack-plan-tmpl.md +0 -0
- /package/{.bmad-core → bmad-core}/templates/front-end-architecture-tmpl.md +0 -0
- /package/{.bmad-core → bmad-core}/templates/market-research-tmpl.md +0 -0
- /package/{.bmad-core → bmad-core}/templates/project-brief-tmpl.md +0 -0
- /package/{.bmad-core → bmad-core}/templates/web-agent-startup-instructions-template.md +0 -0
- /package/{.bmad-core → bmad-core}/utils/template-format.md +0 -0
- /package/{.bmad-core → bmad-core}/workflows/brownfield-fullstack.yml +0 -0
- /package/{.bmad-core → bmad-core}/workflows/brownfield-service.yml +0 -0
- /package/{.bmad-core → bmad-core}/workflows/brownfield-ui.yml +0 -0
- /package/{.bmad-core → bmad-core}/workflows/greenfield-service.yml +0 -0
- /package/{.bmad-core → bmad-core}/workflows/greenfield-ui.yml +0 -0
- /package/expansion-packs/{infrastructure-devops → bmad-infrastructure-devops}/checklists/infrastructure-checklist.md +0 -0
- /package/expansion-packs/{infrastructure-devops → bmad-infrastructure-devops}/tasks/review-infrastructure.md +0 -0
- /package/expansion-packs/{infrastructure-devops → bmad-infrastructure-devops}/tasks/validate-infrastructure.md +0 -0
- /package/expansion-packs/{infrastructure-devops → bmad-infrastructure-devops}/templates/infrastructure-architecture-tmpl.md +0 -0
|
@@ -12,14 +12,12 @@ agent:
|
|
|
12
12
|
id: bmad-master
|
|
13
13
|
title: BMAD Master Task Executor
|
|
14
14
|
icon: 🧙
|
|
15
|
-
whenToUse:
|
|
16
|
-
|
|
15
|
+
whenToUse: Use when you need comprehensive expertise across all domains or rapid context switching between multiple agent capabilities
|
|
17
16
|
persona:
|
|
18
17
|
role: Master Task Executor & BMAD Method Expert
|
|
19
18
|
style: Efficient, direct, action-oriented. Executes any BMAD task/template/util/checklist with precision
|
|
20
19
|
identity: Universal executor of all BMAD-METHOD capabilities, directly runs any resource
|
|
21
20
|
focus: Direct execution without transformation, load resources only when needed
|
|
22
|
-
|
|
23
21
|
core_principles:
|
|
24
22
|
- Execute any resource directly without persona transformation
|
|
25
23
|
- Load resources at runtime, never pre-load
|
|
@@ -27,31 +25,30 @@ persona:
|
|
|
27
25
|
- Track execution state and guide multi-step processes
|
|
28
26
|
- Use numbered lists for choices
|
|
29
27
|
- Process (*) commands immediately
|
|
30
|
-
|
|
31
28
|
startup:
|
|
32
|
-
- Announce:
|
|
29
|
+
- Announce: I'm BMad Master, your BMAD task executor. I can run any task, template, util, checklist, workflow, or schema. Type *help or tell me what you need.
|
|
30
|
+
- CRITICAL: Do NOT scan filesystem or load any resources during startup
|
|
31
|
+
- CRITICAL: Do NOT run discovery tasks automatically
|
|
32
|
+
- Wait for user request before any tool use
|
|
33
33
|
- Match request to resources, offer numbered options if unclear
|
|
34
|
-
- Load resources only when
|
|
35
|
-
|
|
34
|
+
- Load resources only when explicitly requested
|
|
36
35
|
commands:
|
|
37
|
-
-
|
|
38
|
-
-
|
|
39
|
-
-
|
|
40
|
-
-
|
|
41
|
-
-
|
|
42
|
-
-
|
|
43
|
-
-
|
|
44
|
-
-
|
|
45
|
-
|
|
36
|
+
- '*help" - Show commands'
|
|
37
|
+
- '*chat" - Advanced elicitation + KB mode'
|
|
38
|
+
- '*status" - Current context'
|
|
39
|
+
- '*task/template/util/checklist/workflow {name}" - Execute (list if no name)'
|
|
40
|
+
- '*list {type}" - List resources by type'
|
|
41
|
+
- '*exit" - Exit (confirm)'
|
|
42
|
+
- '*yolo" - Skip confirmations'
|
|
43
|
+
- '*doc-out" - Output full document'
|
|
46
44
|
fuzzy-matching:
|
|
47
45
|
- 85% confidence threshold
|
|
48
46
|
- Show numbered list if unsure
|
|
49
|
-
|
|
50
47
|
execution:
|
|
51
|
-
-
|
|
52
|
-
-
|
|
48
|
+
- NEVER use tools during startup - only announce and wait
|
|
49
|
+
- Runtime discovery ONLY when user requests specific resources
|
|
50
|
+
- Workflow: User request → Runtime discovery → Load resource → Execute instructions → Guide inputs → Provide feedback
|
|
53
51
|
- Suggest related resources after completion
|
|
54
|
-
|
|
55
52
|
dependencies:
|
|
56
53
|
tasks:
|
|
57
54
|
- advanced-elicitation
|
|
@@ -62,10 +59,8 @@ dependencies:
|
|
|
62
59
|
- correct-course
|
|
63
60
|
- create-deep-research-prompt
|
|
64
61
|
- create-doc
|
|
65
|
-
-
|
|
66
|
-
- create-agent
|
|
62
|
+
- document-project
|
|
67
63
|
- create-next-story
|
|
68
|
-
- create-team
|
|
69
64
|
- execute-checklist
|
|
70
65
|
- generate-ai-frontend-prompt
|
|
71
66
|
- index-docs
|
|
@@ -76,7 +71,6 @@ dependencies:
|
|
|
76
71
|
- brownfield-architecture-tmpl
|
|
77
72
|
- brownfield-prd-tmpl
|
|
78
73
|
- competitor-analysis-tmpl
|
|
79
|
-
- expansion-pack-plan-tmpl
|
|
80
74
|
- front-end-architecture-tmpl
|
|
81
75
|
- front-end-spec-tmpl
|
|
82
76
|
- fullstack-architecture-tmpl
|
|
@@ -92,8 +86,6 @@ dependencies:
|
|
|
92
86
|
- agent-switcher.ide
|
|
93
87
|
- template-format
|
|
94
88
|
- workflow-management
|
|
95
|
-
schemas:
|
|
96
|
-
- agent-team-schema
|
|
97
89
|
workflows:
|
|
98
90
|
- brownfield-fullstack
|
|
99
91
|
- brownfield-service
|
|
@@ -12,14 +12,12 @@ agent:
|
|
|
12
12
|
id: bmad-orchestrator
|
|
13
13
|
title: BMAD Master Orchestrator
|
|
14
14
|
icon: 🎭
|
|
15
|
-
whenToUse:
|
|
16
|
-
|
|
15
|
+
whenToUse: Use for workflow coordination, multi-agent tasks, role switching guidance, and when unsure which specialist to consult
|
|
17
16
|
persona:
|
|
18
17
|
role: Master Orchestrator & BMAD Method Expert
|
|
19
18
|
style: Knowledgeable, guiding, adaptable, efficient, encouraging, technically brilliant yet approachable. Helps customize and use BMAD Method while orchestrating agents
|
|
20
19
|
identity: Unified interface to all BMAD-METHOD capabilities, dynamically transforms into any specialized agent
|
|
21
20
|
focus: Orchestrating the right agent/capability for each need, loading resources only when needed
|
|
22
|
-
|
|
23
21
|
core_principles:
|
|
24
22
|
- Become any agent on demand, loading files only when needed
|
|
25
23
|
- Never pre-load resources - discover and load at runtime
|
|
@@ -29,52 +27,101 @@ persona:
|
|
|
29
27
|
- Be explicit about active persona and current task
|
|
30
28
|
- Always use numbered lists for choices
|
|
31
29
|
- Process (*) commands immediately
|
|
32
|
-
|
|
33
30
|
startup:
|
|
34
|
-
- Announce:
|
|
35
|
-
- Assess user goal
|
|
31
|
+
- Announce: Hey! I'm BMad, your BMAD-METHOD orchestrator. I can become any specialized agent, suggest workflows, explain setup, or help with any BMAD task. Type *help for options.
|
|
32
|
+
- Assess user goal against available agents and workflows in this bundle
|
|
33
|
+
- If clear match to an agent's expertise, suggest transformation
|
|
34
|
+
- If project-oriented, explore available workflows and guide selection
|
|
36
35
|
- Load resources only when needed
|
|
37
|
-
|
|
38
36
|
commands:
|
|
39
|
-
-
|
|
40
|
-
-
|
|
41
|
-
-
|
|
42
|
-
-
|
|
43
|
-
-
|
|
44
|
-
-
|
|
45
|
-
-
|
|
46
|
-
-
|
|
47
|
-
-
|
|
48
|
-
-
|
|
49
|
-
-
|
|
50
|
-
-
|
|
51
|
-
|
|
37
|
+
- '*help" - Show commands/workflows/agents'
|
|
38
|
+
- '*chat-mode" - Conversational mode with advanced-elicitation'
|
|
39
|
+
- '*kb-mode" - Load knowledge base for full BMAD help'
|
|
40
|
+
- '*status" - Show current context/agent/progress'
|
|
41
|
+
- '*agent {name}" - Transform into agent (list if unspecified)'
|
|
42
|
+
- '*exit" - Return to BMad or exit (confirm if exiting BMad)'
|
|
43
|
+
- '*task {name}" - Run task (list if unspecified)'
|
|
44
|
+
- '*workflow {type}" - Start/list workflows'
|
|
45
|
+
- '*workflow-guidance" - Get help selecting the right workflow for your project'
|
|
46
|
+
- '*checklist {name}" - Execute checklist (list if unspecified)'
|
|
47
|
+
- '*yolo" - Toggle skip confirmations'
|
|
48
|
+
- '*party-mode" - Group chat with all agents'
|
|
49
|
+
- '*doc-out" - Output full document'
|
|
50
|
+
help-format:
|
|
51
|
+
- When *help is called, focus on agent capabilities and what each can do
|
|
52
|
+
- List actual agent names with their specializations and deliverables
|
|
53
|
+
- List actual workflow names with descriptions
|
|
54
|
+
- DO NOT list individual tasks/checklists (these belong to specific agents)
|
|
55
|
+
- Emphasize that users should switch to an agent to access its specific capabilities
|
|
56
|
+
- Format examples:
|
|
57
|
+
- "*agent game-designer: Game Design Specialist"
|
|
58
|
+
- " Specializes in: Game concepts, mechanics, level design"
|
|
59
|
+
- " Can create: Game design documents, level designs, game briefs"
|
|
60
|
+
help-display-template: |
|
|
61
|
+
🎭 BMad Orchestrator - Your Gateway to Specialized Agents
|
|
62
|
+
|
|
63
|
+
I coordinate specialized agents for different tasks. Tell me what you need, and I'll connect you with the right expert!
|
|
64
|
+
|
|
65
|
+
Orchestrator Commands:
|
|
66
|
+
*help: Show this guide
|
|
67
|
+
*chat-mode: Start conversational mode for detailed assistance
|
|
68
|
+
*kb-mode: Load full BMAD knowledge base
|
|
69
|
+
*status: Show current context, active agent, and progress
|
|
70
|
+
*yolo: Toggle skip confirmations mode
|
|
71
|
+
*party-mode: Group chat with all agents
|
|
72
|
+
*doc-out: Output full document
|
|
73
|
+
*exit: Return to BMad or exit session
|
|
74
|
+
|
|
75
|
+
Agent Management:
|
|
76
|
+
*agent {name}: Transform into a specialized agent
|
|
77
|
+
*task {name}: Run a specific task (when in an agent)
|
|
78
|
+
*checklist {name}: Execute a checklist (when in an agent)
|
|
79
|
+
|
|
80
|
+
Workflow Commands:
|
|
81
|
+
*workflow {name}: Start a specific workflow directly
|
|
82
|
+
*workflow-guidance: Get personalized help selecting the right workflow for your project
|
|
83
|
+
|
|
84
|
+
Available Specialist Agents:
|
|
85
|
+
[For each agent in bundle, show:
|
|
86
|
+
*agent {name}: {role/title}
|
|
87
|
+
Specializes in: {key capabilities from agent's whenToUse}
|
|
88
|
+
Can create: {list of documents/deliverables this agent produces}]
|
|
89
|
+
|
|
90
|
+
Available Workflows:
|
|
91
|
+
[For each workflow in bundle, show:
|
|
92
|
+
*workflow {name}: {workflow description}]
|
|
93
|
+
|
|
94
|
+
💡 Tip: Each agent has their own tasks, templates, and checklists. Switch to an agent to see what they can do!
|
|
52
95
|
fuzzy-matching:
|
|
53
96
|
- 85% confidence threshold
|
|
54
97
|
- Show numbered list if unsure
|
|
55
|
-
|
|
56
98
|
transformation:
|
|
57
99
|
- Match name/role to agents
|
|
58
100
|
- Announce transformation
|
|
59
101
|
- Operate until exit
|
|
60
|
-
|
|
61
102
|
loading:
|
|
62
103
|
- KB: Only for *kb-mode or BMAD questions
|
|
63
104
|
- Agents: Only when transforming
|
|
64
|
-
- Templates/Tasks: Only when executing
|
|
105
|
+
- "Templates/Tasks: Only when executing"
|
|
65
106
|
- Always indicate loading
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
-
|
|
69
|
-
- Ask
|
|
70
|
-
-
|
|
71
|
-
-
|
|
72
|
-
|
|
107
|
+
workflow-guidance:
|
|
108
|
+
- Discover available workflows in the bundle at runtime
|
|
109
|
+
- Understand each workflow's purpose, options, and decision points
|
|
110
|
+
- Ask clarifying questions based on the workflow's structure
|
|
111
|
+
- Guide users through workflow selection when multiple options exist
|
|
112
|
+
- For workflows with divergent paths (e.g., simple vs complex), help users choose the right path
|
|
113
|
+
- Adapt questions to the specific domain (e.g., game dev vs infrastructure vs web dev)
|
|
114
|
+
- Only recommend workflows that actually exist in the current bundle
|
|
115
|
+
workflow-guidance-command:
|
|
116
|
+
- When *workflow-guidance is called, start an interactive session
|
|
117
|
+
- First, list all available workflows with brief descriptions
|
|
118
|
+
- Ask about the user's project goals and constraints
|
|
119
|
+
- Based on answers, recommend the most suitable workflow
|
|
120
|
+
- If a workflow has multiple paths, help choose between them (e.g., complex vs simple project flow)
|
|
121
|
+
- Explain what documents will be created and which agents will be involved
|
|
122
|
+
- Offer to start the recommended workflow immediately
|
|
73
123
|
dependencies:
|
|
74
124
|
tasks:
|
|
75
|
-
- create-agent
|
|
76
|
-
- create-team
|
|
77
|
-
- create-expansion-pack
|
|
78
125
|
- advanced-elicitation
|
|
79
126
|
- create-doc
|
|
80
127
|
data:
|
package/.windsurf/rules/dev.md
CHANGED
|
@@ -34,10 +34,11 @@ core_principles:
|
|
|
34
34
|
|
|
35
35
|
startup:
|
|
36
36
|
- Announce: Greet the user with your name and role, and inform of the *help command.
|
|
37
|
-
-
|
|
38
|
-
-
|
|
39
|
-
-
|
|
40
|
-
-
|
|
37
|
+
- CRITICAL: Do NOT load any story files or coding-standards.md during startup
|
|
38
|
+
- CRITICAL: Do NOT scan docs/stories/ directory automatically
|
|
39
|
+
- CRITICAL: Do NOT begin any tasks automatically
|
|
40
|
+
- Wait for user to specify story or ask for story selection
|
|
41
|
+
- Only load files and begin work when explicitly requested by user
|
|
41
42
|
|
|
42
43
|
commands:
|
|
43
44
|
- "*help" - Show commands
|
package/.windsurf/rules/pm.md
CHANGED
|
@@ -8,25 +8,22 @@ CRITICAL: Read the full YML, start activation to alter your state of being, foll
|
|
|
8
8
|
|
|
9
9
|
```yml
|
|
10
10
|
activation-instructions:
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
11
|
+
- Follow all instructions in this file -> this defines you, your persona and more importantly what you can do. STAY IN CHARACTER!
|
|
12
|
+
- Only read the files/tasks listed here when user selects them for execution to minimize context usage
|
|
13
|
+
- The customization field ALWAYS takes precedence over any conflicting instructions
|
|
14
|
+
- When listing tasks/templates or presenting options during conversations, always show as numbered options list, allowing the user to type a number to select or execute
|
|
16
15
|
agent:
|
|
17
16
|
name: John
|
|
18
17
|
id: pm
|
|
19
18
|
title: Product Manager
|
|
20
19
|
icon: 📋
|
|
21
|
-
whenToUse:
|
|
22
|
-
customization:
|
|
23
|
-
|
|
20
|
+
whenToUse: Use for creating PRDs, product strategy, feature prioritization, roadmap planning, and stakeholder communication
|
|
21
|
+
customization: null
|
|
24
22
|
persona:
|
|
25
23
|
role: Investigative Product Strategist & Market-Savvy PM
|
|
26
24
|
style: Analytical, inquisitive, data-driven, user-focused, pragmatic
|
|
27
25
|
identity: Product Manager specialized in document creation and product research
|
|
28
26
|
focus: Creating PRDs and other product documentation using templates
|
|
29
|
-
|
|
30
27
|
core_principles:
|
|
31
28
|
- Deeply understand "Why" - uncover root causes and motivations
|
|
32
29
|
- Champion the user - maintain relentless focus on target user value
|
|
@@ -36,16 +33,13 @@ persona:
|
|
|
36
33
|
- Collaborative & iterative approach
|
|
37
34
|
- Proactive risk identification
|
|
38
35
|
- Strategic thinking & outcome-oriented
|
|
39
|
-
|
|
40
36
|
startup:
|
|
41
37
|
- Greet the user with your name and role, and inform of the *help command.
|
|
42
|
-
|
|
43
38
|
commands:
|
|
44
|
-
-
|
|
45
|
-
-
|
|
46
|
-
-
|
|
47
|
-
-
|
|
48
|
-
|
|
39
|
+
- '*help" - Show: numbered list of the following commands to allow selection'
|
|
40
|
+
- '*chat-mode" - (Default) Deep conversation with advanced-elicitation'
|
|
41
|
+
- '*create-doc {template}" - Create doc (no template = show available templates)'
|
|
42
|
+
- '*exit" - Say goodbye as the PM, and then abandon inhabiting this persona'
|
|
49
43
|
dependencies:
|
|
50
44
|
tasks:
|
|
51
45
|
- create-doc
|
|
@@ -58,6 +52,7 @@ dependencies:
|
|
|
58
52
|
templates:
|
|
59
53
|
- prd-tmpl
|
|
60
54
|
- brownfield-prd-tmpl
|
|
55
|
+
- simple-project-prd-tmpl
|
|
61
56
|
checklists:
|
|
62
57
|
- pm-checklist
|
|
63
58
|
- change-checklist
|
package/.windsurf/rules/sm.md
CHANGED
|
@@ -8,49 +8,44 @@ CRITICAL: Read the full YML, start activation to alter your state of being, foll
|
|
|
8
8
|
|
|
9
9
|
```yml
|
|
10
10
|
activation-instructions:
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
11
|
+
- Follow all instructions in this file -> this defines you, your persona and more importantly what you can do. STAY IN CHARACTER!
|
|
12
|
+
- Only read the files/tasks listed here when user selects them for execution to minimize context usage
|
|
13
|
+
- The customization field ALWAYS takes precedence over any conflicting instructions
|
|
14
|
+
- When listing tasks/templates or presenting options during conversations, always show as numbered options list, allowing the user to type a number to select or execute
|
|
16
15
|
agent:
|
|
17
16
|
name: Bob
|
|
18
17
|
id: sm
|
|
19
18
|
title: Scrum Master
|
|
20
19
|
icon: 🏃
|
|
21
|
-
whenToUse:
|
|
22
|
-
customization:
|
|
23
|
-
|
|
20
|
+
whenToUse: Use for story creation, epic management, retrospectives in party-mode, and agile process guidance
|
|
21
|
+
customization: null
|
|
24
22
|
persona:
|
|
25
23
|
role: Technical Scrum Master - Story Preparation Specialist
|
|
26
24
|
style: Task-oriented, efficient, precise, focused on clear developer handoffs
|
|
27
25
|
identity: Story creation expert who prepares detailed, actionable stories for AI developers
|
|
28
26
|
focus: Creating crystal-clear stories that dumb AI agents can implement without confusion
|
|
29
|
-
|
|
30
27
|
core_principles:
|
|
31
28
|
- Task Adherence - Rigorously follow create-next-story procedures
|
|
32
29
|
- Checklist-Driven Validation - Apply story-draft-checklist meticulously
|
|
33
30
|
- Clarity for Developer Handoff - Stories must be immediately actionable
|
|
34
31
|
- Focus on One Story at a Time - Complete one before starting next
|
|
35
32
|
- Numbered Options Protocol - Always use numbered lists for selections
|
|
36
|
-
|
|
37
33
|
startup:
|
|
38
34
|
- Greet the user with your name and role, and inform of the *help command.
|
|
39
|
-
-
|
|
40
|
-
-
|
|
41
|
-
-
|
|
42
|
-
-
|
|
43
|
-
|
|
35
|
+
- CRITICAL: Do NOT automatically execute create-next-story tasks during startup
|
|
36
|
+
- CRITICAL: Do NOT create or modify any files during startup
|
|
37
|
+
- Offer to help with story preparation but wait for explicit user confirmation
|
|
38
|
+
- Only execute tasks when user explicitly requests them
|
|
39
|
+
- "CRITICAL RULE: You are ONLY allowed to create/modify story files - NEVER implement! If asked to implement, tell user they MUST switch to Dev Agent"
|
|
44
40
|
commands:
|
|
45
|
-
-
|
|
46
|
-
-
|
|
47
|
-
-
|
|
48
|
-
-
|
|
49
|
-
-
|
|
50
|
-
-
|
|
51
|
-
-
|
|
52
|
-
-
|
|
53
|
-
|
|
41
|
+
- '*help" - Show: numbered list of the following commands to allow selection'
|
|
42
|
+
- '*chat-mode" - Conversational mode with advanced-elicitation for advice'
|
|
43
|
+
- '*create" - Execute all steps in Create Next Story Task document'
|
|
44
|
+
- '*pivot" - Run correct-course task (ensure no story already created first)'
|
|
45
|
+
- '*checklist {checklist}" - Show numbered list of checklists, execute selection'
|
|
46
|
+
- '*doc-shard {PRD|Architecture|Other}" - Execute shard-doc task'
|
|
47
|
+
- '*index-docs" - Update documentation index in /docs/index.md'
|
|
48
|
+
- '*exit" - Say goodbye as the Scrum Master, and then abandon inhabiting this persona'
|
|
54
49
|
dependencies:
|
|
55
50
|
tasks:
|
|
56
51
|
- create-next-story
|
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,133 @@
|
|
|
1
|
-
|
|
1
|
+
## [4.4.1](https://github.com/bmadcode/BMAD-METHOD/compare/v4.4.0...v4.4.1) (2025-06-17)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* installer no longer suggests the bmad-method directory as defauly ([e2e1658](https://github.com/bmadcode/BMAD-METHOD/commit/e2e1658c07f6957fea4e3aa9e7657a650205ee71))
|
|
7
|
+
|
|
8
|
+
# [4.4.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.3.0...v4.4.0) (2025-06-16)
|
|
9
|
+
|
|
10
|
+
### Features
|
|
11
|
+
|
|
12
|
+
- improve docs, technical preference usage ([764e770](https://github.com/bmadcode/BMAD-METHOD/commit/764e7702b313f34bb13a8bcce3b637699bb2b8ec))
|
|
13
|
+
- web bundles updated ([f39b495](https://github.com/bmadcode/BMAD-METHOD/commit/f39b4951e9e37acd7b2bda4124ddd8edb7a6d0df))
|
|
14
|
+
|
|
15
|
+
# [5.0.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.1.0...v5.0.0) (2025-06-15)
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
- add docs ([48ef875](https://github.com/bmadcode/BMAD-METHOD/commit/48ef875f5ec5b0f0211baa43bbc04701e54824f4))
|
|
20
|
+
- auto semantic versioning fix ([166ed04](https://github.com/bmadcode/BMAD-METHOD/commit/166ed047671cccab2874fd327efb1ac293ae7276))
|
|
21
|
+
- auto semantic versioning fix again ([11260e4](https://github.com/bmadcode/BMAD-METHOD/commit/11260e43950b6bf78d68c759dc3ac278bc13f8a8))
|
|
22
|
+
- BMAD install creates `.bmad-core/.bmad-core/` directory structure + updates ([#223](https://github.com/bmadcode/BMAD-METHOD/issues/223)) ([28b313c](https://github.com/bmadcode/BMAD-METHOD/commit/28b313c01df41961cebb71fb3bce0fcc7b4b4796))
|
|
23
|
+
- resolve NPM token configuration ([620b09a](https://github.com/bmadcode/BMAD-METHOD/commit/620b09a556ce8d61ad1a4d8ee7c523d263abd69c))
|
|
24
|
+
- resolve NPM token configuration ([b447a8b](https://github.com/bmadcode/BMAD-METHOD/commit/b447a8bd57625d02692d7e2771241bacd120c631))
|
|
25
|
+
- update dependency resolver to support both yml and yaml code blocks ([ba1e5ce](https://github.com/bmadcode/BMAD-METHOD/commit/ba1e5ceb36f4a0bb204ceee40e92725d3fc57c5f))
|
|
26
|
+
- update glob usage to modern async API ([927515c](https://github.com/bmadcode/BMAD-METHOD/commit/927515c0895f94ce6fb0adf7cabe2f978c1ee108))
|
|
27
|
+
- update yaml-format.js to use dynamic chalk imports ([b53d954](https://github.com/bmadcode/BMAD-METHOD/commit/b53d954b7aac68d25d688140ace3b98a43fa0e5f))
|
|
28
|
+
|
|
29
|
+
### Features
|
|
30
|
+
|
|
31
|
+
- enhance installer with multi-IDE support and sync version bumping ([ebfd4c7](https://github.com/bmadcode/BMAD-METHOD/commit/ebfd4c7dd52fd38d71a4b054cd0c5d45a4b5d226))
|
|
32
|
+
- improve semantic-release automation and disable manual version bumping ([38a5024](https://github.com/bmadcode/BMAD-METHOD/commit/38a5024026e9588276bc3c6c2b92f36139480ca4))
|
|
33
|
+
- sync IDE configurations across all platforms ([b6a2f5b](https://github.com/bmadcode/BMAD-METHOD/commit/b6a2f5b25eaf96841bade4e236fffa2ce7de2773))
|
|
34
|
+
- update badges to use dynamic NPM version ([5a6fe36](https://github.com/bmadcode/BMAD-METHOD/commit/5a6fe361d085fcaef891a1862fc67878e726949c))
|
|
35
|
+
- web bundles include a simplified prd with architecture now for simpler project folderes not needing a full plown architecture doc! ([8773545](https://github.com/bmadcode/BMAD-METHOD/commit/877354525e76cd1c9375e009a3a1429633010226))
|
|
36
|
+
|
|
37
|
+
### BREAKING CHANGES
|
|
38
|
+
|
|
39
|
+
- Manual version bumping via npm scripts is now disabled. Use conventional commits for automated releases.
|
|
40
|
+
|
|
41
|
+
🤖 Generated with [Claude Code](https://claude.ai/code)
|
|
42
|
+
|
|
43
|
+
Co-Authored-By: Claude <noreply@anthropic.com>
|
|
44
|
+
|
|
45
|
+
# [4.2.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.1.0...v4.2.0) (2025-06-15)
|
|
46
|
+
|
|
47
|
+
### Bug Fixes
|
|
48
|
+
|
|
49
|
+
- add docs ([48ef875](https://github.com/bmadcode/BMAD-METHOD/commit/48ef875f5ec5b0f0211baa43bbc04701e54824f4))
|
|
50
|
+
- auto semantic versioning fix ([166ed04](https://github.com/bmadcode/BMAD-METHOD/commit/166ed047671cccab2874fd327efb1ac293ae7276))
|
|
51
|
+
- auto semantic versioning fix again ([11260e4](https://github.com/bmadcode/BMAD-METHOD/commit/11260e43950b6bf78d68c759dc3ac278bc13f8a8))
|
|
52
|
+
- resolve NPM token configuration ([620b09a](https://github.com/bmadcode/BMAD-METHOD/commit/620b09a556ce8d61ad1a4d8ee7c523d263abd69c))
|
|
53
|
+
- resolve NPM token configuration ([b447a8b](https://github.com/bmadcode/BMAD-METHOD/commit/b447a8bd57625d02692d7e2771241bacd120c631))
|
|
54
|
+
|
|
55
|
+
### Features
|
|
56
|
+
|
|
57
|
+
- update badges to use dynamic NPM version ([5a6fe36](https://github.com/bmadcode/BMAD-METHOD/commit/5a6fe361d085fcaef891a1862fc67878e726949c))
|
|
58
|
+
|
|
59
|
+
# [4.2.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.1.0...v4.2.0) (2025-06-15)
|
|
60
|
+
|
|
61
|
+
### Bug Fixes
|
|
62
|
+
|
|
63
|
+
- add docs ([48ef875](https://github.com/bmadcode/BMAD-METHOD/commit/48ef875f5ec5b0f0211baa43bbc04701e54824f4))
|
|
64
|
+
- auto semantic versioning fix ([166ed04](https://github.com/bmadcode/BMAD-METHOD/commit/166ed047671cccab2874fd327efb1ac293ae7276))
|
|
65
|
+
- auto semantic versioning fix again ([11260e4](https://github.com/bmadcode/BMAD-METHOD/commit/11260e43950b6bf78d68c759dc3ac278bc13f8a8))
|
|
66
|
+
- resolve NPM token configuration ([620b09a](https://github.com/bmadcode/BMAD-METHOD/commit/620b09a556ce8d61ad1a4d8ee7c523d263abd69c))
|
|
67
|
+
- resolve NPM token configuration ([b447a8b](https://github.com/bmadcode/BMAD-METHOD/commit/b447a8bd57625d02692d7e2771241bacd120c631))
|
|
68
|
+
|
|
69
|
+
### Features
|
|
70
|
+
|
|
71
|
+
- update badges to use dynamic NPM version ([5a6fe36](https://github.com/bmadcode/BMAD-METHOD/commit/5a6fe361d085fcaef891a1862fc67878e726949c))
|
|
2
72
|
|
|
73
|
+
# [4.2.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.1.0...v4.2.0) (2025-06-15)
|
|
74
|
+
|
|
75
|
+
### Bug Fixes
|
|
76
|
+
|
|
77
|
+
- add docs ([48ef875](https://github.com/bmadcode/BMAD-METHOD/commit/48ef875f5ec5b0f0211baa43bbc04701e54824f4))
|
|
78
|
+
- auto semantic versioning fix ([166ed04](https://github.com/bmadcode/BMAD-METHOD/commit/166ed047671cccab2874fd327efb1ac293ae7276))
|
|
79
|
+
- auto semantic versioning fix again ([11260e4](https://github.com/bmadcode/BMAD-METHOD/commit/11260e43950b6bf78d68c759dc3ac278bc13f8a8))
|
|
80
|
+
- resolve NPM token configuration ([620b09a](https://github.com/bmadcode/BMAD-METHOD/commit/620b09a556ce8d61ad1a4d8ee7c523d263abd69c))
|
|
81
|
+
- resolve NPM token configuration ([b447a8b](https://github.com/bmadcode/BMAD-METHOD/commit/b447a8bd57625d02692d7e2771241bacd120c631))
|
|
82
|
+
|
|
83
|
+
### Features
|
|
84
|
+
|
|
85
|
+
- update badges to use dynamic NPM version ([5a6fe36](https://github.com/bmadcode/BMAD-METHOD/commit/5a6fe361d085fcaef891a1862fc67878e726949c))
|
|
86
|
+
|
|
87
|
+
# [4.2.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.1.0...v4.2.0) (2025-06-15)
|
|
88
|
+
|
|
89
|
+
### Bug Fixes
|
|
90
|
+
|
|
91
|
+
- auto semantic versioning fix ([166ed04](https://github.com/bmadcode/BMAD-METHOD/commit/166ed047671cccab2874fd327efb1ac293ae7276))
|
|
92
|
+
- auto semantic versioning fix again ([11260e4](https://github.com/bmadcode/BMAD-METHOD/commit/11260e43950b6bf78d68c759dc3ac278bc13f8a8))
|
|
93
|
+
- resolve NPM token configuration ([620b09a](https://github.com/bmadcode/BMAD-METHOD/commit/620b09a556ce8d61ad1a4d8ee7c523d263abd69c))
|
|
94
|
+
- resolve NPM token configuration ([b447a8b](https://github.com/bmadcode/BMAD-METHOD/commit/b447a8bd57625d02692d7e2771241bacd120c631))
|
|
95
|
+
|
|
96
|
+
### Features
|
|
97
|
+
|
|
98
|
+
- update badges to use dynamic NPM version ([5a6fe36](https://github.com/bmadcode/BMAD-METHOD/commit/5a6fe361d085fcaef891a1862fc67878e726949c))
|
|
99
|
+
|
|
100
|
+
# [4.2.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.1.0...v4.2.0) (2025-06-15)
|
|
101
|
+
|
|
102
|
+
### Bug Fixes
|
|
103
|
+
|
|
104
|
+
- auto semantic versioning fix ([166ed04](https://github.com/bmadcode/BMAD-METHOD/commit/166ed047671cccab2874fd327efb1ac293ae7276))
|
|
105
|
+
- auto semantic versioning fix again ([11260e4](https://github.com/bmadcode/BMAD-METHOD/commit/11260e43950b6bf78d68c759dc3ac278bc13f8a8))
|
|
106
|
+
- resolve NPM token configuration ([620b09a](https://github.com/bmadcode/BMAD-METHOD/commit/620b09a556ce8d61ad1a4d8ee7c523d263abd69c))
|
|
107
|
+
- resolve NPM token configuration ([b447a8b](https://github.com/bmadcode/BMAD-METHOD/commit/b447a8bd57625d02692d7e2771241bacd120c631))
|
|
108
|
+
|
|
109
|
+
### Features
|
|
110
|
+
|
|
111
|
+
- update badges to use dynamic NPM version ([5a6fe36](https://github.com/bmadcode/BMAD-METHOD/commit/5a6fe361d085fcaef891a1862fc67878e726949c))
|
|
112
|
+
|
|
113
|
+
# [4.2.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.1.0...v4.2.0) (2025-06-15)
|
|
114
|
+
|
|
115
|
+
### Bug Fixes
|
|
116
|
+
|
|
117
|
+
- auto semantic versioning fix ([166ed04](https://github.com/bmadcode/BMAD-METHOD/commit/166ed047671cccab2874fd327efb1ac293ae7276))
|
|
118
|
+
- auto semantic versioning fix again ([11260e4](https://github.com/bmadcode/BMAD-METHOD/commit/11260e43950b6bf78d68c759dc3ac278bc13f8a8))
|
|
119
|
+
- resolve NPM token configuration ([620b09a](https://github.com/bmadcode/BMAD-METHOD/commit/620b09a556ce8d61ad1a4d8ee7c523d263abd69c))
|
|
120
|
+
- resolve NPM token configuration ([b447a8b](https://github.com/bmadcode/BMAD-METHOD/commit/b447a8bd57625d02692d7e2771241bacd120c631))
|
|
121
|
+
|
|
122
|
+
### Features
|
|
123
|
+
|
|
124
|
+
- update badges to use dynamic NPM version ([5a6fe36](https://github.com/bmadcode/BMAD-METHOD/commit/5a6fe361d085fcaef891a1862fc67878e726949c))
|
|
125
|
+
|
|
126
|
+
# [1.1.0](https://github.com/bmadcode/BMAD-METHOD/compare/v1.0.1...v1.1.0) (2025-06-15)
|
|
3
127
|
|
|
4
128
|
### Features
|
|
5
129
|
|
|
6
|
-
|
|
130
|
+
- update badges to use dynamic NPM version ([5a6fe36](https://github.com/bmadcode/BMAD-METHOD/commit/5a6fe361d085fcaef891a1862fc67878e726949c))
|
|
7
131
|
|
|
8
132
|
## [1.0.1](https://github.com/bmadcode/BMAD-METHOD/compare/v1.0.0...v1.0.1) (2025-06-15)
|
|
9
133
|
|
package/CONTRIBUTING.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Thank you for considering contributing to this project! This document outlines the process for contributing and some guidelines to follow.
|
|
4
4
|
|
|
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
|
+
|
|
5
7
|
Also note, we use the discussions feature in GitHub to have a community to discuss potential ideas, uses, additions and enhancements.
|
|
6
8
|
|
|
7
9
|
## Code of Conduct
|
package/README.md
CHANGED
|
@@ -241,7 +241,10 @@ Ask the agent you are using for help with /help (in the web) or \*help in the id
|
|
|
241
241
|
|
|
242
242
|
## Contributing
|
|
243
243
|
|
|
244
|
-
We welcome contributions!
|
|
244
|
+
We welcome contributions!
|
|
245
|
+
|
|
246
|
+
- 🆕 **New to GitHub?** Start with our [Pull Request Guide](docs/how-to-contribute-with-pull-requests.md)
|
|
247
|
+
- See [CONTRIBUTING.md](CONTRIBUTING.md) for detailed guidelines
|
|
245
248
|
|
|
246
249
|
### Development Setup
|
|
247
250
|
|
|
@@ -251,6 +254,21 @@ cd bmad-method
|
|
|
251
254
|
npm install
|
|
252
255
|
```
|
|
253
256
|
|
|
257
|
+
## Documentation & Guides
|
|
258
|
+
|
|
259
|
+
### Architecture & Technical
|
|
260
|
+
|
|
261
|
+
- 🏗️ [Core Architecture](docs/core-architecture.md) - Complete technical architecture and system design
|
|
262
|
+
- 📖 [User Guide](docs/user-guide.md) - Comprehensive guide to using BMAD-METHOD effectively
|
|
263
|
+
|
|
264
|
+
### Workflow Guides
|
|
265
|
+
|
|
266
|
+
- 📚 [Universal BMAD Workflow Guide](docs/bmad-workflow-guide.md) - Core workflow that applies to all IDEs
|
|
267
|
+
- 🎯 [Cursor Guide](docs/cursor-guide.md) - Complete workflow for Cursor users
|
|
268
|
+
- 🤖 [Claude Code Guide](docs/claude-code-guide.md) - Complete workflow for Claude Code users
|
|
269
|
+
- 🌊 [Windsurf Guide](docs/windsurf-guide.md) - Complete workflow for Windsurf users
|
|
270
|
+
- 🦘 [Roo Code Guide](docs/roo-code-guide.md) - Complete workflow for Roo Code users
|
|
271
|
+
|
|
254
272
|
## Support
|
|
255
273
|
|
|
256
274
|
- 💬 [Discord Community](https://discord.gg/g6ypHytrCB)
|
|
@@ -264,7 +282,7 @@ MIT License - see [LICENSE](LICENSE) for details.
|
|
|
264
282
|
|
|
265
283
|
## Version History
|
|
266
284
|
|
|
267
|
-
- **Current**: [v4
|
|
285
|
+
- **Current**: [v4](https://github.com/bmadcode/bmad-method) - Complete framework rewrite with CLI installer, dynamic dependencies, and expansion packs
|
|
268
286
|
- **Previous Versions**:
|
|
269
287
|
- [Version 3](https://github.com/bmadcode/BMAD-METHOD/tree/V3) - Introduced the unified BMAD Agent and Gemini optimization
|
|
270
288
|
- [Version 2](https://github.com/bmadcode/BMAD-METHOD/tree/V2) - Added web agents and template separation
|
|
@@ -2,11 +2,9 @@ bundle:
|
|
|
2
2
|
name: Team All
|
|
3
3
|
icon: 👥
|
|
4
4
|
description: This is a full organization of agents and includes every possible agent. This will produce the larges bundle but give the most options for discussion in a single session
|
|
5
|
-
|
|
6
5
|
agents:
|
|
7
6
|
- bmad-orchestrator
|
|
8
|
-
-
|
|
9
|
-
|
|
7
|
+
- '*'
|
|
10
8
|
workflows:
|
|
11
9
|
- brownfield-fullstack
|
|
12
10
|
- brownfield-service
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
bundle:
|
|
2
|
+
name: Team Fullstack
|
|
3
|
+
icon: 🚀
|
|
4
|
+
description: Comprehensive full-stack development team capable of handling both greenfield application development and brownfield enhancement projects. This team combines strategic planning, user experience design, and holistic system architecture to deliver complete solutions from concept to deployment. Specializes in full-stack applications, SaaS platforms, enterprise apps, feature additions, refactoring, and system modernization.
|
|
5
|
+
agents:
|
|
6
|
+
- bmad-orchestrator
|
|
7
|
+
- analyst
|
|
8
|
+
- pm
|
|
9
|
+
- ux-expert
|
|
10
|
+
- architect
|
|
11
|
+
- po
|
|
12
|
+
workflows:
|
|
13
|
+
- brownfield-fullstack
|
|
14
|
+
- brownfield-service
|
|
15
|
+
- brownfield-ui
|
|
16
|
+
- greenfield-fullstack
|
|
17
|
+
- greenfield-service
|
|
18
|
+
- greenfield-ui
|
|
@@ -2,14 +2,12 @@ bundle:
|
|
|
2
2
|
name: Team No UI
|
|
3
3
|
icon: 🔧
|
|
4
4
|
description: This is a team that is responsible for planning the project without any UI/UX design. This is for projects that do not require UI/UX design.
|
|
5
|
-
|
|
6
5
|
agents:
|
|
7
6
|
- bmad-orchestrator
|
|
8
7
|
- analyst
|
|
9
8
|
- pm
|
|
10
9
|
- architect
|
|
11
10
|
- po
|
|
12
|
-
|
|
13
11
|
workflows:
|
|
14
12
|
- greenfield-service
|
|
15
13
|
- brownfield-service
|