What problem does it solve? Designs built for one context often break or feel wrong in another: desktop layouts fail on mobile, hover interactions don't work on touch, and web content prints poorly. This Skill provides a structured process to analyze, plan, implement, and verify design adaptations across contexts. ## Core Features & Use Cases - Context Analysis: Identifies source assumptions (screen size, input method, connection speed) and target constraints before adapting. - Platform-Specific Strategies: Provides concrete layout, interaction, content, and navigation strategies for mobile, tablet, desktop, print, and email adaptations. - Implementation Guidance: Covers responsive breakpoints, CSS Grid/Flexbox, container queries, touch target sizing (44x44px minimum), and progressive disclosure. - Use Case: You built a desktop web dashboard and need it to work on phones. The Skill guides you to convert multi-column layouts to single-column stacks, replace hover states with touch feedback, and move navigation to a bottom bar. ## Quick Start Ask the AI to adapt your dashboard component for mobile devices with touch input and verify it on real devices.