What problem does it solve? Features often drift from the established design system through one-off components, hard-coded styles, and inconsistent UX patterns, creating visual and behavioral fragmentation across the product. ## Core Features & Use Cases - Design System Discovery: Locates and studies existing design documentation, tokens, and component conventions before making changes. - Multi-Dimension Normalization: Aligns typography, color, spacing, components, motion, responsive behavior, accessibility, and progressive disclosure with design system standards. - Cleanup and Consolidation: Moves reusable components into shared paths, removes orphaned code, and verifies quality with linting and type-checking. - Use Case: After shipping a settings page with custom buttons and hard-coded hex colors, run this Skill to replace them with design system components and tokens so the page matches the rest of the app. ## Quick Start Normalize the settings page feature so it matches our design system components, tokens, and interaction patterns.