19 lines
584 B
YAML
19 lines
584 B
YAML
---
|
|
name: UX Design Workflow
|
|
description: Transform ideas into detailed visual specifications through scenario-driven design using step-file architecture
|
|
main_config: "{project-root}/{bmad_folder}/wds/config.yaml"
|
|
web_bundle: true
|
|
---
|
|
# Workflow configuration for UX Design process
|
|
# This workflow handles the complete UX design phase from concept to implementation
|
|
|
|
phases:
|
|
- phase_1_project_brief
|
|
- phase_2_trigger_mapping
|
|
- phase_3_prd_platform
|
|
- phase_4_ux_design
|
|
- phase_5_design_system
|
|
- phase_6_design_deliveries
|
|
- phase_7_testing
|
|
- phase_8_ongoing_development
|