What problem does it solve? Existing websites and apps often accumulate generic, inconsistent, or AI-generated-looking design that degrades brand quality, but redesigning risks breaking working features. This Skill provides an audit-first workflow that improves visual quality without sacrificing behavior. ## Core Features & Use Cases - Audit-First Redesign: Scans the codebase for framework, styling method, tokens, and components, then diagnoses issues against a banned-defaults checklist and design review rubric before making changes. - Single-Theme Consistency: Consolidates all pages onto one shared token theme, replacing per-page ad-hoc colors with semantic tokens verified by linting scripts. - Safe Application Order: Applies changes in a controlled sequence (tokens, typography/spacing, component states, motion) without altering routes, data, or markup semantics. - Use Case: A team has a multi-page React app where each page drifted to different color palettes. Use this Skill to unify them under one token theme, fix contrast failures, and verify every existing flow still works. ## Quick Start Redesign my existing app to look more polished and consistent without breaking any current functionality.