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 as a senior motion advisor, produces a vetted findings table, and writes plans precise enough for any agent or cheaper model to execute without taste or context. ## Core Features & Use Cases - Eight-category motion audit: Covers purpose/frequency, easing/duration, physicality, interruptibility, performance, accessibility, cohesion, and missed opportunities, with exact target values from Emil Kowalski's animation philosophy. - Read-only planning workflow: Never modifies source code; outputs only findings tables and self-contained plan files under plans/ with exact cubic-beziers, durations, file:line citations, and feel-check verification steps. - Adjustable effort and invocation variants: Supports quick/deep audits, category-focused scans, single-plan generation, plan execution via executor subagents, and reconcile to sync plans with current code. - Use Case: Ask it to audit a React app's animations; it maps the motion surface (Framer Motion, CSS tokens, gesture handlers), flags findings like transition: all or scale(0) entrances, and writes ordered plans another agent can implement. ## Quick Start Ask the assistant to audit the animations in this repository and produce a prioritized plan of motion fixes.