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
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
template:
|
|
2
|
+
id: qa-gate-template-v1
|
|
3
|
+
name: Quality Gate Decision
|
|
4
|
+
version: 1.0
|
|
5
|
+
output:
|
|
6
|
+
format: yaml
|
|
7
|
+
filename: qa.qaLocation/gates/{{epic_num}}.{{story_num}}-{{story_slug}}.yml
|
|
8
|
+
title: "Quality Gate: {{epic_num}}.{{story_num}}"
|
|
9
|
+
|
|
10
|
+
# Required fields (keep these first)
|
|
11
|
+
schema: 1
|
|
12
|
+
story: "{{epic_num}}.{{story_num}}"
|
|
13
|
+
story_title: "{{story_title}}"
|
|
14
|
+
gate: "{{gate_status}}" # PASS|CONCERNS|FAIL|WAIVED
|
|
15
|
+
status_reason: "{{status_reason}}" # 1-2 sentence summary of why this gate decision
|
|
16
|
+
reviewer: "Quinn (Test Architect)"
|
|
17
|
+
updated: "{{iso_timestamp}}"
|
|
18
|
+
|
|
19
|
+
# Always present but only active when WAIVED
|
|
20
|
+
waiver: { active: false }
|
|
21
|
+
|
|
22
|
+
# Issues (if any) - Use fixed severity: low | medium | high
|
|
23
|
+
top_issues: []
|
|
24
|
+
|
|
25
|
+
# Risk summary (from risk-profile task if run)
|
|
26
|
+
risk_summary:
|
|
27
|
+
totals: { critical: 0, high: 0, medium: 0, low: 0 }
|
|
28
|
+
recommendations:
|
|
29
|
+
must_fix: []
|
|
30
|
+
monitor: []
|
|
31
|
+
|
|
32
|
+
# Examples section using block scalars for clarity
|
|
33
|
+
examples:
|
|
34
|
+
with_issues: |
|
|
35
|
+
top_issues:
|
|
36
|
+
- id: "SEC-001"
|
|
37
|
+
severity: high # ONLY: low|medium|high
|
|
38
|
+
finding: "No rate limiting on login endpoint"
|
|
39
|
+
suggested_action: "Add rate limiting middleware before production"
|
|
40
|
+
- id: "TEST-001"
|
|
41
|
+
severity: medium
|
|
42
|
+
finding: "Missing integration tests for auth flow"
|
|
43
|
+
suggested_action: "Add test coverage for critical paths"
|
|
44
|
+
|
|
45
|
+
when_waived: |
|
|
46
|
+
waiver:
|
|
47
|
+
active: true
|
|
48
|
+
reason: "Accepted for MVP release - will address in next sprint"
|
|
49
|
+
approved_by: "Product Owner"
|
|
50
|
+
|
|
51
|
+
# ============ Optional Extended Fields ============
|
|
52
|
+
# Uncomment and use if your team wants more detail
|
|
53
|
+
|
|
54
|
+
optional_fields_examples:
|
|
55
|
+
quality_and_expiry: |
|
|
56
|
+
quality_score: 75 # 0-100 (optional scoring)
|
|
57
|
+
expires: "2025-01-26T00:00:00Z" # Optional gate freshness window
|
|
58
|
+
|
|
59
|
+
evidence: |
|
|
60
|
+
evidence:
|
|
61
|
+
tests_reviewed: 15
|
|
62
|
+
risks_identified: 3
|
|
63
|
+
trace:
|
|
64
|
+
ac_covered: [1, 2, 3] # AC numbers with test coverage
|
|
65
|
+
ac_gaps: [4] # AC numbers lacking coverage
|
|
66
|
+
|
|
67
|
+
nfr_validation: |
|
|
68
|
+
nfr_validation:
|
|
69
|
+
security: { status: CONCERNS, notes: "Rate limiting missing" }
|
|
70
|
+
performance: { status: PASS, notes: "" }
|
|
71
|
+
reliability: { status: PASS, notes: "" }
|
|
72
|
+
maintainability: { status: PASS, notes: "" }
|
|
73
|
+
|
|
74
|
+
history: |
|
|
75
|
+
history: # Append-only audit trail
|
|
76
|
+
- at: "2025-01-12T10:00:00Z"
|
|
77
|
+
gate: FAIL
|
|
78
|
+
note: "Initial review - missing tests"
|
|
79
|
+
- at: "2025-01-12T15:00:00Z"
|
|
80
|
+
gate: CONCERNS
|
|
81
|
+
note: "Tests added but rate limiting still missing"
|
|
82
|
+
|
|
83
|
+
risk_summary: |
|
|
84
|
+
risk_summary: # From risk-profile task
|
|
85
|
+
totals:
|
|
86
|
+
critical: 0
|
|
87
|
+
high: 0
|
|
88
|
+
medium: 0
|
|
89
|
+
low: 0
|
|
90
|
+
# 'highest' is emitted only when risks exist
|
|
91
|
+
recommendations:
|
|
92
|
+
must_fix: []
|
|
93
|
+
monitor: []
|
|
94
|
+
|
|
95
|
+
recommendations: |
|
|
96
|
+
recommendations:
|
|
97
|
+
immediate: # Must fix before production
|
|
98
|
+
- action: "Add rate limiting to auth endpoints"
|
|
99
|
+
refs: ["api/auth/login.ts:42-68"]
|
|
100
|
+
future: # Can be addressed later
|
|
101
|
+
- action: "Consider caching for better performance"
|
|
102
|
+
refs: ["services/data.service.ts"]
|
|
@@ -12,7 +12,7 @@ workflow:
|
|
|
12
12
|
elicitation: advanced-elicitation
|
|
13
13
|
|
|
14
14
|
agent_config:
|
|
15
|
-
editable_sections:
|
|
15
|
+
editable_sections:
|
|
16
16
|
- Status
|
|
17
17
|
- Story
|
|
18
18
|
- Acceptance Criteria
|
|
@@ -29,7 +29,7 @@ sections:
|
|
|
29
29
|
instruction: Select the current status of the story
|
|
30
30
|
owner: scrum-master
|
|
31
31
|
editors: [scrum-master, dev-agent]
|
|
32
|
-
|
|
32
|
+
|
|
33
33
|
- id: story
|
|
34
34
|
title: Story
|
|
35
35
|
type: template-text
|
|
@@ -41,7 +41,7 @@ sections:
|
|
|
41
41
|
elicit: true
|
|
42
42
|
owner: scrum-master
|
|
43
43
|
editors: [scrum-master]
|
|
44
|
-
|
|
44
|
+
|
|
45
45
|
- id: acceptance-criteria
|
|
46
46
|
title: Acceptance Criteria
|
|
47
47
|
type: numbered-list
|
|
@@ -49,7 +49,7 @@ sections:
|
|
|
49
49
|
elicit: true
|
|
50
50
|
owner: scrum-master
|
|
51
51
|
editors: [scrum-master]
|
|
52
|
-
|
|
52
|
+
|
|
53
53
|
- id: tasks-subtasks
|
|
54
54
|
title: Tasks / Subtasks
|
|
55
55
|
type: bullet-list
|
|
@@ -66,7 +66,7 @@ sections:
|
|
|
66
66
|
elicit: true
|
|
67
67
|
owner: scrum-master
|
|
68
68
|
editors: [scrum-master, dev-agent]
|
|
69
|
-
|
|
69
|
+
|
|
70
70
|
- id: dev-notes
|
|
71
71
|
title: Dev Notes
|
|
72
72
|
instruction: |
|
|
@@ -90,7 +90,7 @@ sections:
|
|
|
90
90
|
elicit: true
|
|
91
91
|
owner: scrum-master
|
|
92
92
|
editors: [scrum-master]
|
|
93
|
-
|
|
93
|
+
|
|
94
94
|
- id: change-log
|
|
95
95
|
title: Change Log
|
|
96
96
|
type: table
|
|
@@ -98,7 +98,7 @@ sections:
|
|
|
98
98
|
instruction: Track changes made to this story document
|
|
99
99
|
owner: scrum-master
|
|
100
100
|
editors: [scrum-master, dev-agent, qa-agent]
|
|
101
|
-
|
|
101
|
+
|
|
102
102
|
- id: dev-agent-record
|
|
103
103
|
title: Dev Agent Record
|
|
104
104
|
instruction: This section is populated by the development agent during implementation
|
|
@@ -111,27 +111,27 @@ sections:
|
|
|
111
111
|
instruction: Record the specific AI agent model and version used for development
|
|
112
112
|
owner: dev-agent
|
|
113
113
|
editors: [dev-agent]
|
|
114
|
-
|
|
114
|
+
|
|
115
115
|
- id: debug-log-references
|
|
116
116
|
title: Debug Log References
|
|
117
117
|
instruction: Reference any debug logs or traces generated during development
|
|
118
118
|
owner: dev-agent
|
|
119
119
|
editors: [dev-agent]
|
|
120
|
-
|
|
120
|
+
|
|
121
121
|
- id: completion-notes
|
|
122
122
|
title: Completion Notes List
|
|
123
123
|
instruction: Notes about the completion of tasks and any issues encountered
|
|
124
124
|
owner: dev-agent
|
|
125
125
|
editors: [dev-agent]
|
|
126
|
-
|
|
126
|
+
|
|
127
127
|
- id: file-list
|
|
128
128
|
title: File List
|
|
129
129
|
instruction: List all files created, modified, or affected during story implementation
|
|
130
130
|
owner: dev-agent
|
|
131
131
|
editors: [dev-agent]
|
|
132
|
-
|
|
132
|
+
|
|
133
133
|
- id: qa-results
|
|
134
134
|
title: QA Results
|
|
135
135
|
instruction: Results from QA Agent QA review of the completed story implementation
|
|
136
136
|
owner: qa-agent
|
|
137
|
-
editors: [qa-agent]
|
|
137
|
+
editors: [qa-agent]
|
|
@@ -20,7 +20,7 @@ workflow:
|
|
|
20
20
|
- Single story (< 4 hours) → Use brownfield-create-story task
|
|
21
21
|
- Small feature (1-3 stories) → Use brownfield-create-epic task
|
|
22
22
|
- Major enhancement (multiple epics) → Continue with full workflow
|
|
23
|
-
|
|
23
|
+
|
|
24
24
|
Ask user: "Can you describe the enhancement scope? Is this a small fix, a feature addition, or a major enhancement requiring architectural changes?"
|
|
25
25
|
|
|
26
26
|
- step: routing_decision
|
|
@@ -181,7 +181,7 @@ workflow:
|
|
|
181
181
|
notes: |
|
|
182
182
|
All stories implemented and reviewed!
|
|
183
183
|
Project development phase complete.
|
|
184
|
-
|
|
184
|
+
|
|
185
185
|
Reference: {root}/data/bmad-kb.md#IDE Development Workflow
|
|
186
186
|
|
|
187
187
|
flow_diagram: |
|
|
@@ -265,33 +265,33 @@ workflow:
|
|
|
265
265
|
{{if single_story}}: Proceeding with brownfield-create-story task for immediate implementation.
|
|
266
266
|
{{if small_feature}}: Creating focused epic with brownfield-create-epic task.
|
|
267
267
|
{{if major_enhancement}}: Continuing with comprehensive planning workflow.
|
|
268
|
-
|
|
268
|
+
|
|
269
269
|
documentation_assessment: |
|
|
270
270
|
Documentation assessment complete:
|
|
271
271
|
{{if adequate}}: Existing documentation is sufficient. Proceeding directly to PRD creation.
|
|
272
272
|
{{if inadequate}}: Running document-project to capture current system state before PRD.
|
|
273
|
-
|
|
273
|
+
|
|
274
274
|
document_project_to_pm: |
|
|
275
275
|
Project analysis complete. Key findings documented in:
|
|
276
276
|
- {{document_list}}
|
|
277
277
|
Use these findings to inform PRD creation and avoid re-analyzing the same aspects.
|
|
278
|
-
|
|
278
|
+
|
|
279
279
|
pm_to_architect_decision: |
|
|
280
280
|
PRD complete and saved as docs/prd.md.
|
|
281
281
|
Architectural changes identified: {{yes/no}}
|
|
282
282
|
{{if yes}}: Proceeding to create architecture document for: {{specific_changes}}
|
|
283
283
|
{{if no}}: No architectural changes needed. Proceeding to validation.
|
|
284
|
-
|
|
284
|
+
|
|
285
285
|
architect_to_po: "Architecture complete. Save it as docs/architecture.md. Please validate all artifacts for integration safety."
|
|
286
|
-
|
|
286
|
+
|
|
287
287
|
po_to_sm: |
|
|
288
288
|
All artifacts validated.
|
|
289
289
|
Documentation type available: {{sharded_prd / brownfield_docs}}
|
|
290
290
|
{{if sharded}}: Use standard create-next-story task.
|
|
291
291
|
{{if brownfield}}: Use create-brownfield-story task to handle varied documentation formats.
|
|
292
|
-
|
|
292
|
+
|
|
293
293
|
sm_story_creation: |
|
|
294
294
|
Creating story from {{documentation_type}}.
|
|
295
295
|
{{if missing_context}}: May need to gather additional context from user during story creation.
|
|
296
|
-
|
|
296
|
+
|
|
297
297
|
complete: "All planning artifacts validated and development can begin. Stories will be created based on available documentation format."
|
|
@@ -14,7 +14,7 @@ template:
|
|
|
14
14
|
output:
|
|
15
15
|
format: markdown
|
|
16
16
|
filename: default-path/to/{{filename}}.md
|
|
17
|
-
title:
|
|
17
|
+
title: '{{variable}} Document Title'
|
|
18
18
|
|
|
19
19
|
workflow:
|
|
20
20
|
mode: interactive
|
|
@@ -108,8 +108,8 @@ sections:
|
|
|
108
108
|
Use `{{variable_name}}` in titles, templates, and content:
|
|
109
109
|
|
|
110
110
|
```yaml
|
|
111
|
-
title:
|
|
112
|
-
template:
|
|
111
|
+
title: 'Epic {{epic_number}} {{epic_title}}'
|
|
112
|
+
template: 'As a {{user_type}}, I want {{action}}, so that {{benefit}}.'
|
|
113
113
|
```
|
|
114
114
|
|
|
115
115
|
### Conditional Sections
|
|
@@ -212,7 +212,7 @@ choices:
|
|
|
212
212
|
- id: criteria
|
|
213
213
|
title: Acceptance Criteria
|
|
214
214
|
type: numbered-list
|
|
215
|
-
item_template:
|
|
215
|
+
item_template: '{{criterion_number}}: {{criteria}}'
|
|
216
216
|
repeatable: true
|
|
217
217
|
```
|
|
218
218
|
|
|
@@ -220,7 +220,7 @@ choices:
|
|
|
220
220
|
|
|
221
221
|
````yaml
|
|
222
222
|
examples:
|
|
223
|
-
-
|
|
223
|
+
- 'FR6: The system must authenticate users within 2 seconds'
|
|
224
224
|
- |
|
|
225
225
|
```mermaid
|
|
226
226
|
sequenceDiagram
|