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, 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: Evaluates purpose/frequency, easing and duration, physicality and transform origin, interruptibility, performance, accessibility, cohesion, and missed opportunities against exact target values. - Read-only advisor workflow: Never modifies source code; all output is findings tables and plan files under plans/, stamped with the current commit. - Self-contained execution plans: Each plan includes verbatim current code, exact target cubic-beziers and durations, repo conventions, scope boundaries, and feel-check verification steps. - Use Case: Ask it to audit a React app using Framer Motion and Radix; it flags transition: all, scale(0) entrances, and missing prefers-reduced-motion handling, then writes ordered plans another agent can implement. ## Quick Start Ask the assistant to audit this codebase's animations and produce a prioritized improvement plan.