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 grounded in Emil Kowalski's animation philosophy, and turns each finding into a plan precise enough for any agent or cheaper model to execute. ## Core Features & Use Cases - Eight-category motion audit: Covers 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 implementation plans: Each finding becomes a plan with verbatim current code, exact target values, repo conventions, ordered steps, boundaries, and feel-check verification, written to plans/. - Read-only advisor posture: Never modifies source code; supports quick/deep effort levels, category-focused audits, single-plan mode, plan execution via an isolated worktree, and reconcile to refresh stale plans. - Use Case: Ask it to audit a React app using Framer Motion; it flags transition: all, scale(0) entrances, and missing prefers-reduced-motion handling, then writes plans a junior agent can implement verbatim. ## Quick Start Ask the assistant to audit the animations in this repository and produce a prioritized list of motion fixes with implementation plans.