What problem does it solve? Animation quality issues like wrong easings, non-interruptible keyframes, and missing reduced-motion support are hard to spot and even harder to delegate. This Skill surveys a codebase's motion code, produces a prioritized audit, and writes plans precise enough for any agent or cheaper model 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 using exact target values from Emil Kowalski's animation philosophy. - Self-contained implementation plans: Writes one plan per finding with verbatim current code, exact cubic-bezier curves, durations, spring configs, repo conventions, scope boundaries, and feel-check verification steps. - Read-only advisor posture: Never modifies source code, runs builds, or installs anything; it only creates files under plans/ and can dispatch an executor subagent on request. - Use Case: Ask it to audit a React app using Framer Motion and Tailwind; it maps the motion surface, flags findings like transition: all or scale(0) entrances with file:line evidence, then writes numbered plans in plans/ ready for execution. ## Quick Start Ask the agent to audit the animations in this repository and write improvement plans for the highest-leverage findings.