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, and writes implementation plans precise enough for any agent or cheaper model 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 exact target values from Emil Kowalski's animation philosophy. - Read-only advisor workflow: Recon of the motion stack (Framer Motion, GSAP, CSS, WAAPI), parallel subagent audits, vetted findings ordered by leverage, then self-contained plans written to plans/ with exact cubic-beziers, durations, file:line citations, and feel-check verification steps. - Invocation variants: Run a full audit, scope to quick or deep effort, focus one category like performance, write a single plan with plan <description>, dispatch execution with execute <plan>, or reconcile stale plans against current code. - Use Case: Ask it to audit a React app's animations; it finds transition: all 400ms ease-in on a dropdown, flags it as HIGH severity, and writes a plan specifying the exact cubic-bezier(0.23, 1, 0.32, 1) token, 200ms duration, and transform-origin fix for an executor to apply. ## Quick Start Ask the assistant to audit this codebase's animations and produce a prioritized list of motion improvements with implementation plans.