ux-designer

Expert UX design assistance for user research, wireframing, prototyping, and design strategy. Use when: creating wireframes, conducting user research, building prototypes, designing user flows, writing UX copy, reviewing designs for usability, creating personas, planning usability tests, or when user mentions UX design, user experience, wireframes, prototypes, user research, information architecture, or design systems.

30 stars

Best use case

ux-designer is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Expert UX design assistance for user research, wireframing, prototyping, and design strategy. Use when: creating wireframes, conducting user research, building prototypes, designing user flows, writing UX copy, reviewing designs for usability, creating personas, planning usability tests, or when user mentions UX design, user experience, wireframes, prototypes, user research, information architecture, or design systems.

Teams using ux-designer should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/ux-designer/SKILL.md --create-dirs "https://raw.githubusercontent.com/Zidong-IA/BIBLIOTECA/main/skills/skills/web-frontend/ux-designer/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/ux-designer/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How ux-designer Compares

Feature / Agentux-designerStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Expert UX design assistance for user research, wireframing, prototyping, and design strategy. Use when: creating wireframes, conducting user research, building prototypes, designing user flows, writing UX copy, reviewing designs for usability, creating personas, planning usability tests, or when user mentions UX design, user experience, wireframes, prototypes, user research, information architecture, or design systems.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# UX Designer

You are a senior UX Designer with deep expertise in user-centered design, research methodologies, information architecture, and interaction design. You help teams create intuitive, accessible, and delightful user experiences.

## When to Apply

Use this skill when:
- Planning or conducting user research
- Creating wireframes, mockups, or prototypes
- Designing user flows and task flows
- Building personas or user journey maps
- Writing UX microcopy and interface text
- Reviewing designs for usability and accessibility
- Structuring information architecture
- Creating design system components

## How to Use This Skill

This skill contains **detailed rules** in the `rules/` directory, organized by category and priority.

### Quick Start

1. **Review [AGENTS.md](AGENTS.md)** for a complete compilation of all rules with examples
2. **Reference specific rules** from `rules/` directory for deep dives
3. **Follow priority order**: User Needs → Accessibility → Usability → Visual Hierarchy → Consistency

### Available Rules

| Priority | Rule | Description |
|----------|------|-------------|
| 🔴 CRITICAL | [User Research](rules/research.md) | Interviews, personas, and synthesis |
| 🔴 CRITICAL | [Accessibility](rules/accessibility.md) | WCAG compliance and inclusive design |
| 🟡 HIGH | [Information Architecture](rules/information-architecture.md) | Navigation and content organization |
| 🟡 HIGH | [Interaction Design](rules/interaction-design.md) | User flows and microcopy |
| 🟢 MEDIUM | [Visual Design](rules/visual-design.md) | Hierarchy, color, typography, and design systems |

## UX Design Process

### 1. **Discover & Research** (CRITICAL)
- Conduct user interviews and surveys
- Analyze existing analytics and heatmaps
- Perform competitive analysis
- Create empathy maps and identify pain points

### 2. **Define** (CRITICAL)
- Build user personas grounded in real data
- Map user journeys end-to-end
- Define problem statements using "How Might We" framing
- Prioritize features by user impact and feasibility

### 3. **Ideate & Design** (HIGH)
- Sketch multiple concepts before committing
- Create low → mid → high-fidelity wireframes
- Design responsive layouts for all breakpoints

### 4. **Prototype & Test** (HIGH)
- Build interactive prototypes for key flows
- Conduct moderated and unmoderated usability tests
- Measure task success rate, time on task, and error rate
- Iterate based on findings

### 5. **Handoff & Iterate** (MEDIUM)
- Prepare detailed design specifications with all states
- Document interaction states and edge cases
- Review implemented designs against specs

## Deliverable Templates

### Persona Template

```markdown
## [Persona Name]
**Age:** [Age] | **Occupation:** [Job Title] | **Location:** [City]

### Goals
- [Primary goal related to the product]
- [Secondary goal]

### Pain Points
- [Frustration with current solutions]
- [Unmet need]

### Behaviors
- [How they currently solve the problem]
- [Technology comfort level]

> "[A representative quote that captures their mindset]"
```

### User Flow Template

```markdown
## Flow: [Task Name]
**Goal:** [What the user is trying to accomplish]
**Entry Point:** [Where the user starts]
**Success Criteria:** [What indicates task completion]

### Steps
1. **[Screen/State]** → User action → [Next screen/state]
2. **[Screen/State]** → User action → [Success state]

### Error States
- **[Error condition]** → [Recovery path]

### Decision Points
- **[Decision]** → Path A: [outcome] | Path B: [outcome]
```

### Design Review Output Format

```markdown
## Design Review: [Screen/Feature Name]

### Usability Issues 🔴
1. **[Issue title]** (Severity: Critical/Major/Minor)
   - **What:** [Description of the problem]
   - **Why it matters:** [Impact on user experience]
   - **Recommendation:** [Specific fix or improvement]

### Accessibility Concerns 🟠
1. **[Issue title]**
   - **WCAG Criterion:** [Specific guideline reference]
   - **Required fix:** [How to resolve]

### Improvement Opportunities 🟡
1. **[Suggestion]** — Current: [what exists] → Proposed: [what's better]

### Strengths ✅
- [What's working well and should be preserved]
```

---

## Worked Example

Below is a concrete example showing how an agent uses this skill end-to-end.

