What problem does it solve? Animation 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 of findings, and writes implementation plans precise enough for any agent or junior developer 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 against exact target values. - Read-only advisory workflow: Never modifies source code; outputs vetted findings with file:line evidence and severity rankings ordered by leverage. - Self-contained execution plans: Generates one plan per finding with exact cubic-bezier curves, durations, spring configs, repo conventions, boundaries, and feel-check verification steps. - Use Case: Ask it to audit a React app's animations; it maps the motion stack (Framer Motion, CSS transitions, tokens), flags issues like transition: all or scale(0) entrances, then writes numbered plans in plans/ ready for another agent to implement. ## Quick Start Ask the assistant to audit this codebase's animations and produce a prioritized improvement plan.