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 against eight categories, 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, with exact target values (cubic-bezier curves, duration budgets, spring configs). - Self-contained execution plans: Generates one plan per finding with verbatim current code, exact target values, repo conventions, ordered steps, scope boundaries, and feel-check verification steps. - Read-only advisory posture: Never modifies source code; all output lives under plans/, with invocation variants for quick or deep audits, category-focused reviews, and plan execution or reconciliation. - Use Case: Ask it to audit a Next.js app's animations; it maps the motion surface (Framer Motion, CSS transitions, tokens), flags findings like transition: all or scale(0) entrances with file:line evidence, and writes prioritized plans another agent can implement. ## Quick Start Ask the assistant to audit this codebase's animations and produce a prioritized set of improvement plans.