feat: remove hardcoding from installer for agents, improve expansion pack installation to its own locations, common files moved to common folder
This commit is contained in:
14
zoo/.bmad-core/agent-teams/team-all.yml
Normal file
14
zoo/.bmad-core/agent-teams/team-all.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
bundle:
|
||||
name: Team All
|
||||
icon: 👥
|
||||
description: Includes every core system agent.
|
||||
agents:
|
||||
- bmad-orchestrator
|
||||
- '*'
|
||||
workflows:
|
||||
- brownfield-fullstack
|
||||
- brownfield-service
|
||||
- brownfield-ui
|
||||
- greenfield-fullstack
|
||||
- greenfield-service
|
||||
- greenfield-ui
|
||||
18
zoo/.bmad-core/agent-teams/team-fullstack.yml
Normal file
18
zoo/.bmad-core/agent-teams/team-fullstack.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
bundle:
|
||||
name: Team Fullstack
|
||||
icon: 🚀
|
||||
description: Team capable of full stack, front end only, or service development.
|
||||
agents:
|
||||
- bmad-orchestrator
|
||||
- analyst
|
||||
- pm
|
||||
- ux-expert
|
||||
- architect
|
||||
- po
|
||||
workflows:
|
||||
- brownfield-fullstack
|
||||
- brownfield-service
|
||||
- brownfield-ui
|
||||
- greenfield-fullstack
|
||||
- greenfield-service
|
||||
- greenfield-ui
|
||||
10
zoo/.bmad-core/agent-teams/team-ide-minimal.yml
Normal file
10
zoo/.bmad-core/agent-teams/team-ide-minimal.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
bundle:
|
||||
name: Team IDE Minimal
|
||||
icon: ⚡
|
||||
description: Only the bare minimum for the IDE PO SM dev qa cycle.
|
||||
agents:
|
||||
- po
|
||||
- sm
|
||||
- dev
|
||||
- qa
|
||||
workflows: null
|
||||
13
zoo/.bmad-core/agent-teams/team-no-ui.yml
Normal file
13
zoo/.bmad-core/agent-teams/team-no-ui.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
bundle:
|
||||
name: Team No UI
|
||||
icon: 🔧
|
||||
description: Team with no UX or UI Planning.
|
||||
agents:
|
||||
- bmad-orchestrator
|
||||
- analyst
|
||||
- pm
|
||||
- architect
|
||||
- po
|
||||
workflows:
|
||||
- greenfield-service
|
||||
- brownfield-service
|
||||
Reference in New Issue
Block a user