What problem does it solve? Animation issues like wrong easings, non-interruptible keyframes, and missing reduced-motion handling are scattered across a codebase and hard to fix systematically. This Skill surveys all motion code, produces a prioritized audit, and writes precise plans that any agent or developer 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 using exact target values from a distilled rule catalog. - Self-contained implementation plans: Generates one plan per finding with exact file paths, current code excerpts, target cubic-bezier curves, durations, spring configs, verification steps, and feel-check criteria. - Read-only advisory workflow: Never modifies source code; supports quick, standard, and deep audit depths, category-focused audits, single-plan generation, plan execution dispatch, and plan reconciliation against current code. - Use Case: Ask it to audit a React app using Framer Motion; it finds transition: all on dropdowns, scale(0) entrances, and keyframed toasts, then writes ordered plans in plans/ that a cheaper model executes one by one. ## Quick Start Ask the agent to audit the animations in this repository and produce a prioritized set of improvement plans.