bmad-method 4.4.1 → 4.5.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 (96) hide show
  1. package/.prettierignore +22 -0
  2. package/.prettierrc +23 -0
  3. package/CHANGELOG.md +26 -2
  4. package/README.md +46 -39
  5. package/bmad-core/agent-teams/team-all.yml +1 -1
  6. package/bmad-core/agent-teams/team-fullstack.yml +1 -1
  7. package/bmad-core/agent-teams/team-ide-minimal.yml +10 -0
  8. package/bmad-core/agent-teams/team-no-ui.yml +1 -1
  9. package/bmad-core/agents/bmad-orchestrator.md +11 -11
  10. package/bmad-core/agents/sm.md +1 -1
  11. package/bmad-core/tasks/shard-doc.md +3 -5
  12. package/bmad-core/templates/architecture-tmpl.md +2 -2
  13. package/bmad-core/templates/brownfield-architecture-tmpl.md +4 -4
  14. package/bmad-core/templates/front-end-spec-tmpl.md +4 -4
  15. package/bmad-core/templates/fullstack-architecture-tmpl.md +2 -2
  16. package/bmad-core/utils/workflow-management.md +4 -4
  17. package/{bmad-core/web-bundles → dist}/agents/bmad-master.txt +0 -176
  18. package/{expansion-packs/bmad-2d-phaser-game-dev/web-bundles/teams/team-game-dev.txt → dist/expansion-packs/bmad-2d-phaser-game-dev/teams/phaser-2d-nodejs-game-team.txt} +4 -4
  19. package/dist/expansion-packs/expansion-creator/agents/bmad-the-creator.txt +1561 -0
  20. package/dist/teams/team-all.txt +10307 -0
  21. package/dist/teams/team-fullstack.txt +9659 -0
  22. package/dist/teams/team-ide-minimal.txt +2739 -0
  23. package/dist/teams/team-no-ui.txt +8519 -0
  24. package/docs/roo-code-guide.md +2 -2
  25. package/expansion-packs/bmad-2d-phaser-game-dev/agent-teams/phaser-2d-nodejs-game-team.yml +12 -0
  26. package/expansion-packs/expansion-creator/README.md +8 -0
  27. package/expansion-packs/expansion-creator/agents/bmad-the-creator.md +53 -0
  28. package/expansion-packs/expansion-creator/common-tasks/create-doc.md +74 -0
  29. package/expansion-packs/expansion-creator/common-tasks/execute-checklist.md +97 -0
  30. package/expansion-packs/expansion-creator/manifest.yml +12 -0
  31. package/{creator-tools → expansion-packs/expansion-creator}/tasks/create-agent.md +4 -4
  32. package/expansion-packs/expansion-creator/tasks/generate-expansion-pack.md +1026 -0
  33. package/expansion-packs/expansion-creator/templates/agent-teams-tmpl.md +154 -0
  34. package/expansion-packs/expansion-creator/templates/agent-tmpl.md +140 -0
  35. package/expansion-packs/expansion-creator/utils/template-format.md +26 -0
  36. package/expansion-packs/expansion-creator/utils/workflow-management.md +223 -0
  37. package/package.json +3 -15
  38. package/tools/builders/web-builder.js +2 -4
  39. package/tools/cli.js +0 -15
  40. package/tools/installer/bin/bmad.js +167 -27
  41. package/tools/installer/lib/config-loader.js +82 -4
  42. package/tools/installer/lib/ide-setup.js +4 -4
  43. package/tools/installer/lib/installer.js +198 -29
  44. package/tools/installer/package.json +1 -1
  45. package/.claude/commands/analyst.md +0 -63
  46. package/.claude/commands/architect.md +0 -65
  47. package/.claude/commands/bmad-master.md +0 -103
  48. package/.claude/commands/bmad-orchestrator.md +0 -132
  49. package/.claude/commands/dev.md +0 -74
  50. package/.claude/commands/pm.md +0 -63
  51. package/.claude/commands/po.md +0 -64
  52. package/.claude/commands/qa.md +0 -56
  53. package/.claude/commands/sm.md +0 -59
  54. package/.claude/commands/ux-expert.md +0 -70
  55. package/.cursor/rules/analyst.mdc +0 -77
  56. package/.cursor/rules/architect.mdc +0 -79
  57. package/.cursor/rules/bmad-master.mdc +0 -117
  58. package/.cursor/rules/bmad-orchestrator.mdc +0 -146
  59. package/.cursor/rules/dev.mdc +0 -88
  60. package/.cursor/rules/pm.mdc +0 -77
  61. package/.cursor/rules/po.mdc +0 -78
  62. package/.cursor/rules/qa.mdc +0 -70
  63. package/.cursor/rules/sm.mdc +0 -73
  64. package/.cursor/rules/ux-expert.mdc +0 -84
  65. package/.roo/.roomodes +0 -95
  66. package/.roo/README.md +0 -27
  67. package/.windsurf/rules/analyst.md +0 -71
  68. package/.windsurf/rules/architect.md +0 -73
  69. package/.windsurf/rules/bmad-master.md +0 -111
  70. package/.windsurf/rules/bmad-orchestrator.md +0 -140
  71. package/.windsurf/rules/dev.md +0 -82
  72. package/.windsurf/rules/pm.md +0 -71
  73. package/.windsurf/rules/po.md +0 -72
  74. package/.windsurf/rules/qa.md +0 -64
  75. package/.windsurf/rules/sm.md +0 -67
  76. package/.windsurf/rules/ux-expert.md +0 -78
  77. package/bmad-core/bmad-core-config.yml +0 -60
  78. package/bmad-core/templates/agent-tmpl.md +0 -58
  79. package/bmad-core/utils/agent-switcher.ide.md +0 -112
  80. package/creator-tools/tasks/generate-expansion-pack.md +0 -427
  81. package/expansion-packs/bmad-2d-phaser-game-dev/agent-teams/team-game-dev.yml +0 -12
  82. package/expansion-packs/bmad-2d-phaser-game-dev/web-bundles/team-game-dev.txt +0 -4395
  83. /package/{bmad-core/web-bundles → dist}/agents/analyst.txt +0 -0
  84. /package/{bmad-core/web-bundles → dist}/agents/architect.txt +0 -0
  85. /package/{bmad-core/web-bundles → dist}/agents/bmad-orchestrator.txt +0 -0
  86. /package/{bmad-core/web-bundles → dist}/agents/dev.txt +0 -0
  87. /package/{bmad-core/web-bundles → dist}/agents/pm.txt +0 -0
  88. /package/{bmad-core/web-bundles → dist}/agents/po.txt +0 -0
  89. /package/{bmad-core/web-bundles → dist}/agents/qa.txt +0 -0
  90. /package/{bmad-core/web-bundles → dist}/agents/sm.txt +0 -0
  91. /package/{bmad-core/web-bundles → dist}/agents/ux-expert.txt +0 -0
  92. /package/{expansion-packs/bmad-2d-phaser-game-dev/web-bundles → dist/expansion-packs/bmad-2d-phaser-game-dev}/agents/game-designer.txt +0 -0
  93. /package/{expansion-packs/bmad-2d-phaser-game-dev/web-bundles → dist/expansion-packs/bmad-2d-phaser-game-dev}/agents/game-developer.txt +0 -0
  94. /package/{expansion-packs/bmad-2d-phaser-game-dev/web-bundles → dist/expansion-packs/bmad-2d-phaser-game-dev}/agents/game-sm.txt +0 -0
  95. /package/{expansion-packs/bmad-infrastructure-devops/web-bundles → dist/expansion-packs/bmad-infrastructure-devops}/agents/infra-devops-platform.txt +0 -0
  96. /package/{bmad-core → expansion-packs/expansion-creator}/templates/expansion-pack-plan-tmpl.md +0 -0
