What problem does it solve? Standard web interfaces often feel generic and flat, and developers struggle to push beyond conventional CSS transitions without causing jank, breaking accessibility, or building effects that don't fit the product's context. ## Core Features & Use Cases - Context-Aware Ambition: Assesses what "extraordinary" means for the specific interface — sensory effects for marketing pages, fluid interactions for functional UI, invisible performance wins for data-heavy tools. - Technique Toolkit: Covers View Transitions, scroll-driven animations, WebGL/WebGPU, virtual scrolling, spring physics, Web Workers, OffscreenCanvas, and WASM, organized by the experience goal rather than technology name. - Disciplined Implementation: Enforces progressive enhancement with @supports and feature detection, 60fps performance targets, and mandatory prefers-reduced-motion support. - Use Case: A developer wants a data table that renders 100k rows at 60fps with a dialog that morphs from its trigger button — the skill proposes 2-3 directions, gets user confirmation, then iterates with browser automation until the result feels polished. ## Quick Start Ask the AI to use the overdrive skill to push a specific feature, such as the dashboard's data table or the hero section, past conventional limits with a technically ambitious implementation.