What problem does it solve? AI-generated UI often looks generic, ignores accessibility requirements, and breaks down on real content. This Skill guides the construction of user-facing interfaces that meet WCAG 2.1 AA accessibility standards, follow the project's actual design system, and handle loading, error, and empty states properly. ## Core Features & Use Cases - Component Architecture Guidance: Enforces composition over configuration, colocated file structures, and separation of data fetching from presentation. - Accessibility Compliance: Provides concrete patterns for keyboard navigation, ARIA labels, focus management, and meaningful empty/error states meeting WCAG 2.1 AA. - Design System Adherence: Helps avoid the generic "AI aesthetic" (purple gradients, excessive rounding, stock card grids) by enforcing spacing scales, typography hierarchy, and semantic color tokens. - Use Case: When building a new task management page, use this Skill to structure components correctly, implement responsive layouts across 320px–1440px breakpoints, add skeleton loading states, and verify keyboard accessibility before shipping. ## Quick Start Build a responsive, accessible task list page with proper loading, error, and empty states following our design system.