What problem does it solve? LLM-generated frontend code tends to fall into generic patterns: centered heroes, purple gradients, overused cards, missing loading and error states, and fragile mobile layouts. This Skill enforces senior-level design judgment so generated UI looks intentional and production-grade. ## Core Features & Use Cases - Bias-Corrected Design Rules: Bans common AI tells such as Inter font, neon glows, pure black, 3-column card rows, and generic placeholder names or data. - Configurable Design Dials: DESIGN_VARIANCE, MOTION_INTENSITY, and VISUAL_DENSITY values drive layout asymmetry, animation depth, and spacing density. - Framework-Safe Architecture: Enforces Next.js RSC boundaries, Tailwind v3/v4 version checks, dependency verification against package.json, and Framer Motion performance guardrails. - Use Case: Ask for a SaaS dashboard bento grid and receive React components with spring-physics micro-animations, skeleton loaders, empty states, and mobile-safe responsive fallbacks. ## Quick Start Use the design-taste-frontend skill to build a responsive pricing page in Next.js with Tailwind and Framer Motion.