bmad-method 4.37.0 → 4.39.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.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
package/dist/agents/sm.txt
CHANGED
|
@@ -68,22 +68,95 @@ persona:
|
|
|
68
68
|
- You are NOT allowed to implement stories or modify code EVER!
|
|
69
69
|
commands:
|
|
70
70
|
- help: Show numbered list of the following commands to allow selection
|
|
71
|
-
- draft: Execute task create-next-story.md
|
|
72
71
|
- correct-course: Execute task correct-course.md
|
|
72
|
+
- draft: Execute task create-next-story.md
|
|
73
73
|
- story-checklist: Execute task execute-checklist.md with checklist story-draft-checklist.md
|
|
74
74
|
- exit: Say goodbye as the Scrum Master, and then abandon inhabiting this persona
|
|
75
75
|
dependencies:
|
|
76
|
+
checklists:
|
|
77
|
+
- story-draft-checklist.md
|
|
76
78
|
tasks:
|
|
79
|
+
- correct-course.md
|
|
77
80
|
- create-next-story.md
|
|
78
81
|
- execute-checklist.md
|
|
79
|
-
- correct-course.md
|
|
80
82
|
templates:
|
|
81
83
|
- story-tmpl.yaml
|
|
82
|
-
checklists:
|
|
83
|
-
- story-draft-checklist.md
|
|
84
84
|
```
|
|
85
85
|
==================== END: .bmad-core/agents/sm.md ====================
|
|
86
86
|
|
|
87
|
+
==================== START: .bmad-core/tasks/correct-course.md ====================
|
|
88
|
+
# Correct Course Task
|
|
89
|
+
|
|
90
|
+
## Purpose
|
|
91
|
+
|
|
92
|
+
- Guide a structured response to a change trigger using the `.bmad-core/checklists/change-checklist`.
|
|
93
|
+
- Analyze the impacts of the change on epics, project artifacts, and the MVP, guided by the checklist's structure.
|
|
94
|
+
- Explore potential solutions (e.g., adjust scope, rollback elements, re-scope features) as prompted by the checklist.
|
|
95
|
+
- Draft specific, actionable proposed updates to any affected project artifacts (e.g., epics, user stories, PRD sections, architecture document sections) based on the analysis.
|
|
96
|
+
- Produce a consolidated "Sprint Change Proposal" document that contains the impact analysis and the clearly drafted proposed edits for user review and approval.
|
|
97
|
+
- Ensure a clear handoff path if the nature of the changes necessitates fundamental replanning by other core agents (like PM or Architect).
|
|
98
|
+
|
|
99
|
+
## Instructions
|
|
100
|
+
|
|
101
|
+
### 1. Initial Setup & Mode Selection
|
|
102
|
+
|
|
103
|
+
- **Acknowledge Task & Inputs:**
|
|
104
|
+
- Confirm with the user that the "Correct Course Task" (Change Navigation & Integration) is being initiated.
|
|
105
|
+
- Verify the change trigger and ensure you have the user's initial explanation of the issue and its perceived impact.
|
|
106
|
+
- Confirm access to all relevant project artifacts (e.g., PRD, Epics/Stories, Architecture Documents, UI/UX Specifications) and, critically, the `.bmad-core/checklists/change-checklist`.
|
|
107
|
+
- **Establish Interaction Mode:**
|
|
108
|
+
- Ask the user their preferred interaction mode for this task:
|
|
109
|
+
- **"Incrementally (Default & Recommended):** Shall we work through the change-checklist section by section, discussing findings and collaboratively drafting proposed changes for each relevant part before moving to the next? This allows for detailed, step-by-step refinement."
|
|
110
|
+
- **"YOLO Mode (Batch Processing):** Or, would you prefer I conduct a more batched analysis based on the checklist and then present a consolidated set of findings and proposed changes for a broader review? This can be quicker for initial assessment but might require more extensive review of the combined proposals."
|
|
111
|
+
- Once the user chooses, confirm the selected mode and then inform the user: "We will now use the change-checklist to analyze the change and draft proposed updates. I will guide you through the checklist items based on our chosen interaction mode."
|
|
112
|
+
|
|
113
|
+
### 2. Execute Checklist Analysis (Iteratively or Batched, per Interaction Mode)
|
|
114
|
+
|
|
115
|
+
- Systematically work through Sections 1-4 of the change-checklist (typically covering Change Context, Epic/Story Impact Analysis, Artifact Conflict Resolution, and Path Evaluation/Recommendation).
|
|
116
|
+
- For each checklist item or logical group of items (depending on interaction mode):
|
|
117
|
+
- Present the relevant prompt(s) or considerations from the checklist to the user.
|
|
118
|
+
- Request necessary information and actively analyze the relevant project artifacts (PRD, epics, architecture documents, story history, etc.) to assess the impact.
|
|
119
|
+
- Discuss your findings for each item with the user.
|
|
120
|
+
- Record the status of each checklist item (e.g., `[x] Addressed`, `[N/A]`, `[!] Further Action Needed`) and any pertinent notes or decisions.
|
|
121
|
+
- Collaboratively agree on the "Recommended Path Forward" as prompted by Section 4 of the checklist.
|
|
122
|
+
|
|
123
|
+
### 3. Draft Proposed Changes (Iteratively or Batched)
|
|
124
|
+
|
|
125
|
+
- Based on the completed checklist analysis (Sections 1-4) and the agreed "Recommended Path Forward" (excluding scenarios requiring fundamental replans that would necessitate immediate handoff to PM/Architect):
|
|
126
|
+
- Identify the specific project artifacts that require updates (e.g., specific epics, user stories, PRD sections, architecture document components, diagrams).
|
|
127
|
+
- **Draft the proposed changes directly and explicitly for each identified artifact.** Examples include:
|
|
128
|
+
- Revising user story text, acceptance criteria, or priority.
|
|
129
|
+
- Adding, removing, reordering, or splitting user stories within epics.
|
|
130
|
+
- Proposing modified architecture diagram snippets (e.g., providing an updated Mermaid diagram block or a clear textual description of the change to an existing diagram).
|
|
131
|
+
- Updating technology lists, configuration details, or specific sections within the PRD or architecture documents.
|
|
132
|
+
- Drafting new, small supporting artifacts if necessary (e.g., a brief addendum for a specific decision).
|
|
133
|
+
- If in "Incremental Mode," discuss and refine these proposed edits for each artifact or small group of related artifacts with the user as they are drafted.
|
|
134
|
+
- If in "YOLO Mode," compile all drafted edits for presentation in the next step.
|
|
135
|
+
|
|
136
|
+
### 4. Generate "Sprint Change Proposal" with Edits
|
|
137
|
+
|
|
138
|
+
- Synthesize the complete change-checklist analysis (covering findings from Sections 1-4) and all the agreed-upon proposed edits (from Instruction 3) into a single document titled "Sprint Change Proposal." This proposal should align with the structure suggested by Section 5 of the change-checklist.
|
|
139
|
+
- The proposal must clearly present:
|
|
140
|
+
- **Analysis Summary:** A concise overview of the original issue, its analyzed impact (on epics, artifacts, MVP scope), and the rationale for the chosen path forward.
|
|
141
|
+
- **Specific Proposed Edits:** For each affected artifact, clearly show or describe the exact changes (e.g., "Change Story X.Y from: [old text] To: [new text]", "Add new Acceptance Criterion to Story A.B: [new AC]", "Update Section 3.2 of Architecture Document as follows: [new/modified text or diagram description]").
|
|
142
|
+
- Present the complete draft of the "Sprint Change Proposal" to the user for final review and feedback. Incorporate any final adjustments requested by the user.
|
|
143
|
+
|
|
144
|
+
### 5. Finalize & Determine Next Steps
|
|
145
|
+
|
|
146
|
+
- Obtain explicit user approval for the "Sprint Change Proposal," including all the specific edits documented within it.
|
|
147
|
+
- Provide the finalized "Sprint Change Proposal" document to the user.
|
|
148
|
+
- **Based on the nature of the approved changes:**
|
|
149
|
+
- **If the approved edits sufficiently address the change and can be implemented directly or organized by a PO/SM:** State that the "Correct Course Task" is complete regarding analysis and change proposal, and the user can now proceed with implementing or logging these changes (e.g., updating actual project documents, backlog items). Suggest handoff to a PO/SM agent for backlog organization if appropriate.
|
|
150
|
+
- **If the analysis and proposed path (as per checklist Section 4 and potentially Section 6) indicate that the change requires a more fundamental replan (e.g., significant scope change, major architectural rework):** Clearly state this conclusion. Advise the user that the next step involves engaging the primary PM or Architect agents, using the "Sprint Change Proposal" as critical input and context for that deeper replanning effort.
|
|
151
|
+
|
|
152
|
+
## Output Deliverables
|
|
153
|
+
|
|
154
|
+
- **Primary:** A "Sprint Change Proposal" document (in markdown format). This document will contain:
|
|
155
|
+
- A summary of the change-checklist analysis (issue, impact, rationale for the chosen path).
|
|
156
|
+
- Specific, clearly drafted proposed edits for all affected project artifacts.
|
|
157
|
+
- **Implicit:** An annotated change-checklist (or the record of its completion) reflecting the discussions, findings, and decisions made during the process.
|
|
158
|
+
==================== END: .bmad-core/tasks/correct-course.md ====================
|
|
159
|
+
|
|
87
160
|
==================== START: .bmad-core/tasks/create-next-story.md ====================
|
|
88
161
|
# Create Next Story Task
|
|
89
162
|
|
|
@@ -211,7 +284,6 @@ If the user asks or does not specify a specific checklist, list the checklists a
|
|
|
211
284
|
## Instructions
|
|
212
285
|
|
|
213
286
|
1. **Initial Assessment**
|
|
214
|
-
|
|
215
287
|
- If user or the task being run provides a checklist name:
|
|
216
288
|
- Try fuzzy matching (e.g. "architecture checklist" -> "architect-checklist")
|
|
217
289
|
- If multiple matches found, ask user to clarify
|
|
@@ -224,14 +296,12 @@ If the user asks or does not specify a specific checklist, list the checklists a
|
|
|
224
296
|
- All at once (YOLO mode - recommended for checklists, there will be a summary of sections at the end to discuss)
|
|
225
297
|
|
|
226
298
|
2. **Document and Artifact Gathering**
|
|
227
|
-
|
|
228
299
|
- Each checklist will specify its required documents/artifacts at the beginning
|
|
229
300
|
- 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.
|
|
230
301
|
|
|
231
302
|
3. **Checklist Processing**
|
|
232
303
|
|
|
233
304
|
If in interactive mode:
|
|
234
|
-
|
|
235
305
|
- Work through each section of the checklist one at a time
|
|
236
306
|
- For each section:
|
|
237
307
|
- Review all items in the section following instructions for that section embedded in the checklist
|
|
@@ -240,7 +310,6 @@ If the user asks or does not specify a specific checklist, list the checklists a
|
|
|
240
310
|
- Get user confirmation before proceeding to next section or if any thing major do we need to halt and take corrective action
|
|
241
311
|
|
|
242
312
|
If in YOLO mode:
|
|
243
|
-
|
|
244
313
|
- Process all sections at once
|
|
245
314
|
- Create a comprehensive report of all findings
|
|
246
315
|
- Present the complete analysis to the user
|
|
@@ -248,7 +317,6 @@ If the user asks or does not specify a specific checklist, list the checklists a
|
|
|
248
317
|
4. **Validation Approach**
|
|
249
318
|
|
|
250
319
|
For each checklist item:
|
|
251
|
-
|
|
252
320
|
- Read and understand the requirement
|
|
253
321
|
- Look for evidence in the documentation that satisfies the requirement
|
|
254
322
|
- Consider both explicit mentions and implicit coverage
|
|
@@ -262,7 +330,6 @@ If the user asks or does not specify a specific checklist, list the checklists a
|
|
|
262
330
|
5. **Section Analysis**
|
|
263
331
|
|
|
264
332
|
For each section:
|
|
265
|
-
|
|
266
333
|
- think step by step to calculate pass rate
|
|
267
334
|
- Identify common themes in failed items
|
|
268
335
|
- Provide specific recommendations for improvement
|
|
@@ -272,7 +339,6 @@ If the user asks or does not specify a specific checklist, list the checklists a
|
|
|
272
339
|
6. **Final Report**
|
|
273
340
|
|
|
274
341
|
Prepare a summary that includes:
|
|
275
|
-
|
|
276
342
|
- Overall checklist completion status
|
|
277
343
|
- Pass rates by section
|
|
278
344
|
- List of failed items with context
|
|
@@ -295,79 +361,6 @@ The LLM will:
|
|
|
295
361
|
- Offer to provide detailed analysis of any section, especially those with warnings or failures
|
|
296
362
|
==================== END: .bmad-core/tasks/execute-checklist.md ====================
|
|
297
363
|
|
|
298
|
-
==================== START: .bmad-core/tasks/correct-course.md ====================
|
|
299
|
-
# Correct Course Task
|
|
300
|
-
|
|
301
|
-
## Purpose
|
|
302
|
-
|
|
303
|
-
- Guide a structured response to a change trigger using the `.bmad-core/checklists/change-checklist`.
|
|
304
|
-
- Analyze the impacts of the change on epics, project artifacts, and the MVP, guided by the checklist's structure.
|
|
305
|
-
- Explore potential solutions (e.g., adjust scope, rollback elements, re-scope features) as prompted by the checklist.
|
|
306
|
-
- Draft specific, actionable proposed updates to any affected project artifacts (e.g., epics, user stories, PRD sections, architecture document sections) based on the analysis.
|
|
307
|
-
- Produce a consolidated "Sprint Change Proposal" document that contains the impact analysis and the clearly drafted proposed edits for user review and approval.
|
|
308
|
-
- Ensure a clear handoff path if the nature of the changes necessitates fundamental replanning by other core agents (like PM or Architect).
|
|
309
|
-
|
|
310
|
-
## Instructions
|
|
311
|
-
|
|
312
|
-
### 1. Initial Setup & Mode Selection
|
|
313
|
-
|
|
314
|
-
- **Acknowledge Task & Inputs:**
|
|
315
|
-
- Confirm with the user that the "Correct Course Task" (Change Navigation & Integration) is being initiated.
|
|
316
|
-
- Verify the change trigger and ensure you have the user's initial explanation of the issue and its perceived impact.
|
|
317
|
-
- Confirm access to all relevant project artifacts (e.g., PRD, Epics/Stories, Architecture Documents, UI/UX Specifications) and, critically, the `.bmad-core/checklists/change-checklist`.
|
|
318
|
-
- **Establish Interaction Mode:**
|
|
319
|
-
- Ask the user their preferred interaction mode for this task:
|
|
320
|
-
- **"Incrementally (Default & Recommended):** Shall we work through the change-checklist section by section, discussing findings and collaboratively drafting proposed changes for each relevant part before moving to the next? This allows for detailed, step-by-step refinement."
|
|
321
|
-
- **"YOLO Mode (Batch Processing):** Or, would you prefer I conduct a more batched analysis based on the checklist and then present a consolidated set of findings and proposed changes for a broader review? This can be quicker for initial assessment but might require more extensive review of the combined proposals."
|
|
322
|
-
- Once the user chooses, confirm the selected mode and then inform the user: "We will now use the change-checklist to analyze the change and draft proposed updates. I will guide you through the checklist items based on our chosen interaction mode."
|
|
323
|
-
|
|
324
|
-
### 2. Execute Checklist Analysis (Iteratively or Batched, per Interaction Mode)
|
|
325
|
-
|
|
326
|
-
- Systematically work through Sections 1-4 of the change-checklist (typically covering Change Context, Epic/Story Impact Analysis, Artifact Conflict Resolution, and Path Evaluation/Recommendation).
|
|
327
|
-
- For each checklist item or logical group of items (depending on interaction mode):
|
|
328
|
-
- Present the relevant prompt(s) or considerations from the checklist to the user.
|
|
329
|
-
- Request necessary information and actively analyze the relevant project artifacts (PRD, epics, architecture documents, story history, etc.) to assess the impact.
|
|
330
|
-
- Discuss your findings for each item with the user.
|
|
331
|
-
- Record the status of each checklist item (e.g., `[x] Addressed`, `[N/A]`, `[!] Further Action Needed`) and any pertinent notes or decisions.
|
|
332
|
-
- Collaboratively agree on the "Recommended Path Forward" as prompted by Section 4 of the checklist.
|
|
333
|
-
|
|
334
|
-
### 3. Draft Proposed Changes (Iteratively or Batched)
|
|
335
|
-
|
|
336
|
-
- Based on the completed checklist analysis (Sections 1-4) and the agreed "Recommended Path Forward" (excluding scenarios requiring fundamental replans that would necessitate immediate handoff to PM/Architect):
|
|
337
|
-
- Identify the specific project artifacts that require updates (e.g., specific epics, user stories, PRD sections, architecture document components, diagrams).
|
|
338
|
-
- **Draft the proposed changes directly and explicitly for each identified artifact.** Examples include:
|
|
339
|
-
- Revising user story text, acceptance criteria, or priority.
|
|
340
|
-
- Adding, removing, reordering, or splitting user stories within epics.
|
|
341
|
-
- Proposing modified architecture diagram snippets (e.g., providing an updated Mermaid diagram block or a clear textual description of the change to an existing diagram).
|
|
342
|
-
- Updating technology lists, configuration details, or specific sections within the PRD or architecture documents.
|
|
343
|
-
- Drafting new, small supporting artifacts if necessary (e.g., a brief addendum for a specific decision).
|
|
344
|
-
- If in "Incremental Mode," discuss and refine these proposed edits for each artifact or small group of related artifacts with the user as they are drafted.
|
|
345
|
-
- If in "YOLO Mode," compile all drafted edits for presentation in the next step.
|
|
346
|
-
|
|
347
|
-
### 4. Generate "Sprint Change Proposal" with Edits
|
|
348
|
-
|
|
349
|
-
- Synthesize the complete change-checklist analysis (covering findings from Sections 1-4) and all the agreed-upon proposed edits (from Instruction 3) into a single document titled "Sprint Change Proposal." This proposal should align with the structure suggested by Section 5 of the change-checklist.
|
|
350
|
-
- The proposal must clearly present:
|
|
351
|
-
- **Analysis Summary:** A concise overview of the original issue, its analyzed impact (on epics, artifacts, MVP scope), and the rationale for the chosen path forward.
|
|
352
|
-
- **Specific Proposed Edits:** For each affected artifact, clearly show or describe the exact changes (e.g., "Change Story X.Y from: [old text] To: [new text]", "Add new Acceptance Criterion to Story A.B: [new AC]", "Update Section 3.2 of Architecture Document as follows: [new/modified text or diagram description]").
|
|
353
|
-
- Present the complete draft of the "Sprint Change Proposal" to the user for final review and feedback. Incorporate any final adjustments requested by the user.
|
|
354
|
-
|
|
355
|
-
### 5. Finalize & Determine Next Steps
|
|
356
|
-
|
|
357
|
-
- Obtain explicit user approval for the "Sprint Change Proposal," including all the specific edits documented within it.
|
|
358
|
-
- Provide the finalized "Sprint Change Proposal" document to the user.
|
|
359
|
-
- **Based on the nature of the approved changes:**
|
|
360
|
-
- **If the approved edits sufficiently address the change and can be implemented directly or organized by a PO/SM:** State that the "Correct Course Task" is complete regarding analysis and change proposal, and the user can now proceed with implementing or logging these changes (e.g., updating actual project documents, backlog items). Suggest handoff to a PO/SM agent for backlog organization if appropriate.
|
|
361
|
-
- **If the analysis and proposed path (as per checklist Section 4 and potentially Section 6) indicate that the change requires a more fundamental replan (e.g., significant scope change, major architectural rework):** Clearly state this conclusion. Advise the user that the next step involves engaging the primary PM or Architect agents, using the "Sprint Change Proposal" as critical input and context for that deeper replanning effort.
|
|
362
|
-
|
|
363
|
-
## Output Deliverables
|
|
364
|
-
|
|
365
|
-
- **Primary:** A "Sprint Change Proposal" document (in markdown format). This document will contain:
|
|
366
|
-
- A summary of the change-checklist analysis (issue, impact, rationale for the chosen path).
|
|
367
|
-
- Specific, clearly drafted proposed edits for all affected project artifacts.
|
|
368
|
-
- **Implicit:** An annotated change-checklist (or the record of its completion) reflecting the discussions, findings, and decisions made during the process.
|
|
369
|
-
==================== END: .bmad-core/tasks/correct-course.md ====================
|
|
370
|
-
|
|
371
364
|
==================== START: .bmad-core/templates/story-tmpl.yaml ====================
|
|
372
365
|
template:
|
|
373
366
|
id: story-template-v2
|
|
@@ -383,7 +376,7 @@ workflow:
|
|
|
383
376
|
elicitation: advanced-elicitation
|
|
384
377
|
|
|
385
378
|
agent_config:
|
|
386
|
-
editable_sections:
|
|
379
|
+
editable_sections:
|
|
387
380
|
- Status
|
|
388
381
|
- Story
|
|
389
382
|
- Acceptance Criteria
|
|
@@ -400,7 +393,7 @@ sections:
|
|
|
400
393
|
instruction: Select the current status of the story
|
|
401
394
|
owner: scrum-master
|
|
402
395
|
editors: [scrum-master, dev-agent]
|
|
403
|
-
|
|
396
|
+
|
|
404
397
|
- id: story
|
|
405
398
|
title: Story
|
|
406
399
|
type: template-text
|
|
@@ -412,7 +405,7 @@ sections:
|
|
|
412
405
|
elicit: true
|
|
413
406
|
owner: scrum-master
|
|
414
407
|
editors: [scrum-master]
|
|
415
|
-
|
|
408
|
+
|
|
416
409
|
- id: acceptance-criteria
|
|
417
410
|
title: Acceptance Criteria
|
|
418
411
|
type: numbered-list
|
|
@@ -420,7 +413,7 @@ sections:
|
|
|
420
413
|
elicit: true
|
|
421
414
|
owner: scrum-master
|
|
422
415
|
editors: [scrum-master]
|
|
423
|
-
|
|
416
|
+
|
|
424
417
|
- id: tasks-subtasks
|
|
425
418
|
title: Tasks / Subtasks
|
|
426
419
|
type: bullet-list
|
|
@@ -437,7 +430,7 @@ sections:
|
|
|
437
430
|
elicit: true
|
|
438
431
|
owner: scrum-master
|
|
439
432
|
editors: [scrum-master, dev-agent]
|
|
440
|
-
|
|
433
|
+
|
|
441
434
|
- id: dev-notes
|
|
442
435
|
title: Dev Notes
|
|
443
436
|
instruction: |
|
|
@@ -461,7 +454,7 @@ sections:
|
|
|
461
454
|
elicit: true
|
|
462
455
|
owner: scrum-master
|
|
463
456
|
editors: [scrum-master]
|
|
464
|
-
|
|
457
|
+
|
|
465
458
|
- id: change-log
|
|
466
459
|
title: Change Log
|
|
467
460
|
type: table
|
|
@@ -469,7 +462,7 @@ sections:
|
|
|
469
462
|
instruction: Track changes made to this story document
|
|
470
463
|
owner: scrum-master
|
|
471
464
|
editors: [scrum-master, dev-agent, qa-agent]
|
|
472
|
-
|
|
465
|
+
|
|
473
466
|
- id: dev-agent-record
|
|
474
467
|
title: Dev Agent Record
|
|
475
468
|
instruction: This section is populated by the development agent during implementation
|
|
@@ -482,25 +475,25 @@ sections:
|
|
|
482
475
|
instruction: Record the specific AI agent model and version used for development
|
|
483
476
|
owner: dev-agent
|
|
484
477
|
editors: [dev-agent]
|
|
485
|
-
|
|
478
|
+
|
|
486
479
|
- id: debug-log-references
|
|
487
480
|
title: Debug Log References
|
|
488
481
|
instruction: Reference any debug logs or traces generated during development
|
|
489
482
|
owner: dev-agent
|
|
490
483
|
editors: [dev-agent]
|
|
491
|
-
|
|
484
|
+
|
|
492
485
|
- id: completion-notes
|
|
493
486
|
title: Completion Notes List
|
|
494
487
|
instruction: Notes about the completion of tasks and any issues encountered
|
|
495
488
|
owner: dev-agent
|
|
496
489
|
editors: [dev-agent]
|
|
497
|
-
|
|
490
|
+
|
|
498
491
|
- id: file-list
|
|
499
492
|
title: File List
|
|
500
493
|
instruction: List all files created, modified, or affected during story implementation
|
|
501
494
|
owner: dev-agent
|
|
502
495
|
editors: [dev-agent]
|
|
503
|
-
|
|
496
|
+
|
|
504
497
|
- id: qa-results
|
|
505
498
|
title: QA Results
|
|
506
499
|
instruction: Results from QA Agent QA review of the completed story implementation
|
|
@@ -628,19 +621,16 @@ Note: We don't need every file listed - just the important ones.]]
|
|
|
628
621
|
Generate a concise validation report:
|
|
629
622
|
|
|
630
623
|
1. Quick Summary
|
|
631
|
-
|
|
632
624
|
- Story readiness: READY / NEEDS REVISION / BLOCKED
|
|
633
625
|
- Clarity score (1-10)
|
|
634
626
|
- Major gaps identified
|
|
635
627
|
|
|
636
628
|
2. Fill in the validation table with:
|
|
637
|
-
|
|
638
629
|
- PASS: Requirements clearly met
|
|
639
630
|
- PARTIAL: Some gaps but workable
|
|
640
631
|
- FAIL: Critical information missing
|
|
641
632
|
|
|
642
633
|
3. Specific Issues (if any)
|
|
643
|
-
|
|
644
634
|
- List concrete problems to fix
|
|
645
635
|
- Suggest specific improvements
|
|
646
636
|
- Identify any blocking dependencies
|