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 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 concrete target values. - Read-only advisory workflow: Never modifies source code; all output is written as plan files under plans/ with exact file paths, current code excerpts, and target values. - Self-contained execution plans: Each plan includes severity, commit stamp, repo conventions, ordered steps, scope boundaries, and mechanical plus 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 findings like transition: all or scale(0) entrances, and produces numbered plans another agent can implement one by one. ## Quick Start Ask the assistant to audit this codebase's animations and produce a prioritized set of improvement plans.