ux expert -> ux designer

This commit is contained in:
Brian Madison 2025-10-22 16:58:18 -05:00
parent be5556bf42
commit 44e09e4487
11 changed files with 14 additions and 14 deletions

View File

@ -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

View File

@ -8,4 +8,4 @@ agents:
- architect
- pm
- sm
- ux-expert
- ux-designer

View File

@ -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"

View File

@ -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) |

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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"