What problem does it solve?
Audits and realigns UI to match design system standards, spacing, tokens, and patterns. Use when the user mentions consistency, design drift, mismatched styles, tokens, or wants to bring a feature back in line with the system.
Core Features & Use Cases
- Mandatory preparation: Invoke /frontend-design — it contains design principles, anti-patterns, and the Context Gathering Protocol. Follow the protocol before proceeding — if no design context exists yet, you MUST run /teach-impeccable first.
- Plan: Before making changes, deeply understand the context and define a normalization plan to align components with the design system, tokens, and patterns.
- Execute: Address typography, color, spacing, components, motion, accessibility, and responsive behavior to match the system; replace bespoke styles with tokens and system components.
- Clean Up: Consolidate reusable pieces, remove obsolete code, run lint/type checks, and ensure design consistency across the project.
Quick Start
Invoke the normalization plan on the target UI feature to start alignment.