What problem does it solve? Evaluating the motion quality of an entire product is hard to do systematically: easing, durations, transform origins, interruptibility, and accessibility issues are scattered across components, and fixes are often vague. This Skill surveys all animation in a codebase, vets each finding against the actual code, and produces self-contained implementation plans another agent can execute without any prior context. ## Core Features & Use Cases - Four-phase audit workflow: recon the motion stack and conventions, audit against animation principles, vet and prioritize findings by leverage, then write one plan per finding into plans/. - Scalable depth: choose quick, standard, or deep coverage depending on whether you want high-traffic components only or the whole repo including marketing pages. - Read-only by design: it never modifies source code, installs packages, or commits; the only files it writes are plans stamped with the current commit hash for drift detection. - Use Case: Ask for a motion audit of your React app before a design polish sprint. You receive a severity-ranked findings table plus executable plans with exact target easings, verbatim current code, and feel-check verification steps. ## Quick Start Audit the animations across this repository and write prioritized fix plans into the plans directory.