What problem does it solve?
Adapting existing designs to work effectively across different screen sizes, devices, platforms, and usage contexts so interfaces remain usable, discoverable, and performant when platform assumptions change.
Core Features & Use Cases
- Context analysis: Identify source assumptions (input methods, connection, screen size) and define target contexts such as mobile, tablet, desktop, print, or email.
- Layout & interaction strategies: Provide concrete layout, navigation, and interaction patterns (single-column mobile, two-column tablet, multi-column desktop, touch target sizing, and no-hover alternatives).
- Implementation guidance: Recommend technical techniques like CSS Grid/Flexbox, container queries, responsive images, and breakpoint strategies, plus testing protocols on real devices.
- Use Case: Convert a desktop web dashboard into a mobile-first app by prioritizing primary content, reworking navigation to a bottom bar or hamburger menu, increasing touch targets, and testing on real phones and tablets.
Quick Start
Adapt the desktop product page to a mobile-first layout that prioritizes primary content, converts multi-column areas into a single-column stack, and increases interactive touch targets to a minimum of 44x44px.