ui-ux-pro-max

Original🇺🇸 English
Translated

Use when the user needs full UI/UX design intelligence — styles, palettes, fonts, UX guidelines, chart selection, and accessible, performant implementation across any supported stack. Triggers: user says "design", "UI", "UX", "color palette", "typography", "accessibility", "responsive design", "chart type", "style guide", building any user-facing interface.

115installs
Added on

NPX Install

npx skill4agent add pixel-process-ug/superkit-agents ui-ux-pro-max

Tags

Translated version includes tags in frontmatter

UI/UX Pro Max

Overview

A comprehensive UI/UX design intelligence system that combines visual design expertise with engineering rigor. This skill provides opinionated, production-ready guidance covering style selection, color palettes, typography, UX heuristics, data visualization, and multi-stack implementation. Every recommendation is filtered through a strict priority hierarchy that ensures accessibility and performance are never sacrificed for aesthetics.

Phase 1: Requirements Gathering

  1. Identify the product type and target audience
  2. Determine platform(s) (web, mobile, desktop)
  3. Assess existing brand guidelines or design system
  4. Define accessibility requirements
  5. Set performance budgets
STOP — Confirm requirements with user before making design recommendations.

Priority Hierarchy (Non-Negotiable Order)

Do NOT skip or reorder these priorities. Accessibility always comes first.
  1. Accessibility — WCAG 2.1 AA minimum, AAA preferred
    • Contrast ratio: 4.5:1 for normal text, 3:1 for large text
    • Keyboard navigation: all interactive elements focusable, visible focus ring
    • ARIA labels on all non-text controls
    • Screen reader announcements for dynamic content
    • Reduced motion: respect
      prefers-reduced-motion
  2. Touch Targets — 44x44px minimum (Apple HIG / WCAG 2.5.5)
    • Spacing between targets: minimum 8px
    • Clickable area may exceed visual bounds via padding
  3. Performance
    • Images: WebP with AVIF fallback, lazy loading below fold
    • CLS < 0.1, LCP < 2.5s, FID < 100ms
    • Font loading:
      font-display: swap
      , preload critical fonts
    • Bundle: code-split routes, tree-shake unused components
  4. Style — Applied only after 1-3 are satisfied
  5. Layout — Composition and spacing applied last

Phase 2: Style Selection

STOP — Present style recommendation with rationale before proceeding to implementation.

Style Selection Decision Table

ContextRecommended StylesWhy
SaaS DashboardMinimalism, Swiss, Material 3Clean, data-focused, professional
PortfolioBrutalism, Maximalism, GlassmorphismExpressive, memorable
E-commerceClean, Material 3, SwissTrust, clarity, conversion
Mobile AppMaterial 3, Neumorphism, MinimalismNative feel, thumb-friendly
Landing PageGlassmorphism, Neo-Brutalism, JapandiVisual impact, hero focus
Enterprise/B2BSwiss Design, MinimalismAuthority, information density
Creative AgencyMaximalism, Brutalism, CyberpunkUniqueness, portfolio showcase
Health/WellnessJapandi, MinimalismCalming, trustworthy
FinanceSwiss, Material 3Conservative, professional
Kids/FamilyClaymorphism, MaximalismPlayful, engaging

Style Reference (Key Categories)

Glass and Transparency:
  • Glassmorphism:
    backdrop-filter: blur(10px)
    , semi-transparent backgrounds, subtle border
  • Frosted Glass: heavier blur (20px+), lower opacity, works on busy backgrounds
  • Acrylic (Fluent Design): noise texture overlay + blur
Minimal and Clean:
  • Minimalism: maximum whitespace, single accent color, limited element count
  • Swiss Design: grid-based, Helvetica/Grotesk, asymmetric balance
  • Japandi: warm neutrals, organic shapes, hidden complexity
Bold and Expressive:
  • Brutalism: raw, exposed structure, system fonts, harsh borders, no border-radius
  • Neo-Brutalism: brutalism + bright accent colors + drop shadows
  • Maximalism: layered textures, mixed fonts, dense information
Depth and Dimension:
  • Neumorphism: soft inner/outer shadows on same-color backgrounds
  • Material Design 3: elevation tokens, tonal surfaces, dynamic color
  • Claymorphism: inflated 3D look, pastel colors, inner shadows
Dark and Moody:
  • Dark Mode: OLED-safe (#000 backgrounds), muted primaries, reduced brightness
  • Cyberpunk: neon on dark, glitch effects, monospace accents
  • Noir: high contrast, grayscale with single accent

Phase 3: Color and Typography

STOP — Present palette and font pairing for approval before building components.

Color Palette Selection Rules

Palette CategoryProduct TypesCharacteristics
SaaS/B2B (24 palettes)Dashboards, admin toolsProfessional blues, teals, slates
E-commerce (20 palettes)Shops, marketplacesWarm, trust-building ambers, greens
Health/Wellness (18 palettes)Health apps, meditationCalming greens, soft blues, lavender
Finance (15 palettes)Banking, tradingDeep blues, golds, conservative neutrals
Creative (22 palettes)Portfolios, agenciesBold, saturated, unexpected combos
Social (16 palettes)Communities, social appsVibrant, energetic, gradient-friendly
Education (14 palettes)Learning, coursesFriendly, approachable, moderate saturation
Enterprise (12 palettes)Corporate toolsMuted, authoritative, high-contrast
Kids/Family (10 palettes)Children's appsBright primaries, rounded, playful
Luxury (10 palettes)Premium brandsBlack, gold, minimal, high whitespace

Color Token Rules

  • Primary: brand identity color, used for CTAs and key actions
  • Secondary: complementary, used for secondary actions and accents
  • Neutral: gray scale for text, borders, backgrounds (minimum 9 shades)
  • Semantic: success (#22C55E), warning (#F59E0B), error (#EF4444), info (#3B82F6)
  • Always define as semantic tokens:
    --color-action-primary
    , not
    --color-blue-500

Dark Mode Palette Rules

RuleImplementation
Do NOT invert colorsRemap to dark-appropriate equivalents
Reduce saturation 10-20%Prevent eye strain on dark backgrounds
Elevation = lighter surfaceNot shadow-based like light mode
Text hierarchy#E2E8F0 (primary), #94A3B8 (secondary), #64748B (tertiary)

Font Pairings (Top 10)

PairingBest For
Inter + Source Serif 4SaaS, dashboards
Geist + Geist MonoDeveloper tools, technical
DM Sans + DM Serif DisplayMarketing, editorial
Plus Jakarta Sans + LoraModern professional
Outfit + NewsreaderCreative agencies
Manrope + BitterEnterprise applications
Space Grotesk + Space MonoTech startups
Satoshi + ErodePremium/luxury
General Sans + GambettaEditorial/publishing
Cabinet Grotesk + ZodiakBold branding

Typography Scale (Default)

--text-xs: 0.75rem / 1rem
--text-sm: 0.875rem / 1.25rem
--text-base: 1rem / 1.5rem
--text-lg: 1.125rem / 1.75rem
--text-xl: 1.25rem / 1.75rem
--text-2xl: 1.5rem / 2rem
--text-3xl: 1.875rem / 2.25rem
--text-4xl: 2.25rem / 2.5rem

Phase 4: UX Guidelines Application

Navigation Rules

  1. Primary navigation: maximum 7 items (Miller's Law)
  2. Current location always indicated (breadcrumb or active state)
  3. Back button must always work as expected
  4. Search available on every page for content-heavy apps

Form Rules

  1. Labels above inputs, never placeholder-only
  2. Inline validation on blur, not on keystroke
  3. Error messages: specific, actionable, adjacent to field
  4. Auto-focus first field on page load
  5. Submit button disabled until form valid (with explanation)
  6. Progress indicator for multi-step forms

Feedback Rules

  1. Loading states for any action > 300ms
  2. Skeleton screens over spinners for content loading
  3. Toast notifications: auto-dismiss success (3s), persist errors
  4. Tap feedback: 80-150ms response time
  5. Optimistic UI for low-risk actions

Content Layout Rules

  1. F-pattern for text-heavy pages
  2. Z-pattern for landing pages
  3. Above-the-fold: value proposition + primary CTA
  4. One primary CTA per viewport

Mobile Rules

  1. Bottom navigation for primary actions (thumb zone)
  2. Pull-to-refresh for feed content
  3. Swipe gestures with visual affordance

Phase 5: Implementation

Chart Type Selection Decision Table

Data RelationshipChart Types
ComparisonBar, Grouped Bar, Lollipop, Dot Plot
Trend over TimeLine, Area, Sparkline, Step
Part-to-WholePie (max 5 slices), Donut, Treemap, Stacked Bar
DistributionHistogram, Box Plot, Violin, Density
CorrelationScatter, Bubble, Heatmap
Flow/ProcessSankey, Funnel, Waterfall
GeographicChoropleth, Dot Map, Cartogram
HierarchicalSunburst, Icicle

Supported Stacks

StackKey Patterns
ReactJSX components, hooks, CSS Modules / Tailwind
Next.jsApp Router, Server Components, Image optimization
VueComposition API,
<script setup>
, Pinia
SvelteReactive declarations, transitions, SvelteKit
SwiftUIDeclarative views, ViewModifiers, @State/@Binding
React NativeFlexbox, Platform.select, SafeAreaView
FlutterWidgets, Material/Cupertino, MediaQuery
Tailwind CSSUtility-first, @apply sparingly, design tokens via config
shadcn/uiRadix primitives, Tailwind variants, cn() utility
HTML/CSSSemantic HTML5, CSS Grid/Flexbox, custom properties

Design Token Architecture

master.tokens.json    -> Primitive values (colors, spacing, fonts)
semantic.tokens.json  -> Mapped meanings (action-primary, surface-elevated)
component.tokens.json -> Component-specific (button-padding, card-radius)
overrides/
  brand-a.tokens.json -> Brand-specific overrides
  dark.tokens.json    -> Dark mode overrides
  • Master tokens are read-only defaults
  • Overrides are shallow-merged at runtime
  • Component tokens reference semantic tokens only
  • Never reference primitive tokens in components

Quick Wins Checklist

  • No emoji as icons — use Lucide React or Heroicons
  • Tap feedback delay: 80-150ms
  • Semantic color tokens (not raw hex values)
  • 8dp spacing rhythm (4, 8, 12, 16, 24, 32, 48, 64)
  • prefers-color-scheme
    media query for dark mode
  • prefers-reduced-motion
    for animations
  • :focus-visible
    instead of
    :focus
    for keyboard-only focus
  • Image aspect ratios set to prevent CLS
  • Font preloading for above-the-fold text
  • loading="lazy"
    on below-fold images

Anti-Patterns / Common Mistakes

Anti-PatternWhy It Is WrongWhat to Do Instead
opacity
for disabled text
Kills readabilityUse distinct disabled color token
Fixed pixel breakpoints onlyIgnores component contextUse container queries for components
Hamburger menus on desktopHides primary navigationVisible nav bar on desktop
Carousel for critical contentMost users see only first slideUse static layout or accordion
Infinite scroll without URL persistenceCannot share or return to positionPersist scroll position in URL
Modal on modalConfusing, accessibility nightmareRedesign to avoid nested modals
Auto-playing mediaAnnoying, accessibility violationRequire user interaction to play
Color as only differentiatorColor-blind users excludedAdd shape/pattern/text labels
Placeholder-only labelsDisappear on input, accessibility issueUse visible labels above inputs
Raw hex values in componentsImpossible to themeUse semantic design tokens

Integration Points

SkillIntegration
ui-design-system
Token architecture and component library
canvas-design
Data visualization and charts
mobile-design
Mobile-specific design patterns
ux-researcher-designer
User research informs design decisions
artifacts-builder
Standalone prototypes and demos
senior-frontend
Implementation of UI components
accessibility
WCAG compliance validation

Skill Type

FLEXIBLE — Follow the priority hierarchy (accessibility > touch > performance > style > layout). Style recommendations adapt to context. Accessibility and performance rules are strongly recommended and should not be deprioritized.