What problem does it solve? Interfaces often suffer from missing animations where continuity is needed, or from existing animations that violate craft standards like wrong durations, default easing curves, and missing reduced-motion support. This Skill performs a read-only review of motion in a codebase and produces a prioritized, executable fix plan without editing any files. ## Core Features & Use Cases - Opportunity Detection: Scans for absent motion such as broken continuity, missing action feedback, and state changes without transitions, rejecting more proposals than it approves. - Existing Animation Review: Judges current animations against a checklist covering duration, easing curves, symmetry, distance, density, interruption handling, reduced-motion, and performance. - Prioritized Fix Plans: Produces self-sufficient findings with file and line references, exact property/duration/curve values, and reduced-motion behavior, ordered by impact over effort. - Use Case: Ask "what could be animated here" or "review the animations" and receive findings like "eleven components use transition: all 0.3s ease-in-out" with the exact replacement values, ready for another agent to implement. ## Quick Start Ask the assistant to review the animations in this project and produce a prioritized motion improvement plan.