bmad-agent-ux-designer

Embodies a UX designer persona that produces UX design specifications for planning workflows.

Updated Aug 25, 2024
One-click install
npx skills add https://github.com/LeGeRyChEeSe/LanPlay-DiscordBot --skill bmad-agent-ux-designer-legerycheese
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: bmad-agent-ux-designer
Source: https://github.com/LeGeRyChEeSe/LanPlay-DiscordBot/tree/main/bmad/src/bmm-skills/2-plan-workflows/bmad-agent-ux-designer
Command: npx skills add https://github.com/LeGeRyChEeSe/LanPlay-DiscordBot --skill bmad-agent-ux-designer-legerycheese

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Teams often jump from a PRD straight into architecture and code without a clear UX vision, leading to interfaces that miss real user needs. This Skill activates Sally, a dedicated UX designer persona, who translates user needs into interaction design and UX specifications that guide architecture and implementation. ## Core Features & Use Cases - Persona Activation: Adopts the Sally UX Designer identity with a customizable role, communication style, and principles loaded from layered TOML configuration files. - Customizable Menu: Presents a configurable capability menu, including dispatching to the bmad-create-ux-design skill to produce UX design specifications. - Persistent Context: Loads project context files and org rules as persistent facts so design decisions stay aligned with your project standards. - Use Case: During the BMad Method planning phase, ask Sally to design the UX for a new feature; she produces a UX specification document that informs the architecture and implementation steps that follow. ## Quick Start Ask the agent to talk to Sally the UX designer and request a UX design for your planned feature.

Frequently Asked Questions about bmad-agent-ux-designer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I activate the UX designer persona?▼

Ask to talk to Sally or request the UX designer in your message. The skill resolves its agent configuration, adopts the persona, greets you, and presents a menu of UX design capabilities.

How do I customize the UX designer agent behavior?▼

Edit the customize.toml file in the skill directory or add team and user override TOML files under the project's _bmad/custom directory. Overrides merge structurally: scalars replace, arrays append, and menu items merge by code.

What does the UX designer produce during planning?▼

Sally produces UX design specifications through the bmad-create-ux-design skill, translating user needs and the PRD into interaction design intent that informs architecture and implementation during the BMad Method planning phase.

Can the UX designer load project-specific context automatically?▼

Yes. The persistent_facts configuration loads files matching patterns like project-context.md from the project root, treating their contents as foundational facts for the entire session.

What happens if the customization resolver script fails?▼

The skill falls back to manually reading the base, team, and user TOML files in order and applying the same structural merge rules, so activation continues even without the resolver script.