--- name: bencium-innovative-ux-designer description: Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics. metadata: version: 2.0.0 --- # Innovative UX Designer Create distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. Expert UI/UX design skill that helps create unique, accessible, and thoughtfully designed interfaces. This skill emphasizes design decision collaboration, breaking away from generic patterns, and building interfaces that stand out while remaining functional and accessible. This skill emphasizes **bold creative commitment**, breaking away from generic patterns, and building interfaces that are visually striking and memorable while remaining functional and accessible. ## Core Philosophy **CRITICAL: Design Thinking Protocol** Before coding, **ASK to understand context**, then **COMMIT BOLDLY** to a distinctive direction: ### Questions to Ask First 1. **Purpose**: What problem does this interface solve? Who uses it? 2. **Tone**: What aesthetic extreme fits? (see Tone Options below) 3. **Constraints**: Technical requirements (framework, performance, accessibility)? 4. **Differentiation**: What makes this UNFORGETTABLE? What's the one thing someone will remember? ### Tone Options (Pick an Extreme) Choose a clear aesthetic direction and execute with precision: - **Brutally minimal** - stripped to essence, bold typography, vast whitespace - **Maximalist chaos** - layered, dense, visually rich, controlled disorder - **Retro-futuristic** - vintage meets sci-fi, nostalgic tech aesthetics - **Organic/natural** - soft edges, earthy colors, nature-inspired textures - **Luxury/refined** - elegant spacing, premium typography, subtle details - **Playful/toy-like** - bright colors, rounded shapes, delightful interactions - **Editorial/magazine** - strong typography hierarchy, asymmetric layouts - **Brutalist/raw** - exposed structure, harsh contrasts, intentionally rough - **Art deco/geometric** - bold patterns, metallic accents, symmetric elegance - **Soft/pastel** - gentle gradients, muted tones, calming atmosphere - **Industrial/utilitarian** - functional, no-nonsense, mechanical precision ### After Getting Context - **Commit fully** to the chosen direction - no half measures - Present 2-3 alternative approaches with trade-offs - Then implement with precision: production-grade, visually striking, memorable ## Foundational Design Principles ### Stand Out From Generic Patterns **NEVER Use These AI-Generated Aesthetics:** - **Fonts**: Inter, Roboto, Arial, system fonts as primary choice, Space Grotesk (overused by AI) - **Colors**: Generic SaaS blue (#3B82F6), purple gradients on white backgrounds - **Patterns**: Cookie-cutter layouts, predictable component arrangements - **Effects**: Glass morphism, Apple design mimicry, liquid/blob backgrounds - **Overall**: Anything that looks "Claude-generated" or machine-made **Instead, Create Atmosphere:** - Suggest photography, patterns, textures over flat solid colors - Apply gradient meshes, noise textures, geometric patterns - Use layered transparencies, dramatic shadows, decorative borders - Consider custom cursors, grain overlays, contextual effects - Think beyond typical patterns - you can step off the written path **Draw Inspiration From:** - Modern landing pages (Perplexity, Comet Browser, Dia Browser) - Framer templates and their innovative approaches - Leading brand design studios - Historical design movements (Bauhaus, Otl Aicher, Braun) - but as inspiration, not imitation - Beautiful background animations (CSS, SVG) - slow, looping, subtle **Visual Interest Strategies:** - Unique color pairs that aren't typical - Animation effects that feel fresh - Background patterns that add depth without distraction - Typography combinations that create contrast - Visual assets that tell a story ### Core Design Philosophy 1. **Simplicity Through Reduction** - Identify the essential purpose and eliminate distractions - Begin with complexity, then deliberately remove until reaching the simplest effective solution - Every element must justify its existence 2. **Material Honesty** - Digital materials have unique properties - embrace them - Buttons communicate affordance through color, spacing, typography, AND shadows when intentional - Cards can use borders, background differentiation, OR dramatic shadows for depth - Animations follow real-world physics principles adapted to digital responsiveness **Examples:** - Clickable: Use distinct colors, hover state changes, cursor feedback, subtle lift effects - Containers: Use borders, background shifts, generous padding, OR shadow depth - Hierarchy: Use scale, weight, spacing, AND elevation when it serves the aesthetic 3. **Functional Layering** - Create hierarchy through typography scale, color contrast, and spatial relationships - Layer information conceptually (primary → secondary → tertiary) - Use shadows and gradients INTENTIONALLY when they serve the aesthetic direction - Embrace functional depth: modals over content, dropdowns over UI - Avoid: glass morphism, Apple mimicry (but shadows/gradients are tools, not enemies) 4. **Obsessive Detail** - Consider every pixel, interaction, and transition - Excellence emerges from hundreds of small, intentional decisions - Balance: Details should serve simplicity, not complexity - When detail conflicts with clarity, clarity wins 5. **Coherent Design Language** - Every element should visually communicate its function - Elements should feel part of a unified system - Nothing should feel arbitrary 6. **Invisibility of Technology** - The best technology disappears - Users should focus on content and goals, not on understanding the interface ### What This Means in Practice **Color Usage:** - Base palette: 4-5 neutral shades (backgrounds, borders, text) - Accent palette: 1-3 bold colors (CTAs, status, emphasis) - Neutrals are slightly desaturated, warm or cool based on brand intent - Accents are saturated enough to create clear contrast **Typography:** - Headlines: Emotional, attention-grabbing, UNEXPECTED (personality over pure legibility) - Body/UI: Functional, highly legible (clarity over expression) - 2-3 typefaces maximum, but make them CHARACTERFUL and distinctive - Clear mathematical scale (e.g., 1.25x between sizes) - NEVER default to Inter, Roboto, or Space Grotesk - find unique fonts **Animation:** - Purposeful: Guides attention, establishes relationships, provides feedback - Subtle: Felt rather than seen (100-300ms for most interactions) - Physics-informed: Natural easing, appropriate mass/momentum **Spacing:** - Generous negative space creates clarity and breathing room - Mathematical relationships (e.g., 4px base, 8/16/24/32/48px scale) - Consistent application creates visual rhythm ### Design Decision Checklist Before presenting any design, verify: 1. **Purpose**: Does every element serve a clear function? 2. **Hierarchy**: Is visual importance aligned with content importance? 3. **Consistency**: Do similar elements look and behave similarly? 4. **Accessibility**: Does it meet WCAG AA standards? (contrast, touch targets, keyboard nav) 5. **Responsiveness**: Does it work on mobile, tablet, desktop? 6. **Uniqueness**: Does this break from generic SaaS patterns? 7. **Approval**: Have I asked before implementing colors, fonts, sizes, layouts? **Design System Framework:** For understanding what's fixed (universal rules), project-specific (brand personality), and adaptable (context-dependent) in your design system, think of a design system. ## Visual Design Standards ### Color & Contrast **Color System Architecture:** Every interface needs two color roles: 1. **Base/Neutral Palette (4-5 colors):** - Backgrounds (lightest) - Surface colors (cards, inputs) - Borders and dividers - Text (darkest) - Use slightly desaturated, warm or cool greys based on brand 2. **Accent Palette (1-3 colors):** - Primary action (CTA buttons) - Status indicators (success, warning, error, info) - Focus/hover states - Use saturated colors for clear contrast against neutrals **Palette Structure Example:** ``` Neutrals: slate-50, slate-100, slate-300, slate-700, slate-900 Accents: teal-500 (primary), amber-500 (warning), red-500 (error) ``` **Color Application Rules:** - **Backgrounds**: Lightest neutral (slate-50 or white) - **Text**: Darkest neutral for primary text (slate-900), mid-tone for secondary (slate-600) - **Buttons (primary)**: Accent color with white text - **Buttons (secondary)**: Neutral with border and dark text - **Status indicators**: Specific accent (green=success, red=error, amber=warning, blue=info) - **Interactive states**: - Hover: Darken by 10-15% or shift hue slightly - Focus: Use ring/outline in accent color - Disabled: Reduce opacity to 40-50% and remove hover effects **Color Relationships:** Choose warm or cool intentionally based on brand: - **Warm greys** (beige/brown undertones): Organic, approachable, trustworthy - **Cool greys** (blue undertones): Modern, tech-forward, professional Accent colors should have clear contrast with both: - Light backgrounds (for buttons on white) - Dark text (if used as backgrounds for white text) **Intentional Color Usage:** - Every color must serve a purpose (hierarchy, function, status, or action) - Avoid decorative colors that don't communicate meaning - Maintain consistency: same color = same meaning throughout **Accessibility:** - Ensure sufficient contrast for color-blind users - Follow WCAG 2.1 AA: minimum 4.5:1 for normal text, 3:1 for large text - Don't rely on color alone to convey information (add icons or labels) **Unique Color Strategy:** To stand out from generic patterns: - NEVER use default SaaS blue (#3B82F6) or purple gradients on white - Use unexpected neutrals: warm greys, soft off-whites, deep charcoals, rich blacks - Pair neutrals with distinctive accents: terracotta + charcoal, sage + navy, coral + slate - Dominant colors with SHARP accents outperform timid, evenly-distributed palettes - Test combinations against "does this look AI-generated?" filter - Vary between light and dark themes - no design should look the same **Create Atmosphere with Color:** - Gradient meshes for depth and visual interest - Noise textures and grain overlays for tactile feel - Layered transparencies for dimension - Dramatic shadows for emphasis and drama ### Typography Excellence **Typography Philosophy:** Typography is a primary design element that conveys personality and hierarchy. **Functional vs Emotional Typography:** - **Headlines/Display**: Prioritize emotion, personality, attention (legibility secondary) - **Body Text**: Prioritize legibility, reading comfort, accessibility - **UI/Labels**: Prioritize clarity, scannability, consistency **Font Selection:** - Use 2-3 typefaces maximum, but make them UNEXPECTED and characterful - Limit to 3 weights per typeface (e.g., Regular 400, Medium 500, Bold 700) - Prefer variable fonts for fine-tuned control and performance **NEVER Use These Fonts as Primary:** - Inter (overused by AI and generic SaaS) - Roboto (too generic) - Arial/Helvetica (default fallback vibes) - Space Grotesk (AI generation favorite) - System fonts as primary choice (only as fallback) **Font Version Usage:** - **Display version**: Headlines and hero text only - BE BOLD - **Text version**: Paragraphs and long-form content - legibility matters - **Caption/Micro**: Small UI labels (1-2 lines, non-critical info) **Find Distinctive Fonts:** - Google Fonts for web - but dig deeper than page 1 - Type foundries for unique options - Choose fonts that serve your CHOSEN AESTHETIC DIRECTION - Pair distinctive display font with refined body font **Typographic Scale:** Use mathematical relationships for size hierarchy: - **Ratio**: Major third (1.25x) for moderate contrast, Perfect fourth (1.333x) for dramatic - **Base size**: 16px (1rem) for body text - **Example scale (1.25x)**: ``` xs: 0.64rem (10px) sm: 0.8rem (13px) base: 1rem (16px) lg: 1.25rem (20px) xl: 1.563rem (25px) 2xl: 1.953rem (31px) 3xl: 2.441rem (39px) 4xl: 3.052rem (49px) 5xl: 3.815rem (61px) ``` **Typographic Hierarchy:** - Create clear visual distinction between levels - Headlines, subheadings, body, captions should each have distinct size/weight - Use combination of size, weight, and color for hierarchy **Spacing & Readability:** - **Line height**: 1.5x font size for body text (e.g., 16px text = 24px line-height) - **Line length**: 45-75 characters optimal for readability (60-70 ideal) - **Paragraph spacing**: 1-1.5em between paragraphs - **Letter spacing (tracking)**: - Larger text (headlines): Slightly tighter (-0.02em to -0.05em) - Normal text (body): Default (0) - Small text (captions): Slightly looser (+0.01em to +0.03em) - General rule: As size increases, reduce tracking; as size decreases, increase tracking **Font Pairing Logic:** When using multiple typefaces, create contrast through: - **Category contrast**: Serif + Sans-serif (classic, clear distinction) - **Weight contrast**: Light + Bold (dynamic, energetic) - **Personality contrast**: Geometric + Humanist (modern + warm) Examples: - Serif headlines + Sans body (editorial, trustworthy) - Display headlines + System body (distinctive + efficient) - Bold sans headlines + Light sans body (modern, clean) **UI Typography:** Specific guidance for interface elements: - **Button text**: Semi-Bold (600), 14-16px, consistent casing (all-caps OR title case) - **Form labels**: Regular (400), 14px, positioned above input - **Form input text**: Regular (400), 16px minimum (prevents iOS zoom on focus) - **Placeholder text**: Light (300) or desaturated color, same size as input - **Error messages**: Regular (400), 12-14px, color-coded (red-ish) **Responsive Typography:** Scale type sizes across breakpoints: ```tsx // Example with Tailwind