What problem does it solve?
Normalizes and realigns UI features that have drifted away from the established design system by replacing one-off styles, correcting spacing and tokens, and restoring consistent component patterns and interactions to improve usability and maintainability.
Core Features & Use Cases
- Design system discovery: Locate and interpret design tokens, component patterns, and style guidelines before making changes.
- Gap analysis & plan: Identify deviations, root causes, and a prioritized normalization plan covering typography, color, spacing, components, motion, responsiveness, and accessibility.
- Execution & cleanup: Replace hard-coded values with tokens, swap custom implementations for design-system components, verify accessibility and responsive behavior, and remove orphaned code or duplicates.
Quick Start
Normalize the pricing page to match the design system by replacing hard-coded styles with tokens, swapping custom components for system components, and fixing spacing and accessibility issues.