What problem does it solve? Designs built for one context often break or feel wrong on another: desktop layouts fail on mobile, hover interactions disappear on touchscreens, and web pages print poorly. This Skill provides a structured workflow for rethinking an existing design so it works appropriately across devices, input methods, and usage contexts. ## Core Features & Use Cases - Context Assessment: Identifies source-context assumptions (screen size, input method, connection speed) and maps them against target-context constraints before changing anything. - Platform-Specific Strategies: Provides concrete adaptation playbooks for mobile, tablet, desktop, print, and email, covering layout, interaction, content, and navigation patterns. - Implementation Guidance: Covers responsive breakpoints, CSS Grid/Flexbox reflow, container queries, clamp(), touch target sizing (44x44px minimum), and responsive images. - Use Case: A team has a desktop web dashboard and needs a mobile version. The Skill guides them through single-column layouts, bottom navigation, thumb-reach controls, and progressive disclosure, then through verification on real devices. ## Quick Start Ask the AI to adapt your existing desktop dashboard design for mobile phones and tablets, including touch-friendly interactions and a verification plan.