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.

Compatible avec~Claude Code~Codex CLI~Cursor
npx add-skill https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/awesome_agent_skills/ux-designer

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

PriorityRuleDescription
🔴 CRITICALUser ResearchInterviews, personas, and synthesis
🔴 CRITICALAccessibilityWCAG compliance and inclusive design
🟡 HIGHInformation ArchitectureNavigation and content organization
🟡 HIGHInteraction DesignUser flows and microcopy
🟢 MEDIUMVisual DesignHierarchy, 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

## [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

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

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

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)

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

Issues identified:

#IssueSeverityRecommendation
1Email verification blocks the entire flowMajorLet users proceed to workspace setup while verification happens in the background. Show a gentle reminder banner instead of a hard gate.
2Four sequential steps with no progress indicatorMinorAdd a step indicator: "Step 2 of 4 — Set up your workspace"
3"Invite Team" is mandatory but may not apply to solo usersMajorMake 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)

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)

  • 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

AreaStatusKey Action
Research⚠️ ValidateInterview 5-8 users on their onboarding expectations
User Flow🔴 RedesignRemove email verification blocker, make invite optional
Accessibility🟡 ReviewAdd visible labels, proper ARIA, and descriptive errors
Visual Design✅ ApplyF-pattern layout, single CTA per screen, 8px grid

Individual skills in this repo

This repo contains 19 individual skills — each has its own dedicated page.

academic-researcher

Academic research assistant for literature reviews, paper analysis, and scholarly writing. Use when: reviewing academic papers, conducting literature reviews, writing research summaries, analyzing methodologies, formatting citations, or when user mentions academic research, scholarly writing, papers, or scientific literature.

code-reviewer

Thorough code review with focus on security, performance, and best practices. Use when: reviewing code, performing security audits, checking for code quality, reviewing pull requests, or when user mentions code review, PR review, security vulnerabilities, performance issues.

content-creator

Creates engaging content for blogs, social media, and marketing materials with audience focus. Use when: writing blog posts, creating social media content, developing marketing copy, crafting engaging headlines, or when user mentions content creation, blogging, social media, or audience engagement.

content-writer

Writes marketing copy for landing pages, emails, and social media posts. Use when creating promotional content, sales copy, or brand messaging.

data-analyst

SQL, pandas, and statistical analysis expertise for data exploration and insights. Use when: analyzing data, writing SQL queries, using pandas, performing statistical analysis, or when user mentions data analysis, SQL, pandas, statistics, or needs help exploring datasets.

debugger

Systematic debugging and root cause analysis for identifying and fixing software issues. Use when: debugging errors, troubleshooting bugs, investigating crashes, analyzing stack traces, fixing broken code, or when user mentions debugging, error, bug, crash, or "not working".

decision-helper

Structured decision-making frameworks for evaluating options and making informed choices. Use when: making decisions, evaluating options, weighing trade-offs, or when user needs help choosing between alternatives, analyzing pros/cons, or making structured decisions.

deep-research

Comprehensive research assistant that synthesizes information from multiple sources with citations. Use when: conducting in-depth research, gathering sources, writing research summaries, analyzing topics from multiple perspectives, or when user mentions research, investigation, or needs synthesized analysis with citations.

editor

Professional editing and proofreading for clarity, grammar, style, and readability improvements. Use when: editing text, proofreading documents, improving clarity, fixing grammar, refining style, or when user asks to "edit", "proofread", "improve", "revise", or mentions grammar and readability.

email-drafter

Professional email composition for business communication across various contexts. Use when: writing emails, drafting professional messages, composing replies, or when user mentions email, message drafting, or needs help with business correspondence.

fact-checker

Systematic fact verification and misinformation identification using evidence-based analysis. Use when: verifying claims, checking facts, identifying misinformation, evaluating source credibility, or when user asks to "fact check", "verify", "is this true", or mentions claims that need validation.

fullstack-developer

Modern web development expertise covering React, Node.js, databases, and full-stack architecture. Use when: building web applications, developing APIs, creating frontends, setting up databases, deploying web apps, or when user mentions React, Next.js, Express, REST API, GraphQL, MongoDB, PostgreSQL, or full-stack development.

meeting-notes

Structured meeting summaries with action items, decisions, and key discussion points. Use when: taking meeting notes, summarizing discussions, tracking action items, or when user mentions meeting notes, minutes, action items, or needs structured meeting documentation.

project-planner

Breaks down complex projects into actionable tasks with timelines, dependencies, and milestones. Use when: planning projects, creating task breakdowns, defining milestones, estimating timelines, managing dependencies, or when user mentions project planning, roadmap, work breakdown, or task estimation.

python-expert

Senior Python developer expertise for writing clean, efficient, and well-documented code. Use when: writing Python code, optimizing Python scripts, reviewing Python code for best practices, debugging Python issues, implementing type hints, or when user mentions Python, PEP 8, or needs help with Python data structures and algorithms.

sprint-planner

Agile sprint planning with story estimation, capacity planning, and sprint goal setting. Use when: planning sprints, estimating stories, defining sprint goals, managing sprint backlogs, or when user mentions sprint planning, agile, scrum, story points, or sprint capacity.

strategy-advisor

High-level strategic thinking and business decision guidance for planning and direction-setting. Use when: making strategic decisions, evaluating business options, setting direction, analyzing trade-offs, or when user mentions strategy, business planning, competitive analysis, or long-term planning.

technical-writer

Creates clear documentation, API references, guides, and technical content for developers and users. Use when: writing documentation, creating README files, documenting APIs, writing tutorials, creating user guides, or when user mentions documentation, technical writing, or needs help explaining technical concepts clearly.

visualization-expert

Chart selection and data visualization guidance for effective data communication. Use when: creating visualizations, choosing chart types, designing dashboards, or when user mentions data visualization, charts, graphs, or needs help presenting data visually.

Skills associés