What problem does it solve? Animation quality 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 junior developer 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 concrete target values. - Parallel subagent auditing: Fans out read-only subagents per category with quick, standard, and deep effort levels to match repository size. - Self-contained execution plans: Writes one plan per finding with exact cubic-bezier curves, durations, file:line citations, repo conventions, boundaries, and feel-check verification steps. - Use Case: A team feels their dashboard is sluggish. Run the audit to find the ease-in on every dropdown, the transition: all on cards, and the keyframed toasts, then hand the generated plans to cheaper models to implement one by one. ## Quick Start Ask the assistant to audit the animations in this repository and produce a prioritized set of motion improvement plans.