What problem does it solve? Designs built for one context often break or feel wrong on other devices — hover states fail on touchscreens, multi-column layouts collapse on phones, and desktop patterns confuse mobile users. This Skill guides the systematic adaptation of existing designs to new screen sizes, devices, input methods, and platforms. ## Core Features & Use Cases - Context Assessment: Analyzes source and target contexts (device, input method, connection, usage scenario) to identify what won't fit, won't work, or is inappropriate. - Platform-Specific Strategies: Provides concrete layout, interaction, content, and navigation strategies for mobile, tablet, desktop, print, and email adaptations. - Implementation Techniques: Covers responsive breakpoints, CSS Grid/Flexbox reflow, container queries, clamp() fluid sizing, 44px touch targets, and responsive images. - Use Case: You have a desktop web dashboard and need it to work on phones. The Skill walks you through converting multi-column layouts to single-column stacking, replacing hover interactions with touch targets, and restructuring navigation into a hamburger or bottom bar. ## Quick Start Ask the AI to adapt your desktop dashboard design for mobile devices with touch-friendly layouts and navigation.