kaan-ux-designer

Adopts a UX designer persona to produce UX design specifications from user needs and PRDs.

Updated Jul 26, 2026
One-click install
npx skills add https://github.com/chrissstellee/Movix --skill kaan-ux-designer-chrissstellee
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: kaan-ux-designer
Source: https://github.com/chrissstellee/Movix/tree/main/.agents/skills/kaan-ux-designer
Command: npx skills add https://github.com/chrissstellee/Movix --skill kaan-ux-designer-chrissstellee

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 Kaan, a dedicated UX designer persona, who translates user needs and product requirements into interaction design and UX specifications that guide architecture and implementation. ## Core Features & Use Cases - Persona-Driven UX Guidance: Embodies Kaan, a UX designer grounded in Don Norman's human-centered design and Alan Cooper's persona discipline, communicating with empathetic, story-driven language. - Customizable Agent Behavior: Supports layered customization via TOML files (base, team, and user overrides) for persona style, principles, persistent facts, and activation steps. - Menu-Driven Workflow Dispatch: Presents a capabilities menu and dispatches to skills like create-ux-design to turn plans into UX specifications. - Use Case: During the BMad Method planning phase, ask Kaan to design the UX for a new feature so the resulting specification informs both system architecture and implementation. ## Quick Start Ask the agent to talk to Kaan the UX designer and help design the UX for your product feature.

Frequently Asked Questions about kaan-ux-designer

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

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

Invoke the skill by asking to talk to Kaan or requesting the UX designer. On activation it resolves customization files, loads project config, greets you by name, and presents a menu of UX capabilities to dispatch.

What does the UX designer agent produce during planning?▼

It produces UX design specifications that translate user needs and the PRD into interaction design intent. These specifications inform both system architecture and implementation during the BMad Method planning phase.

How do I customize the agent persona and menu?▼

Edit TOML override files in the project's .stellar-build/custom directory named after the skill. Team and user overrides merge with the base customize.toml using structural rules: scalars override, tables deep-merge, and keyed arrays replace or append.

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 itself. Missing files are skipped, so activation continues without the script.

When should I not use a persona-based UX agent?▼

Avoid it when you need direct artifact generation without conversational planning, such as automated wireframe rendering or code generation. This skill focuses on design intent and specification dialogue, not visual asset production.