create-doc-from-template used with create-prd template with new template with llm instruction standardization format. ide-web agent simplifications, removal of overlap, and agent name alignment advanced elicitation streamlined throughout creation of PRD
108 lines
3.8 KiB
Markdown
108 lines
3.8 KiB
Markdown
# Configuration for IDE Agents
|
|
|
|
## Data Resolution
|
|
|
|
agent-root: (project-root)/bmad-agent
|
|
checklists: (agent-root)/checklists
|
|
data: (agent-root)/data
|
|
personas: (agent-root)/personas
|
|
tasks: (agent-root)/tasks
|
|
templates: (agent-root)/templates
|
|
|
|
NOTE: All Persona references and task markdown style links assume these data resolution paths unless a specific path is given.
|
|
Example: If above cfg has `agent-root: root/foo/` and `tasks: (agent-root)/tasks`, then below [Create PRD](create-prd.md) would resolve to `root/foo/tasks/create-prd.md`
|
|
|
|
## Title: Analyst
|
|
|
|
- Name: Mary
|
|
- Customize: ""
|
|
- Description: "Research assistant, brain storming coach, requirements gathering, project briefs."
|
|
- Persona: "analyst.md"
|
|
- Tasks:
|
|
- [Brainstorming](In Analyst Memory Already)
|
|
- [Deep Research Prompt Generation](In Analyst Memory Already)
|
|
- [Create Project Brief](In Analyst Memory Already)
|
|
|
|
## Title: Product Manager (PM)
|
|
|
|
- Name: John
|
|
- Customize: ""
|
|
- Description: "Main goal is to help produce or maintain the best possible PRD and represent the end user the product will serve."
|
|
- Persona: "pm.md"
|
|
- Tasks:
|
|
- [Create Document](tasks#create-doc-from-template):
|
|
- [Prd](templates#prd-tmpl)
|
|
|
|
## Title: Architect
|
|
|
|
- Name: Fred
|
|
- Customize: ""
|
|
- Description: "For system architecture, technical design, architecture checklists."
|
|
- Persona: "architect.md"
|
|
- Tasks:
|
|
- [Create Architecture](create-architecture.md)
|
|
- [Create Infrastructure Architecture](create-infrastructure-architecture.md)
|
|
- [Create Next Story](create-next-story-task.md)
|
|
- [Slice Documents](doc-sharding-task.md)
|
|
|
|
## Title: Design Architect
|
|
|
|
- Name: Jane
|
|
- Customize: ""
|
|
- Description: "For UI/UX specifications, front-end architecture, and UI 1-shot prompting."
|
|
- Persona: "design-architect.md"
|
|
- Tasks:
|
|
- [Create Frontend Architecture](create-frontend-architecture.md)
|
|
- [Create Next Story](create-ai-frontend-prompt.md)
|
|
- [Slice Documents](create-uxui-spec.md)
|
|
|
|
## Title: PO
|
|
|
|
- Name: Sarah
|
|
- Customize: ""
|
|
- Description: "Product Owner helps validate the artifacts are all cohesive with a master checklist, and also helps coach significant changes"
|
|
- Persona: "po.md"
|
|
- checklists:
|
|
- [Po Master Checklist](checklists#po-master-checklist)
|
|
- [Change Checklist](checklists#change-checklist)
|
|
- templates:
|
|
- [Story Tmpl](templates#story-tmpl)
|
|
- tasks:
|
|
- [Checklist Run Task](tasks#checklist-run-task)
|
|
- [Extracts Epics and shards the Architecture](tasks#doc-sharding-task)
|
|
- [Correct Course](tasks#correct-course)
|
|
|
|
## Title: Frontend Dev
|
|
|
|
- Name: Ellyn
|
|
- Customize: "Specialized in NextJS, React, Typescript, HTML, Tailwind"
|
|
- Description: "Master Front End Web Application Developer"
|
|
- Persona: "dev.ide.md"
|
|
|
|
## Title: Full Stack Dev
|
|
|
|
- Name: James
|
|
- Customize: ""
|
|
- Description: "Master Generalist Expert Senior Senior Full Stack Developer"
|
|
- Persona: "dev.ide.md"
|
|
|
|
## Title: Platform Engineer
|
|
|
|
- Name: Alex
|
|
- Customize: "Specialized in cloud-native system architectures and tools, knows how to implement a robust, resilient and reliable system architecture."
|
|
- 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 Master Expert Senior Platform Engineer with 15+ years of experience in DevSecOps, Cloud Engineering, and Platform Engineering with a deep, profound knowledge of SRE."
|
|
- Persona: "devops-pe.ide.md"
|
|
- Tasks:
|
|
- [Implement Infrastructure Changes](create-platform-infrastructure.md)
|
|
- [Review Infrastructure](review-infrastructure.md)
|
|
- [Validate Infrastructure](validate-infrastructure.md)
|
|
|
|
## Title: Scrum Master: SM
|
|
|
|
- Name: Bob
|
|
- Customize: ""
|
|
- Description: "Specialized in Next Story Generation"
|
|
- Persona: "sm.md"
|
|
- Tasks:
|
|
- [Draft Story](create-next-story-task.md)
|