What problem does it solve? Animation quality issues like wrong easings, non-interruptible keyframes, and layout-thrashing transitions are hard to spot and even harder to delegate. This Skill surveys a codebase's motion code, produces a prioritized audit, and writes implementation plans precise enough for any agent or junior developer to execute without design judgment. ## Core Features & Use Cases - Eight-Category Motion Audit: Evaluates purpose and frequency, easing and duration, physicality and origin, interruptibility, performance, accessibility, cohesion, and missed opportunities against exact target values. - Read-Only Advisory Workflow: Never modifies source code; outputs vetted findings with file:line evidence and severity rankings ordered by leverage. - Self-Contained Execution Plans: Generates one plan per finding with exact cubic-bezier curves, durations, spring configs, repo conventions, scope boundaries, and feel-check verification steps. - Use Case: A team feels their React dashboard is sluggish. Run the audit to find transition: all on dropdowns, ease-in on modals, and keyframe-based toasts, then hand the generated plans to cheaper models to implement. ## Quick Start Ask the assistant to audit the animations in this repository and produce a prioritized improvement plan.