What problem does it solve? Animation 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 against eight categories, and writes implementation plans precise enough for any agent or cheaper model to 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 missed opportunities, with exact target values (cubic-bezier curves, duration budgets, spring configs). - Read-only advisory workflow: Never modifies source code; findings are vetted at file:line level and presented as a severity-ranked table before any plan is written. - Self-contained execution plans: Each plan includes current code excerpts, exact target values, repo conventions, ordered steps, boundaries, and feel-check verification steps. - Use Case: Ask it to audit a React app using Framer Motion; it finds transition: all on dropdowns, scale(0) entrances, and missing prefers-reduced-motion handling, then writes numbered plans in plans/ ready for another agent to execute. ## Quick Start Ask the assistant to audit the animations in this repository and write improvement plans for the highest-impact findings.