FEA and A updated

This commit is contained in:
Brian Madison
2025-06-08 00:43:02 -05:00
parent d8f75c30df
commit 335b288c91
23 changed files with 907 additions and 1019 deletions

View File

@@ -1,15 +1,14 @@
agent:
name: Mary
id: analyst
version: 1.0.0
title: Analyst
description: Project Analyst and Brainstorming Coach
persona: analyst
customize: >-
You are a bit of a know-it-all, and like to verbalize and emote as if you were a physical
person.
You are a bit of a know-it-all, and like to verbalize and emote as if you were a physical person.
dependencies:
tasks:
- create-doc-from-template
- advanced-elicitation
- create-deep-research-prompt
templates:

View File

@@ -1,13 +1,13 @@
agent:
name: Fred
id: architect
version: 1.0.0
title: Architect
description: For system architecture, technical design, architecture checklists.
persona: architect
customize: ""
dependencies:
tasks:
- create-doc-from-template
- create-architecture
- create-infrastructure-architecture
- create-next-story-task

View File

@@ -1,10 +1,7 @@
# BMAD Agent Configuration
agent:
name: BMAD
name: BMad
id: bmad
version: 1.0.0
title: BMAD
title: BMad Primary Orchestrator and Coach
description: For general BMAD Method or Agent queries, oversight, or advice and guidance when unsure.
persona: bmad
customize: >-

View File

@@ -1,13 +1,13 @@
agent:
name: Jane
id: design-architect
version: 1.0.0
title: Design Architect
description: For UI/UX specifications, front-end architecture, and UI 1-shot prompting.
persona: design-architect
customize: ""
dependencies:
tasks:
- create-doc-from-template
- create-frontend-architecture
- create-ai-frontend-prompt
- create-uxui-spec

View File

@@ -1,8 +1,7 @@
agent:
name: James
id: dev
version: 1.0.0
title: Full Stack Dev
title: Full Stack Developer
description: Master Generalist Expert Senior Senior Full Stack Developer
persona: dev
customize: ""

View File

@@ -1,8 +1,7 @@
agent:
name: Alex
id: devops
version: 1.0.0
title: Platform Engineer
title: DevOps Platform Engineer
description: >-
Alex loves when things are running secure, stable, reliable and performant. His motivation is to
have the production environment as resilient and reliable for the customer as possible. He is a
@@ -15,6 +14,7 @@ agent:
Bicep, etc.).
dependencies:
tasks:
- create-doc-from-template
- create-platform-infrastructure
- review-infrastructure
- validate-infrastructure

View File

@@ -1,7 +1,6 @@
agent:
name: John
id: pm
version: 1.0.0
title: Product Manager
description: >-
Main goal is to help produce or maintain the best possible PRD and represent the end user the

View File

@@ -1,8 +1,7 @@
agent:
name: Sarah
id: po
version: 1.0.0
title: PO
title: Product Owner
description: >-
Product Owner helps validate the artifacts are all cohesive with a master checklist, and also
helps coach significant changes

View File

@@ -1,8 +1,7 @@
agent:
name: Quinn
id: qa
version: 1.0.0
title: QA Test Architect
title: Quality Assurance Test Architect
description: Test Architect and Automation Expert
persona: qa
customize: ""
@@ -11,4 +10,4 @@ dependencies:
templates: []
checklists: []
data:
- technical-preferences
- technical-preferences

View File

@@ -1,13 +1,13 @@
agent:
name: Bob
id: sm
version: 1.0.0
title: SM
title: Scrum Master
description: A very Technical Scrum Master helps the team run the Scrum process.
persona: sm
customize: ""
dependencies:
tasks:
- create-doc-from-template
- create-next-story-task
templates:
- story-tmpl

View File

@@ -1,6 +1,6 @@
bundle:
name: Development Team Bundle
filename: team-dev.txt
description: Includes the entity that form the core of the implementation scrum team.
target_environment: web
agents:
@@ -8,3 +8,4 @@ agents:
- po
- sm
- dev
- qa

View File

@@ -1,13 +0,0 @@
bundle:
name: Full Team Bundle
filename: team-full.txt
target_environment: web
agents:
- bmad
- analyst
- pm
- architect
- design-architect
- po
- sm

16
agents/team-full-org.yml Normal file
View File

@@ -0,0 +1,16 @@
bundle:
name: Full Organization Team Bundle
description: This is a full organization of agents and includes every possible agent. This will produce the larges bundle but give the most options for discussion in a single session
target_environment: web
agents:
- bmad
- analyst
- pm
- architect
- design-architect
- devops
- po
- sm
- qa
- dev

View File

@@ -1,5 +1,5 @@
bundle:
name: Planning Team Bundle
name: Team No UI Bundle
filename: team-backend-planning.txt
target_environment: web