--- name: web-design-guidelines description: Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", "check my site against best practices", or "web interface guidelines". --- # Web Interface Guidelines ### When to Load - **Trigger**: UI audit, accessibility checks, responsive design review, UX best practices evaluation - **Skip**: Backend-only work with no UI components Self-contained guidelines for reviewing web interfaces. Apply these rules when auditing UI code. ## Output Format Report findings as: `file:line — [RULE_ID] description` Example: `src/Button.tsx:12 — [A11Y-01] Missing aria-label on icon button` ## 1. Accessibility (A11Y) ### A11Y-01: Semantic HTML - Use `