What problem does it solve? Interfaces often miss the few moments where motion genuinely helps, or get over-animated with decorative effects that slow users down. This Skill sweeps your codebase for high-leverage animation opportunities while rejecting candidates that would make the UI feel sluggish. ## Core Features & Use Cases - Opportunity Sweep: Hunts known seams like missing press feedback, teleporting conditional renders, panels with no spatial connection to their trigger, and gesture handlers without spring physics. - Four-Question Gate: Every candidate is filtered by frequency, purpose, speed budget, and function, so only high-conviction suggestions survive. - Precise Recipes: Each suggestion includes exact durations, easing curves, transform values, reduced-motion handling, and file:line evidence, plus a required list of rejected candidates. - Use Case: Ask it to review a settings page and receive a table of 3-5 concrete motion suggestions (e.g., toast enter/exit via @starting-style with 400ms ease) alongside explicit rejections like the command palette. ## Quick Start Ask the assistant to find animation opportunities in your components directory and report what should and should not animate.