What problem does it solve? Animation quality 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, produces a prioritized audit, and writes plans precise enough for any agent or cheaper model to execute without taste or context. ## Core Features & Use Cases - Eight-category motion audit: Covers purpose/frequency, easing and duration, physicality and origin, interruptibility, performance, accessibility, cohesion, and missed opportunities, with exact target values from AUDIT.md. - Self-contained implementation plans: Each finding becomes a plan with verbatim current code, exact cubic-bezier curves, durations, spring configs, repo conventions, and feel-check verification steps. - Read-only advisory posture: Never modifies source code; supports quick/standard/deep effort levels, category-focused audits, single-plan mode, plan execution dispatch, and plan reconciliation. - Use Case: Ask it to audit a React app's animations; it maps Framer Motion and CSS usage, flags transition: all and scale(0) entrances with file:line evidence, then writes numbered plans in plans/ ready for an executor agent. ## Quick Start Ask the agent to audit the animations in this repository and produce a prioritized findings table with implementation plans.