What problem does it solve?
This Skill helps designers and developers adapt existing interfaces to new screen sizes, input methods, and usage contexts so the product remains usable, accessible, and consistent across devices.
Core Features & Use Cases
- Context gathering: Follow a protocol to collect source assumptions, target devices, input methods, and usage scenarios before changing layouts.
- Platform-specific strategies: Concrete guidance for Mobile, Tablet, Desktop, Print, and Email adaptations including layout, interaction, and content strategies.
- Implementation techniques: Practical advice on breakpoints, fluid sizing, CSS Grid/Flexbox, container queries, touch targets, progressive enhancement, and testing on real devices.
- Use Case: Convert a desktop web dashboard into a mobile-first experience by reflowing to a single column, prioritizing core content, increasing touch targets, and replacing hover-dependent controls.
Quick Start
Adapt the provided design for mobile by running the Context Gathering Protocol, then apply the mobile adaptation checklist (single-column layout, larger touch targets, prioritized content, and bottom navigation).