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 turns each selected finding into a precise implementation plan that any agent or developer can execute without additional context. ## 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 concrete target values. - Prioritized findings table: Vets every finding at its file and line, ranks by severity and leverage, and separates additive missed opportunities from corrective fixes. - Self-contained execution plans: Writes one plan per finding with exact cubic-bezier curves, durations, spring configs, code excerpts, scope boundaries, and feel-check verification steps. - Use Case: Ask it to audit a React app's animations; it maps Framer Motion and CSS transitions, flags an ease-in dropdown and scale(0) popover, then writes plans another agent can implement verbatim. ## Quick Start Ask the assistant to audit the animations in this repository and produce a prioritized set of improvement plans.