What problem does it solve? Static interfaces often lack feedback, feel abrupt during state changes, and miss opportunities to guide users. This Skill reviews a feature and systematically adds animations and micro-interactions that improve usability without harming performance or accessibility. ## Core Features & Use Cases - Animation Audit: Identifies missing feedback, jarring transitions, and unclear spatial relationships in an existing feature before writing any code. - Layered Motion Strategy: Plans a hero moment, feedback layer, transition layer, and delight layer so animation effort focuses on high-impact moments. - Implementation Guidance: Provides concrete timing, easing curves, CSS and JavaScript techniques (Web Animations API, Framer Motion, GSAP), and performance rules such as transform-only animation. - Use Case: After shipping a settings page with instant show/hide panels and dead-feeling buttons, run this Skill to add staggered entrances, button press feedback, smooth expand/collapse transitions, and reduced-motion fallbacks. ## Quick Start Ask the AI to review the checkout flow and add purposeful animations and micro-interactions that respect prefers-reduced-motion.