What problem does it solve? Building consistent, production-grade interfaces requires dozens of coordinated decisions about spacing, color, typography, and motion. Without a structured methodology, teams end up with hardcoded values, inconsistent spacing, inaccessible color contrast, and components missing critical states. ## Core Features & Use Cases - Design Token Systems: Defines spacing, shadow, radius, typography, and semantic color scales as CSS custom properties so no value is ever hardcoded. - Accessibility-First Color & Motion: Enforces WCAG AA contrast ratios, dark mode token sets, and prefers-reduced-motion handling. - Component Architecture: Structures components from tokens through primitives, composites, patterns, and templates, with a completeness checklist covering states, variants, and responsiveness. - Use Case: When building a new dashboard page, apply the layout grid, token scales, and component checklist to produce a responsive, accessible interface without inventing one-off values. ## Quick Start Use the design-system skill to build a responsive settings page with proper design tokens, accessible colors, and all component states.