Analyze user experience patterns, best practices, and accessibility requirements
View on GitHubialameh/sift-coder
siftcoder
skills/ux-analyzer/SKILL.md
January 24, 2026
Select agents to install to:
npx add-skill https://github.com/ialameh/sift-coder/blob/main/skills/ux-analyzer/SKILL.md -a claude-code --skill ux-analyzerInstallation paths:
.claude/skills/ux-analyzer/# UX Analyzer Skill Analyze user experience patterns, best practices, and accessibility requirements for specific domains and applications. ## Invocation This skill is invoked by `/siftcoder:ideate` at Level 2+ or can be used standalone. ## Capabilities ### 1. Domain-Specific UX Patterns **Common Domains & Their UX Requirements:** #### E-Commerce ``` E-COMMERCE UX ESSENTIALS Navigation: ├── Category hierarchy (max 3 levels deep) ├── Breadcrumb navigation ├── Persistent search bar └── Filter/sort capabilities Product Pages: ├── High-quality images with zoom ├── Clear pricing and availability ├── Size/variant selectors ├── Add to cart without page refresh ├── Related products └── Customer reviews with photos Checkout: ├── Guest checkout option (CRITICAL) ├── Progress indicator ├── Order summary visible throughout ├── Multiple payment options ├── Address autocomplete ├── Save for later / wishlist └── Clear error messages Trust Signals: ├── Security badges ├── Return policy visible ├── Customer service access └── Reviews and ratings ``` #### SaaS / Productivity ``` SAAS UX ESSENTIALS Onboarding: ├── < 3 steps to first value ├── Progress indicators ├── Skip option for experienced users ├── Interactive tutorials (not walls of text) ├── Empty states that guide action └── Sample data option Dashboard: ├── Key metrics at a glance ├── Actionable insights ├── Recent activity ├── Quick actions └── Customizable widgets Core Workflow: ├── Keyboard shortcuts ├── Undo/redo support ├── Auto-save ├── Inline editing ├── Bulk actions └── Real-time collaboration indicators Settings: ├── Searchable settings ├── Grouped by category ├── Preview changes before applying └── Reset to defaults option ``` #### Mobile Apps ``` MOBILE UX ESSENTIALS Navigation: ├── Bottom navigation (max 5 items) ├── Thumb-friendly tap targets (44x44pt minimum) ├── Swipe gestures for common actions ├── Pull to refresh └── Back button behavior consistency Performance: ├── Skeleton screens (not spi