What problem does it solve? Teams building an application dashboard often lack consistent, documented design rules, leading to inconsistent spacing, ambiguous component states, and accessibility gaps across the UI. ## Core Features & Use Cases - Design Token Foundations: Defines color tokens (primary #9333ea purple, success, warning, danger), typography scales (12/14/16/20/32 with Inter and JetBrains Mono), and spacing scales (4/8/12/16/24/32). - Component-Level Rules: Produces guidance covering anatomy, variants, states (default, hover, focus-visible, active, disabled, loading, error), and responsive behavior. - Accessibility & QA Standards: Enforces WCAG 2.2 AA requirements with testable acceptance criteria, anti-patterns, and a code-review QA checklist. - Use Case: A designer asks for button component rules for the dashboard; the Skill outputs token-anchored state definitions, keyboard interaction behavior, and migration notes for inconsistent existing UI. ## Quick Start Generate design system guidelines for the card component of my purple-themed application dashboard including states, tokens, and accessibility criteria.