--- name: web-design-guidelines version: 2.0.0 description: "Review UI code for web interface design compliance covering WCAG 2.2/3.0 accessibility, responsive design, performance, usability, and modern best practices. Use when asked to 'review my UI', 'check accessibility', 'audit design', 'review UX', 'check responsive design', or 'check my site against best practices'. Actions: review, check, audit, analyze, validate. Topics: accessibility, WCAG, ARIA, semantic HTML, focus states, forms, animation, typography, content handling, images, performance, Core Web Vitals, navigation, touch interaction, responsive design, mobile-first, dark mode, internationalization, hydration." argument-hint: --- # Web Interface Design Guidelines Comprehensive code review for web interface compliance with industry standards including WCAG 2.2, Core Web Vitals, and modern UX best practices. ## How to Use 1. Read the specified files (or prompt user for files/pattern) 2. Check against all rules below 3. Output findings in terse `file:line` format 4. Group by file, state issue + location, skip explanations unless fix is non-obvious --- ## 1. Accessibility (WCAG 2.2 Compliance) ### 1.1 Semantic HTML (First Rule) > "If you can use a native HTML element with built-in semantics, use it instead of ARIA." - Use `