bmad-method 4.44.0 → 4.44.2
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/.github/ISSUE_TEMPLATE/config.yml +5 -0
- package/.github/workflows/manual-release.yaml +1 -1
- package/PR-opencode-agents-generator.md +40 -0
- package/README.md +38 -44
- package/bmad-core/agents/analyst.md +1 -1
- package/bmad-core/agents/architect.md +1 -1
- package/bmad-core/agents/bmad-master.md +7 -7
- package/bmad-core/agents/bmad-orchestrator.md +2 -2
- package/bmad-core/agents/dev.md +1 -1
- package/bmad-core/agents/pm.md +1 -1
- package/bmad-core/agents/po.md +1 -1
- package/bmad-core/agents/qa.md +2 -6
- package/bmad-core/agents/sm.md +1 -1
- package/bmad-core/agents/ux-expert.md +1 -1
- package/bmad-core/checklists/po-master-checklist.md +3 -3
- package/bmad-core/data/bmad-kb.md +1 -1
- package/bmad-core/tasks/apply-qa-fixes.md +4 -4
- package/bmad-core/tasks/nfr-assess.md +3 -3
- package/bmad-core/tasks/qa-gate.md +2 -2
- package/bmad-core/tasks/review-story.md +1 -1
- package/bmad-core/templates/brownfield-architecture-tmpl.yaml +6 -6
- package/dist/agents/analyst.txt +3 -11
- package/dist/agents/architect.txt +1 -7
- package/dist/agents/bmad-master.txt +7 -31
- package/dist/agents/bmad-orchestrator.txt +1 -8
- package/dist/agents/dev.txt +5 -10
- package/dist/agents/pm.txt +0 -10
- package/dist/agents/po.txt +4 -10
- package/dist/agents/qa.txt +7 -15
- package/dist/agents/sm.txt +0 -4
- package/dist/agents/ux-expert.txt +0 -4
- package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-designer.txt +0 -6
- package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-developer.txt +0 -3
- package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-sm.txt +0 -3
- package/dist/expansion-packs/bmad-2d-phaser-game-dev/teams/phaser-2d-nodejs-game-team.txt +2 -25
- package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-architect.txt +0 -9
- package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-designer.txt +0 -8
- package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-developer.txt +1 -4
- package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-sm.txt +0 -4
- package/dist/expansion-packs/bmad-2d-unity-game-dev/teams/unity-2d-game-team.txt +3 -35
- package/dist/expansion-packs/bmad-creative-writing/agents/beta-reader.txt +0 -9
- package/dist/expansion-packs/bmad-creative-writing/agents/character-psychologist.txt +0 -8
- package/dist/expansion-packs/bmad-creative-writing/agents/dialog-specialist.txt +0 -7
- package/dist/expansion-packs/bmad-creative-writing/agents/editor.txt +0 -8
- package/dist/expansion-packs/bmad-creative-writing/agents/genre-specialist.txt +0 -10
- package/dist/expansion-packs/bmad-creative-writing/agents/narrative-designer.txt +0 -8
- package/dist/expansion-packs/bmad-creative-writing/agents/plot-architect.txt +0 -7
- package/dist/expansion-packs/bmad-creative-writing/agents/world-builder.txt +0 -9
- package/dist/expansion-packs/bmad-creative-writing/teams/agent-team.txt +0 -85
- package/dist/expansion-packs/bmad-godot-game-dev/agents/game-developer.txt +2 -2
- package/dist/expansion-packs/bmad-godot-game-dev/agents/game-qa.txt +1 -2
- package/dist/expansion-packs/bmad-godot-game-dev/teams/godot-game-team.txt +5 -6
- package/dist/expansion-packs/bmad-infrastructure-devops/agents/infra-devops-platform.txt +0 -5
- package/dist/teams/team-all.txt +34 -69
- package/dist/teams/team-fullstack.txt +23 -46
- package/dist/teams/team-ide-minimal.txt +16 -42
- package/dist/teams/team-no-ui.txt +12 -34
- package/docs/user-guide.md +48 -1
- package/expansion-packs/bmad-godot-game-dev/agents/bmad-orchestrator.md +1 -1
- package/expansion-packs/bmad-godot-game-dev/agents/game-qa.md +1 -2
- package/expansion-packs/bmad-godot-game-dev/tasks/apply-qa-fixes.md +2 -2
- package/package.json +2 -1
- package/tools/installer/bin/bmad.js +46 -1
- package/tools/installer/config/install.config.yaml +18 -7
- package/tools/installer/lib/ide-setup.js +709 -77
- package/tools/installer/lib/installer.js +17 -4
- package/tools/installer/package.json +1 -1
- package/release_notes.md +0 -48
|
@@ -558,8 +558,7 @@ agent:
|
|
|
558
558
|
id: game-qa
|
|
559
559
|
title: Game Test Architect & TDD Enforcer (Godot)
|
|
560
560
|
icon: 🎮🧪
|
|
561
|
-
whenToUse:
|
|
562
|
-
Use for Godot game testing architecture, test-driven development enforcement,
|
|
561
|
+
whenToUse: Use for Godot game testing architecture, test-driven development enforcement,
|
|
563
562
|
performance validation, and gameplay quality assurance. Ensures all code is
|
|
564
563
|
test-first, performance targets are met, and player experience is validated.
|
|
565
564
|
Enforces GUT for GDScript and GoDotTest/GodotTestDriver for C# with TDD practices.
|
|
@@ -8943,7 +8942,7 @@ optional:
|
|
|
8943
8942
|
|
|
8944
8943
|
### 0) Load Core Config & Locate Story
|
|
8945
8944
|
|
|
8946
|
-
- Read
|
|
8945
|
+
- Read `.bmad-core/core-config.yaml` and resolve `qa_root`, `story_root`, and `project_root`
|
|
8947
8946
|
- Locate story file in `{story_root}/{epic}.{story}.*.md`
|
|
8948
8947
|
- HALT if missing and ask for correct story id/path
|
|
8949
8948
|
|
|
@@ -9043,7 +9042,7 @@ Status Rule:
|
|
|
9043
9042
|
|
|
9044
9043
|
## Blocking Conditions
|
|
9045
9044
|
|
|
9046
|
-
- Missing
|
|
9045
|
+
- Missing `.bmad-core/core-config.yaml`
|
|
9047
9046
|
- Story file not found for `story_id`
|
|
9048
9047
|
- No QA artifacts found (neither gate nor assessments)
|
|
9049
9048
|
- HALT and request QA to generate at least a gate file (or proceed only with clear developer-provided fix list)
|
|
@@ -19903,7 +19902,7 @@ optional:
|
|
|
19903
19902
|
|
|
19904
19903
|
### 0) Load Core Config & Locate Story
|
|
19905
19904
|
|
|
19906
|
-
- Read
|
|
19905
|
+
- Read `.bmad-core/core-config.yaml` and resolve `qa_root`, `story_root`, and `project_root`
|
|
19907
19906
|
- Locate story file in `{story_root}/{epic}.{story}.*.md`
|
|
19908
19907
|
- HALT if missing and ask for correct story id/path
|
|
19909
19908
|
|
|
@@ -20003,7 +20002,7 @@ Status Rule:
|
|
|
20003
20002
|
|
|
20004
20003
|
## Blocking Conditions
|
|
20005
20004
|
|
|
20006
|
-
- Missing
|
|
20005
|
+
- Missing `.bmad-core/core-config.yaml`
|
|
20007
20006
|
- Story file not found for `story_id`
|
|
20008
20007
|
- No QA artifacts found (neither gate nor assessments)
|
|
20009
20008
|
- HALT and request QA to generate at least a gate file (or proceed only with clear developer-provided fix list)
|
|
@@ -102,7 +102,6 @@ dependencies:
|
|
|
102
102
|
|
|
103
103
|
==================== START: .bmad-infrastructure-devops/tasks/create-doc.md ====================
|
|
104
104
|
<!-- Powered by BMAD™ Core -->
|
|
105
|
-
|
|
106
105
|
# Create Document from Template (YAML Driven)
|
|
107
106
|
|
|
108
107
|
## ⚠️ CRITICAL EXECUTION NOTICE ⚠️
|
|
@@ -208,7 +207,6 @@ User can type `#yolo` to toggle to YOLO mode (process all sections at once).
|
|
|
208
207
|
|
|
209
208
|
==================== START: .bmad-infrastructure-devops/tasks/review-infrastructure.md ====================
|
|
210
209
|
<!-- Powered by BMAD™ Core -->
|
|
211
|
-
|
|
212
210
|
# Infrastructure Review Task
|
|
213
211
|
|
|
214
212
|
## Purpose
|
|
@@ -372,7 +370,6 @@ REPEAT by Asking the user if they would like to perform another Reflective, Elic
|
|
|
372
370
|
|
|
373
371
|
==================== START: .bmad-infrastructure-devops/tasks/validate-infrastructure.md ====================
|
|
374
372
|
<!-- Powered by BMAD™ Core -->
|
|
375
|
-
|
|
376
373
|
# Infrastructure Validation Task
|
|
377
374
|
|
|
378
375
|
## Purpose
|
|
@@ -1591,7 +1588,6 @@ sections:
|
|
|
1591
1588
|
|
|
1592
1589
|
==================== START: .bmad-infrastructure-devops/checklists/infrastructure-checklist.md ====================
|
|
1593
1590
|
<!-- Powered by BMAD™ Core -->
|
|
1594
|
-
|
|
1595
1591
|
# Infrastructure Change Validation Checklist
|
|
1596
1592
|
|
|
1597
1593
|
This checklist serves as a comprehensive framework for validating infrastructure changes before deployment to production. The DevOps/Platform Engineer should systematically work through each item, ensuring the infrastructure is secure, compliant, resilient, and properly implemented according to organizational standards.
|
|
@@ -2080,7 +2076,6 @@ This checklist serves as a comprehensive framework for validating infrastructure
|
|
|
2080
2076
|
|
|
2081
2077
|
==================== START: .bmad-infrastructure-devops/data/technical-preferences.md ====================
|
|
2082
2078
|
<!-- Powered by BMAD™ Core -->
|
|
2083
|
-
|
|
2084
2079
|
# User-Defined Preferred Patterns and Preferences
|
|
2085
2080
|
|
|
2086
2081
|
None Listed
|
package/dist/teams/team-all.txt
CHANGED
|
@@ -338,7 +338,6 @@ persona:
|
|
|
338
338
|
focus: Executing story tasks with precision, updating Dev Agent Record sections only, maintaining minimal context overhead
|
|
339
339
|
core_principles:
|
|
340
340
|
- CRITICAL: Story has ALL info you will need aside from what you loaded during the startup commands. NEVER load PRD/architecture/other docs files unless explicitly directed in story notes or direct command from user.
|
|
341
|
-
- CRITICAL: ALWAYS check current folder structure before starting your story tasks, don't create new working directory if it already exists. Create new one when you're sure it's a brand new project.
|
|
342
341
|
- CRITICAL: ONLY update story file Dev Agent Record sections (checkboxes/Debug Log/Completion Notes/Change Log)
|
|
343
342
|
- CRITICAL: FOLLOW THE develop-story command when the user tells you to implement the story
|
|
344
343
|
- Numbered Options - Always use numbered lists when presenting choices to the user
|
|
@@ -506,8 +505,7 @@ agent:
|
|
|
506
505
|
id: qa
|
|
507
506
|
title: Test Architect & Quality Advisor
|
|
508
507
|
icon: 🧪
|
|
509
|
-
whenToUse:
|
|
510
|
-
Use for comprehensive test architecture review, quality gate decisions,
|
|
508
|
+
whenToUse: Use for comprehensive test architecture review, quality gate decisions,
|
|
511
509
|
and code improvement. Provides thorough analysis including requirements
|
|
512
510
|
traceability, risk assessment, and test strategy.
|
|
513
511
|
Advisory only - teams choose their quality bar.
|
|
@@ -657,7 +655,6 @@ dependencies:
|
|
|
657
655
|
|
|
658
656
|
==================== START: .bmad-core/tasks/advanced-elicitation.md ====================
|
|
659
657
|
<!-- Powered by BMAD™ Core -->
|
|
660
|
-
|
|
661
658
|
# Advanced Elicitation Task
|
|
662
659
|
|
|
663
660
|
## Purpose
|
|
@@ -779,7 +776,6 @@ Choose a number (0-8) or 9 to proceed:
|
|
|
779
776
|
|
|
780
777
|
==================== START: .bmad-core/tasks/create-doc.md ====================
|
|
781
778
|
<!-- Powered by BMAD™ Core -->
|
|
782
|
-
|
|
783
779
|
# Create Document from Template (YAML Driven)
|
|
784
780
|
|
|
785
781
|
## ⚠️ CRITICAL EXECUTION NOTICE ⚠️
|
|
@@ -885,7 +881,6 @@ User can type `#yolo` to toggle to YOLO mode (process all sections at once).
|
|
|
885
881
|
|
|
886
882
|
==================== START: .bmad-core/tasks/kb-mode-interaction.md ====================
|
|
887
883
|
<!-- Powered by BMAD™ Core -->
|
|
888
|
-
|
|
889
884
|
# KB Mode Interaction Task
|
|
890
885
|
|
|
891
886
|
## Purpose
|
|
@@ -965,7 +960,6 @@ Or ask me about anything else related to BMad-Method!
|
|
|
965
960
|
|
|
966
961
|
==================== START: .bmad-core/data/bmad-kb.md ====================
|
|
967
962
|
<!-- Powered by BMAD™ Core -->
|
|
968
|
-
|
|
969
963
|
# BMAD™ Knowledge Base
|
|
970
964
|
|
|
971
965
|
## Overview
|
|
@@ -1068,7 +1062,6 @@ npx bmad-method install
|
|
|
1068
1062
|
- **Cline**: VS Code extension with AI features
|
|
1069
1063
|
- **Roo Code**: Web-based IDE with agent support
|
|
1070
1064
|
- **GitHub Copilot**: VS Code extension with AI peer programming assistant
|
|
1071
|
-
- **Auggie CLI (Augment Code)**: AI-powered development environment
|
|
1072
1065
|
|
|
1073
1066
|
**Note for VS Code Users**: BMAD-METHOD™ assumes when you mention "VS Code" that you're using it with an AI-powered extension like GitHub Copilot, Cline, or Roo. Standard VS Code without AI capabilities cannot run BMad agents. The installer includes built-in support for Cline and Roo.
|
|
1074
1067
|
|
|
@@ -1147,7 +1140,7 @@ npx bmad-method install
|
|
|
1147
1140
|
|
|
1148
1141
|
## Core Configuration (core-config.yaml)
|
|
1149
1142
|
|
|
1150
|
-
**New in V4**: The
|
|
1143
|
+
**New in V4**: The `.bmad-core/core-config.yaml` file is a critical innovation that enables BMad to work seamlessly with any project structure, providing maximum flexibility and backwards compatibility.
|
|
1151
1144
|
|
|
1152
1145
|
### What is core-config.yaml?
|
|
1153
1146
|
|
|
@@ -1777,7 +1770,6 @@ Use the **expansion-creator** pack to build your own:
|
|
|
1777
1770
|
|
|
1778
1771
|
==================== START: .bmad-core/data/elicitation-methods.md ====================
|
|
1779
1772
|
<!-- Powered by BMAD™ Core -->
|
|
1780
|
-
|
|
1781
1773
|
# Elicitation Methods Data
|
|
1782
1774
|
|
|
1783
1775
|
## Core Reflective Methods
|
|
@@ -1936,7 +1928,6 @@ Use the **expansion-creator** pack to build your own:
|
|
|
1936
1928
|
|
|
1937
1929
|
==================== START: .bmad-core/utils/workflow-management.md ====================
|
|
1938
1930
|
<!-- Powered by BMAD™ Core -->
|
|
1939
|
-
|
|
1940
1931
|
# Workflow Management
|
|
1941
1932
|
|
|
1942
1933
|
Enables BMad orchestrator to manage and execute team workflows.
|
|
@@ -2010,7 +2001,6 @@ Agents should be workflow-aware: know active workflow, their role, access artifa
|
|
|
2010
2001
|
|
|
2011
2002
|
==================== START: .bmad-core/tasks/create-deep-research-prompt.md ====================
|
|
2012
2003
|
<!-- Powered by BMAD™ Core -->
|
|
2013
|
-
|
|
2014
2004
|
# Create Deep Research Prompt Task
|
|
2015
2005
|
|
|
2016
2006
|
This task helps create comprehensive research prompts for various types of deep analysis. It can process inputs from brainstorming sessions, project briefs, market research, or specific research questions to generate targeted prompts for deeper investigation.
|
|
@@ -2293,7 +2283,6 @@ CRITICAL: collaborate with the user to develop specific, actionable research que
|
|
|
2293
2283
|
|
|
2294
2284
|
==================== START: .bmad-core/tasks/document-project.md ====================
|
|
2295
2285
|
<!-- Powered by BMAD™ Core -->
|
|
2296
|
-
|
|
2297
2286
|
# Document an Existing Project
|
|
2298
2287
|
|
|
2299
2288
|
## Purpose
|
|
@@ -2640,11 +2629,10 @@ Apply the advanced elicitation task after major sections to refine based on user
|
|
|
2640
2629
|
==================== END: .bmad-core/tasks/document-project.md ====================
|
|
2641
2630
|
|
|
2642
2631
|
==================== START: .bmad-core/tasks/facilitate-brainstorming-session.md ====================
|
|
2643
|
-
|
|
2644
|
-
|
|
2632
|
+
<!-- Powered by BMAD™ Core -->
|
|
2633
|
+
---
|
|
2645
2634
|
docOutputLocation: docs/brainstorming-session-results.md
|
|
2646
2635
|
template: '.bmad-core/templates/brainstorming-output-tmpl.yaml'
|
|
2647
|
-
|
|
2648
2636
|
---
|
|
2649
2637
|
|
|
2650
2638
|
# Facilitate Brainstorming Session Task
|
|
@@ -3732,7 +3720,6 @@ sections:
|
|
|
3732
3720
|
|
|
3733
3721
|
==================== START: .bmad-core/data/brainstorming-techniques.md ====================
|
|
3734
3722
|
<!-- Powered by BMAD™ Core -->
|
|
3735
|
-
|
|
3736
3723
|
# Brainstorming Techniques Data
|
|
3737
3724
|
|
|
3738
3725
|
## Creative Expansion
|
|
@@ -3773,7 +3760,6 @@ sections:
|
|
|
3773
3760
|
|
|
3774
3761
|
==================== START: .bmad-core/tasks/execute-checklist.md ====================
|
|
3775
3762
|
<!-- Powered by BMAD™ Core -->
|
|
3776
|
-
|
|
3777
3763
|
# Checklist Validation Task
|
|
3778
3764
|
|
|
3779
3765
|
This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents.
|
|
@@ -4542,7 +4528,7 @@ sections:
|
|
|
4542
4528
|
1. **Verify Complexity**: Confirm this enhancement requires architectural planning. For simple additions, recommend: "For simpler changes that don't require architectural planning, consider using the brownfield-create-epic or brownfield-create-story task with the Product Owner instead."
|
|
4543
4529
|
|
|
4544
4530
|
2. **REQUIRED INPUTS**:
|
|
4545
|
-
- Completed
|
|
4531
|
+
- Completed prd.md
|
|
4546
4532
|
- Existing project technical documentation (from docs folder or user-provided)
|
|
4547
4533
|
- Access to existing project structure (IDE or uploaded files)
|
|
4548
4534
|
|
|
@@ -6047,7 +6033,6 @@ sections:
|
|
|
6047
6033
|
|
|
6048
6034
|
==================== START: .bmad-core/checklists/architect-checklist.md ====================
|
|
6049
6035
|
<!-- Powered by BMAD™ Core -->
|
|
6050
|
-
|
|
6051
6036
|
# Architect Solution Validation Checklist
|
|
6052
6037
|
|
|
6053
6038
|
This checklist serves as a comprehensive framework for the Architect to validate the technical design and architecture before development execution. The Architect should systematically work through each item, ensuring the architecture is robust, scalable, secure, and aligned with the product requirements.
|
|
@@ -6490,7 +6475,6 @@ After presenting the report, ask the user if they would like detailed analysis o
|
|
|
6490
6475
|
|
|
6491
6476
|
==================== START: .bmad-core/data/technical-preferences.md ====================
|
|
6492
6477
|
<!-- Powered by BMAD™ Core -->
|
|
6493
|
-
|
|
6494
6478
|
# User-Defined Preferred Patterns and Preferences
|
|
6495
6479
|
|
|
6496
6480
|
None Listed
|
|
@@ -6498,7 +6482,6 @@ None Listed
|
|
|
6498
6482
|
|
|
6499
6483
|
==================== START: .bmad-core/tasks/apply-qa-fixes.md ====================
|
|
6500
6484
|
<!-- Powered by BMAD™ Core -->
|
|
6501
|
-
|
|
6502
6485
|
# apply-qa-fixes
|
|
6503
6486
|
|
|
6504
6487
|
Implement fixes based on QA results (gate and assessments) for a specific story. This task is for the Dev agent to systematically consume QA outputs and apply code/test changes while only updating allowed sections in the story file.
|
|
@@ -6515,8 +6498,8 @@ Implement fixes based on QA results (gate and assessments) for a specific story.
|
|
|
6515
6498
|
```yaml
|
|
6516
6499
|
required:
|
|
6517
6500
|
- story_id: '{epic}.{story}' # e.g., "2.2"
|
|
6518
|
-
- qa_root: from
|
|
6519
|
-
- story_root: from
|
|
6501
|
+
- qa_root: from `.bmad-core/core-config.yaml` key `qa.qaLocation` (e.g., `docs/project/qa`)
|
|
6502
|
+
- story_root: from `.bmad-core/core-config.yaml` key `devStoryLocation` (e.g., `docs/project/stories`)
|
|
6520
6503
|
|
|
6521
6504
|
optional:
|
|
6522
6505
|
- story_title: '{title}' # derive from story H1 if missing
|
|
@@ -6544,7 +6527,7 @@ optional:
|
|
|
6544
6527
|
|
|
6545
6528
|
### 0) Load Core Config & Locate Story
|
|
6546
6529
|
|
|
6547
|
-
- Read
|
|
6530
|
+
- Read `.bmad-core/core-config.yaml` and resolve `qa_root` and `story_root`
|
|
6548
6531
|
- Locate story file in `{story_root}/{epic}.{story}.*.md`
|
|
6549
6532
|
- HALT if missing and ask for correct story id/path
|
|
6550
6533
|
|
|
@@ -6612,7 +6595,7 @@ Status Rule:
|
|
|
6612
6595
|
|
|
6613
6596
|
## Blocking Conditions
|
|
6614
6597
|
|
|
6615
|
-
- Missing
|
|
6598
|
+
- Missing `.bmad-core/core-config.yaml`
|
|
6616
6599
|
- Story file not found for `story_id`
|
|
6617
6600
|
- No QA artifacts found (neither gate nor assessments)
|
|
6618
6601
|
- HALT and request QA to generate at least a gate file (or proceed only with clear developer-provided fix list)
|
|
@@ -6651,7 +6634,6 @@ Fix plan:
|
|
|
6651
6634
|
|
|
6652
6635
|
==================== START: .bmad-core/tasks/validate-next-story.md ====================
|
|
6653
6636
|
<!-- Powered by BMAD™ Core -->
|
|
6654
|
-
|
|
6655
6637
|
# Validate Next Story Task
|
|
6656
6638
|
|
|
6657
6639
|
## Purpose
|
|
@@ -6673,7 +6655,7 @@ To comprehensively validate a story draft before implementation begins, ensuring
|
|
|
6673
6655
|
|
|
6674
6656
|
### 1. Template Completeness Validation
|
|
6675
6657
|
|
|
6676
|
-
- Load
|
|
6658
|
+
- Load `bmad-core/templates/story-tmpl.md` and extract all section headings from the template
|
|
6677
6659
|
- **Missing sections check**: Compare story sections against template sections to verify all required sections are present
|
|
6678
6660
|
- **Placeholder validation**: Ensure no template placeholders remain unfilled (e.g., `{{EpicNum}}`, `{{role}}`, `_TBD_`)
|
|
6679
6661
|
- **Agent section verification**: Confirm all sections from template exist for future agent use
|
|
@@ -6790,7 +6772,6 @@ Provide a structured validation report including:
|
|
|
6790
6772
|
|
|
6791
6773
|
==================== START: .bmad-core/checklists/story-dod-checklist.md ====================
|
|
6792
6774
|
<!-- Powered by BMAD™ Core -->
|
|
6793
|
-
|
|
6794
6775
|
# Story Definition of Done (DoD) Checklist
|
|
6795
6776
|
|
|
6796
6777
|
## Instructions for Developer Agent
|
|
@@ -6889,7 +6870,6 @@ Be honest - it's better to flag issues now than have them discovered later.]]
|
|
|
6889
6870
|
|
|
6890
6871
|
==================== START: .bmad-core/tasks/brownfield-create-epic.md ====================
|
|
6891
6872
|
<!-- Powered by BMAD™ Core -->
|
|
6892
|
-
|
|
6893
6873
|
# Create Brownfield Epic Task
|
|
6894
6874
|
|
|
6895
6875
|
## Purpose
|
|
@@ -7054,7 +7034,6 @@ The epic creation is successful when:
|
|
|
7054
7034
|
|
|
7055
7035
|
==================== START: .bmad-core/tasks/brownfield-create-story.md ====================
|
|
7056
7036
|
<!-- Powered by BMAD™ Core -->
|
|
7057
|
-
|
|
7058
7037
|
# Create Brownfield Story Task
|
|
7059
7038
|
|
|
7060
7039
|
## Purpose
|
|
@@ -7206,7 +7185,6 @@ The story creation is successful when:
|
|
|
7206
7185
|
|
|
7207
7186
|
==================== START: .bmad-core/tasks/correct-course.md ====================
|
|
7208
7187
|
<!-- Powered by BMAD™ Core -->
|
|
7209
|
-
|
|
7210
7188
|
# Correct Course Task
|
|
7211
7189
|
|
|
7212
7190
|
## Purpose
|
|
@@ -7281,7 +7259,6 @@ The story creation is successful when:
|
|
|
7281
7259
|
|
|
7282
7260
|
==================== START: .bmad-core/tasks/shard-doc.md ====================
|
|
7283
7261
|
<!-- Powered by BMAD™ Core -->
|
|
7284
|
-
|
|
7285
7262
|
# Document Sharding Task
|
|
7286
7263
|
|
|
7287
7264
|
## Purpose
|
|
@@ -7961,7 +7938,6 @@ sections:
|
|
|
7961
7938
|
|
|
7962
7939
|
==================== START: .bmad-core/checklists/change-checklist.md ====================
|
|
7963
7940
|
<!-- Powered by BMAD™ Core -->
|
|
7964
|
-
|
|
7965
7941
|
# Change Navigation Checklist
|
|
7966
7942
|
|
|
7967
7943
|
**Purpose:** To systematically guide the selected Agent and user through the analysis and planning required when a significant change (pivot, tech issue, missing requirement, failed story) is identified during the BMad workflow.
|
|
@@ -8148,7 +8124,6 @@ Keep it action-oriented and forward-looking.]]
|
|
|
8148
8124
|
|
|
8149
8125
|
==================== START: .bmad-core/checklists/pm-checklist.md ====================
|
|
8150
8126
|
<!-- Powered by BMAD™ Core -->
|
|
8151
|
-
|
|
8152
8127
|
# Product Manager (PM) Requirements Checklist
|
|
8153
8128
|
|
|
8154
8129
|
This checklist serves as a comprehensive framework to ensure the Product Requirements Document (PRD) and Epic definitions are complete, well-structured, and appropriately scoped for MVP development. The PM should systematically work through each item during the product definition process.
|
|
@@ -8664,7 +8639,6 @@ sections:
|
|
|
8664
8639
|
|
|
8665
8640
|
==================== START: .bmad-core/checklists/po-master-checklist.md ====================
|
|
8666
8641
|
<!-- Powered by BMAD™ Core -->
|
|
8667
|
-
|
|
8668
8642
|
# Product Owner (PO) Master Validation Checklist
|
|
8669
8643
|
|
|
8670
8644
|
This checklist serves as a comprehensive framework for the Product Owner to validate project plans before development execution. It adapts intelligently based on project type (greenfield vs brownfield) and includes UI/UX considerations when applicable.
|
|
@@ -8680,7 +8654,7 @@ First, determine the project type by checking:
|
|
|
8680
8654
|
|
|
8681
8655
|
2. Is this a BROWNFIELD project (enhancing existing system)?
|
|
8682
8656
|
- Look for: References to existing codebase, enhancement/modification language
|
|
8683
|
-
- Check for:
|
|
8657
|
+
- Check for: prd.md, architecture.md, existing system analysis
|
|
8684
8658
|
|
|
8685
8659
|
3. Does the project include UI/UX components?
|
|
8686
8660
|
- Check for: frontend-architecture.md, UI/UX specifications, design files
|
|
@@ -8698,8 +8672,8 @@ For GREENFIELD projects:
|
|
|
8698
8672
|
|
|
8699
8673
|
For BROWNFIELD projects:
|
|
8700
8674
|
|
|
8701
|
-
-
|
|
8702
|
-
-
|
|
8675
|
+
- prd.md - The brownfield enhancement requirements
|
|
8676
|
+
- architecture.md - The enhancement architecture
|
|
8703
8677
|
- Existing project codebase access (CRITICAL - cannot proceed without this)
|
|
8704
8678
|
- Current deployment configuration and infrastructure details
|
|
8705
8679
|
- Database schemas, API documentation, monitoring setup
|
|
@@ -9101,7 +9075,6 @@ After presenting the report, ask if the user wants:
|
|
|
9101
9075
|
|
|
9102
9076
|
==================== START: .bmad-core/tasks/nfr-assess.md ====================
|
|
9103
9077
|
<!-- Powered by BMAD™ Core -->
|
|
9104
|
-
|
|
9105
9078
|
# nfr-assess
|
|
9106
9079
|
|
|
9107
9080
|
Quick NFR validation focused on the core four: security, performance, reliability, maintainability.
|
|
@@ -9111,11 +9084,11 @@ Quick NFR validation focused on the core four: security, performance, reliabilit
|
|
|
9111
9084
|
```yaml
|
|
9112
9085
|
required:
|
|
9113
9086
|
- story_id: '{epic}.{story}' # e.g., "1.3"
|
|
9114
|
-
- story_path:
|
|
9087
|
+
- story_path: `.bmad-core/core-config.yaml` for the `devStoryLocation`
|
|
9115
9088
|
|
|
9116
9089
|
optional:
|
|
9117
|
-
- architecture_refs:
|
|
9118
|
-
- technical_preferences:
|
|
9090
|
+
- architecture_refs: `.bmad-core/core-config.yaml` for the `architecture.architectureFile`
|
|
9091
|
+
- technical_preferences: `.bmad-core/core-config.yaml` for the `technicalPreferences`
|
|
9119
9092
|
- acceptance_criteria: From story file
|
|
9120
9093
|
```
|
|
9121
9094
|
|
|
@@ -9449,7 +9422,6 @@ performance_deep_dive:
|
|
|
9449
9422
|
|
|
9450
9423
|
==================== START: .bmad-core/tasks/qa-gate.md ====================
|
|
9451
9424
|
<!-- Powered by BMAD™ Core -->
|
|
9452
|
-
|
|
9453
9425
|
# qa-gate
|
|
9454
9426
|
|
|
9455
9427
|
Create or update a quality gate decision file for a story based on review findings.
|
|
@@ -9466,7 +9438,7 @@ Generate a standalone quality gate file that provides a clear pass/fail decision
|
|
|
9466
9438
|
|
|
9467
9439
|
## Gate File Location
|
|
9468
9440
|
|
|
9469
|
-
**ALWAYS** check the
|
|
9441
|
+
**ALWAYS** check the `.bmad-core/core-config.yaml` for the `qa.qaLocation/gates`
|
|
9470
9442
|
|
|
9471
9443
|
Slug rules:
|
|
9472
9444
|
|
|
@@ -9576,7 +9548,7 @@ waiver:
|
|
|
9576
9548
|
|
|
9577
9549
|
## Output Requirements
|
|
9578
9550
|
|
|
9579
|
-
1. **ALWAYS** create gate file at: `qa.qaLocation/gates` from
|
|
9551
|
+
1. **ALWAYS** create gate file at: `qa.qaLocation/gates` from `.bmad-core/core-config.yaml`
|
|
9580
9552
|
2. **ALWAYS** append this exact format to story's QA Results section:
|
|
9581
9553
|
|
|
9582
9554
|
```text
|
|
@@ -9615,7 +9587,6 @@ Gate: CONCERNS → qa.qaLocation/gates/{epic}.{story}-{slug}.yml
|
|
|
9615
9587
|
|
|
9616
9588
|
==================== START: .bmad-core/tasks/review-story.md ====================
|
|
9617
9589
|
<!-- Powered by BMAD™ Core -->
|
|
9618
|
-
|
|
9619
9590
|
# review-story
|
|
9620
9591
|
|
|
9621
9592
|
Perform a comprehensive test architecture review with quality gate decision. This adaptive, risk-aware review creates both a story update and a detailed gate file.
|
|
@@ -9802,7 +9773,7 @@ NFR assessment: qa.qaLocation/assessments/{epic}.{story}-nfr-{YYYYMMDD}.md
|
|
|
9802
9773
|
**Template and Directory:**
|
|
9803
9774
|
|
|
9804
9775
|
- Render from `../templates/qa-gate-tmpl.yaml`
|
|
9805
|
-
- Create directory defined in `qa.qaLocation/gates` (see
|
|
9776
|
+
- Create directory defined in `qa.qaLocation/gates` (see `.bmad-core/core-config.yaml`) if missing
|
|
9806
9777
|
- Save to: `qa.qaLocation/gates/{epic}.{story}-{slug}.yml`
|
|
9807
9778
|
|
|
9808
9779
|
Gate file structure:
|
|
@@ -9934,7 +9905,6 @@ After review:
|
|
|
9934
9905
|
|
|
9935
9906
|
==================== START: .bmad-core/tasks/risk-profile.md ====================
|
|
9936
9907
|
<!-- Powered by BMAD™ Core -->
|
|
9937
|
-
|
|
9938
9908
|
# risk-profile
|
|
9939
9909
|
|
|
9940
9910
|
Generate a comprehensive risk assessment matrix for a story implementation using probability × impact analysis.
|
|
@@ -10292,7 +10262,6 @@ Risk profile: qa.qaLocation/assessments/{epic}.{story}-risk-{YYYYMMDD}.md
|
|
|
10292
10262
|
|
|
10293
10263
|
==================== START: .bmad-core/tasks/test-design.md ====================
|
|
10294
10264
|
<!-- Powered by BMAD™ Core -->
|
|
10295
|
-
|
|
10296
10265
|
# test-design
|
|
10297
10266
|
|
|
10298
10267
|
Create comprehensive test scenarios with appropriate test level recommendations for story implementation.
|
|
@@ -10471,7 +10440,6 @@ Before finalizing, verify:
|
|
|
10471
10440
|
|
|
10472
10441
|
==================== START: .bmad-core/tasks/trace-requirements.md ====================
|
|
10473
10442
|
<!-- Powered by BMAD™ Core -->
|
|
10474
|
-
|
|
10475
10443
|
# trace-requirements
|
|
10476
10444
|
|
|
10477
10445
|
Map story requirements to test cases using Given-When-Then patterns for comprehensive traceability.
|
|
@@ -10846,7 +10814,6 @@ optional_fields_examples:
|
|
|
10846
10814
|
|
|
10847
10815
|
==================== START: .bmad-core/tasks/create-next-story.md ====================
|
|
10848
10816
|
<!-- Powered by BMAD™ Core -->
|
|
10849
|
-
|
|
10850
10817
|
# Create Next Story Task
|
|
10851
10818
|
|
|
10852
10819
|
## Purpose
|
|
@@ -10963,7 +10930,6 @@ ALWAYS cite source documents: `[Source: architecture/{filename}.md#{section}]`
|
|
|
10963
10930
|
|
|
10964
10931
|
==================== START: .bmad-core/checklists/story-draft-checklist.md ====================
|
|
10965
10932
|
<!-- Powered by BMAD™ Core -->
|
|
10966
|
-
|
|
10967
10933
|
# Story Draft Checklist
|
|
10968
10934
|
|
|
10969
10935
|
The Scrum Master should use this checklist to validate that each story contains sufficient context for a developer agent to implement it successfully, while assuming the dev agent has reasonable capabilities to figure things out.
|
|
@@ -11121,7 +11087,6 @@ Be pragmatic - perfect documentation doesn't exist, but it must be enough to pro
|
|
|
11121
11087
|
|
|
11122
11088
|
==================== START: .bmad-core/tasks/generate-ai-frontend-prompt.md ====================
|
|
11123
11089
|
<!-- Powered by BMAD™ Core -->
|
|
11124
|
-
|
|
11125
11090
|
# Create AI Frontend Prompt Task
|
|
11126
11091
|
|
|
11127
11092
|
## Purpose
|
|
@@ -11691,7 +11656,7 @@ workflow:
|
|
|
11691
11656
|
- Dev Agent (New Chat): Address remaining items
|
|
11692
11657
|
- Return to QA for final approval
|
|
11693
11658
|
|
|
11694
|
-
-
|
|
11659
|
+
- repeat_development_cycle:
|
|
11695
11660
|
action: continue_for_all_stories
|
|
11696
11661
|
notes: |
|
|
11697
11662
|
Repeat story cycle (SM → Dev → QA) for all epic stories
|
|
@@ -11708,7 +11673,7 @@ workflow:
|
|
|
11708
11673
|
- Validate epic was completed correctly
|
|
11709
11674
|
- Document learnings and improvements
|
|
11710
11675
|
|
|
11711
|
-
-
|
|
11676
|
+
- workflow_end:
|
|
11712
11677
|
action: project_complete
|
|
11713
11678
|
notes: |
|
|
11714
11679
|
All stories implemented and reviewed!
|
|
@@ -11938,7 +11903,7 @@ workflow:
|
|
|
11938
11903
|
- Dev Agent (New Chat): Address remaining items
|
|
11939
11904
|
- Return to QA for final approval
|
|
11940
11905
|
|
|
11941
|
-
-
|
|
11906
|
+
- repeat_development_cycle:
|
|
11942
11907
|
action: continue_for_all_stories
|
|
11943
11908
|
notes: |
|
|
11944
11909
|
Repeat story cycle (SM → Dev → QA) for all epic stories
|
|
@@ -11955,7 +11920,7 @@ workflow:
|
|
|
11955
11920
|
- Validate epic was completed correctly
|
|
11956
11921
|
- Document learnings and improvements
|
|
11957
11922
|
|
|
11958
|
-
-
|
|
11923
|
+
- workflow_end:
|
|
11959
11924
|
action: project_complete
|
|
11960
11925
|
notes: |
|
|
11961
11926
|
All stories implemented and reviewed!
|
|
@@ -12136,7 +12101,7 @@ workflow:
|
|
|
12136
12101
|
- Dev Agent (New Chat): Address remaining items
|
|
12137
12102
|
- Return to QA for final approval
|
|
12138
12103
|
|
|
12139
|
-
-
|
|
12104
|
+
- repeat_development_cycle:
|
|
12140
12105
|
action: continue_for_all_stories
|
|
12141
12106
|
notes: |
|
|
12142
12107
|
Repeat story cycle (SM → Dev → QA) for all epic stories
|
|
@@ -12153,7 +12118,7 @@ workflow:
|
|
|
12153
12118
|
- Validate epic was completed correctly
|
|
12154
12119
|
- Document learnings and improvements
|
|
12155
12120
|
|
|
12156
|
-
-
|
|
12121
|
+
- workflow_end:
|
|
12157
12122
|
action: project_complete
|
|
12158
12123
|
notes: |
|
|
12159
12124
|
All stories implemented and reviewed!
|
|
@@ -12289,12 +12254,12 @@ workflow:
|
|
|
12289
12254
|
condition: po_checklist_issues
|
|
12290
12255
|
notes: "If PO finds issues, return to relevant agent to fix and re-export updated documents to docs/ folder."
|
|
12291
12256
|
|
|
12292
|
-
-
|
|
12257
|
+
- project_setup_guidance:
|
|
12293
12258
|
action: guide_project_structure
|
|
12294
12259
|
condition: user_has_generated_ui
|
|
12295
12260
|
notes: "If user generated UI with v0/Lovable: For polyrepo setup, place downloaded project in separate frontend repo alongside backend repo. For monorepo, place in apps/web or packages/frontend directory. Review architecture document for specific guidance."
|
|
12296
12261
|
|
|
12297
|
-
-
|
|
12262
|
+
- development_order_guidance:
|
|
12298
12263
|
action: guide_development_sequence
|
|
12299
12264
|
notes: "Based on PRD stories: If stories are frontend-heavy, start with frontend project/directory first. If backend-heavy or API-first, start with backend. For tightly coupled features, follow story sequence in monorepo setup. Reference sharded PRD epics for development order."
|
|
12300
12265
|
|
|
@@ -12362,7 +12327,7 @@ workflow:
|
|
|
12362
12327
|
- Dev Agent (New Chat): Address remaining items
|
|
12363
12328
|
- Return to QA for final approval
|
|
12364
12329
|
|
|
12365
|
-
-
|
|
12330
|
+
- repeat_development_cycle:
|
|
12366
12331
|
action: continue_for_all_stories
|
|
12367
12332
|
notes: |
|
|
12368
12333
|
Repeat story cycle (SM → Dev → QA) for all epic stories
|
|
@@ -12379,7 +12344,7 @@ workflow:
|
|
|
12379
12344
|
- Validate epic was completed correctly
|
|
12380
12345
|
- Document learnings and improvements
|
|
12381
12346
|
|
|
12382
|
-
-
|
|
12347
|
+
- workflow_end:
|
|
12383
12348
|
action: project_complete
|
|
12384
12349
|
notes: |
|
|
12385
12350
|
All stories implemented and reviewed!
|
|
@@ -12582,7 +12547,7 @@ workflow:
|
|
|
12582
12547
|
- Dev Agent (New Chat): Address remaining items
|
|
12583
12548
|
- Return to QA for final approval
|
|
12584
12549
|
|
|
12585
|
-
-
|
|
12550
|
+
- repeat_development_cycle:
|
|
12586
12551
|
action: continue_for_all_stories
|
|
12587
12552
|
notes: |
|
|
12588
12553
|
Repeat story cycle (SM → Dev → QA) for all epic stories
|
|
@@ -12599,7 +12564,7 @@ workflow:
|
|
|
12599
12564
|
- Validate epic was completed correctly
|
|
12600
12565
|
- Document learnings and improvements
|
|
12601
12566
|
|
|
12602
|
-
-
|
|
12567
|
+
- workflow_end:
|
|
12603
12568
|
action: project_complete
|
|
12604
12569
|
notes: |
|
|
12605
12570
|
All stories implemented and reviewed!
|
|
@@ -12742,7 +12707,7 @@ workflow:
|
|
|
12742
12707
|
condition: po_checklist_issues
|
|
12743
12708
|
notes: "If PO finds issues, return to relevant agent to fix and re-export updated documents to docs/ folder."
|
|
12744
12709
|
|
|
12745
|
-
-
|
|
12710
|
+
- project_setup_guidance:
|
|
12746
12711
|
action: guide_project_structure
|
|
12747
12712
|
condition: user_has_generated_ui
|
|
12748
12713
|
notes: "If user generated UI with v0/Lovable: For polyrepo setup, place downloaded project in separate frontend repo. For monorepo, place in apps/web or frontend/ directory. Review architecture document for specific guidance."
|
|
@@ -12811,7 +12776,7 @@ workflow:
|
|
|
12811
12776
|
- Dev Agent (New Chat): Address remaining items
|
|
12812
12777
|
- Return to QA for final approval
|
|
12813
12778
|
|
|
12814
|
-
-
|
|
12779
|
+
- repeat_development_cycle:
|
|
12815
12780
|
action: continue_for_all_stories
|
|
12816
12781
|
notes: |
|
|
12817
12782
|
Repeat story cycle (SM → Dev → QA) for all epic stories
|
|
@@ -12828,7 +12793,7 @@ workflow:
|
|
|
12828
12793
|
- Validate epic was completed correctly
|
|
12829
12794
|
- Document learnings and improvements
|
|
12830
12795
|
|
|
12831
|
-
-
|
|
12796
|
+
- workflow_end:
|
|
12832
12797
|
action: project_complete
|
|
12833
12798
|
notes: |
|
|
12834
12799
|
All stories implemented and reviewed!
|