What problem does it solve? Animation issues like wrong easings, non-interruptible keyframes, and missing reduced-motion handling are scattered across a codebase and hard to fix systematically. This Skill surveys all motion code, produces a prioritized audit against eight expert categories, and turns each finding into a precise plan that any agent or cheaper model can execute without design judgment. ## Core Features & Use Cases - Eight-category motion audit: Covers purpose and frequency, easing and duration, physicality and origin, interruptibility, performance, accessibility, cohesion and tokens, and missed opportunities, with exact target values (cubic-beziers, durations, spring configs) from a distilled rule catalog. - Read-only advisor workflow: Recon maps the motion stack (Framer Motion, GSAP, CSS, WAAPI), parallel subagents audit, findings are vetted at file:line, and the user selects which become plans. It never modifies source code. - Self-contained execution plans: Each plan includes current code excerpts, exact target values, repo conventions, ordered steps, boundaries, and feel-check verification, written for an executor with zero context. - Use Case: Ask it to audit a React dashboard's animations; it finds transition: all on dropdowns, scale(0) entrances, and keyframed toasts, then writes three plans with exact cubic-bezier tokens and verification steps for a cheaper model to implement. ## Quick Start Ask the assistant to audit the animations in this repository and produce a prioritized set of improvement plans.