bmad-method 4.37.0 → 4.39.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/.github/ISSUE_TEMPLATE/bug_report.md +3 -3
- package/.github/ISSUE_TEMPLATE/feature_request.md +3 -3
- package/.github/workflows/discord.yaml +11 -2
- package/.github/workflows/format-check.yaml +42 -0
- package/.github/workflows/manual-release.yaml +173 -0
- package/.husky/pre-commit +3 -0
- package/.vscode/settings.json +26 -1
- package/CHANGELOG.md +2 -23
- package/README.md +2 -0
- package/bmad-core/agent-teams/team-all.yaml +1 -1
- package/bmad-core/agents/analyst.md +16 -15
- package/bmad-core/agents/architect.md +11 -11
- package/bmad-core/agents/bmad-master.md +23 -22
- package/bmad-core/agents/bmad-orchestrator.md +13 -17
- package/bmad-core/agents/dev.md +14 -11
- package/bmad-core/agents/pm.md +15 -14
- package/bmad-core/agents/po.md +9 -8
- package/bmad-core/agents/qa.md +42 -22
- package/bmad-core/agents/sm.md +7 -6
- package/bmad-core/agents/ux-expert.md +6 -5
- package/bmad-core/core-config.yaml +2 -0
- package/bmad-core/data/bmad-kb.md +1 -1
- package/bmad-core/data/test-levels-framework.md +146 -0
- package/bmad-core/data/test-priorities-matrix.md +172 -0
- package/bmad-core/tasks/apply-qa-fixes.md +148 -0
- package/bmad-core/tasks/facilitate-brainstorming-session.md +1 -1
- package/bmad-core/tasks/nfr-assess.md +343 -0
- package/bmad-core/tasks/qa-gate.md +161 -0
- package/bmad-core/tasks/review-story.md +234 -74
- package/bmad-core/tasks/risk-profile.md +353 -0
- package/bmad-core/tasks/test-design.md +174 -0
- package/bmad-core/tasks/trace-requirements.md +264 -0
- package/bmad-core/templates/architecture-tmpl.yaml +49 -49
- package/bmad-core/templates/brainstorming-output-tmpl.yaml +5 -5
- package/bmad-core/templates/brownfield-architecture-tmpl.yaml +31 -31
- package/bmad-core/templates/brownfield-prd-tmpl.yaml +13 -13
- package/bmad-core/templates/competitor-analysis-tmpl.yaml +19 -6
- package/bmad-core/templates/front-end-architecture-tmpl.yaml +21 -9
- package/bmad-core/templates/front-end-spec-tmpl.yaml +24 -24
- package/bmad-core/templates/fullstack-architecture-tmpl.yaml +122 -104
- package/bmad-core/templates/market-research-tmpl.yaml +2 -2
- package/bmad-core/templates/prd-tmpl.yaml +9 -9
- package/bmad-core/templates/project-brief-tmpl.yaml +4 -4
- package/bmad-core/templates/qa-gate-tmpl.yaml +102 -0
- package/bmad-core/templates/story-tmpl.yaml +12 -12
- package/bmad-core/workflows/brownfield-fullstack.yaml +9 -9
- package/bmad-core/workflows/brownfield-service.yaml +1 -1
- package/bmad-core/workflows/brownfield-ui.yaml +1 -1
- package/bmad-core/workflows/greenfield-fullstack.yaml +1 -1
- package/bmad-core/workflows/greenfield-service.yaml +1 -1
- package/bmad-core/workflows/greenfield-ui.yaml +1 -1
- package/common/utils/bmad-doc-template.md +5 -5
- package/dist/agents/analyst.txt +1086 -1079
- package/dist/agents/architect.txt +1534 -1526
- package/dist/agents/bmad-master.txt +646 -632
- package/dist/agents/bmad-orchestrator.txt +40 -18
- package/dist/agents/dev.txt +158 -19
- package/dist/agents/pm.txt +1082 -1107
- package/dist/agents/po.txt +314 -332
- package/dist/agents/qa.txt +1754 -151
- package/dist/agents/sm.txt +88 -98
- package/dist/agents/ux-expert.txt +80 -87
- package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-designer.txt +109 -146
- package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-developer.txt +75 -86
- package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-sm.txt +41 -48
- package/dist/expansion-packs/bmad-2d-phaser-game-dev/teams/phaser-2d-nodejs-game-team.txt +1903 -1941
- package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-architect.txt +15 -50
- package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-designer.txt +149 -195
- package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-developer.txt +0 -15
- package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-sm.txt +20 -37
- package/dist/expansion-packs/bmad-2d-unity-game-dev/teams/unity-2d-game-team.txt +2660 -2752
- package/dist/expansion-packs/bmad-creative-writing/agents/beta-reader.txt +871 -0
- package/dist/expansion-packs/bmad-creative-writing/agents/book-critic.txt +78 -0
- package/dist/expansion-packs/bmad-creative-writing/agents/character-psychologist.txt +839 -0
- package/dist/expansion-packs/bmad-creative-writing/agents/cover-designer.txt +85 -0
- package/dist/expansion-packs/bmad-creative-writing/agents/dialog-specialist.txt +861 -0
- package/dist/expansion-packs/bmad-creative-writing/agents/editor.txt +796 -0
- package/dist/expansion-packs/bmad-creative-writing/agents/genre-specialist.txt +927 -0
- package/dist/expansion-packs/bmad-creative-writing/agents/narrative-designer.txt +842 -0
- package/dist/expansion-packs/bmad-creative-writing/agents/plot-architect.txt +1126 -0
- package/dist/expansion-packs/bmad-creative-writing/agents/world-builder.txt +864 -0
- package/dist/expansion-packs/bmad-creative-writing/teams/agent-team.txt +5917 -0
- package/dist/expansion-packs/bmad-infrastructure-devops/agents/infra-devops-platform.txt +25 -27
- package/dist/teams/team-all.txt +5541 -3768
- package/dist/teams/team-fullstack.txt +3014 -2987
- package/dist/teams/team-ide-minimal.txt +2219 -469
- package/dist/teams/team-no-ui.txt +2993 -2966
- package/docs/enhanced-ide-development-workflow.md +220 -15
- package/docs/user-guide.md +271 -18
- package/docs/versioning-and-releases.md +122 -44
- package/docs/working-in-the-brownfield.md +264 -31
- package/eslint.config.mjs +119 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/agents/game-developer.md +4 -4
- package/expansion-packs/bmad-2d-phaser-game-dev/agents/game-sm.md +1 -1
- package/expansion-packs/bmad-2d-phaser-game-dev/config.yaml +1 -1
- package/expansion-packs/bmad-2d-phaser-game-dev/data/development-guidelines.md +26 -28
- package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-architecture-tmpl.yaml +50 -50
- package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-brief-tmpl.yaml +23 -23
- package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-design-doc-tmpl.yaml +24 -24
- package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-story-tmpl.yaml +42 -42
- package/expansion-packs/bmad-2d-phaser-game-dev/templates/level-design-doc-tmpl.yaml +65 -65
- package/expansion-packs/bmad-2d-phaser-game-dev/workflows/game-dev-greenfield.yaml +5 -5
- package/expansion-packs/bmad-2d-phaser-game-dev/workflows/game-prototype.yaml +1 -1
- package/expansion-packs/bmad-2d-unity-game-dev/agents/game-developer.md +3 -3
- package/expansion-packs/bmad-2d-unity-game-dev/config.yaml +1 -1
- package/expansion-packs/bmad-2d-unity-game-dev/data/bmad-kb.md +1 -1
- package/expansion-packs/bmad-2d-unity-game-dev/templates/game-brief-tmpl.yaml +23 -23
- package/expansion-packs/bmad-2d-unity-game-dev/templates/game-design-doc-tmpl.yaml +63 -63
- package/expansion-packs/bmad-2d-unity-game-dev/templates/game-story-tmpl.yaml +20 -20
- package/expansion-packs/bmad-2d-unity-game-dev/templates/level-design-doc-tmpl.yaml +65 -65
- package/expansion-packs/bmad-2d-unity-game-dev/workflows/game-dev-greenfield.yaml +5 -5
- package/expansion-packs/bmad-2d-unity-game-dev/workflows/game-prototype.yaml +1 -1
- package/expansion-packs/bmad-creative-writing/README.md +132 -0
- package/expansion-packs/bmad-creative-writing/agent-teams/agent-team.yaml +19 -0
- package/expansion-packs/bmad-creative-writing/agents/beta-reader.md +91 -0
- package/expansion-packs/bmad-creative-writing/agents/book-critic.md +35 -0
- package/expansion-packs/bmad-creative-writing/agents/character-psychologist.md +90 -0
- package/expansion-packs/bmad-creative-writing/agents/cover-designer.md +41 -0
- package/expansion-packs/bmad-creative-writing/agents/dialog-specialist.md +89 -0
- package/expansion-packs/bmad-creative-writing/agents/editor.md +90 -0
- package/expansion-packs/bmad-creative-writing/agents/genre-specialist.md +92 -0
- package/expansion-packs/bmad-creative-writing/agents/narrative-designer.md +90 -0
- package/expansion-packs/bmad-creative-writing/agents/plot-architect.md +92 -0
- package/expansion-packs/bmad-creative-writing/agents/world-builder.md +91 -0
- package/expansion-packs/bmad-creative-writing/checklists/beta-feedback-closure-checklist.md +16 -0
- package/expansion-packs/bmad-creative-writing/checklists/character-consistency-checklist.md +16 -0
- package/expansion-packs/bmad-creative-writing/checklists/comedic-timing-checklist.md +16 -0
- package/expansion-packs/bmad-creative-writing/checklists/cyberpunk-aesthetic-checklist.md +16 -0
- package/expansion-packs/bmad-creative-writing/checklists/ebook-formatting-checklist.md +15 -0
- package/expansion-packs/bmad-creative-writing/checklists/epic-poetry-meter-checklist.md +16 -0
- package/expansion-packs/bmad-creative-writing/checklists/fantasy-magic-system-checklist.md +16 -0
- package/expansion-packs/bmad-creative-writing/checklists/foreshadowing-payoff-checklist.md +15 -0
- package/expansion-packs/bmad-creative-writing/checklists/genre-tropes-checklist.md +15 -0
- package/expansion-packs/bmad-creative-writing/checklists/historical-accuracy-checklist.md +16 -0
- package/expansion-packs/bmad-creative-writing/checklists/horror-suspense-checklist.md +16 -0
- package/expansion-packs/bmad-creative-writing/checklists/kdp-cover-ready-checklist.md +18 -0
- package/expansion-packs/bmad-creative-writing/checklists/line-edit-quality-checklist.md +16 -0
- package/expansion-packs/bmad-creative-writing/checklists/marketing-copy-checklist.md +16 -0
- package/expansion-packs/bmad-creative-writing/checklists/mystery-clue-trail-checklist.md +16 -0
- package/expansion-packs/bmad-creative-writing/checklists/orbital-mechanics-checklist.md +16 -0
- package/expansion-packs/bmad-creative-writing/checklists/plot-structure-checklist.md +49 -0
- package/expansion-packs/bmad-creative-writing/checklists/publication-readiness-checklist.md +16 -0
- package/expansion-packs/bmad-creative-writing/checklists/romance-emotional-beats-checklist.md +16 -0
- package/expansion-packs/bmad-creative-writing/checklists/scene-quality-checklist.md +16 -0
- package/expansion-packs/bmad-creative-writing/checklists/scifi-technology-plausibility-checklist.md +15 -0
- package/expansion-packs/bmad-creative-writing/checklists/sensitivity-representation-checklist.md +16 -0
- package/expansion-packs/bmad-creative-writing/checklists/steampunk-gadget-checklist.md +16 -0
- package/expansion-packs/bmad-creative-writing/checklists/thriller-pacing-stakes-checklist.md +16 -0
- package/expansion-packs/bmad-creative-writing/checklists/timeline-continuity-checklist.md +16 -0
- package/expansion-packs/bmad-creative-writing/checklists/world-building-continuity-checklist.md +16 -0
- package/expansion-packs/bmad-creative-writing/checklists/ya-appropriateness-checklist.md +16 -0
- package/expansion-packs/bmad-creative-writing/config.yaml +11 -0
- package/expansion-packs/bmad-creative-writing/data/bmad-kb.md +197 -0
- package/expansion-packs/bmad-creative-writing/data/story-structures.md +58 -0
- package/expansion-packs/bmad-creative-writing/docs/brief.md +183 -0
- package/expansion-packs/bmad-creative-writing/tasks/advanced-elicitation.md +117 -0
- package/expansion-packs/bmad-creative-writing/tasks/analyze-reader-feedback.md +16 -0
- package/expansion-packs/bmad-creative-writing/tasks/analyze-story-structure.md +55 -0
- package/expansion-packs/bmad-creative-writing/tasks/assemble-kdp-package.md +22 -0
- package/expansion-packs/bmad-creative-writing/tasks/brainstorm-premise.md +16 -0
- package/expansion-packs/bmad-creative-writing/tasks/build-world.md +17 -0
- package/expansion-packs/bmad-creative-writing/tasks/character-depth-pass.md +15 -0
- package/expansion-packs/bmad-creative-writing/tasks/create-doc.md +101 -0
- package/expansion-packs/bmad-creative-writing/tasks/create-draft-section.md +19 -0
- package/expansion-packs/bmad-creative-writing/tasks/critical-review.md +19 -0
- package/expansion-packs/bmad-creative-writing/tasks/develop-character.md +17 -0
- package/expansion-packs/bmad-creative-writing/tasks/execute-checklist.md +93 -0
- package/expansion-packs/bmad-creative-writing/tasks/expand-premise.md +16 -0
- package/expansion-packs/bmad-creative-writing/tasks/expand-synopsis.md +16 -0
- package/expansion-packs/bmad-creative-writing/tasks/final-polish.md +16 -0
- package/expansion-packs/bmad-creative-writing/tasks/generate-cover-brief.md +18 -0
- package/expansion-packs/bmad-creative-writing/tasks/generate-cover-prompts.md +19 -0
- package/expansion-packs/bmad-creative-writing/tasks/generate-scene-list.md +16 -0
- package/expansion-packs/bmad-creative-writing/tasks/incorporate-feedback.md +18 -0
- package/expansion-packs/bmad-creative-writing/tasks/outline-scenes.md +16 -0
- package/expansion-packs/bmad-creative-writing/tasks/provide-feedback.md +17 -0
- package/expansion-packs/bmad-creative-writing/tasks/publish-chapter.md +16 -0
- package/expansion-packs/bmad-creative-writing/tasks/quick-feedback.md +15 -0
- package/expansion-packs/bmad-creative-writing/tasks/select-next-arc.md +16 -0
- package/expansion-packs/bmad-creative-writing/tasks/workshop-dialog.md +51 -0
- package/expansion-packs/bmad-creative-writing/templates/beta-feedback-form.yaml +96 -0
- package/expansion-packs/bmad-creative-writing/templates/chapter-draft-tmpl.yaml +81 -0
- package/expansion-packs/bmad-creative-writing/templates/character-profile-tmpl.yaml +92 -0
- package/expansion-packs/bmad-creative-writing/templates/cover-design-brief-tmpl.yaml +97 -0
- package/expansion-packs/bmad-creative-writing/templates/premise-brief-tmpl.yaml +77 -0
- package/expansion-packs/bmad-creative-writing/templates/scene-list-tmpl.yaml +54 -0
- package/expansion-packs/bmad-creative-writing/templates/story-outline-tmpl.yaml +96 -0
- package/expansion-packs/bmad-creative-writing/templates/world-guide-tmpl.yaml +88 -0
- package/expansion-packs/bmad-creative-writing/workflows/book-cover-design-workflow.md +176 -0
- package/expansion-packs/bmad-creative-writing/workflows/novel-greenfield-workflow.yaml +58 -0
- package/expansion-packs/bmad-creative-writing/workflows/novel-serial-workflow.yaml +51 -0
- package/expansion-packs/bmad-creative-writing/workflows/novel-snowflake-workflow.yaml +69 -0
- package/expansion-packs/bmad-creative-writing/workflows/novel-writing.yaml +92 -0
- package/expansion-packs/bmad-creative-writing/workflows/screenplay-development.yaml +86 -0
- package/expansion-packs/bmad-creative-writing/workflows/series-planning.yaml +79 -0
- package/expansion-packs/bmad-creative-writing/workflows/short-story-creation.yaml +65 -0
- package/expansion-packs/bmad-infrastructure-devops/config.yaml +1 -1
- package/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-architecture-tmpl.yaml +20 -20
- package/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-platform-from-arch-tmpl.yaml +7 -7
- package/package.json +62 -39
- package/prettier.config.mjs +32 -0
- package/sync-version.sh +23 -0
- package/tools/bmad-npx-wrapper.js +10 -10
- package/tools/builders/web-builder.js +124 -130
- package/tools/bump-all-versions.js +42 -33
- package/tools/bump-expansion-version.js +23 -16
- package/tools/cli.js +10 -12
- package/tools/flattener/aggregate.js +10 -10
- package/tools/flattener/binary.js +44 -17
- package/tools/flattener/discovery.js +19 -18
- package/tools/flattener/files.js +6 -6
- package/tools/flattener/ignoreRules.js +125 -125
- package/tools/flattener/main.js +426 -70
- package/tools/flattener/projectRoot.js +186 -25
- package/tools/flattener/prompts.js +9 -9
- package/tools/flattener/stats.helpers.js +395 -0
- package/tools/flattener/stats.js +64 -14
- package/tools/flattener/test-matrix.js +413 -0
- package/tools/flattener/xml.js +33 -31
- package/tools/installer/bin/bmad.js +156 -113
- package/tools/installer/config/ide-agent-config.yaml +1 -1
- package/tools/installer/config/install.config.yaml +13 -3
- package/tools/installer/lib/config-loader.js +46 -42
- package/tools/installer/lib/file-manager.js +91 -113
- package/tools/installer/lib/ide-base-setup.js +57 -56
- package/tools/installer/lib/ide-setup.js +545 -399
- package/tools/installer/lib/installer.js +875 -714
- package/tools/installer/lib/memory-profiler.js +54 -53
- package/tools/installer/lib/module-manager.js +19 -15
- package/tools/installer/lib/resource-locator.js +26 -28
- package/tools/installer/package.json +19 -19
- package/tools/lib/dependency-resolver.js +26 -30
- package/tools/lib/yaml-utils.js +7 -7
- package/tools/preview-release-notes.js +66 -0
- package/tools/shared/bannerArt.js +3 -3
- package/tools/sync-installer-version.js +7 -9
- package/tools/update-expansion-version.js +14 -15
- package/tools/upgraders/v3-to-v4-upgrader.js +203 -294
- package/tools/version-bump.js +41 -26
- package/tools/yaml-format.js +56 -43
- package/.github/workflows/release.yaml +0 -60
- package/.releaserc.json +0 -21
- package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/Complete AI Agent System - Flowchart.svg +0 -102
- package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/PART 1 - Google Cloud Vertex AI Setup Documentation/1.1 Google Cloud Project Setup/1.1.1 - Initial Project Configuration - bash copy.txt +0 -13
- package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/PART 1 - Google Cloud Vertex AI Setup Documentation/1.1 Google Cloud Project Setup/1.1.1 - Initial Project Configuration - bash.txt +0 -13
- package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/PART 1 - Google Cloud Vertex AI Setup Documentation/1.2 Agent Development Kit Installation/1.2.2 - Basic Project Structure - txt.txt +0 -25
- package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/PART 1 - Google Cloud Vertex AI Setup Documentation/1.3 Core Configuration Files/1.3.1 - settings.py +0 -34
- package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/PART 1 - Google Cloud Vertex AI Setup Documentation/1.3 Core Configuration Files/1.3.2 - main.py - Base Application.py +0 -70
- package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/PART 1 - Google Cloud Vertex AI Setup Documentation/1.4 Deployment Configuration/1.4.2 - cloudbuild.yaml +0 -26
- package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/README.md +0 -109
- package/tools/semantic-release-sync-installer.js +0 -30
|
@@ -53,7 +53,6 @@ activation-instructions:
|
|
|
53
53
|
- Assess user goal against available agents and workflows in this bundle
|
|
54
54
|
- If clear match to an agent's expertise, suggest transformation with *agent command
|
|
55
55
|
- If project-oriented, suggest *workflow-guidance to explore options
|
|
56
|
-
- Load resources only when needed - never pre-load
|
|
57
56
|
agent:
|
|
58
57
|
name: BMad Orchestrator
|
|
59
58
|
id: bmad-orchestrator
|
|
@@ -77,21 +76,21 @@ persona:
|
|
|
77
76
|
- Always remind users that commands require * prefix
|
|
78
77
|
commands:
|
|
79
78
|
help: Show this guide with available agents and workflows
|
|
79
|
+
agent: Transform into a specialized agent (list if name not specified)
|
|
80
80
|
chat-mode: Start conversational mode for detailed assistance
|
|
81
|
+
checklist: Execute a checklist (list if name not specified)
|
|
82
|
+
doc-out: Output full document
|
|
81
83
|
kb-mode: Load full BMad knowledge base
|
|
84
|
+
party-mode: Group chat with all agents
|
|
85
|
+
plan: Create detailed workflow plan before starting
|
|
86
|
+
plan-status: Show current workflow plan progress
|
|
87
|
+
plan-update: Update workflow plan status
|
|
82
88
|
status: Show current context, active agent, and progress
|
|
83
|
-
agent: Transform into a specialized agent (list if name not specified)
|
|
84
|
-
exit: Return to BMad or exit session
|
|
85
89
|
task: Run a specific task (list if name not specified)
|
|
86
90
|
workflow: Start a specific workflow (list if name not specified)
|
|
87
91
|
workflow-guidance: Get personalized help selecting the right workflow
|
|
88
|
-
plan: Create detailed workflow plan before starting
|
|
89
|
-
plan-status: Show current workflow plan progress
|
|
90
|
-
plan-update: Update workflow plan status
|
|
91
|
-
checklist: Execute a checklist (list if name not specified)
|
|
92
92
|
yolo: Toggle skip confirmations mode
|
|
93
|
-
|
|
94
|
-
doc-out: Output full document
|
|
93
|
+
exit: Return to BMad or exit session
|
|
95
94
|
help-display-template: |
|
|
96
95
|
=== BMad Orchestrator Commands ===
|
|
97
96
|
All commands must start with * (asterisk)
|
|
@@ -160,13 +159,13 @@ workflow-guidance:
|
|
|
160
159
|
- Only recommend workflows that actually exist in the current bundle
|
|
161
160
|
- When *workflow-guidance is called, start an interactive session and list all available workflows with brief descriptions
|
|
162
161
|
dependencies:
|
|
162
|
+
data:
|
|
163
|
+
- bmad-kb.md
|
|
164
|
+
- elicitation-methods.md
|
|
163
165
|
tasks:
|
|
164
166
|
- advanced-elicitation.md
|
|
165
167
|
- create-doc.md
|
|
166
168
|
- kb-mode-interaction.md
|
|
167
|
-
data:
|
|
168
|
-
- bmad-kb.md
|
|
169
|
-
- elicitation-methods.md
|
|
170
169
|
utils:
|
|
171
170
|
- workflow-management.md
|
|
172
171
|
```
|
|
@@ -405,7 +404,7 @@ Provide a user-friendly interface to the BMad knowledge base without overwhelmin
|
|
|
405
404
|
|
|
406
405
|
## Instructions
|
|
407
406
|
|
|
408
|
-
When entering KB mode (
|
|
407
|
+
When entering KB mode (\*kb-mode), follow these steps:
|
|
409
408
|
|
|
410
409
|
### 1. Welcome and Guide
|
|
411
410
|
|
|
@@ -447,12 +446,12 @@ Or ask me about anything else related to BMad-Method!
|
|
|
447
446
|
When user is done or wants to exit KB mode:
|
|
448
447
|
|
|
449
448
|
- Summarize key points discussed if helpful
|
|
450
|
-
- Remind them they can return to KB mode anytime with
|
|
449
|
+
- Remind them they can return to KB mode anytime with \*kb-mode
|
|
451
450
|
- Suggest next steps based on what was discussed
|
|
452
451
|
|
|
453
452
|
## Example Interaction
|
|
454
453
|
|
|
455
|
-
**User**:
|
|
454
|
+
**User**: \*kb-mode
|
|
456
455
|
|
|
457
456
|
**Assistant**: I've entered KB mode and have access to the full BMad knowledge base. I can help you with detailed information about any aspect of BMad-Method.
|
|
458
457
|
|
|
@@ -775,7 +774,7 @@ You are the "Vibe CEO" - thinking like a CEO with unlimited resources and a sing
|
|
|
775
774
|
|
|
776
775
|
- **Claude Code**: `/agent-name` (e.g., `/bmad-master`)
|
|
777
776
|
- **Cursor**: `@agent-name` (e.g., `@bmad-master`)
|
|
778
|
-
- **Windsurf**:
|
|
777
|
+
- **Windsurf**: `/agent-name` (e.g., `/bmad-master`)
|
|
779
778
|
- **Trae**: `@agent-name` (e.g., `@bmad-master`)
|
|
780
779
|
- **Roo Code**: Select mode from mode selector (e.g., `bmad-master`)
|
|
781
780
|
- **GitHub Copilot**: Open the Chat view (`⌃⌘I` on Mac, `Ctrl+Alt+I` on Windows/Linux) and select **Agent** from the chat mode selector.
|
|
@@ -1019,7 +1018,7 @@ Each status change requires user verification and approval before proceeding.
|
|
|
1019
1018
|
#### Greenfield Development
|
|
1020
1019
|
|
|
1021
1020
|
- Business analysis and market research
|
|
1022
|
-
- Product requirements and feature definition
|
|
1021
|
+
- Product requirements and feature definition
|
|
1023
1022
|
- System architecture and design
|
|
1024
1023
|
- Development execution
|
|
1025
1024
|
- Testing and deployment
|
|
@@ -1128,8 +1127,11 @@ Templates with Level 2 headings (`##`) can be automatically sharded:
|
|
|
1128
1127
|
|
|
1129
1128
|
```markdown
|
|
1130
1129
|
## Goals and Background Context
|
|
1131
|
-
|
|
1130
|
+
|
|
1131
|
+
## Requirements
|
|
1132
|
+
|
|
1132
1133
|
## User Interface Design Goals
|
|
1134
|
+
|
|
1133
1135
|
## Success Metrics
|
|
1134
1136
|
```
|
|
1135
1137
|
|
|
@@ -1286,16 +1288,19 @@ Use the **expansion-creator** pack to build your own:
|
|
|
1286
1288
|
## Core Reflective Methods
|
|
1287
1289
|
|
|
1288
1290
|
**Expand or Contract for Audience**
|
|
1291
|
+
|
|
1289
1292
|
- Ask whether to 'expand' (add detail, elaborate) or 'contract' (simplify, clarify)
|
|
1290
1293
|
- Identify specific target audience if relevant
|
|
1291
1294
|
- Tailor content complexity and depth accordingly
|
|
1292
1295
|
|
|
1293
1296
|
**Explain Reasoning (CoT Step-by-Step)**
|
|
1297
|
+
|
|
1294
1298
|
- Walk through the step-by-step thinking process
|
|
1295
1299
|
- Reveal underlying assumptions and decision points
|
|
1296
1300
|
- Show how conclusions were reached from current role's perspective
|
|
1297
1301
|
|
|
1298
1302
|
**Critique and Refine**
|
|
1303
|
+
|
|
1299
1304
|
- Review output for flaws, inconsistencies, or improvement areas
|
|
1300
1305
|
- Identify specific weaknesses from role's expertise
|
|
1301
1306
|
- Suggest refined version reflecting domain knowledge
|
|
@@ -1303,12 +1308,14 @@ Use the **expansion-creator** pack to build your own:
|
|
|
1303
1308
|
## Structural Analysis Methods
|
|
1304
1309
|
|
|
1305
1310
|
**Analyze Logical Flow and Dependencies**
|
|
1311
|
+
|
|
1306
1312
|
- Examine content structure for logical progression
|
|
1307
1313
|
- Check internal consistency and coherence
|
|
1308
1314
|
- Identify and validate dependencies between elements
|
|
1309
1315
|
- Confirm effective ordering and sequencing
|
|
1310
1316
|
|
|
1311
1317
|
**Assess Alignment with Overall Goals**
|
|
1318
|
+
|
|
1312
1319
|
- Evaluate content contribution to stated objectives
|
|
1313
1320
|
- Identify any misalignments or gaps
|
|
1314
1321
|
- Interpret alignment from specific role's perspective
|
|
@@ -1317,12 +1324,14 @@ Use the **expansion-creator** pack to build your own:
|
|
|
1317
1324
|
## Risk and Challenge Methods
|
|
1318
1325
|
|
|
1319
1326
|
**Identify Potential Risks and Unforeseen Issues**
|
|
1327
|
+
|
|
1320
1328
|
- Brainstorm potential risks from role's expertise
|
|
1321
1329
|
- Identify overlooked edge cases or scenarios
|
|
1322
1330
|
- Anticipate unintended consequences
|
|
1323
1331
|
- Highlight implementation challenges
|
|
1324
1332
|
|
|
1325
1333
|
**Challenge from Critical Perspective**
|
|
1334
|
+
|
|
1326
1335
|
- Adopt critical stance on current content
|
|
1327
1336
|
- Play devil's advocate from specified viewpoint
|
|
1328
1337
|
- Argue against proposal highlighting weaknesses
|
|
@@ -1331,12 +1340,14 @@ Use the **expansion-creator** pack to build your own:
|
|
|
1331
1340
|
## Creative Exploration Methods
|
|
1332
1341
|
|
|
1333
1342
|
**Tree of Thoughts Deep Dive**
|
|
1343
|
+
|
|
1334
1344
|
- Break problem into discrete "thoughts" or intermediate steps
|
|
1335
1345
|
- Explore multiple reasoning paths simultaneously
|
|
1336
1346
|
- Use self-evaluation to classify each path as "sure", "likely", or "impossible"
|
|
1337
1347
|
- Apply search algorithms (BFS/DFS) to find optimal solution paths
|
|
1338
1348
|
|
|
1339
1349
|
**Hindsight is 20/20: The 'If Only...' Reflection**
|
|
1350
|
+
|
|
1340
1351
|
- Imagine retrospective scenario based on current content
|
|
1341
1352
|
- Identify the one "if only we had known/done X..." insight
|
|
1342
1353
|
- Describe imagined consequences humorously or dramatically
|
|
@@ -1345,6 +1356,7 @@ Use the **expansion-creator** pack to build your own:
|
|
|
1345
1356
|
## Multi-Persona Collaboration Methods
|
|
1346
1357
|
|
|
1347
1358
|
**Agile Team Perspective Shift**
|
|
1359
|
+
|
|
1348
1360
|
- Rotate through different Scrum team member viewpoints
|
|
1349
1361
|
- Product Owner: Focus on user value and business impact
|
|
1350
1362
|
- Scrum Master: Examine process flow and team dynamics
|
|
@@ -1352,12 +1364,14 @@ Use the **expansion-creator** pack to build your own:
|
|
|
1352
1364
|
- QA: Identify testing scenarios and quality concerns
|
|
1353
1365
|
|
|
1354
1366
|
**Stakeholder Round Table**
|
|
1367
|
+
|
|
1355
1368
|
- Convene virtual meeting with multiple personas
|
|
1356
1369
|
- Each persona contributes unique perspective on content
|
|
1357
1370
|
- Identify conflicts and synergies between viewpoints
|
|
1358
1371
|
- Synthesize insights into actionable recommendations
|
|
1359
1372
|
|
|
1360
1373
|
**Meta-Prompting Analysis**
|
|
1374
|
+
|
|
1361
1375
|
- Step back to analyze the structure and logic of current approach
|
|
1362
1376
|
- Question the format and methodology being used
|
|
1363
1377
|
- Suggest alternative frameworks or mental models
|
|
@@ -1366,24 +1380,28 @@ Use the **expansion-creator** pack to build your own:
|
|
|
1366
1380
|
## Advanced 2025 Techniques
|
|
1367
1381
|
|
|
1368
1382
|
**Self-Consistency Validation**
|
|
1383
|
+
|
|
1369
1384
|
- Generate multiple reasoning paths for same problem
|
|
1370
1385
|
- Compare consistency across different approaches
|
|
1371
1386
|
- Identify most reliable and robust solution
|
|
1372
1387
|
- Highlight areas where approaches diverge and why
|
|
1373
1388
|
|
|
1374
1389
|
**ReWOO (Reasoning Without Observation)**
|
|
1390
|
+
|
|
1375
1391
|
- Separate parametric reasoning from tool-based actions
|
|
1376
1392
|
- Create reasoning plan without external dependencies
|
|
1377
1393
|
- Identify what can be solved through pure reasoning
|
|
1378
1394
|
- Optimize for efficiency and reduced token usage
|
|
1379
1395
|
|
|
1380
1396
|
**Persona-Pattern Hybrid**
|
|
1397
|
+
|
|
1381
1398
|
- Combine specific role expertise with elicitation pattern
|
|
1382
1399
|
- Architect + Risk Analysis: Deep technical risk assessment
|
|
1383
1400
|
- UX Expert + User Journey: End-to-end experience critique
|
|
1384
1401
|
- PM + Stakeholder Analysis: Multi-perspective impact review
|
|
1385
1402
|
|
|
1386
1403
|
**Emergent Collaboration Discovery**
|
|
1404
|
+
|
|
1387
1405
|
- Allow multiple perspectives to naturally emerge
|
|
1388
1406
|
- Identify unexpected insights from persona interactions
|
|
1389
1407
|
- Explore novel combinations of viewpoints
|
|
@@ -1392,18 +1410,21 @@ Use the **expansion-creator** pack to build your own:
|
|
|
1392
1410
|
## Game-Based Elicitation Methods
|
|
1393
1411
|
|
|
1394
1412
|
**Red Team vs Blue Team**
|
|
1413
|
+
|
|
1395
1414
|
- Red Team: Attack the proposal, find vulnerabilities
|
|
1396
1415
|
- Blue Team: Defend and strengthen the approach
|
|
1397
1416
|
- Competitive analysis reveals blind spots
|
|
1398
1417
|
- Results in more robust, battle-tested solutions
|
|
1399
1418
|
|
|
1400
1419
|
**Innovation Tournament**
|
|
1420
|
+
|
|
1401
1421
|
- Pit multiple alternative approaches against each other
|
|
1402
1422
|
- Score each approach across different criteria
|
|
1403
1423
|
- Crowd-source evaluation from different personas
|
|
1404
1424
|
- Identify winning combination of features
|
|
1405
1425
|
|
|
1406
1426
|
**Escape Room Challenge**
|
|
1427
|
+
|
|
1407
1428
|
- Present content as constraints to work within
|
|
1408
1429
|
- Find creative solutions within tight limitations
|
|
1409
1430
|
- Identify minimum viable approach
|
|
@@ -1412,6 +1433,7 @@ Use the **expansion-creator** pack to build your own:
|
|
|
1412
1433
|
## Process Control
|
|
1413
1434
|
|
|
1414
1435
|
**Proceed / No Further Actions**
|
|
1436
|
+
|
|
1415
1437
|
- Acknowledge choice to finalize current work
|
|
1416
1438
|
- Accept output as-is or move to next step
|
|
1417
1439
|
- Prepare to continue without additional elicitation
|
package/dist/agents/dev.txt
CHANGED
|
@@ -69,9 +69,6 @@ core_principles:
|
|
|
69
69
|
- Numbered Options - Always use numbered lists when presenting choices to the user
|
|
70
70
|
commands:
|
|
71
71
|
- help: Show numbered list of the following commands to allow selection
|
|
72
|
-
- run-tests: Execute linting and tests
|
|
73
|
-
- explain: teach me what and why you did whatever you just did in detail so I can learn. Explain to me as if you were training a junior engineer.
|
|
74
|
-
- exit: Say goodbye as the Developer, and then abandon inhabiting this persona
|
|
75
72
|
- develop-story:
|
|
76
73
|
- order-of-execution: Read (first or next) task→Implement Task and its subtasks→Write tests→Execute validations→Only if ALL pass, then update the task checkbox with [x]→Update story section File List to ensure it lists and new or modified or deleted source file→repeat order-of-execution until complete
|
|
77
74
|
- story-file-updates-ONLY:
|
|
@@ -81,15 +78,171 @@ commands:
|
|
|
81
78
|
- blocking: 'HALT for: Unapproved deps needed, confirm with user | Ambiguous after story check | 3 failures attempting to implement or fix something repeatedly | Missing config | Failing regression'
|
|
82
79
|
- ready-for-review: Code matches requirements + All validations pass + Follows standards + File List complete
|
|
83
80
|
- completion: 'All Tasks and Subtasks marked [x] and have tests→Validations and full regression passes (DON''T BE LAZY, EXECUTE ALL TESTS and CONFIRM)→Ensure File List is Complete→run the task execute-checklist for the checklist story-dod-checklist→set story status: ''Ready for Review''→HALT'
|
|
81
|
+
- explain: teach me what and why you did whatever you just did in detail so I can learn. Explain to me as if you were training a junior engineer.
|
|
82
|
+
- review-qa: run task `apply-qa-fixes.md'
|
|
83
|
+
- run-tests: Execute linting and tests
|
|
84
|
+
- exit: Say goodbye as the Developer, and then abandon inhabiting this persona
|
|
84
85
|
dependencies:
|
|
86
|
+
checklists:
|
|
87
|
+
- story-dod-checklist.md
|
|
85
88
|
tasks:
|
|
89
|
+
- apply-qa-fixes.md
|
|
86
90
|
- execute-checklist.md
|
|
87
91
|
- validate-next-story.md
|
|
88
|
-
checklists:
|
|
89
|
-
- story-dod-checklist.md
|
|
90
92
|
```
|
|
91
93
|
==================== END: .bmad-core/agents/dev.md ====================
|
|
92
94
|
|
|
95
|
+
==================== START: .bmad-core/tasks/apply-qa-fixes.md ====================
|
|
96
|
+
# apply-qa-fixes
|
|
97
|
+
|
|
98
|
+
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.
|
|
99
|
+
|
|
100
|
+
## Purpose
|
|
101
|
+
|
|
102
|
+
- Read QA outputs for a story (gate YAML + assessment markdowns)
|
|
103
|
+
- Create a prioritized, deterministic fix plan
|
|
104
|
+
- Apply code and test changes to close gaps and address issues
|
|
105
|
+
- Update only the allowed story sections for the Dev agent
|
|
106
|
+
|
|
107
|
+
## Inputs
|
|
108
|
+
|
|
109
|
+
```yaml
|
|
110
|
+
required:
|
|
111
|
+
- story_id: '{epic}.{story}' # e.g., "2.2"
|
|
112
|
+
- qa_root: from `bmad-core/core-config.yaml` key `qa.qaLocation` (e.g., `docs/project/qa`)
|
|
113
|
+
- story_root: from `bmad-core/core-config.yaml` key `devStoryLocation` (e.g., `docs/project/stories`)
|
|
114
|
+
|
|
115
|
+
optional:
|
|
116
|
+
- story_title: '{title}' # derive from story H1 if missing
|
|
117
|
+
- story_slug: '{slug}' # derive from title (lowercase, hyphenated) if missing
|
|
118
|
+
```
|
|
119
|
+
|
|
120
|
+
## QA Sources to Read
|
|
121
|
+
|
|
122
|
+
- Gate (YAML): `{qa_root}/gates/{epic}.{story}-*.yml`
|
|
123
|
+
- If multiple, use the most recent by modified time
|
|
124
|
+
- Assessments (Markdown):
|
|
125
|
+
- Test Design: `{qa_root}/assessments/{epic}.{story}-test-design-*.md`
|
|
126
|
+
- Traceability: `{qa_root}/assessments/{epic}.{story}-trace-*.md`
|
|
127
|
+
- Risk Profile: `{qa_root}/assessments/{epic}.{story}-risk-*.md`
|
|
128
|
+
- NFR Assessment: `{qa_root}/assessments/{epic}.{story}-nfr-*.md`
|
|
129
|
+
|
|
130
|
+
## Prerequisites
|
|
131
|
+
|
|
132
|
+
- Repository builds and tests run locally (Deno 2)
|
|
133
|
+
- Lint and test commands available:
|
|
134
|
+
- `deno lint`
|
|
135
|
+
- `deno test -A`
|
|
136
|
+
|
|
137
|
+
## Process (Do not skip steps)
|
|
138
|
+
|
|
139
|
+
### 0) Load Core Config & Locate Story
|
|
140
|
+
|
|
141
|
+
- Read `bmad-core/core-config.yaml` and resolve `qa_root` and `story_root`
|
|
142
|
+
- Locate story file in `{story_root}/{epic}.{story}.*.md`
|
|
143
|
+
- HALT if missing and ask for correct story id/path
|
|
144
|
+
|
|
145
|
+
### 1) Collect QA Findings
|
|
146
|
+
|
|
147
|
+
- Parse the latest gate YAML:
|
|
148
|
+
- `gate` (PASS|CONCERNS|FAIL|WAIVED)
|
|
149
|
+
- `top_issues[]` with `id`, `severity`, `finding`, `suggested_action`
|
|
150
|
+
- `nfr_validation.*.status` and notes
|
|
151
|
+
- `trace` coverage summary/gaps
|
|
152
|
+
- `test_design.coverage_gaps[]`
|
|
153
|
+
- `risk_summary.recommendations.must_fix[]` (if present)
|
|
154
|
+
- Read any present assessment markdowns and extract explicit gaps/recommendations
|
|
155
|
+
|
|
156
|
+
### 2) Build Deterministic Fix Plan (Priority Order)
|
|
157
|
+
|
|
158
|
+
Apply in order, highest priority first:
|
|
159
|
+
|
|
160
|
+
1. High severity items in `top_issues` (security/perf/reliability/maintainability)
|
|
161
|
+
2. NFR statuses: all FAIL must be fixed → then CONCERNS
|
|
162
|
+
3. Test Design `coverage_gaps` (prioritize P0 scenarios if specified)
|
|
163
|
+
4. Trace uncovered requirements (AC-level)
|
|
164
|
+
5. Risk `must_fix` recommendations
|
|
165
|
+
6. Medium severity issues, then low
|
|
166
|
+
|
|
167
|
+
Guidance:
|
|
168
|
+
|
|
169
|
+
- Prefer tests closing coverage gaps before/with code changes
|
|
170
|
+
- Keep changes minimal and targeted; follow project architecture and TS/Deno rules
|
|
171
|
+
|
|
172
|
+
### 3) Apply Changes
|
|
173
|
+
|
|
174
|
+
- Implement code fixes per plan
|
|
175
|
+
- Add missing tests to close coverage gaps (unit first; integration where required by AC)
|
|
176
|
+
- Keep imports centralized via `deps.ts` (see `docs/project/typescript-rules.md`)
|
|
177
|
+
- Follow DI boundaries in `src/core/di.ts` and existing patterns
|
|
178
|
+
|
|
179
|
+
### 4) Validate
|
|
180
|
+
|
|
181
|
+
- Run `deno lint` and fix issues
|
|
182
|
+
- Run `deno test -A` until all tests pass
|
|
183
|
+
- Iterate until clean
|
|
184
|
+
|
|
185
|
+
### 5) Update Story (Allowed Sections ONLY)
|
|
186
|
+
|
|
187
|
+
CRITICAL: Dev agent is ONLY authorized to update these sections of the story file. Do not modify any other sections (e.g., QA Results, Story, Acceptance Criteria, Dev Notes, Testing):
|
|
188
|
+
|
|
189
|
+
- Tasks / Subtasks Checkboxes (mark any fix subtask you added as done)
|
|
190
|
+
- Dev Agent Record →
|
|
191
|
+
- Agent Model Used (if changed)
|
|
192
|
+
- Debug Log References (commands/results, e.g., lint/tests)
|
|
193
|
+
- Completion Notes List (what changed, why, how)
|
|
194
|
+
- File List (all added/modified/deleted files)
|
|
195
|
+
- Change Log (new dated entry describing applied fixes)
|
|
196
|
+
- Status (see Rule below)
|
|
197
|
+
|
|
198
|
+
Status Rule:
|
|
199
|
+
|
|
200
|
+
- If gate was PASS and all identified gaps are closed → set `Status: Ready for Done`
|
|
201
|
+
- Otherwise → set `Status: Ready for Review` and notify QA to re-run the review
|
|
202
|
+
|
|
203
|
+
### 6) Do NOT Edit Gate Files
|
|
204
|
+
|
|
205
|
+
- Dev does not modify gate YAML. If fixes address issues, request QA to re-run `review-story` to update the gate
|
|
206
|
+
|
|
207
|
+
## Blocking Conditions
|
|
208
|
+
|
|
209
|
+
- Missing `bmad-core/core-config.yaml`
|
|
210
|
+
- Story file not found for `story_id`
|
|
211
|
+
- No QA artifacts found (neither gate nor assessments)
|
|
212
|
+
- HALT and request QA to generate at least a gate file (or proceed only with clear developer-provided fix list)
|
|
213
|
+
|
|
214
|
+
## Completion Checklist
|
|
215
|
+
|
|
216
|
+
- deno lint: 0 problems
|
|
217
|
+
- deno test -A: all tests pass
|
|
218
|
+
- All high severity `top_issues` addressed
|
|
219
|
+
- NFR FAIL → resolved; CONCERNS minimized or documented
|
|
220
|
+
- Coverage gaps closed or explicitly documented with rationale
|
|
221
|
+
- Story updated (allowed sections only) including File List and Change Log
|
|
222
|
+
- Status set according to Status Rule
|
|
223
|
+
|
|
224
|
+
## Example: Story 2.2
|
|
225
|
+
|
|
226
|
+
Given gate `docs/project/qa/gates/2.2-*.yml` shows
|
|
227
|
+
|
|
228
|
+
- `coverage_gaps`: Back action behavior untested (AC2)
|
|
229
|
+
- `coverage_gaps`: Centralized dependencies enforcement untested (AC4)
|
|
230
|
+
|
|
231
|
+
Fix plan:
|
|
232
|
+
|
|
233
|
+
- Add a test ensuring the Toolkit Menu "Back" action returns to Main Menu
|
|
234
|
+
- Add a static test verifying imports for service/view go through `deps.ts`
|
|
235
|
+
- Re-run lint/tests and update Dev Agent Record + File List accordingly
|
|
236
|
+
|
|
237
|
+
## Key Principles
|
|
238
|
+
|
|
239
|
+
- Deterministic, risk-first prioritization
|
|
240
|
+
- Minimal, maintainable changes
|
|
241
|
+
- Tests validate behavior and close gaps
|
|
242
|
+
- Strict adherence to allowed story update areas
|
|
243
|
+
- Gate ownership remains with QA; Dev signals readiness via Status
|
|
244
|
+
==================== END: .bmad-core/tasks/apply-qa-fixes.md ====================
|
|
245
|
+
|
|
93
246
|
==================== START: .bmad-core/tasks/execute-checklist.md ====================
|
|
94
247
|
# Checklist Validation Task
|
|
95
248
|
|
|
@@ -102,7 +255,6 @@ If the user asks or does not specify a specific checklist, list the checklists a
|
|
|
102
255
|
## Instructions
|
|
103
256
|
|
|
104
257
|
1. **Initial Assessment**
|
|
105
|
-
|
|
106
258
|
- If user or the task being run provides a checklist name:
|
|
107
259
|
- Try fuzzy matching (e.g. "architecture checklist" -> "architect-checklist")
|
|
108
260
|
- If multiple matches found, ask user to clarify
|
|
@@ -115,14 +267,12 @@ If the user asks or does not specify a specific checklist, list the checklists a
|
|
|
115
267
|
- All at once (YOLO mode - recommended for checklists, there will be a summary of sections at the end to discuss)
|
|
116
268
|
|
|
117
269
|
2. **Document and Artifact Gathering**
|
|
118
|
-
|
|
119
270
|
- Each checklist will specify its required documents/artifacts at the beginning
|
|
120
271
|
- Follow the checklist's specific instructions for what to gather, generally a file can be resolved in the docs folder, if not or unsure, halt and ask or confirm with the user.
|
|
121
272
|
|
|
122
273
|
3. **Checklist Processing**
|
|
123
274
|
|
|
124
275
|
If in interactive mode:
|
|
125
|
-
|
|
126
276
|
- Work through each section of the checklist one at a time
|
|
127
277
|
- For each section:
|
|
128
278
|
- Review all items in the section following instructions for that section embedded in the checklist
|
|
@@ -131,7 +281,6 @@ If the user asks or does not specify a specific checklist, list the checklists a
|
|
|
131
281
|
- Get user confirmation before proceeding to next section or if any thing major do we need to halt and take corrective action
|
|
132
282
|
|
|
133
283
|
If in YOLO mode:
|
|
134
|
-
|
|
135
284
|
- Process all sections at once
|
|
136
285
|
- Create a comprehensive report of all findings
|
|
137
286
|
- Present the complete analysis to the user
|
|
@@ -139,7 +288,6 @@ If the user asks or does not specify a specific checklist, list the checklists a
|
|
|
139
288
|
4. **Validation Approach**
|
|
140
289
|
|
|
141
290
|
For each checklist item:
|
|
142
|
-
|
|
143
291
|
- Read and understand the requirement
|
|
144
292
|
- Look for evidence in the documentation that satisfies the requirement
|
|
145
293
|
- Consider both explicit mentions and implicit coverage
|
|
@@ -153,7 +301,6 @@ If the user asks or does not specify a specific checklist, list the checklists a
|
|
|
153
301
|
5. **Section Analysis**
|
|
154
302
|
|
|
155
303
|
For each section:
|
|
156
|
-
|
|
157
304
|
- think step by step to calculate pass rate
|
|
158
305
|
- Identify common themes in failed items
|
|
159
306
|
- Provide specific recommendations for improvement
|
|
@@ -163,7 +310,6 @@ If the user asks or does not specify a specific checklist, list the checklists a
|
|
|
163
310
|
6. **Final Report**
|
|
164
311
|
|
|
165
312
|
Prepare a summary that includes:
|
|
166
|
-
|
|
167
313
|
- Overall checklist completion status
|
|
168
314
|
- Pass rates by section
|
|
169
315
|
- List of failed items with context
|
|
@@ -351,14 +497,12 @@ The goal is quality delivery, not just checking boxes.]]
|
|
|
351
497
|
1. **Requirements Met:**
|
|
352
498
|
|
|
353
499
|
[[LLM: Be specific - list each requirement and whether it's complete]]
|
|
354
|
-
|
|
355
500
|
- [ ] All functional requirements specified in the story are implemented.
|
|
356
501
|
- [ ] All acceptance criteria defined in the story are met.
|
|
357
502
|
|
|
358
503
|
2. **Coding Standards & Project Structure:**
|
|
359
504
|
|
|
360
505
|
[[LLM: Code quality matters for maintainability. Check each item carefully]]
|
|
361
|
-
|
|
362
506
|
- [ ] All new/modified code strictly adheres to `Operational Guidelines`.
|
|
363
507
|
- [ ] All new/modified code aligns with `Project Structure` (file locations, naming, etc.).
|
|
364
508
|
- [ ] Adherence to `Tech Stack` for technologies/versions used (if story introduces or modifies tech usage).
|
|
@@ -370,7 +514,6 @@ The goal is quality delivery, not just checking boxes.]]
|
|
|
370
514
|
3. **Testing:**
|
|
371
515
|
|
|
372
516
|
[[LLM: Testing proves your code works. Be honest about test coverage]]
|
|
373
|
-
|
|
374
517
|
- [ ] All required unit tests as per the story and `Operational Guidelines` Testing Strategy are implemented.
|
|
375
518
|
- [ ] All required integration tests (if applicable) as per the story and `Operational Guidelines` Testing Strategy are implemented.
|
|
376
519
|
- [ ] All tests (unit, integration, E2E if applicable) pass successfully.
|
|
@@ -379,14 +522,12 @@ The goal is quality delivery, not just checking boxes.]]
|
|
|
379
522
|
4. **Functionality & Verification:**
|
|
380
523
|
|
|
381
524
|
[[LLM: Did you actually run and test your code? Be specific about what you tested]]
|
|
382
|
-
|
|
383
525
|
- [ ] Functionality has been manually verified by the developer (e.g., running the app locally, checking UI, testing API endpoints).
|
|
384
526
|
- [ ] Edge cases and potential error conditions considered and handled gracefully.
|
|
385
527
|
|
|
386
528
|
5. **Story Administration:**
|
|
387
529
|
|
|
388
530
|
[[LLM: Documentation helps the next developer. What should they know?]]
|
|
389
|
-
|
|
390
531
|
- [ ] All tasks within the story file are marked as complete.
|
|
391
532
|
- [ ] Any clarifications or decisions made during development are documented in the story file or linked appropriately.
|
|
392
533
|
- [ ] The story wrap up section has been completed with notes of changes or information relevant to the next story or overall project, the agent model that was primarily used during development, and the changelog of any changes is properly updated.
|
|
@@ -394,7 +535,6 @@ The goal is quality delivery, not just checking boxes.]]
|
|
|
394
535
|
6. **Dependencies, Build & Configuration:**
|
|
395
536
|
|
|
396
537
|
[[LLM: Build issues block everyone. Ensure everything compiles and runs cleanly]]
|
|
397
|
-
|
|
398
538
|
- [ ] Project builds successfully without errors.
|
|
399
539
|
- [ ] Project linting passes
|
|
400
540
|
- [ ] Any new dependencies added were either pre-approved in the story requirements OR explicitly approved by the user during development (approval documented in story file).
|
|
@@ -405,7 +545,6 @@ The goal is quality delivery, not just checking boxes.]]
|
|
|
405
545
|
7. **Documentation (If Applicable):**
|
|
406
546
|
|
|
407
547
|
[[LLM: Good documentation prevents future confusion. What needs explaining?]]
|
|
408
|
-
|
|
409
548
|
- [ ] Relevant inline code documentation (e.g., JSDoc, TSDoc, Python docstrings) for new public APIs or complex logic is complete.
|
|
410
549
|
- [ ] User-facing documentation updated, if changes impact users.
|
|
411
550
|
- [ ] Technical documentation (e.g., READMEs, system diagrams) updated if significant architectural changes were made.
|