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 design system documentation, style guides, and component libraries 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 UI paths, removes orphaned code, and verifies quality with linting, type-checking, and tests. - Use Case: A settings page was built with custom buttons and hard-coded hex colors. Use this Skill to replace them with design system components and tokens, then verify no regressions were introduced. ## Quick Start Normalize the settings page feature to match our design system standards and remove any one-off components or hard-coded styles.