ux expert -> ux designer
This commit is contained in:
parent
be5556bf42
commit
44e09e4487
|
|
@ -1,10 +1,10 @@
|
|||
# UX Expert Agent Definition
|
||||
# UX Designer Agent Definition
|
||||
|
||||
agent:
|
||||
metadata:
|
||||
id: bmad/bmm/agents/ux-expert.md
|
||||
id: bmad/bmm/agents/ux-designer.md
|
||||
name: Sally
|
||||
title: UX Expert
|
||||
title: UX Designer
|
||||
icon: 🎨
|
||||
module: bmm
|
||||
|
||||
|
|
@ -23,5 +23,5 @@ agent:
|
|||
description: Check workflow status and get recommendations (START HERE!)
|
||||
|
||||
- trigger: ux-spec
|
||||
workflow: "{project-root}/bmad/bmm/workflows/2-plan-workflows/ux/workflow.yaml"
|
||||
workflow: "{project-root}/bmad/bmm/workflows/2-plan-workflows/ux-spec/workflow.yaml"
|
||||
description: Create UX/UI Specification and AI Frontend Prompts
|
||||
|
|
@ -8,4 +8,4 @@ agents:
|
|||
- architect
|
||||
- pm
|
||||
- sm
|
||||
- ux-expert
|
||||
- ux-designer
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ user_skill_level: "{config_source}:user_skill_level"
|
|||
date: system-generated
|
||||
|
||||
# Workflow components
|
||||
installed_path: "{project-root}/bmad/bmm/workflows/2-plan-workflows/ux"
|
||||
installed_path: "{project-root}/bmad/bmm/workflows/2-plan-workflows/ux-spec"
|
||||
instructions: "{installed_path}/instructions-ux.md"
|
||||
template: "{installed_path}/ux-spec-template.md"
|
||||
|
||||
|
|
@ -31,7 +31,7 @@ web_bundle:
|
|||
name: "ux-spec"
|
||||
description: "UX/UI specification workflow for defining user experience and interface design. Creates comprehensive UX documentation including wireframes, user flows, component specifications, and design system guidelines."
|
||||
author: "BMad"
|
||||
instructions: "bmad/bmm/workflows/2-plan-workflows/ux/instructions-ux.md"
|
||||
instructions: "bmad/bmm/workflows/2-plan-workflows/ux-spec/instructions-ux.md"
|
||||
web_bundle_files:
|
||||
- "bmad/bmm/workflows/2-plan-workflows/ux/instructions-ux.md"
|
||||
- "bmad/bmm/workflows/2-plan-workflows/ux/ux-spec-template.md"
|
||||
- "bmad/bmm/workflows/2-plan-workflows/ux-spec/instructions-ux.md"
|
||||
- "bmad/bmm/workflows/2-plan-workflows/ux-spec/ux-spec-template.md"
|
||||
|
|
@ -385,7 +385,7 @@ plan-project (Phase 2)
|
|||
| Phase | Primary Agents | Supporting Agents |
|
||||
| ------------------ | ------------------- | --------------------------- |
|
||||
| **Analysis** | Analyst, Researcher | PM, PO |
|
||||
| **Planning** | PM | Analyst, UX Expert |
|
||||
| **Planning** | PM | Analyst, UX Designer |
|
||||
| **Solutioning** | Architect | PM, Tech Lead |
|
||||
| **Implementation** | SM, DEV | SR, PM (for correct-course) |
|
||||
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ phases:
|
|||
note: "Integrate with existing patterns"
|
||||
- id: "ux-spec"
|
||||
conditional: "if_has_ui"
|
||||
agent: "ux-expert"
|
||||
agent: "ux-designer"
|
||||
command: "ux-spec"
|
||||
|
||||
- phase: 3
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ phases:
|
|||
output: "Creates PRD with epics.md and story list"
|
||||
- id: "ux-spec"
|
||||
conditional: "if_has_ui"
|
||||
agent: "ux-expert"
|
||||
agent: "ux-designer"
|
||||
command: "ux-spec"
|
||||
- id: "tech-spec"
|
||||
optional: true
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ phases:
|
|||
output: "High-level requirements and epic definitions"
|
||||
- id: "ux-spec"
|
||||
conditional: "if_has_ui"
|
||||
agent: "ux-expert"
|
||||
agent: "ux-designer"
|
||||
command: "ux-spec"
|
||||
|
||||
- phase: 3
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ phases:
|
|||
output: "Comprehensive product requirements document"
|
||||
- id: "ux-spec"
|
||||
required: true
|
||||
agent: "ux-expert"
|
||||
agent: "ux-designer"
|
||||
command: "ux-spec"
|
||||
note: "Multiple UI/UX specifications needed"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue