What problem does it solve?
It prevents inconsistent, theme-breaking UI by enforcing a universal design-system discipline: tokens over literals, kit reuse over inline styling, and coherent typography, spacing, shadows, and colors across every theme.
Core Features & Use Cases
- Token discipline: Require colors, spacing, radii, and shadows to come only from the system (no hardcoded values).
- Component-kit reuse: Prefer kit components and extend the kit when something is missing, rather than styling raw elements ad hoc.
- Scale and multi-theme consistency: Catch scale drift (mixed radii/spacing/shadows) and verify coherence in every defined theme.
- Design review guardrails: Provide review checklists and anti-patterns for UI audits.
- UX law integration: Apply Hick’s, Fitts’, Miller’s, and related laws to support better interface decisions.
Quick Start
When reviewing a screen for visual consistency, ask the AI to audit it against token usage, kit reuse, scale rules, multi-theme coherence, typography scale, and the 60-30-10 color guideline.