What problem does it solve? Designs created for one context often break or feel wrong in another—desktop layouts fail on mobile, hover interactions don't work on touch, and dense content overwhelms small screens. This Skill provides a systematic workflow for rethinking experiences across contexts rather than just scaling them. ## Core Features & Use Cases - Context Assessment: Identifies source assumptions and target constraints including device type, input method, screen size, connection speed, and usage context. - 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, touch target sizing (44x44px minimum), and progressive disclosure. - Use Case: You built a desktop web dashboard and need a mobile version. The Skill guides you to convert multi-column layouts to single-column stacking, replace dropdowns with bottom sheets, enlarge touch targets, and prioritize primary content. ## Quick Start Adapt my desktop dashboard design to work on mobile phones with touch input.