bmad-method 4.4.0 → 4.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude/commands/bmad-orchestrator.md +65 -6
- package/.cursor/rules/bmad-orchestrator.mdc +65 -6
- package/.roo/README.md +0 -11
- package/.windsurf/rules/bmad-orchestrator.md +65 -6
- package/CHANGELOG.md +15 -3
- package/README.md +6 -26
- package/{.bmad-core → bmad-core}/agent-teams/team-all.yml +2 -4
- package/bmad-core/agent-teams/team-fullstack.yml +18 -0
- package/bmad-core/agent-teams/team-ide-minimal.yml +10 -0
- package/{.bmad-core → bmad-core}/agent-teams/team-no-ui.yml +1 -3
- package/bmad-core/agents/bmad-orchestrator.md +128 -0
- package/{.bmad-core → bmad-core}/agents/qa.md +11 -17
- package/{.bmad-core → bmad-core}/agents/ux-expert.md +14 -20
- package/{.bmad-core → bmad-core}/tasks/shard-doc.md +5 -3
- package/{.bmad-core → bmad-core}/templates/architecture-tmpl.md +2 -2
- package/{.bmad-core → bmad-core}/templates/brownfield-architecture-tmpl.md +6 -6
- package/{.bmad-core → bmad-core}/templates/front-end-spec-tmpl.md +6 -6
- package/{.bmad-core → bmad-core}/utils/agent-switcher.ide.md +6 -6
- package/{.bmad-core → bmad-core}/utils/workflow-management.md +4 -4
- package/{.bmad-core → bmad-core}/web-bundles/agents/architect.txt +3 -3
- package/{.bmad-core → bmad-core}/web-bundles/agents/bmad-master.txt +10 -10
- package/{.bmad-core → bmad-core}/web-bundles/agents/bmad-orchestrator.txt +67 -8
- package/{.bmad-core → bmad-core}/web-bundles/agents/pm.txt +1 -1
- package/{.bmad-core → bmad-core}/web-bundles/agents/po.txt +1 -1
- package/{.bmad-core → bmad-core}/web-bundles/agents/qa.txt +11 -17
- package/{.bmad-core → bmad-core}/web-bundles/agents/ux-expert.txt +16 -22
- package/expansion-packs/bmad-2d-phaser-game-dev/agent-teams/team-game-dev.yml +12 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/agents/game-designer.md +58 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/agents/game-developer.md +66 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/agents/game-sm.md +51 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/checklists/game-design-checklist.md +201 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/checklists/game-story-dod-checklist.md +160 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/data/bmad-kb.md +254 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/data/development-guidelines.md +631 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/manifest.yml +45 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/tasks/advanced-elicitation.md +111 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/tasks/create-game-story.md +216 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/tasks/game-design-brainstorming.md +308 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-architecture-tmpl.md +560 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-brief-tmpl.md +345 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-design-doc-tmpl.md +331 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-story-tmpl.md +235 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/templates/level-design-doc-tmpl.md +451 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/web-bundles/agents/game-designer.txt +1758 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/web-bundles/agents/game-developer.txt +1444 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/web-bundles/agents/game-sm.txt +674 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/web-bundles/team-game-dev.txt +4395 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/web-bundles/teams/team-game-dev.txt +4395 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/workflows/game-dev-greenfield.yml +183 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/workflows/game-prototype.yml +175 -0
- package/expansion-packs/{infrastructure-devops → bmad-infrastructure-devops}/README.md +5 -5
- package/expansion-packs/bmad-infrastructure-devops/manifest.yml +23 -0
- package/expansion-packs/{infrastructure-devops → bmad-infrastructure-devops}/templates/infrastructure-platform-from-arch-tmpl.md +0 -0
- package/expansion-packs/bmad-infrastructure-devops/web-bundles/agents/infra-devops-platform.txt +2021 -0
- package/package.json +3 -3
- package/tools/builders/web-builder.js +191 -2
- package/tools/cli.js +55 -7
- package/tools/installer/bin/bmad.js +120 -9
- package/tools/installer/config/install.config.yml +43 -43
- package/tools/installer/lib/config-loader.js +116 -6
- package/tools/installer/lib/installer.js +194 -5
- package/tools/installer/package-lock.json +3 -3
- package/tools/installer/package.json +2 -2
- package/tools/lib/dependency-resolver.js +1 -1
- package/.bmad-core/agent-teams/team-fullstack.yml +0 -26
- package/.bmad-core/agents/bmad-orchestrator.md +0 -69
- package/.bmad-core/web-bundles/teams/team-all.txt +0 -10262
- package/.bmad-core/web-bundles/teams/team-fullstack.txt +0 -9614
- package/.bmad-core/web-bundles/teams/team-no-ui.txt +0 -8462
- package/expansion-packs/infrastructure-devops/manifest.yml +0 -38
- /package/{.bmad-core → bmad-core}/agents/analyst.md +0 -0
- /package/{.bmad-core → bmad-core}/agents/architect.md +0 -0
- /package/{.bmad-core → bmad-core}/agents/bmad-master.md +0 -0
- /package/{.bmad-core → bmad-core}/agents/dev.md +0 -0
- /package/{.bmad-core → bmad-core}/agents/pm.md +0 -0
- /package/{.bmad-core → bmad-core}/agents/po.md +0 -0
- /package/{.bmad-core → bmad-core}/agents/sm.md +0 -0
- /package/{.bmad-core → bmad-core}/bmad-core-config.yml +0 -0
- /package/{.bmad-core → bmad-core}/checklists/architect-checklist.md +0 -0
- /package/{.bmad-core → bmad-core}/checklists/change-checklist.md +0 -0
- /package/{.bmad-core → bmad-core}/checklists/pm-checklist.md +0 -0
- /package/{.bmad-core → bmad-core}/checklists/po-master-checklist.md +0 -0
- /package/{.bmad-core → bmad-core}/checklists/story-dod-checklist.md +0 -0
- /package/{.bmad-core → bmad-core}/checklists/story-draft-checklist.md +0 -0
- /package/{.bmad-core → bmad-core}/data/bmad-kb.md +0 -0
- /package/{.bmad-core → bmad-core}/data/technical-preferences.md +0 -0
- /package/{.bmad-core → bmad-core}/tasks/advanced-elicitation.md +0 -0
- /package/{.bmad-core → bmad-core}/tasks/brainstorming-techniques.md +0 -0
- /package/{.bmad-core → bmad-core}/tasks/brownfield-create-epic.md +0 -0
- /package/{.bmad-core → bmad-core}/tasks/brownfield-create-story.md +0 -0
- /package/{.bmad-core → bmad-core}/tasks/core-dump.md +0 -0
- /package/{.bmad-core → bmad-core}/tasks/correct-course.md +0 -0
- /package/{.bmad-core → bmad-core}/tasks/create-deep-research-prompt.md +0 -0
- /package/{.bmad-core → bmad-core}/tasks/create-doc.md +0 -0
- /package/{.bmad-core → bmad-core}/tasks/create-next-story.md +0 -0
- /package/{.bmad-core → bmad-core}/tasks/doc-migration-task.md +0 -0
- /package/{.bmad-core → bmad-core}/tasks/document-project.md +0 -0
- /package/{.bmad-core → bmad-core}/tasks/execute-checklist.md +0 -0
- /package/{.bmad-core → bmad-core}/tasks/generate-ai-frontend-prompt.md +0 -0
- /package/{.bmad-core → bmad-core}/tasks/index-docs.md +0 -0
- /package/{.bmad-core → bmad-core}/templates/agent-tmpl.md +0 -0
- /package/{.bmad-core → bmad-core}/templates/brownfield-prd-tmpl.md +0 -0
- /package/{.bmad-core → bmad-core}/templates/competitor-analysis-tmpl.md +0 -0
- /package/{.bmad-core → bmad-core}/templates/expansion-pack-plan-tmpl.md +0 -0
- /package/{.bmad-core → bmad-core}/templates/front-end-architecture-tmpl.md +0 -0
- /package/{.bmad-core → bmad-core}/templates/fullstack-architecture-tmpl.md +0 -0
- /package/{.bmad-core → bmad-core}/templates/market-research-tmpl.md +0 -0
- /package/{.bmad-core → bmad-core}/templates/prd-tmpl.md +0 -0
- /package/{.bmad-core → bmad-core}/templates/project-brief-tmpl.md +0 -0
- /package/{.bmad-core → bmad-core}/templates/simple-project-prd-tmpl.md +0 -0
- /package/{.bmad-core → bmad-core}/templates/story-tmpl.md +0 -0
- /package/{.bmad-core → bmad-core}/templates/web-agent-startup-instructions-template.md +0 -0
- /package/{.bmad-core → bmad-core}/utils/template-format.md +0 -0
- /package/{.bmad-core → bmad-core}/web-bundles/agents/analyst.txt +0 -0
- /package/{.bmad-core → bmad-core}/web-bundles/agents/dev.txt +0 -0
- /package/{.bmad-core → bmad-core}/web-bundles/agents/sm.txt +0 -0
- /package/{.bmad-core → bmad-core}/workflows/brownfield-fullstack.yml +0 -0
- /package/{.bmad-core → bmad-core}/workflows/brownfield-service.yml +0 -0
- /package/{.bmad-core → bmad-core}/workflows/brownfield-ui.yml +0 -0
- /package/{.bmad-core → bmad-core}/workflows/greenfield-fullstack.yml +0 -0
- /package/{.bmad-core → bmad-core}/workflows/greenfield-service.yml +0 -0
- /package/{.bmad-core → bmad-core}/workflows/greenfield-ui.yml +0 -0
- /package/expansion-packs/{infrastructure-devops → bmad-infrastructure-devops}/agents/infra-devops-platform.md +0 -0
- /package/expansion-packs/{infrastructure-devops → bmad-infrastructure-devops}/checklists/infrastructure-checklist.md +0 -0
- /package/expansion-packs/{infrastructure-devops → bmad-infrastructure-devops}/tasks/create-doc.md +0 -0
- /package/expansion-packs/{infrastructure-devops → bmad-infrastructure-devops}/tasks/review-infrastructure.md +0 -0
- /package/expansion-packs/{infrastructure-devops → bmad-infrastructure-devops}/tasks/validate-infrastructure.md +0 -0
- /package/expansion-packs/{infrastructure-devops → bmad-infrastructure-devops}/templates/infrastructure-architecture-tmpl.md +0 -0
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
name: infrastructure
|
|
2
|
-
version: 1.0.0
|
|
3
|
-
description: Infrastructure & DevOps expansion pack for BMAD Method
|
|
4
|
-
author: BMAD Team
|
|
5
|
-
files:
|
|
6
|
-
- source: agents/infra-devops-platform.yml
|
|
7
|
-
destination: .bmad-core/agents/infra-devops-platform.yml
|
|
8
|
-
- source: personas/infra-devops-platform.md
|
|
9
|
-
destination: .bmad-core/personas/infra-devops-platform.md
|
|
10
|
-
- source: ide-agents/infra-devops-platform.ide.md
|
|
11
|
-
destination: .bmad-core/ide-agents/infra-devops-platform.ide.md
|
|
12
|
-
- source: templates/infrastructure-architecture-tmpl.md
|
|
13
|
-
destination: .bmad-core/templates/infrastructure-architecture-tmpl.md
|
|
14
|
-
- source: templates/infrastructure-platform-from-arch-tmpl.md
|
|
15
|
-
destination: .bmad-core/templates/infrastructure-platform-from-arch-tmpl.md
|
|
16
|
-
- source: tasks/validate-infrastructure.md
|
|
17
|
-
destination: .bmad-core/tasks/validate-infrastructure.md
|
|
18
|
-
- source: tasks/review-infrastructure.md
|
|
19
|
-
destination: .bmad-core/tasks/review-infrastructure.md
|
|
20
|
-
- source: checklists/infrastructure-checklist.md
|
|
21
|
-
destination: .bmad-core/checklists/infrastructure-checklist.md
|
|
22
|
-
team_updates:
|
|
23
|
-
- team: team-technical.yml
|
|
24
|
-
add_agent: infra-devops-platform
|
|
25
|
-
- team: team-all.yml
|
|
26
|
-
add_agent: infra-devops-platform
|
|
27
|
-
dependencies:
|
|
28
|
-
- architect
|
|
29
|
-
- create-doc
|
|
30
|
-
post_install_message: |
|
|
31
|
-
Infrastructure expansion pack installed successfully!
|
|
32
|
-
|
|
33
|
-
The DevOps agent is now available. To use:
|
|
34
|
-
- "For infrastructure architecture: Use architect agent with '*create-infrastructure"
|
|
35
|
-
- "For implementation: Use 'npm run agent devops"
|
|
36
|
-
- "For validation: Use devops agent with '*validate-infra"
|
|
37
|
-
|
|
38
|
-
Remember to configure your cloud credentials and technical preferences before use.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/expansion-packs/{infrastructure-devops → bmad-infrastructure-devops}/tasks/create-doc.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|