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 junior developer to execute without design judgment. ## Core Features & Use Cases - Eight-category motion audit: Covers purpose/frequency, easing and duration, physicality and transform origin, interruptibility, performance, accessibility, cohesion, and missed opportunities, with exact target values (cubic-bezier curves, duration budgets, spring configs). - Prioritized findings table: Vets every finding at its file:line, ranks by severity and leverage, and separates additive missed opportunities from corrective fixes. - Self-contained execution plans: Writes one plan per finding into plans/ with verbatim current code, exact target values, repo conventions, scope boundaries, and feel-check verification steps. - Use Case: Ask it to audit a Next.js app using Framer Motion; it flags transition: all on dropdowns, scale(0) entrances, and missing prefers-reduced-motion handling, then produces plans another agent can implement verbatim. ## Quick Start Ask the assistant to audit the animations in this repository and produce a prioritized improvement plan.