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 precise implementation plans that any agent or cheaper model can 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 exact target values from Emil Kowalski's animation philosophy. - Self-contained plan generation: Writes one plan per finding into plans/ with exact file paths, current code excerpts, target cubic-bezier curves, durations, spring configs, verification steps, and feel-checks. - Read-only advisory posture: Never modifies source code; it plans improvements and can dispatch an executor subagent via improve-animations execute <plan>. - Use Case: Ask it to audit a React app using Framer Motion; it finds transition: all on dropdowns, scale(0) entrances, and missing prefers-reduced-motion handling, then produces ordered plans another agent implements. ## Quick Start Ask the assistant to audit the animations in this repository and write implementation plans for the highest-leverage motion fixes.