@@ -0,0 +1,22 @@
1
+ # Dependencies
2
+ node_modules/
3
+ package-lock.json
4
+
5
+ # Build outputs
6
+ dist/
7
+ web-bundles/
8
+
9
+ # Generated files
10
+ *.log
11
+ *.lock
12
+
13
+ # BMAD core files (have their own formatting)
14
+ bmad-core/**/*.md
15
+
16
+ # Specific files that need custom formatting
17
+ .roomodes
18
+ CHANGELOG.md
19
+
20
+ # IDE files
21
+ .vscode/
22
+ .idea/
package/.prettierrc ADDED
@@ -0,0 +1,23 @@
1
+ {
2
+ "printWidth": 100,
3
+ "tabWidth": 2,
4
+ "useTabs": false,
5
+ "semi": true,
6
+ "singleQuote": false,
7
+ "quoteProps": "as-needed",
8
+ "trailingComma": "es5",
9
+ "bracketSpacing": true,
10
+ "bracketSameLine": false,
11
+ "arrowParens": "always",
12
+ "proseWrap": "preserve",
13
+ "endOfLine": "lf",
14
+ "overrides": [
15
+ {
16
+ "files": "*.md",
17
+ "options": {
18
+ "proseWrap": "preserve",
19
+ "printWidth": 120
20
+ }
21
+ }
22
+ ]
23
+ }
package/CHANGELOG.md CHANGED
@@ -1,9 +1,33 @@
1
- ## [4.4.1](https://github.com/bmadcode/BMAD-METHOD/compare/v4.4.0...v4.4.1) (2025-06-17)
1
+ # [4.5.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.4.2...v4.5.0) (2025-06-17)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * installer relative path issue for npx resolved ([8b9bda5](https://github.com/bmadcode/BMAD-METHOD/commit/8b9bda5639ec882f1887f20b4610a6c2183042c6))
7
+ * readme updated to indicate move of web-bundles ([7e9574f](https://github.com/bmadcode/BMAD-METHOD/commit/7e9574f571f41ae5003a1664d999c282dd7398be))
8
+ * temp disable yml linting ([296c2fb](https://github.com/bmadcode/BMAD-METHOD/commit/296c2fbcbd9ac40b3c68633ba7454aacf1e31204))
9
+ * update documentation and installer to reflect .roomodes file location in project root ([#236](https://github.com/bmadcode/BMAD-METHOD/issues/236)) ([bd7f030](https://github.com/bmadcode/BMAD-METHOD/commit/bd7f03016bfa13e39cb39aedb24db9fccbed18a7))
10
+
11
+
12
+ ### Features
2
13
 
14
+ * bmad the creator expansion with some basic tools for modifying bmad method ([2d61df4](https://github.com/bmadcode/BMAD-METHOD/commit/2d61df419ac683f5691b6ee3fab81174f3d2cdde))
15
+ * can now select different web bundles from what ide agents are installed ([0c41633](https://github.com/bmadcode/BMAD-METHOD/commit/0c41633b07d7dd4d7dda8d3a14d572eac0dcbb47))
16
+ * installer offers option to install web bundles ([e934769](https://github.com/bmadcode/BMAD-METHOD/commit/e934769a5e35dba99f59b4e2e6bb49131c43a526))
17
+ * robust installer ([1fbeed7](https://github.com/bmadcode/BMAD-METHOD/commit/1fbeed75ea446b0912277cfec376ee34f0b3d853))
18
+
19
+ ## [4.4.2](https://github.com/bmadcode/BMAD-METHOD/compare/v4.4.1...v4.4.2) (2025-06-17)
20
+
21
+
22
+ ### Bug Fixes
23
+
24
+ * single agent install and team installation support ([18a382b](https://github.com/bmadcode/BMAD-METHOD/commit/18a382baa4e4a82db20affa3525eb951af1081e0))
25
+
26
+ ## [4.4.1](https://github.com/bmadcode/BMAD-METHOD/compare/v4.4.0...v4.4.1) (2025-06-17)
3
27
 
4
28
  ### Bug Fixes
5
29
 
6
- * installer no longer suggests the bmad-method directory as defauly ([e2e1658](https://github.com/bmadcode/BMAD-METHOD/commit/e2e1658c07f6957fea4e3aa9e7657a650205ee71))
30
+ - installer no longer suggests the bmad-method directory as defauly ([e2e1658](https://github.com/bmadcode/BMAD-METHOD/commit/e2e1658c07f6957fea4e3aa9e7657a650205ee71))
7
31
 
8
32
  # [4.4.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.3.0...v4.4.0) (2025-06-16)
9
33
 
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![Version](https://img.shields.io/npm/v/bmad-method?color=blue&label=version)](https://www.npmjs.com/package/bmad-method)
4
4
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
5
- [![Node.js Version](https://img.shields.io/badge/node-%3E%3D14.0.0-brightgreen)](https://nodejs.org)
5
+ [![Node.js Version](https://img.shields.io/badge/node-%3E%3D20.0.0-brightgreen)](https://nodejs.org)
6
6
  [![Discord](https://img.shields.io/badge/Discord-Join%20Community-7289da?logo=discord&logoColor=white)](https://discord.gg/g6ypHytrCB)
7
7
 
8
8
  **AI-Powered Agile Development Framework** - Transform your software development with specialized AI agents that work as your complete Agile team.
@@ -15,22 +15,18 @@
15
15
 
16
16
  ### Fastest Start: Web UI (2 minutes) 🏃‍♂️
17
17
 
18
- 1. Copy `.bmad-core/web-bundles/teams/team-fullstack.txt`
19
- 2. Create a new Gemini Gem or CustomGPT
20
- 3. Upload the file and set instructions: "Your critical operating instructions are attached, do not break character as directed"
21
- 4. Start chatting! Type `/help` to see available commands
18
+ 1. **Get the bundle**: Copy `dist/teams/team-fullstack.txt` (from this repository)
19
+ 2. **Create AI agent**: Create a new Gemini Gem or CustomGPT
20
+ 3. **Upload & configure**: Upload the file and set instructions: "Your critical operating instructions are attached, do not break character as directed"
21
+ 4. **Start Ideating and Planning**: Start chatting! Type `*help` to see available commands or pick an agent like `*analyst` to start right in on creating a brief.
22
+
23
+ > 💡 **All pre-built bundles are in the `dist/` folder** - ready to copy and use immediately!
22
24
 
23
25
  ### IDE Quick Start (5 minutes) 💻
24
26
 
25
- **Prerequisites**: Install [Node.js](https://nodejs.org) (v14 or higher)
27
+ **Prerequisites**: Install [Node.js](https://nodejs.org) (v20 or higher)
26
28
 
27
- ````bash
28
- npx bmad-method install
29
- # The installer will automatically detect your project state and guide you through:
30
- # - Fresh installation or upgrade from v3
31
- # - Full installation or single agent
32
- # - Destination folder and IDE configuration
33
- ```text
29
+ Run `npx bmad-method install`
34
30
 
35
31
  This installs all agents and configures them for your IDE. If you have an existing v3 installation, it will offer to upgrade it automatically.
36
32
 
@@ -62,31 +58,17 @@ BMAD-METHOD (Breakthrough Method of Agile AI-Driven Development) revolutionizes
62
58
  For ChatGPT, Claude, or Gemini web interfaces:
63
59
 
64
60
  1. Choose a bundle:
65
- - **Recommended**: `.bmad-core/web-bundles/teams/team-fullstack.txt` (complete development team)
66
- - Or pick from individual agents in `.bmad-core/web-bundles/agents/`
61
+ - **Recommended**: `dist/teams/team-fullstack.txt` (complete development team)
62
+ - Or pick from individual agents in `dist/agents/`
67
63
  2. Upload to your AI platform (Gemini Gem, CustomGPT, or directly in chat)
68
64
  3. Set instructions: "Your critical operating instructions are attached, do not break character as directed"
69
65
  4. Type `/help` to see available commands
70
66
 
71
67
  ### Method 2: CLI Installer (For IDEs) 🎯
72
68
 
73
- **Prerequisites**: Install [Node.js](https://nodejs.org) v14+ first
74
-
75
- Install directly into your project:
76
-
77
- ```bash
78
- # Interactive installation (recommended)
79
- npx bmad-method install
80
- # The installer automatically detects your project state and guides you through:
81
- # - Fresh installation or upgrade from v3
82
- # - Installation type (full/single agent)
83
- # - Destination directory
84
- # - IDE configuration
69
+ **Prerequisites**: Install [Node.js](https://nodejs.org) v20+ first
85
70
 
86
- # Or use command line options for fresh installations
87
- npx bmad-method install --full --directory ./my-project --ide cursor
88
- npx bmad-method install --agent pm --directory ./my-project --ide claude-code
89
- ````
71
+ Install directly into your project: `npx bmad-method install`
90
72
 
91
73
  **Supported IDEs:**
92
74
 
@@ -96,7 +78,7 @@ The BMad Method works with any IDE, but has built-in integration for:
96
78
  - `claude-code` - Claude Code with /agent commands
97
79
  - `windsurf` - Windsurf with @agent commands
98
80
  - `roo` - Roo Code with custom modes (see `.roomodes`)
99
- - More coming soon - BUT ITS easy to use with ANY IDE!
81
+ - More coming soon - BUT ITS easy to use with ANY IDE - just copy the bmad-code folder to your project, and rename it .bmad-code.
100
82
 
101
83
  ## Available Agents
102
84
 
@@ -126,7 +108,7 @@ The BMad Method works with any IDE, but has built-in integration for:
126
108
 
127
109
  After installation with `--ide` flag:
128
110
 
129
- ````bash
111
+ ```bash
130
112
  # In Cursor
131
113
  @pm Create a PRD for a task management app
132
114
 
@@ -135,7 +117,7 @@ After installation with `--ide` flag:
135
117
 
136
118
  # In Windsurf
137
119
  @dev Implement story 1.3
138
- ```text
120
+ ```
139
121
 
140
122
  ### With Web UI (ChatGPT/Claude/Gemini)
141
123
 
@@ -152,16 +134,16 @@ npx bmad-method install
152
134
 
153
135
  # Check installation status
154
136
  npx bmad-method status
155
- ````
137
+ ```
156
138
 
157
139
  ### Upgrading from V3 to V4
158
140
 
159
141
  If you have an existing BMAD-METHOD V3 project, simply run the installer in your project directory:
160
142
 
161
- ````bash
143
+ ```bash
162
144
  npx bmad-method install
163
145
  # The installer will automatically detect your V3 installation and offer to upgrade
164
- ```text
146
+ ```
165
147
 
166
148
  The upgrade process will:
167
149
 
@@ -209,7 +191,7 @@ Structured approaches for different scenarios:
209
191
  ├── tasks/ # Reusable task definitions
210
192
  ├── checklists/ # Quality checklists
211
193
  ├── data/ # Knowledge base
212
- └── web-bundles/ # Pre-built bundles
194
+ └── web-bundles/ # Pre-built bundles (deprecated - use dist/ instead)
213
195
 
214
196
  tools/
215
197
  ├── cli.js # Build tool
@@ -217,7 +199,32 @@ tools/
217
199
  └── lib/ # Build utilities
218
200
 
219
201
  expansion-packs/ # Optional add-ons (DevOps, Mobile, etc.)
220
- ````
202
+
203
+ dist/ # 📦 PRE-BUILT BUNDLES (Ready to use!)
204
+ ├── agents/ # Individual agent bundles (.txt files)
205
+ ├── teams/ # Team bundles (.txt files)
206
+ └── expansion-packs/ # Expansion pack bundles
207
+ ```
208
+
209
+ ### 📦 Pre-Built Bundles (dist/ folder)
210
+
211
+ **All ready-to-use bundles are in the `dist/` directory!**
212
+
213
+ - **Teams**: `dist/teams/` - Complete team configurations
214
+
215
+ - `team-fullstack.txt` - Full-stack development team
216
+ - `team-ide-minimal.txt` - Minimal IDE workflow team
217
+ - `team-no-ui.txt` - Backend-only team
218
+ - `team-all.txt` - All agents included
219
+
220
+ - **Individual Agents**: `dist/agents/` - Single agent files
221
+
222
+ - One `.txt` file per agent (analyst, architect, dev, etc.)
223
+
224
+ - **Expansion Packs**: `dist/expansion-packs/` - Specialized domains
225
+ - Game development, DevOps, etc.
226
+
227
+ **For Web UI usage**: Simply copy any `.txt` file from `dist/` and upload to your AI platform!`
221
228
 
222
229
  ## Advanced Features
223
230
 
@@ -1,7 +1,7 @@
1
1
  bundle:
2
2
  name: Team All
3
3
  icon: 👥
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
4
+ description: Includes every core system agent.
5
5
  agents:
6
6
  - bmad-orchestrator
7
7
  - '*'
@@ -1,7 +1,7 @@
1
1
  bundle:
2
2
  name: Team Fullstack
3
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.
4
+ description: Team capable of full stack, front end only, or service development.
5
5
  agents:
6
6
  - bmad-orchestrator
7
7
  - analyst
@@ -0,0 +1,10 @@
1
+ bundle:
2
+ name: Team IDE Minimal
3
+ icon: ⚡
4
+ description: Only the bare minimum for the IDE PO SM dev qa cycle.
5
+ agents:
6
+ - po
7
+ - sm
8
+ - dev
9
+ - qa
10
+ workflows: null
@@ -1,7 +1,7 @@
1
1
  bundle:
2
2
  name: Team No UI
3
3
  icon: 🔧
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.
4
+ description: Team with no UX or UI Planning.
5
5
  agents:
6
6
  - bmad-orchestrator
7
7
  - analyst
@@ -50,14 +50,14 @@ help-format:
50
50
  - DO NOT list individual tasks/checklists (these belong to specific agents)
51
51
  - Emphasize that users should switch to an agent to access its specific capabilities
52
52
  - Format examples:
53
- - "*agent game-designer: Game Design Specialist"
54
- - " Specializes in: Game concepts, mechanics, level design"
55
- - " Can create: Game design documents, level designs, game briefs"
53
+ - "*agent game-designer: Game Design Specialist"
54
+ - " Specializes in: Game concepts, mechanics, level design"
55
+ - " Can create: Game design documents, level designs, game briefs"
56
56
  help-display-template: |
57
57
  🎭 BMad Orchestrator - Your Gateway to Specialized Agents
58
-
58
+
59
59
  I coordinate specialized agents for different tasks. Tell me what you need, and I'll connect you with the right expert!
60
-
60
+
61
61
  Orchestrator Commands:
62
62
  *help: Show this guide
63
63
  *chat-mode: Start conversational mode for detailed assistance
@@ -67,26 +67,26 @@ help-display-template: |
67
67
  *party-mode: Group chat with all agents
68
68
  *doc-out: Output full document
69
69
  *exit: Return to BMad or exit session
70
-
70
+
71
71
  Agent Management:
72
72
  *agent {name}: Transform into a specialized agent
73
73
  *task {name}: Run a specific task (when in an agent)
74
74
  *checklist {name}: Execute a checklist (when in an agent)
75
-
75
+
76
76
  Workflow Commands:
77
77
  *workflow {name}: Start a specific workflow directly
78
78
  *workflow-guidance: Get personalized help selecting the right workflow for your project
79
-
79
+
80
80
  Available Specialist Agents:
81
81
  [For each agent in bundle, show:
82
82
  *agent {name}: {role/title}
83
83
  Specializes in: {key capabilities from agent's whenToUse}
84
84
  Can create: {list of documents/deliverables this agent produces}]
85
-
85
+
86
86
  Available Workflows:
87
87
  [For each workflow in bundle, show:
88
88
  *workflow {name}: {workflow description}]
89
-
89
+
90
90
  💡 Tip: Each agent has their own tasks, templates, and checklists. Switch to an agent to see what they can do!
91
91
  fuzzy-matching:
92
92
  - 85% confidence threshold
@@ -98,7 +98,7 @@ transformation:
98
98
  loading:
99
99
  - KB: Only for *kb-mode or BMAD questions
100
100
  - Agents: Only when transforming
101
- - "Templates/Tasks: Only when executing"
101
+ - 'Templates/Tasks: Only when executing'
102
102
  - Always indicate loading
103
103
  workflow-guidance:
104
104
  - Discover available workflows in the bundle at runtime
@@ -32,7 +32,7 @@ startup:
32
32
  - CRITICAL: Do NOT create or modify any files during startup
33
33
  - Offer to help with story preparation but wait for explicit user confirmation
34
34
  - Only execute tasks when user explicitly requests them
35
- - "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"
35
+ - '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'
36
36
  commands:
37
37
  - '*help" - Show: numbered list of the following commands to allow selection'
38
38
  - '*chat-mode" - Conversational mode with advanced-elicitation for advice'
@@ -101,7 +101,7 @@ Create an `index.md` file in the sharded folder that:
101
101
  1. Contains the original level 1 heading and any content before the first level 2 section
102
102
  2. Lists all the sharded files with links:
103
103
 
104
- ````markdown
104
+ ```markdown
105
105
  # Original Document Title
106
106
 
107
107
  [Original introduction content if any]
@@ -112,8 +112,7 @@ Create an `index.md` file in the sharded folder that:
112
112
  - [Section Name 2](./section-name-2.md)
113
113
  - [Section Name 3](./section-name-3.md)
114
114
  ...
115
-
116
- ````text
115
+ ```text
117
116
 
118
117
  ### 5. Preserve Special Content
119
118
 
@@ -123,8 +122,7 @@ Create an `index.md` file in the sharded folder that:
123
122
 
124
123
  ```language
125
124
  content
126
- ````
127
- ````
125
+ ```
128
126
 
129
127
  2. **Mermaid diagrams**: Preserve complete syntax:
130
128
 
@@ -341,7 +341,7 @@ Use YAML format for better readability. If no REST API, skip this section.]]
341
341
 
342
342
  ^^CONDITION: has_rest_api^^
343
343
 
344
- ````yaml
344
+ ```yaml
345
345
  openapi: 3.0.0
346
346
  info:
347
347
  title:
@@ -468,7 +468,7 @@ Get user input on deployment preferences and CI/CD tool choices.]]
468
468
 
469
469
  ```text
470
470
  {{promotion_flow_diagram}}
471
- ````
471
+ ```
472
472
 
473
473
  ### Rollback Strategy
474
474
 
@@ -222,7 +222,7 @@ Present component architecture and apply `tasks#advanced-elicitation` protocol]]
222
222
 
223
223
  [[LLM: Create Mermaid diagram showing how new components interact with existing ones]]
224
224
 
225
- ````mermaid
225
+ ```mermaid
226
226
  {{component_interaction_diagram}}
227
227
  ```text
228
228
 
@@ -258,11 +258,11 @@ Present API design and apply `tasks#advanced-elicitation` protocol]]
258
258
 
259
259
  ```json
260
260
  {{request_schema}}
261
- ````
261
+ ```
262
262
 
263
263
  **Response:**
264
264
 
265
- ````json
265
+ ```json
266
266
  {{response_schema}}
267
267
  ```text
268
268
 
@@ -313,7 +313,7 @@ Present integration plan and apply `tasks#advanced-elicitation` protocol]]
313
313
 
314
314
  ```plaintext
315
315
  {{existing_structure_relevant_parts}}
316
- ````
316
+ ```
317
317
 
318
318
  ### New File Organization
319
319
 
@@ -74,7 +74,7 @@ After presenting this section, apply `tasks#advanced-elicitation` protocol]]
74
74
 
75
75
  ### Site Map / Screen Inventory
76
76
 
77
- ````mermaid
77
+ ```mermaid
78
78
  {{sitemap_diagram}}
79
79
  ```text
80
80
 
@@ -93,7 +93,7 @@ graph TD
93
93
  D --> D1[Profile]
94
94
  D --> D2[Settings]
95
95
  D --> D3[Billing]
96
- ````
96
+ ```
97
97
 
98
98
  @{/example}
99
99
 
@@ -129,7 +129,7 @@ Create subsections for each major flow. After presenting all flows, apply `tasks
129
129
 
130
130
  #### Flow Diagram
131
131
 
132
- ````mermaid
132
+ ```mermaid
133
133
  {{flow_diagram}}
134
134
  ```text
135
135
 
@@ -165,7 +165,7 @@ graph TD
165
165
  Validate -->|Yes| Verify[Email Verification]
166
166
  Verify --> Complete[Account Created]
167
167
  Complete --> Dashboard[Redirect to Dashboard]
168
- ````
168
+ ```
169
169
 
170
170
  **Edge Cases & Error Handling:**
171
171
 
@@ -506,7 +506,7 @@ After presenting this section, apply `tasks#advanced-elicitation` protocol]]
506
506
 
507
507
  **Route Organization:**
508
508
 
509
- `````text
509
+ ```text
510
510
  {{route_structure}}
511
511
  ```text
512
512
 
@@ -532,7 +532,7 @@ After presenting this section, apply `tasks#advanced-elicitation` protocol]]
532
532
  api_client_setup;
533
533
  }
534
534
  }
535
- `````
535
+ ````
536
536
 
537
537
  **Service Example:**
538
538
 
@@ -40,7 +40,7 @@ The actual list depends on which team bundle is loaded. When responding to this
40
40
 
41
41
  Example response format:
42
42
 
43
- ````text
43
+ ```text
44
44
  Available workflows for [Team Name]:
45
45
  1. [workflow-id] - [Brief description based on workflow type]
46
46
  2. [workflow-id] - [Brief description based on workflow type]
@@ -135,7 +135,7 @@ workflow_state:
135
135
  status: in-progress
136
136
  created_by: pm
137
137
  started: 2024-01-15T11:00:00.000Z
138
- ````
138
+ ```
139
139
 
140
140
  ### 4. Workflow Interruption Handling
141
141
 
@@ -149,7 +149,7 @@ When user returns after interruption:
149
149
 
150
150
  Example:
151
151
 
152
- ````text
152
+ ```text
153
153
  User: I'm working on a new app. Here's my PRD and architecture doc.
154
154
  BMad: I see you have a PRD and architecture document. Based on these artifacts,
155
155
  it looks like you're following the greenfield-fullstack workflow and have completed
@@ -198,7 +198,7 @@ conditional_paths:
198
198
  - condition: project_type == 'web'
199
199
  next_stage: web-architecture
200
200
  - default: fullstack-architecture
201
- ````
201
+ ```
202
202
 
203
203
  Handle these by asking clarifying questions when needed.
204
204