ux-design

Identify and address UX design gaps in user flows and interfaces.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/aster-void/dotfiles --skill ux-design
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ux-design
Source: https://github.com/aster-void/dotfiles/tree/main/modules/home/profile-dev/programs/claude-code/skills/ux-design
Command: npx skills add https://github.com/aster-void/dotfiles --skill ux-design

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps plan user experiences with usability-focused patterns to improve navigation, forms, error handling, and accessibility, bridging strategy and implementation.

Core Features & Use Cases

  • Navigation patterns: Breadcrumbs for deep hierarchies, tabs for multiple sections.
  • Forms & Accessibility: Layouts, labels, focus management, keyboard navigation.
  • Feedback & Recovery: Clear success/error messaging and undo strategies.

Quick Start

Outline a UX plan for a signup form including required accessibility checks and robust error handling.

Frequently Asked Questions about ux-design

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

FAQPage Schema
How do I plan a user flow that meets accessibility requirements?

User flow planning for accessibility involves mapping navigation paths, defining focus management sequences, and ensuring keyboard navigation works end-to-end. Apply CRAP-based visual hierarchy, label forms clearly, and test with screen readers to verify all interactive elements are reachable and properly announced.

What's the best way to design error handling and feedback in forms?

Error handling combines inline feedback timing, clear error messaging, and undo strategies. Place errors near the field causing them, use scannable patterns so users spot problems quickly, and provide recovery paths—like form state preservation or undo buttons—so users don't lose work.

How do I improve navigation for deep information hierarchies?

Navigation patterns like breadcrumbs work well for deep hierarchies by showing users where they are and enabling quick jumps back. Tabs organize multiple sections at the same level. Both patterns reduce cognitive load and help users orient themselves within complex structures.

Can I apply these usability heuristics to mobile applications?

Yes. Nielsen's usability heuristics, CRAP visual foundations, and accessible control patterns apply across web and mobile. Adapt for mobile constraints: prioritize focus management on smaller screens, ensure touch targets meet accessibility minimums, and streamline forms for one-handed interaction.

What accessibility checks should I include in form design?

Form accessibility requires proper label associations, keyboard navigation support, focus indicators, error announcement timing, and sufficient color contrast. Test that all controls are reachable via keyboard alone, labels are programmatically linked to inputs, and feedback is perceivable to assistive technology.