What problem does it solve? Animation issues like wrong easings, non-interruptible keyframes, and missing reduced-motion handling are hard to spot and even harder to delegate. This Skill surveys a codebase's motion code as a senior design engineer, produces a prioritized audit, and turns each finding into a plan precise enough for any agent or cheaper model to execute. ## Core Features & Use Cases - Eight-category motion audit: Covers purpose and frequency, easing and duration, physicality and origin, interruptibility, performance, accessibility, cohesion, and missed opportunities, with exact target values from a distilled rule catalog. - Read-only advisory workflow: Never modifies source code; it only creates plan files under plans/, each stamped with the current commit and containing verbatim current code, exact target values, and verification steps. - Flexible invocation modes: Run a full audit, a quick or deep pass, a single-category focus, write one plan directly, execute a plan via an executor subagent, or reconcile existing plans against current code. - Use Case: Ask it to audit a React app's animations and receive a severity-ranked findings table (e.g., ease-in on dropdowns, transition: all, scale(0) entrances) plus ready-to-execute plans with exact cubic-bezier curves and durations. ## Quick Start Ask the agent to audit the animations in this repository and produce a prioritized set of improvement plans.