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/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-architecture-tmpl.yaml
CHANGED
|
@@ -27,18 +27,18 @@ sections:
|
|
|
27
27
|
- id: initial-setup
|
|
28
28
|
instruction: |
|
|
29
29
|
Initial Setup
|
|
30
|
-
|
|
30
|
+
|
|
31
31
|
1. Replace {{project_name}} with the actual project name throughout the document
|
|
32
32
|
2. Gather and review required inputs:
|
|
33
33
|
- Product Requirements Document (PRD) - Required for business needs and scale requirements
|
|
34
34
|
- Main System Architecture - Required for infrastructure dependencies
|
|
35
35
|
- Technical Preferences/Tech Stack Document - Required for technology choices
|
|
36
36
|
- PRD Technical Assumptions - Required for cross-referencing repository and service architecture
|
|
37
|
-
|
|
37
|
+
|
|
38
38
|
If any required documents are missing, ask user: "I need the following documents to create a comprehensive infrastructure architecture: [list missing]. Would you like to proceed with available information or provide the missing documents first?"
|
|
39
|
-
|
|
39
|
+
|
|
40
40
|
3. <critical_rule>Cross-reference with PRD Technical Assumptions to ensure infrastructure decisions align with repository and service architecture decisions made in the system architecture.</critical_rule>
|
|
41
|
-
|
|
41
|
+
|
|
42
42
|
Output file location: `docs/infrastructure-architecture.md`
|
|
43
43
|
|
|
44
44
|
- id: infrastructure-overview
|
|
@@ -67,7 +67,7 @@ sections:
|
|
|
67
67
|
- Repository Structure
|
|
68
68
|
- State Management
|
|
69
69
|
- Dependency Management
|
|
70
|
-
|
|
70
|
+
|
|
71
71
|
<critical_rule>All infrastructure must be defined as code. No manual resource creation in production environments.</critical_rule>
|
|
72
72
|
|
|
73
73
|
- id: environment-configuration
|
|
@@ -103,7 +103,7 @@ sections:
|
|
|
103
103
|
title: Network Architecture
|
|
104
104
|
instruction: |
|
|
105
105
|
Design network topology considering security zones, traffic patterns, and compliance requirements. Reference main architecture for service communication patterns.
|
|
106
|
-
|
|
106
|
+
|
|
107
107
|
Create Mermaid diagram showing:
|
|
108
108
|
- VPC/Network structure
|
|
109
109
|
- Security zones and boundaries
|
|
@@ -166,7 +166,7 @@ sections:
|
|
|
166
166
|
title: Data Resources
|
|
167
167
|
instruction: |
|
|
168
168
|
Design data infrastructure based on data architecture from main system design. Consider data volumes, access patterns, compliance, and recovery requirements.
|
|
169
|
-
|
|
169
|
+
|
|
170
170
|
Create data flow diagram showing:
|
|
171
171
|
- Database topology
|
|
172
172
|
- Replication patterns
|
|
@@ -187,7 +187,7 @@ sections:
|
|
|
187
187
|
- Data Encryption
|
|
188
188
|
- Compliance Controls
|
|
189
189
|
- Security Scanning & Monitoring
|
|
190
|
-
|
|
190
|
+
|
|
191
191
|
<critical_rule>Apply principle of least privilege for all access controls. Document all security exceptions with business justification.</critical_rule>
|
|
192
192
|
|
|
193
193
|
- id: shared-responsibility
|
|
@@ -223,7 +223,7 @@ sections:
|
|
|
223
223
|
title: CI/CD Pipeline
|
|
224
224
|
instruction: |
|
|
225
225
|
Design deployment pipeline that balances speed with safety. Include progressive deployment strategies and automated quality gates.
|
|
226
|
-
|
|
226
|
+
|
|
227
227
|
Create pipeline diagram showing:
|
|
228
228
|
- Build stages
|
|
229
229
|
- Test gates
|
|
@@ -254,7 +254,7 @@ sections:
|
|
|
254
254
|
- Recovery Procedures
|
|
255
255
|
- RTO & RPO Targets
|
|
256
256
|
- DR Testing Approach
|
|
257
|
-
|
|
257
|
+
|
|
258
258
|
<critical_rule>DR procedures must be tested at least quarterly. Document test results and improvement actions.</critical_rule>
|
|
259
259
|
|
|
260
260
|
- id: cost-optimization
|
|
@@ -296,15 +296,15 @@ sections:
|
|
|
296
296
|
title: DevOps/Platform Feasibility Review
|
|
297
297
|
instruction: |
|
|
298
298
|
CRITICAL STEP - Present architectural blueprint summary to DevOps/Platform Engineering Agent for feasibility review. Request specific feedback on:
|
|
299
|
-
|
|
299
|
+
|
|
300
300
|
- **Operational Complexity:** Are the proposed patterns implementable with current tooling and expertise?
|
|
301
301
|
- **Resource Constraints:** Do infrastructure requirements align with available resources and budgets?
|
|
302
302
|
- **Security Implementation:** Are security patterns achievable with current security toolchain?
|
|
303
303
|
- **Operational Overhead:** Will the proposed architecture create excessive operational burden?
|
|
304
304
|
- **Technology Constraints:** Are selected technologies compatible with existing infrastructure?
|
|
305
|
-
|
|
305
|
+
|
|
306
306
|
Document all feasibility feedback and concerns raised. Iterate on architectural decisions based on operational constraints and feedback.
|
|
307
|
-
|
|
307
|
+
|
|
308
308
|
<critical_rule>Address all critical feasibility concerns before proceeding to final architecture documentation. If critical blockers identified, revise architecture before continuing.</critical_rule>
|
|
309
309
|
sections:
|
|
310
310
|
- id: feasibility-results
|
|
@@ -322,7 +322,7 @@ sections:
|
|
|
322
322
|
title: Validation Framework
|
|
323
323
|
content: |
|
|
324
324
|
This infrastructure architecture will be validated using the comprehensive `infrastructure-checklist.md`, with particular focus on Section 12: Architecture Documentation Validation. The checklist ensures:
|
|
325
|
-
|
|
325
|
+
|
|
326
326
|
- Completeness of architecture documentation
|
|
327
327
|
- Consistency with broader system architecture
|
|
328
328
|
- Appropriate level of detail for different stakeholders
|
|
@@ -332,12 +332,12 @@ sections:
|
|
|
332
332
|
title: Validation Process
|
|
333
333
|
content: |
|
|
334
334
|
The architecture documentation validation should be performed:
|
|
335
|
-
|
|
335
|
+
|
|
336
336
|
- After initial architecture development
|
|
337
337
|
- After significant architecture changes
|
|
338
338
|
- Before major implementation phases
|
|
339
339
|
- During periodic architecture reviews
|
|
340
|
-
|
|
340
|
+
|
|
341
341
|
The Platform Engineer should use the infrastructure checklist to systematically validate all aspects of this architecture document.
|
|
342
342
|
|
|
343
343
|
- id: implementation-handoff
|
|
@@ -348,7 +348,7 @@ sections:
|
|
|
348
348
|
title: Architecture Decision Records (ADRs)
|
|
349
349
|
content: |
|
|
350
350
|
Create ADRs for key infrastructure decisions:
|
|
351
|
-
|
|
351
|
+
|
|
352
352
|
- Cloud provider selection rationale
|
|
353
353
|
- Container orchestration platform choice
|
|
354
354
|
- Networking architecture decisions
|
|
@@ -358,7 +358,7 @@ sections:
|
|
|
358
358
|
title: Implementation Validation Criteria
|
|
359
359
|
content: |
|
|
360
360
|
Define specific criteria for validating correct implementation:
|
|
361
|
-
|
|
361
|
+
|
|
362
362
|
- Infrastructure as Code quality gates
|
|
363
363
|
- Security compliance checkpoints
|
|
364
364
|
- Performance benchmarks
|
|
@@ -418,7 +418,7 @@ sections:
|
|
|
418
418
|
instruction: Final Review - Ensure all sections are complete and consistent. Verify feasibility review was conducted and all concerns addressed. Apply final validation against infrastructure checklist.
|
|
419
419
|
content: |
|
|
420
420
|
---
|
|
421
|
-
|
|
421
|
+
|
|
422
422
|
_Document Version: 1.0_
|
|
423
423
|
_Last Updated: {{current_date}}_
|
|
424
|
-
_Next Review: {{review_date}}_
|
|
424
|
+
_Next Review: {{review_date}}_
|
|
@@ -28,7 +28,7 @@ sections:
|
|
|
28
28
|
- id: initial-setup
|
|
29
29
|
instruction: |
|
|
30
30
|
Initial Setup
|
|
31
|
-
|
|
31
|
+
|
|
32
32
|
1. Replace {{project_name}} with the actual project name throughout the document
|
|
33
33
|
2. Gather and review required inputs:
|
|
34
34
|
- **Infrastructure Architecture Document** (Primary input - REQUIRED)
|
|
@@ -37,10 +37,10 @@ sections:
|
|
|
37
37
|
- Technology Stack Document
|
|
38
38
|
- Infrastructure Checklist
|
|
39
39
|
- NOTE: If Infrastructure Architecture Document is missing, HALT and request: "I need the Infrastructure Architecture Document to proceed with platform implementation. This document defines the infrastructure design that we'll be implementing."
|
|
40
|
-
|
|
40
|
+
|
|
41
41
|
3. Validate that the infrastructure architecture has been reviewed and approved
|
|
42
42
|
4. <critical_rule>All platform implementation must align with the approved infrastructure architecture. Any deviations require architect approval.</critical_rule>
|
|
43
|
-
|
|
43
|
+
|
|
44
44
|
Output file location: `docs/platform-infrastructure/platform-implementation.md`
|
|
45
45
|
|
|
46
46
|
- id: executive-summary
|
|
@@ -113,7 +113,7 @@ sections:
|
|
|
113
113
|
# Example Terraform for VPC setup
|
|
114
114
|
module "vpc" {
|
|
115
115
|
source = "./modules/vpc"
|
|
116
|
-
|
|
116
|
+
|
|
117
117
|
cidr_block = "{{vpc_cidr}}"
|
|
118
118
|
availability_zones = {{availability_zones}}
|
|
119
119
|
public_subnets = {{public_subnets}}
|
|
@@ -508,7 +508,7 @@ sections:
|
|
|
508
508
|
// K6 Load Test Example
|
|
509
509
|
import http from 'k6/http';
|
|
510
510
|
import { check } from 'k6';
|
|
511
|
-
|
|
511
|
+
|
|
512
512
|
export let options = {
|
|
513
513
|
stages: [
|
|
514
514
|
{ duration: '5m', target: {{target_users}} },
|
|
@@ -622,8 +622,8 @@ sections:
|
|
|
622
622
|
instruction: Final Review - Ensure all platform layers are properly implemented, integrated, and documented. Verify that the implementation fully supports the BMAD methodology and all agent workflows. Confirm successful validation against the infrastructure checklist.
|
|
623
623
|
content: |
|
|
624
624
|
---
|
|
625
|
-
|
|
625
|
+
|
|
626
626
|
_Platform Version: 1.0_
|
|
627
627
|
_Implementation Date: {{implementation_date}}_
|
|
628
628
|
_Next Review: {{review_date}}_
|
|
629
|
-
_Approved by: {{architect_name}} (Architect), {{devops_name}} (DevOps/Platform Engineer)_
|
|
629
|
+
_Approved by: {{architect_name}} (Architect), {{devops_name}} (DevOps/Platform Engineer)_
|
package/package.json
CHANGED
|
@@ -1,7 +1,23 @@
|
|
|
1
1
|
{
|
|
2
|
+
"$schema": "https://json.schemastore.org/package.json",
|
|
2
3
|
"name": "bmad-method",
|
|
3
|
-
"version": "4.
|
|
4
|
+
"version": "4.39.1",
|
|
4
5
|
"description": "Breakthrough Method of Agile AI-driven Development",
|
|
6
|
+
"keywords": [
|
|
7
|
+
"agile",
|
|
8
|
+
"ai",
|
|
9
|
+
"orchestrator",
|
|
10
|
+
"development",
|
|
11
|
+
"methodology",
|
|
12
|
+
"agents",
|
|
13
|
+
"bmad"
|
|
14
|
+
],
|
|
15
|
+
"repository": {
|
|
16
|
+
"type": "git",
|
|
17
|
+
"url": "git+https://github.com/bmadcode/BMAD-METHOD.git"
|
|
18
|
+
},
|
|
19
|
+
"license": "MIT",
|
|
20
|
+
"author": "Brian (BMad) Madison",
|
|
5
21
|
"main": "tools/cli.js",
|
|
6
22
|
"bin": {
|
|
7
23
|
"bmad": "tools/bmad-npx-wrapper.js",
|
|
@@ -11,27 +27,46 @@
|
|
|
11
27
|
"build": "node tools/cli.js build",
|
|
12
28
|
"build:agents": "node tools/cli.js build --agents-only",
|
|
13
29
|
"build:teams": "node tools/cli.js build --teams-only",
|
|
14
|
-
"list:agents": "node tools/cli.js list:agents",
|
|
15
|
-
"validate": "node tools/cli.js validate",
|
|
16
30
|
"flatten": "node tools/flattener/main.js",
|
|
31
|
+
"format": "prettier --write \"**/*.{js,cjs,mjs,json,md,yaml}\"",
|
|
32
|
+
"format:check": "prettier --check \"**/*.{js,cjs,mjs,json,md,yaml}\"",
|
|
17
33
|
"install:bmad": "node tools/installer/bin/bmad.js install",
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
34
|
+
"lint": "eslint . --ext .js,.cjs,.mjs,.yaml --max-warnings=0",
|
|
35
|
+
"lint:fix": "eslint . --ext .js,.cjs,.mjs,.yaml --fix",
|
|
36
|
+
"list:agents": "node tools/cli.js list:agents",
|
|
37
|
+
"prepare": "husky",
|
|
38
|
+
"preview:release": "node tools/preview-release-notes.js",
|
|
39
|
+
"release:major": "gh workflow run \"Manual Release\" -f version_bump=major",
|
|
40
|
+
"release:minor": "gh workflow run \"Manual Release\" -f version_bump=minor",
|
|
41
|
+
"release:patch": "gh workflow run \"Manual Release\" -f version_bump=patch",
|
|
42
|
+
"release:watch": "gh run watch",
|
|
43
|
+
"validate": "node tools/cli.js validate",
|
|
24
44
|
"version:all": "node tools/bump-all-versions.js",
|
|
25
|
-
"version:all:minor": "node tools/bump-all-versions.js minor",
|
|
26
45
|
"version:all:major": "node tools/bump-all-versions.js major",
|
|
46
|
+
"version:all:minor": "node tools/bump-all-versions.js minor",
|
|
27
47
|
"version:all:patch": "node tools/bump-all-versions.js patch",
|
|
48
|
+
"version:expansion": "node tools/bump-expansion-version.js",
|
|
28
49
|
"version:expansion:all": "node tools/bump-all-versions.js",
|
|
29
|
-
"version:expansion:all:minor": "node tools/bump-all-versions.js minor",
|
|
30
50
|
"version:expansion:all:major": "node tools/bump-all-versions.js major",
|
|
51
|
+
"version:expansion:all:minor": "node tools/bump-all-versions.js minor",
|
|
31
52
|
"version:expansion:all:patch": "node tools/bump-all-versions.js patch",
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"
|
|
53
|
+
"version:expansion:set": "node tools/update-expansion-version.js",
|
|
54
|
+
"version:major": "node tools/version-bump.js major",
|
|
55
|
+
"version:minor": "node tools/version-bump.js minor",
|
|
56
|
+
"version:patch": "node tools/version-bump.js patch"
|
|
57
|
+
},
|
|
58
|
+
"lint-staged": {
|
|
59
|
+
"**/*.{js,cjs,mjs}": [
|
|
60
|
+
"eslint --fix --max-warnings=0",
|
|
61
|
+
"prettier --write"
|
|
62
|
+
],
|
|
63
|
+
"**/*.yaml": [
|
|
64
|
+
"eslint --fix",
|
|
65
|
+
"prettier --write"
|
|
66
|
+
],
|
|
67
|
+
"**/*.{json,md}": [
|
|
68
|
+
"prettier --write"
|
|
69
|
+
]
|
|
35
70
|
},
|
|
36
71
|
"dependencies": {
|
|
37
72
|
"@kayvan/markdown-tree-parser": "^1.5.0",
|
|
@@ -46,37 +81,25 @@
|
|
|
46
81
|
"ora": "^5.4.1",
|
|
47
82
|
"semver": "^7.6.3"
|
|
48
83
|
},
|
|
49
|
-
"keywords": [
|
|
50
|
-
"agile",
|
|
51
|
-
"ai",
|
|
52
|
-
"orchestrator",
|
|
53
|
-
"development",
|
|
54
|
-
"methodology",
|
|
55
|
-
"agents",
|
|
56
|
-
"bmad"
|
|
57
|
-
],
|
|
58
|
-
"author": "Brian (BMad) Madison",
|
|
59
|
-
"license": "MIT",
|
|
60
|
-
"repository": {
|
|
61
|
-
"type": "git",
|
|
62
|
-
"url": "git+https://github.com/bmadcode/BMAD-METHOD.git"
|
|
63
|
-
},
|
|
64
|
-
"engines": {
|
|
65
|
-
"node": ">=20.0.0"
|
|
66
|
-
},
|
|
67
84
|
"devDependencies": {
|
|
68
|
-
"@
|
|
69
|
-
"
|
|
85
|
+
"@eslint/js": "^9.33.0",
|
|
86
|
+
"eslint": "^9.33.0",
|
|
87
|
+
"eslint-config-prettier": "^10.1.8",
|
|
88
|
+
"eslint-plugin-n": "^17.21.3",
|
|
89
|
+
"eslint-plugin-unicorn": "^60.0.0",
|
|
90
|
+
"eslint-plugin-yml": "^1.18.0",
|
|
70
91
|
"husky": "^9.1.7",
|
|
71
92
|
"jest": "^30.0.4",
|
|
72
93
|
"lint-staged": "^16.1.1",
|
|
73
94
|
"prettier": "^3.5.3",
|
|
74
|
-
"
|
|
95
|
+
"prettier-plugin-packagejson": "^2.5.19",
|
|
96
|
+
"yaml-eslint-parser": "^1.2.3",
|
|
75
97
|
"yaml-lint": "^1.7.0"
|
|
76
98
|
},
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
|
|
80
|
-
|
|
99
|
+
"engines": {
|
|
100
|
+
"node": ">=20.10.0"
|
|
101
|
+
},
|
|
102
|
+
"publishConfig": {
|
|
103
|
+
"access": "public"
|
|
81
104
|
}
|
|
82
105
|
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
$schema: 'https://json.schemastore.org/prettierrc',
|
|
3
|
+
printWidth: 100,
|
|
4
|
+
tabWidth: 2,
|
|
5
|
+
useTabs: false,
|
|
6
|
+
semi: true,
|
|
7
|
+
singleQuote: true,
|
|
8
|
+
trailingComma: 'all',
|
|
9
|
+
bracketSpacing: true,
|
|
10
|
+
arrowParens: 'always',
|
|
11
|
+
endOfLine: 'lf',
|
|
12
|
+
proseWrap: 'preserve',
|
|
13
|
+
overrides: [
|
|
14
|
+
{
|
|
15
|
+
files: ['*.md'],
|
|
16
|
+
options: { proseWrap: 'preserve' },
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
files: ['*.yaml'],
|
|
20
|
+
options: { singleQuote: false },
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
files: ['*.json', '*.jsonc'],
|
|
24
|
+
options: { singleQuote: false },
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
files: ['*.cjs'],
|
|
28
|
+
options: { parser: 'babel' },
|
|
29
|
+
},
|
|
30
|
+
],
|
|
31
|
+
plugins: ['prettier-plugin-packagejson'],
|
|
32
|
+
};
|
package/sync-version.sh
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
#!/bin/bash
|
|
2
|
+
|
|
3
|
+
# Sync local version with published npm version
|
|
4
|
+
# Run this after a release if the version bump commit didn't sync automatically
|
|
5
|
+
|
|
6
|
+
echo "🔄 Syncing local version with npm..."
|
|
7
|
+
|
|
8
|
+
# Get the latest published version
|
|
9
|
+
VERSION=$(npm view bmad-method@latest version)
|
|
10
|
+
echo "📦 Latest published version: $VERSION"
|
|
11
|
+
|
|
12
|
+
# Update package.json
|
|
13
|
+
npm version $VERSION --no-git-tag-version
|
|
14
|
+
|
|
15
|
+
# Update installer package.json
|
|
16
|
+
sed -i '' 's/"version": ".*"/"version": "'$VERSION'"/' tools/installer/package.json
|
|
17
|
+
|
|
18
|
+
# Commit and push
|
|
19
|
+
git add package.json tools/installer/package.json
|
|
20
|
+
git commit -m "sync: update to published version $VERSION"
|
|
21
|
+
git push
|
|
22
|
+
|
|
23
|
+
echo "✅ Synced to version $VERSION"
|
|
@@ -5,30 +5,30 @@
|
|
|
5
5
|
* This file ensures proper execution when run via npx from GitHub
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
|
-
const { execSync } = require('child_process');
|
|
9
|
-
const path = require('path');
|
|
10
|
-
const fs = require('fs');
|
|
8
|
+
const { execSync } = require('node:child_process');
|
|
9
|
+
const path = require('node:path');
|
|
10
|
+
const fs = require('node:fs');
|
|
11
11
|
|
|
12
12
|
// Check if we're running in an npx temporary directory
|
|
13
13
|
const isNpxExecution = __dirname.includes('_npx') || __dirname.includes('.npm');
|
|
14
14
|
|
|
15
15
|
// If running via npx, we need to handle things differently
|
|
16
16
|
if (isNpxExecution) {
|
|
17
|
-
const
|
|
18
|
-
|
|
17
|
+
const arguments_ = process.argv.slice(2);
|
|
18
|
+
|
|
19
19
|
// Use the installer for all commands
|
|
20
20
|
const bmadScriptPath = path.join(__dirname, 'installer', 'bin', 'bmad.js');
|
|
21
|
-
|
|
21
|
+
|
|
22
22
|
if (!fs.existsSync(bmadScriptPath)) {
|
|
23
23
|
console.error('Error: Could not find bmad.js at', bmadScriptPath);
|
|
24
24
|
console.error('Current directory:', __dirname);
|
|
25
25
|
process.exit(1);
|
|
26
26
|
}
|
|
27
|
-
|
|
27
|
+
|
|
28
28
|
try {
|
|
29
|
-
execSync(`node "${bmadScriptPath}" ${
|
|
29
|
+
execSync(`node "${bmadScriptPath}" ${arguments_.join(' ')}`, {
|
|
30
30
|
stdio: 'inherit',
|
|
31
|
-
cwd: path.dirname(__dirname)
|
|
31
|
+
cwd: path.dirname(__dirname),
|
|
32
32
|
});
|
|
33
33
|
} catch (error) {
|
|
34
34
|
process.exit(error.status || 1);
|
|
@@ -36,4 +36,4 @@ if (isNpxExecution) {
|
|
|
36
36
|
} else {
|
|
37
37
|
// Local execution - use installer for all commands
|
|
38
38
|
require('./installer/bin/bmad.js');
|
|
39
|
-
}
|
|
39
|
+
}
|