What problem does it solve?
It prevents frontend UI changes from drifting into inconsistent, inaccessible, hard-to-maintain components by enforcing design-system reuse, token-only styling, and WCAG 2.2 AA rules.
Core Features & Use Cases
- Component reuse & variant governance: Forces reuse of existing components and limits variation to sanctioned axes (intent, size, density, state, theme) to avoid visual and behavioral fragmentation.
- Accessibility from first implementation: Requires WCAG 2.2 AA compliance including focus visibility, contrast thresholds, ARIA semantics, and explicit focus management for dynamic UI (modals/drawers/toasts/popovers).
- Responsive completeness & state coverage: Ensures mobile/tablet/desktop behavior, touch target minimums, and complete interactive states (loading, empty, error, disabled) before implementation starts.
Quick Start
Ask the design-system-rules skill to evaluate your proposed new or existing UI component, including its variants, tokens, responsive behavior, and accessibility requirements, before you implement it.