What problem does it solve? Animation issues like wrong easings, non-interruptible keyframes, and missing reduced-motion handling are scattered across a codebase and hard to fix systematically. This Skill surveys all motion code, produces a prioritized audit, and writes precise plans that any agent or cheaper model can 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. - Self-contained implementation plans: Generates one plan per finding with exact cubic-bezier curves, durations, file paths, current code excerpts, and feel-check verification steps. - Read-only advisory workflow: Never modifies source code; supports quick, standard, and deep audit depths plus focused category audits and plan execution or reconciliation. - Use Case: Ask it to audit a React app using Framer Motion and Radix; it finds ease-in dropdowns, scale(0) popovers, and transition: all usages, then writes prioritized plans under plans/ for another agent to implement. ## Quick Start Ask the assistant to audit the animations in this repository and produce a prioritized set of improvement plans.