bmad-method 4.17.0 → 4.18.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/.claude/commands/bmad-master.md +0 -1
- package/CHANGELOG.md +8 -0
- package/{bmad-core → common}/tasks/create-doc.md +2 -2
- package/{expansion-packs/expansion-creator/common-tasks → common/tasks}/execute-checklist.md +2 -6
- package/common/utils/workflow-management.md +69 -0
- package/dist/agents/analyst.txt +2 -2
- package/dist/agents/architect.txt +4 -8
- package/dist/agents/bmad-master.txt +35 -270
- package/dist/agents/bmad-orchestrator.txt +33 -187
- package/dist/agents/dev.txt +2 -6
- package/dist/agents/pm.txt +4 -8
- package/dist/agents/po.txt +2 -6
- package/dist/agents/sm.txt +2 -6
- package/dist/agents/ux-expert.txt +4 -8
- package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-designer.txt +4 -8
- package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-developer.txt +2 -6
- package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-sm.txt +2 -6
- package/dist/expansion-packs/bmad-2d-phaser-game-dev/teams/phaser-2d-nodejs-game-team.txt +35 -193
- package/dist/expansion-packs/bmad-infrastructure-devops/agents/infra-devops-platform.txt +2 -2
- package/dist/expansion-packs/expansion-creator/agents/bmad-the-creator.txt +5 -5
- package/dist/teams/team-all.txt +35 -193
- package/dist/teams/team-fullstack.txt +35 -193
- package/dist/teams/team-ide-minimal.txt +35 -193
- package/dist/teams/team-no-ui.txt +35 -193
- package/docs/working-in-the-brownfield.md +2 -2
- package/expansion-packs/expansion-creator/tasks/generate-expansion-pack.md +5 -5
- package/package.json +1 -1
- package/tools/builders/web-builder.js +60 -19
- package/tools/installer/config/install.config.yml +0 -85
- package/tools/installer/lib/config-loader.js +57 -30
- package/tools/installer/lib/file-manager.js +1 -0
- package/tools/installer/lib/ide-setup.js +44 -26
- package/tools/installer/lib/installer.js +250 -8
- package/tools/installer/package.json +1 -1
- package/tools/lib/dependency-resolver.js +15 -0
- package/bmad-core/tasks/core-dump.md +0 -74
- package/bmad-core/tasks/execute-checklist.md +0 -97
- package/bmad-core/utils/file-resolution-context.md +0 -10
- package/bmad-core/utils/workflow-management.md +0 -223
- package/expansion-packs/bmad-infrastructure-devops/tasks/create-doc.md +0 -74
- package/expansion-packs/expansion-creator/common-tasks/create-doc.md +0 -74
- package/expansion-packs/expansion-creator/utils/template-format.md +0 -26
- package/expansion-packs/expansion-creator/utils/workflow-management.md +0 -223
- /package/{bmad-core → common}/utils/template-format.md +0 -0
- /package/{bmad-core/utils → tools/md-assets}/web-agent-startup-instructions.md +0 -0
|
@@ -292,9 +292,9 @@ Confirm with the user their preferred interaction style:
|
|
|
292
292
|
|
|
293
293
|
### 3. Execute Template
|
|
294
294
|
|
|
295
|
-
- Load specified template from `templates#*` or the /templates directory
|
|
295
|
+
- Load specified template from `templates#*` or the `{root}/templates directory`
|
|
296
296
|
- Follow ALL embedded LLM instructions within the template
|
|
297
|
-
- Process template markup according to `utils#template-format` conventions
|
|
297
|
+
- Process template markup according to `utils#template-format` or `{root}/utils/template-format` conventions
|
|
298
298
|
|
|
299
299
|
### 4. Template Processing Rules
|
|
300
300
|
|
|
@@ -1161,227 +1161,73 @@ Use the **expansion-creator** pack to build your own:
|
|
|
1161
1161
|
==================== START: utils#workflow-management ====================
|
|
1162
1162
|
# Workflow Management
|
|
1163
1163
|
|
|
1164
|
-
|
|
1164
|
+
Enables BMAD orchestrator to manage and execute team workflows.
|
|
1165
1165
|
|
|
1166
|
-
##
|
|
1166
|
+
## Dynamic Workflow Loading
|
|
1167
1167
|
|
|
1168
|
-
|
|
1168
|
+
Read available workflows from current team configuration's `workflows` field. Each team bundle defines its own supported workflows.
|
|
1169
1169
|
|
|
1170
|
-
**
|
|
1170
|
+
**Key Commands**:
|
|
1171
1171
|
|
|
1172
|
-
-
|
|
1173
|
-
-
|
|
1174
|
-
- Use `/workflows` to show workflows in the current bundle, NOT any creation tasks
|
|
1175
|
-
|
|
1176
|
-
### Workflow Descriptions
|
|
1177
|
-
|
|
1178
|
-
When displaying workflows, use these descriptions based on the workflow ID:
|
|
1179
|
-
|
|
1180
|
-
- **greenfield-fullstack**: Build a new full-stack application from concept to development
|
|
1181
|
-
- **brownfield-fullstack**: Enhance an existing full-stack application with new features
|
|
1182
|
-
- **greenfield-service**: Build a new backend service or API from concept to development
|
|
1183
|
-
- **brownfield-service**: Enhance an existing backend service or API
|
|
1184
|
-
- **greenfield-ui**: Build a new frontend/UI application from concept to development
|
|
1185
|
-
- **brownfield-ui**: Enhance an existing frontend/UI application
|
|
1172
|
+
- `/workflows` - List workflows in current bundle or workflows folder
|
|
1173
|
+
- `/agent-list` - Show agents in current bundle
|
|
1186
1174
|
|
|
1187
1175
|
## Workflow Commands
|
|
1188
1176
|
|
|
1189
1177
|
### /workflows
|
|
1190
1178
|
|
|
1191
|
-
Lists
|
|
1192
|
-
|
|
1193
|
-
- greenfield-fullstack
|
|
1194
|
-
- brownfield-fullstack
|
|
1195
|
-
- greenfield-service
|
|
1196
|
-
- brownfield-service
|
|
1197
|
-
- greenfield-ui
|
|
1198
|
-
- brownfield-ui
|
|
1199
|
-
|
|
1200
|
-
The actual list depends on which team bundle is loaded. When responding to this command, display the workflows that are configured in the current team's `workflows` field.
|
|
1201
|
-
|
|
1202
|
-
Example response format:
|
|
1203
|
-
|
|
1204
|
-
```text
|
|
1205
|
-
Available workflows for [Team Name]:
|
|
1206
|
-
1. [workflow-id] - [Brief description based on workflow type]
|
|
1207
|
-
2. [workflow-id] - [Brief description based on workflow type]
|
|
1208
|
-
[... etc. ...]
|
|
1209
|
-
|
|
1210
|
-
Use /workflow-start {number or id} to begin a workflow.
|
|
1211
|
-
```
|
|
1179
|
+
Lists available workflows with titles and descriptions.
|
|
1212
1180
|
|
|
1213
1181
|
### /workflow-start {workflow-id}
|
|
1214
1182
|
|
|
1215
|
-
Starts
|
|
1216
|
-
|
|
1217
|
-
Example: `/workflow-start greenfield-fullstack`
|
|
1183
|
+
Starts workflow and transitions to first agent.
|
|
1218
1184
|
|
|
1219
1185
|
### /workflow-status
|
|
1220
1186
|
|
|
1221
|
-
Shows current
|
|
1222
|
-
|
|
1223
|
-
Example response:
|
|
1224
|
-
|
|
1225
|
-
```text
|
|
1226
|
-
Current Workflow: Greenfield Full-Stack Development
|
|
1227
|
-
Stage: Product Planning (2 of 6)
|
|
1228
|
-
Completed:
|
|
1229
|
-
✓ Discovery & Requirements
|
|
1230
|
-
- project-brief (completed by Mary)
|
|
1231
|
-
|
|
1232
|
-
In Progress:
|
|
1233
|
-
⚡ Product Planning
|
|
1234
|
-
- Create PRD (John) - awaiting input
|
|
1235
|
-
|
|
1236
|
-
Next: Technical Architecture
|
|
1237
|
-
```
|
|
1187
|
+
Shows current progress, completed artifacts, and next steps.
|
|
1238
1188
|
|
|
1239
1189
|
### /workflow-resume
|
|
1240
1190
|
|
|
1241
|
-
Resumes
|
|
1242
|
-
|
|
1243
|
-
User can provide completed artifacts:
|
|
1244
|
-
|
|
1245
|
-
```text
|
|
1246
|
-
User: /workflow-resume greenfield-fullstack
|
|
1247
|
-
I have completed: project-brief, PRD
|
|
1248
|
-
BMad: I see you've completed Discovery and part of Product Planning.
|
|
1249
|
-
Based on the greenfield-fullstack workflow, the next step is:
|
|
1250
|
-
- UX Strategy with Sally (ux-expert)
|
|
1251
|
-
|
|
1252
|
-
Would you like me to load Sally to continue?
|
|
1253
|
-
```
|
|
1191
|
+
Resumes workflow from last position. User can provide completed artifacts.
|
|
1254
1192
|
|
|
1255
1193
|
### /workflow-next
|
|
1256
1194
|
|
|
1257
|
-
Shows
|
|
1258
|
-
|
|
1259
|
-
## Workflow Execution Flow
|
|
1195
|
+
Shows next recommended agent and action.
|
|
1260
1196
|
|
|
1261
|
-
|
|
1197
|
+
## Execution Flow
|
|
1262
1198
|
|
|
1263
|
-
|
|
1199
|
+
1. **Starting**: Load definition → Identify first stage → Transition to agent → Guide artifact creation
|
|
1264
1200
|
|
|
1265
|
-
|
|
1266
|
-
2. Identify the first stage and step
|
|
1267
|
-
3. Transition to the required agent
|
|
1268
|
-
4. Provide context about expected inputs/outputs
|
|
1269
|
-
5. Guide artifact creation
|
|
1201
|
+
2. **Stage Transitions**: Mark complete → Check conditions → Load next agent → Pass artifacts
|
|
1270
1202
|
|
|
1271
|
-
|
|
1203
|
+
3. **Artifact Tracking**: Track status, creator, timestamps in workflow_state
|
|
1272
1204
|
|
|
1273
|
-
|
|
1205
|
+
4. **Interruption Handling**: Analyze provided artifacts → Determine position → Suggest next step
|
|
1274
1206
|
|
|
1275
|
-
|
|
1276
|
-
2. Check transition conditions
|
|
1277
|
-
3. If stage is complete, move to next stage
|
|
1278
|
-
4. Load the appropriate agent
|
|
1279
|
-
5. Pass relevant artifacts as context
|
|
1207
|
+
## Context Passing
|
|
1280
1208
|
|
|
1281
|
-
|
|
1209
|
+
When transitioning, pass:
|
|
1282
1210
|
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
current_workflow: greenfield-fullstack
|
|
1288
|
-
current_stage: planning
|
|
1289
|
-
current_step: 2
|
|
1290
|
-
artifacts:
|
|
1291
|
-
project-brief:
|
|
1292
|
-
status: completed
|
|
1293
|
-
created_by: analyst
|
|
1294
|
-
timestamp: 2024-01-15T10:30:00.000Z
|
|
1295
|
-
prd:
|
|
1296
|
-
status: in-progress
|
|
1297
|
-
created_by: pm
|
|
1298
|
-
started: 2024-01-15T11:00:00.000Z
|
|
1299
|
-
```
|
|
1300
|
-
|
|
1301
|
-
### 4. Workflow Interruption Handling
|
|
1302
|
-
|
|
1303
|
-
When user returns after interruption:
|
|
1304
|
-
|
|
1305
|
-
1. Ask if continuing previous workflow
|
|
1306
|
-
2. Request any completed artifacts
|
|
1307
|
-
3. Analyze provided artifacts
|
|
1308
|
-
4. Determine workflow position
|
|
1309
|
-
5. Suggest next appropriate step
|
|
1310
|
-
|
|
1311
|
-
Example:
|
|
1312
|
-
|
|
1313
|
-
```text
|
|
1314
|
-
User: I'm working on a new app. Here's my PRD and architecture doc.
|
|
1315
|
-
BMad: I see you have a PRD and architecture document. Based on these artifacts,
|
|
1316
|
-
it looks like you're following the greenfield-fullstack workflow and have completed
|
|
1317
|
-
stages 1-3. The next recommended step would be:
|
|
1318
|
-
|
|
1319
|
-
Stage 4: Validation & Refinement
|
|
1320
|
-
- Load Sarah (Product Owner) to validate all artifacts
|
|
1321
|
-
|
|
1322
|
-
Would you like to continue with this workflow?
|
|
1323
|
-
```
|
|
1324
|
-
|
|
1325
|
-
## Workflow Context Passing
|
|
1326
|
-
|
|
1327
|
-
When transitioning between agents, pass:
|
|
1328
|
-
|
|
1329
|
-
1. Previous artifacts created
|
|
1330
|
-
2. Current workflow stage
|
|
1331
|
-
3. Expected outputs
|
|
1332
|
-
4. Any decisions or constraints identified
|
|
1333
|
-
|
|
1334
|
-
Example transition:
|
|
1335
|
-
|
|
1336
|
-
```text
|
|
1337
|
-
BMad: Great! John has completed the PRD. According to the greenfield-fullstack workflow,
|
|
1338
|
-
the next step is UX Strategy with Sally.
|
|
1339
|
-
|
|
1340
|
-
/ux-expert
|
|
1341
|
-
|
|
1342
|
-
Sally: I see we're in the Product Planning stage of the greenfield-fullstack workflow.
|
|
1343
|
-
I have access to:
|
|
1344
|
-
- Project Brief from Mary
|
|
1345
|
-
- PRD from John
|
|
1346
|
-
|
|
1347
|
-
Let's create the UX strategy and UI specifications. First, let me review
|
|
1348
|
-
the PRD to understand the features we're designing for...
|
|
1349
|
-
```
|
|
1211
|
+
- Previous artifacts
|
|
1212
|
+
- Current workflow stage
|
|
1213
|
+
- Expected outputs
|
|
1214
|
+
- Decisions/constraints
|
|
1350
1215
|
|
|
1351
1216
|
## Multi-Path Workflows
|
|
1352
1217
|
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
```yaml
|
|
1356
|
-
conditional_paths:
|
|
1357
|
-
- condition: project_type == 'mobile'
|
|
1358
|
-
next_stage: mobile-specific-design
|
|
1359
|
-
- condition: project_type == 'web'
|
|
1360
|
-
next_stage: web-architecture
|
|
1361
|
-
- default: fullstack-architecture
|
|
1362
|
-
```
|
|
1363
|
-
|
|
1364
|
-
Handle these by asking clarifying questions when needed.
|
|
1365
|
-
|
|
1366
|
-
## Workflow Best Practices
|
|
1367
|
-
|
|
1368
|
-
1. **Always show progress** - Users should know where they are
|
|
1369
|
-
2. **Explain transitions** - Why moving to next agent
|
|
1370
|
-
3. **Preserve context** - Pass relevant information forward
|
|
1371
|
-
4. **Allow flexibility** - Users can skip or modify steps
|
|
1372
|
-
5. **Track everything** - Maintain complete workflow state
|
|
1218
|
+
Handle conditional paths by asking clarifying questions when needed.
|
|
1373
1219
|
|
|
1374
|
-
##
|
|
1220
|
+
## Best Practices
|
|
1375
1221
|
|
|
1376
|
-
|
|
1222
|
+
1. Show progress
|
|
1223
|
+
2. Explain transitions
|
|
1224
|
+
3. Preserve context
|
|
1225
|
+
4. Allow flexibility
|
|
1226
|
+
5. Track state
|
|
1377
1227
|
|
|
1378
|
-
|
|
1379
|
-
- Understand their role in the workflow
|
|
1380
|
-
- Access previous artifacts
|
|
1381
|
-
- Know expected outputs
|
|
1382
|
-
- Guide toward workflow goals
|
|
1228
|
+
## Agent Integration
|
|
1383
1229
|
|
|
1384
|
-
|
|
1230
|
+
Agents should be workflow-aware: know active workflow, their role, access artifacts, understand expected outputs.
|
|
1385
1231
|
==================== END: utils#workflow-management ====================
|
|
1386
1232
|
|
|
1387
1233
|
==================== START: utils#template-format ====================
|
package/dist/agents/dev.txt
CHANGED
|
@@ -102,13 +102,9 @@ dependencies:
|
|
|
102
102
|
|
|
103
103
|
This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents.
|
|
104
104
|
|
|
105
|
-
## Context
|
|
106
|
-
|
|
107
|
-
The BMAD Method uses various checklists to ensure quality and completeness of different artifacts. Each checklist contains embedded prompts and instructions to guide the LLM through thorough validation and advanced elicitation. The checklists automatically identify their required artifacts and guide the validation process.
|
|
108
|
-
|
|
109
105
|
## Available Checklists
|
|
110
106
|
|
|
111
|
-
If the user asks or does not specify a specific checklist, list the checklists available to the agent persona. If the task is being run not with a specific agent, tell the user to check the
|
|
107
|
+
If the user asks or does not specify a specific checklist, list the checklists available to the agent persona. If the task is being run not with a specific agent, tell the user to check the {root}/checklists folder to select the appropriate one to run.
|
|
112
108
|
|
|
113
109
|
## Instructions
|
|
114
110
|
|
|
@@ -117,7 +113,7 @@ If the user asks or does not specify a specific checklist, list the checklists a
|
|
|
117
113
|
- If user or the task being run provides a checklist name:
|
|
118
114
|
- Try fuzzy matching (e.g. "architecture checklist" -> "architect-checklist")
|
|
119
115
|
- If multiple matches found, ask user to clarify
|
|
120
|
-
- Load the appropriate checklist from
|
|
116
|
+
- Load the appropriate checklist from {root}/checklists/
|
|
121
117
|
- If no checklist specified:
|
|
122
118
|
- Ask the user which checklist they want to use
|
|
123
119
|
- Present the available options from the files in the checklists folder
|
package/dist/agents/pm.txt
CHANGED
|
@@ -133,9 +133,9 @@ Confirm with the user their preferred interaction style:
|
|
|
133
133
|
|
|
134
134
|
### 3. Execute Template
|
|
135
135
|
|
|
136
|
-
- Load specified template from `templates#*` or the /templates directory
|
|
136
|
+
- Load specified template from `templates#*` or the `{root}/templates directory`
|
|
137
137
|
- Follow ALL embedded LLM instructions within the template
|
|
138
|
-
- Process template markup according to `utils#template-format` conventions
|
|
138
|
+
- Process template markup according to `utils#template-format` or `{root}/utils/template-format` conventions
|
|
139
139
|
|
|
140
140
|
### 4. Template Processing Rules
|
|
141
141
|
|
|
@@ -874,13 +874,9 @@ The story creation is successful when:
|
|
|
874
874
|
|
|
875
875
|
This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents.
|
|
876
876
|
|
|
877
|
-
## Context
|
|
878
|
-
|
|
879
|
-
The BMAD Method uses various checklists to ensure quality and completeness of different artifacts. Each checklist contains embedded prompts and instructions to guide the LLM through thorough validation and advanced elicitation. The checklists automatically identify their required artifacts and guide the validation process.
|
|
880
|
-
|
|
881
877
|
## Available Checklists
|
|
882
878
|
|
|
883
|
-
If the user asks or does not specify a specific checklist, list the checklists available to the agent persona. If the task is being run not with a specific agent, tell the user to check the
|
|
879
|
+
If the user asks or does not specify a specific checklist, list the checklists available to the agent persona. If the task is being run not with a specific agent, tell the user to check the {root}/checklists folder to select the appropriate one to run.
|
|
884
880
|
|
|
885
881
|
## Instructions
|
|
886
882
|
|
|
@@ -889,7 +885,7 @@ If the user asks or does not specify a specific checklist, list the checklists a
|
|
|
889
885
|
- If user or the task being run provides a checklist name:
|
|
890
886
|
- Try fuzzy matching (e.g. "architecture checklist" -> "architect-checklist")
|
|
891
887
|
- If multiple matches found, ask user to clarify
|
|
892
|
-
- Load the appropriate checklist from
|
|
888
|
+
- Load the appropriate checklist from {root}/checklists/
|
|
893
889
|
- If no checklist specified:
|
|
894
890
|
- Ask the user which checklist they want to use
|
|
895
891
|
- Present the available options from the files in the checklists folder
|
package/dist/agents/po.txt
CHANGED
|
@@ -106,13 +106,9 @@ dependencies:
|
|
|
106
106
|
|
|
107
107
|
This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents.
|
|
108
108
|
|
|
109
|
-
## Context
|
|
110
|
-
|
|
111
|
-
The BMAD Method uses various checklists to ensure quality and completeness of different artifacts. Each checklist contains embedded prompts and instructions to guide the LLM through thorough validation and advanced elicitation. The checklists automatically identify their required artifacts and guide the validation process.
|
|
112
|
-
|
|
113
109
|
## Available Checklists
|
|
114
110
|
|
|
115
|
-
If the user asks or does not specify a specific checklist, list the checklists available to the agent persona. If the task is being run not with a specific agent, tell the user to check the
|
|
111
|
+
If the user asks or does not specify a specific checklist, list the checklists available to the agent persona. If the task is being run not with a specific agent, tell the user to check the {root}/checklists folder to select the appropriate one to run.
|
|
116
112
|
|
|
117
113
|
## Instructions
|
|
118
114
|
|
|
@@ -121,7 +117,7 @@ If the user asks or does not specify a specific checklist, list the checklists a
|
|
|
121
117
|
- If user or the task being run provides a checklist name:
|
|
122
118
|
- Try fuzzy matching (e.g. "architecture checklist" -> "architect-checklist")
|
|
123
119
|
- If multiple matches found, ask user to clarify
|
|
124
|
-
- Load the appropriate checklist from
|
|
120
|
+
- Load the appropriate checklist from {root}/checklists/
|
|
125
121
|
- If no checklist specified:
|
|
126
122
|
- Ask the user which checklist they want to use
|
|
127
123
|
- Present the available options from the files in the checklists folder
|
package/dist/agents/sm.txt
CHANGED
|
@@ -349,13 +349,9 @@ Provide a summary to the user including:
|
|
|
349
349
|
|
|
350
350
|
This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents.
|
|
351
351
|
|
|
352
|
-
## Context
|
|
353
|
-
|
|
354
|
-
The BMAD Method uses various checklists to ensure quality and completeness of different artifacts. Each checklist contains embedded prompts and instructions to guide the LLM through thorough validation and advanced elicitation. The checklists automatically identify their required artifacts and guide the validation process.
|
|
355
|
-
|
|
356
352
|
## Available Checklists
|
|
357
353
|
|
|
358
|
-
If the user asks or does not specify a specific checklist, list the checklists available to the agent persona. If the task is being run not with a specific agent, tell the user to check the
|
|
354
|
+
If the user asks or does not specify a specific checklist, list the checklists available to the agent persona. If the task is being run not with a specific agent, tell the user to check the {root}/checklists folder to select the appropriate one to run.
|
|
359
355
|
|
|
360
356
|
## Instructions
|
|
361
357
|
|
|
@@ -364,7 +360,7 @@ If the user asks or does not specify a specific checklist, list the checklists a
|
|
|
364
360
|
- If user or the task being run provides a checklist name:
|
|
365
361
|
- Try fuzzy matching (e.g. "architecture checklist" -> "architect-checklist")
|
|
366
362
|
- If multiple matches found, ask user to clarify
|
|
367
|
-
- Load the appropriate checklist from
|
|
363
|
+
- Load the appropriate checklist from {root}/checklists/
|
|
368
364
|
- If no checklist specified:
|
|
369
365
|
- Ask the user which checklist they want to use
|
|
370
366
|
- Present the available options from the files in the checklists folder
|
|
@@ -493,9 +493,9 @@ Confirm with the user their preferred interaction style:
|
|
|
493
493
|
|
|
494
494
|
### 3. Execute Template
|
|
495
495
|
|
|
496
|
-
- Load specified template from `templates#*` or the /templates directory
|
|
496
|
+
- Load specified template from `templates#*` or the `{root}/templates directory`
|
|
497
497
|
- Follow ALL embedded LLM instructions within the template
|
|
498
|
-
- Process template markup according to `utils#template-format` conventions
|
|
498
|
+
- Process template markup according to `utils#template-format` or `{root}/utils/template-format` conventions
|
|
499
499
|
|
|
500
500
|
### 4. Template Processing Rules
|
|
501
501
|
|
|
@@ -541,13 +541,9 @@ If template specifies a checklist:
|
|
|
541
541
|
|
|
542
542
|
This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents.
|
|
543
543
|
|
|
544
|
-
## Context
|
|
545
|
-
|
|
546
|
-
The BMAD Method uses various checklists to ensure quality and completeness of different artifacts. Each checklist contains embedded prompts and instructions to guide the LLM through thorough validation and advanced elicitation. The checklists automatically identify their required artifacts and guide the validation process.
|
|
547
|
-
|
|
548
544
|
## Available Checklists
|
|
549
545
|
|
|
550
|
-
If the user asks or does not specify a specific checklist, list the checklists available to the agent persona. If the task is being run not with a specific agent, tell the user to check the
|
|
546
|
+
If the user asks or does not specify a specific checklist, list the checklists available to the agent persona. If the task is being run not with a specific agent, tell the user to check the {root}/checklists folder to select the appropriate one to run.
|
|
551
547
|
|
|
552
548
|
## Instructions
|
|
553
549
|
|
|
@@ -556,7 +552,7 @@ If the user asks or does not specify a specific checklist, list the checklists a
|
|
|
556
552
|
- If user or the task being run provides a checklist name:
|
|
557
553
|
- Try fuzzy matching (e.g. "architecture checklist" -> "architect-checklist")
|
|
558
554
|
- If multiple matches found, ask user to clarify
|
|
559
|
-
- Load the appropriate checklist from
|
|
555
|
+
- Load the appropriate checklist from {root}/checklists/
|
|
560
556
|
- If no checklist specified:
|
|
561
557
|
- Ask the user which checklist they want to use
|
|
562
558
|
- Present the available options from the files in the checklists folder
|
|
@@ -133,9 +133,9 @@ Confirm with the user their preferred interaction style:
|
|
|
133
133
|
|
|
134
134
|
### 3. Execute Template
|
|
135
135
|
|
|
136
|
-
- Load specified template from `templates#*` or the /templates directory
|
|
136
|
+
- Load specified template from `templates#*` or the `{root}/templates directory`
|
|
137
137
|
- Follow ALL embedded LLM instructions within the template
|
|
138
|
-
- Process template markup according to `utils#template-format` conventions
|
|
138
|
+
- Process template markup according to `utils#template-format` or `{root}/utils/template-format` conventions
|
|
139
139
|
|
|
140
140
|
### 4. Template Processing Rules
|
|
141
141
|
|
|
@@ -181,13 +181,9 @@ If template specifies a checklist:
|
|
|
181
181
|
|
|
182
182
|
This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents.
|
|
183
183
|
|
|
184
|
-
## Context
|
|
185
|
-
|
|
186
|
-
The BMAD Method uses various checklists to ensure quality and completeness of different artifacts. Each checklist contains embedded prompts and instructions to guide the LLM through thorough validation and advanced elicitation. The checklists automatically identify their required artifacts and guide the validation process.
|
|
187
|
-
|
|
188
184
|
## Available Checklists
|
|
189
185
|
|
|
190
|
-
If the user asks or does not specify a specific checklist, list the checklists available to the agent persona. If the task is being run not with a specific agent, tell the user to check the
|
|
186
|
+
If the user asks or does not specify a specific checklist, list the checklists available to the agent persona. If the task is being run not with a specific agent, tell the user to check the {root}/checklists folder to select the appropriate one to run.
|
|
191
187
|
|
|
192
188
|
## Instructions
|
|
193
189
|
|
|
@@ -196,7 +192,7 @@ If the user asks or does not specify a specific checklist, list the checklists a
|
|
|
196
192
|
- If user or the task being run provides a checklist name:
|
|
197
193
|
- Try fuzzy matching (e.g. "architecture checklist" -> "architect-checklist")
|
|
198
194
|
- If multiple matches found, ask user to clarify
|
|
199
|
-
- Load the appropriate checklist from
|
|
195
|
+
- Load the appropriate checklist from {root}/checklists/
|
|
200
196
|
- If no checklist specified:
|
|
201
197
|
- Ask the user which checklist they want to use
|
|
202
198
|
- Present the available options from the files in the checklists folder
|
|
@@ -112,13 +112,9 @@ dependencies:
|
|
|
112
112
|
|
|
113
113
|
This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents.
|
|
114
114
|
|
|
115
|
-
## Context
|
|
116
|
-
|
|
117
|
-
The BMAD Method uses various checklists to ensure quality and completeness of different artifacts. Each checklist contains embedded prompts and instructions to guide the LLM through thorough validation and advanced elicitation. The checklists automatically identify their required artifacts and guide the validation process.
|
|
118
|
-
|
|
119
115
|
## Available Checklists
|
|
120
116
|
|
|
121
|
-
If the user asks or does not specify a specific checklist, list the checklists available to the agent persona. If the task is being run not with a specific agent, tell the user to check the
|
|
117
|
+
If the user asks or does not specify a specific checklist, list the checklists available to the agent persona. If the task is being run not with a specific agent, tell the user to check the {root}/checklists folder to select the appropriate one to run.
|
|
122
118
|
|
|
123
119
|
## Instructions
|
|
124
120
|
|
|
@@ -127,7 +123,7 @@ If the user asks or does not specify a specific checklist, list the checklists a
|
|
|
127
123
|
- If user or the task being run provides a checklist name:
|
|
128
124
|
- Try fuzzy matching (e.g. "architecture checklist" -> "architect-checklist")
|
|
129
125
|
- If multiple matches found, ask user to clarify
|
|
130
|
-
- Load the appropriate checklist from
|
|
126
|
+
- Load the appropriate checklist from {root}/checklists/
|
|
131
127
|
- If no checklist specified:
|
|
132
128
|
- Ask the user which checklist they want to use
|
|
133
129
|
- Present the available options from the files in the checklists folder
|
|
@@ -316,13 +316,9 @@ This task ensures game development stories are immediately actionable and enable
|
|
|
316
316
|
|
|
317
317
|
This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents.
|
|
318
318
|
|
|
319
|
-
## Context
|
|
320
|
-
|
|
321
|
-
The BMAD Method uses various checklists to ensure quality and completeness of different artifacts. Each checklist contains embedded prompts and instructions to guide the LLM through thorough validation and advanced elicitation. The checklists automatically identify their required artifacts and guide the validation process.
|
|
322
|
-
|
|
323
319
|
## Available Checklists
|
|
324
320
|
|
|
325
|
-
If the user asks or does not specify a specific checklist, list the checklists available to the agent persona. If the task is being run not with a specific agent, tell the user to check the
|
|
321
|
+
If the user asks or does not specify a specific checklist, list the checklists available to the agent persona. If the task is being run not with a specific agent, tell the user to check the {root}/checklists folder to select the appropriate one to run.
|
|
326
322
|
|
|
327
323
|
## Instructions
|
|
328
324
|
|
|
@@ -331,7 +327,7 @@ If the user asks or does not specify a specific checklist, list the checklists a
|
|
|
331
327
|
- If user or the task being run provides a checklist name:
|
|
332
328
|
- Try fuzzy matching (e.g. "architecture checklist" -> "architect-checklist")
|
|
333
329
|
- If multiple matches found, ask user to clarify
|
|
334
|
-
- Load the appropriate checklist from
|
|
330
|
+
- Load the appropriate checklist from {root}/checklists/
|
|
335
331
|
- If no checklist specified:
|
|
336
332
|
- Ask the user which checklist they want to use
|
|
337
333
|
- Present the available options from the files in the checklists folder
|