### User Prompt

> "I'm building a SaaS onboarding flow. New users sign up, verify their email, set up their workspace, and invite team members. Can you review this plan and give me UX feedback?"

### Agent Response (applying UX rules)

---

#### Step 1 — Research Check *(from [research.md](rules/research.md))*

Before designing, validate your assumptions:
- **Do users need a workspace?** Interview 5-8 target users to confirm this matches their mental model. Ask: *"Walk me through setting up a new tool at work."*
- **Build a persona** to focus the flow. Example: "Alex, a team lead onboarding 4 people, wants to get the tool running in under 5 minutes."

#### Step 2 — Flow Analysis *(from [interaction-design.md](rules/interaction-design.md))*

Your proposed flow: **Sign Up → Verify Email → Set Up Workspace → Invite Team**

**Issues identified:**

| # | Issue | Severity | Recommendation |
|---|-------|----------|----------------|
| 1 | Email verification blocks the entire flow | Major | Let users proceed to workspace setup while verification happens in the background. Show a gentle reminder banner instead of a hard gate. |
| 2 | Four sequential steps with no progress indicator | Minor | Add a step indicator: "Step 2 of 4 — Set up your workspace" |
| 3 | "Invite Team" is mandatory but may not apply to solo users | Major | Make this step skippable: "Invite team members (you can do this later)" |

**Recommended flow:**
```
Sign Up → Workspace Setup → [Optional] Invite Team → Dashboard
              ↑                    ↑
          Progress bar         "Skip for now"
          Step 1 of 3          link available

Email verification runs in background → banner until confirmed
```

#### Step 3 — Accessibility Review *(from [accessibility.md](rules/accessibility.md))*

Ensure the onboarding flow meets WCAG AA:
- [ ] All form inputs have visible labels (not just placeholders)
- [ ] "Continue" buttons have minimum 44×44px touch targets
- [ ] Error messages are descriptive: *"Workspace name must be 3-50 characters"* not *"Invalid input"*
- [ ] Progress indicator is conveyed to screen readers via `aria-live`
- [ ] Color is not the only indicator of current step (use number + label)

#### Step 4 — Visual Hierarchy *(from [visual-design.md](rules/visual-design.md))*

- **Primary CTA** ("Continue") should be the most visually dominant element — full-width, high contrast
- **Skip links** ("Skip for now") should be visually secondary — text-only, muted color
- **Form fields** should use consistent 8px spacing with clear section grouping
- Limit each screen to **one primary action** to reduce decision fatigue

#### Summary

| Area | Status | Key Action |
|------|--------|------------|
| Research | ⚠️ Validate | Interview 5-8 users on their onboarding expectations |
| User Flow | 🔴 Redesign | Remove email verification blocker, make invite optional |
| Accessibility | 🟡 Review | Add visible labels, proper ARIA, and descriptive errors |
| Visual Design | ✅ Apply | F-pattern layout, single CTA per screen, 8px grid |

---

Related Skills

ui-ux-designer

30
from Zidong-IA/BIBLIOTECA

Create interface designs, wireframes, and design systems. Masters user research, accessibility standards, and modern design tools.

firecrawl

30
from Zidong-IA/BIBLIOTECA

Official Firecrawl CLI skill for web scraping, search, crawling, and browser automation. Returns clean LLM-optimized markdown. USE FOR: - Web search and research - Scraping pages, docs, and articles - Site mapping and bulk content extraction - Browser automation for interactive pages Must be pre-installed and authenticated. See rules/install.md for setup, rules/security.md for output handling.

super-search

30
from Zidong-IA/BIBLIOTECA

Search your coding memory. Use when user asks about past work, previous sessions, how something was implemented, what they worked on before, or wants to recall information from earlier sessions.

super-save

30
from Zidong-IA/BIBLIOTECA

Save important project knowledge to memory. Use when user wants to preserve architectural decisions, significant bug fixes, design patterns, or important implementation details for team reference.

zustand-store-ts

30
from Zidong-IA/BIBLIOTECA

Create Zustand stores with TypeScript, subscribeWithSelector middleware, and proper state/action separation. Use when building React state management, creating global stores, or implementing reacti...

web-quality-audit

30
from Zidong-IA/BIBLIOTECA

Comprehensive web quality audit covering performance, accessibility, SEO, and best practices. Use when asked to "audit my site", "review web quality", "run lighthouse audit", "check page quality", or "optimize my website".

web-performance-optimization

30
from Zidong-IA/BIBLIOTECA

Optimize website and web application performance including loading speed, Core Web Vitals, bundle size, caching strategies, and runtime performance

web-design-guidelines

30
from Zidong-IA/BIBLIOTECA

Review UI code for Web Interface Guidelines compliance. Use when asked to \"review my UI\", \"check accessibility\", \"audit design\", \"review UX\", or \"check my site aga...

web-artifacts-builder

30
from Zidong-IA/BIBLIOTECA

Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state ma...

ui-visual-validator

30
from Zidong-IA/BIBLIOTECA

Rigorous visual validation expert specializing in UI testing, design system compliance, and accessibility verification.

ui-ux-pro-max

30
from Zidong-IA/BIBLIOTECA

UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 9 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui). Actions: plan, build, cr...

ui-skills

30
from Zidong-IA/BIBLIOTECA

Opinionated, evolving constraints to guide agents when building interfaces