| name | normalize |
| description | Align an interface to its design system standards. Replace one-off values with tokens. Ensure every element uses the system. |
| user-invokable | true |
/normalize — Design System Normalization
Compare the current code against the design system tokens:
- Replace hardcoded colors with CSS custom properties
- Replace arbitrary font sizes with type scale values
- Replace arbitrary spacing with scale values
- Normalize border-radius to the radius scale
- Normalize shadows to the elevation system
Goal: zero one-off values. Everything should reference the system.