Transforms existing designs to work across different devices and contexts by systematically analyzing what breaks when you move from desktop to mobile, tablet, print, or email. Walks through the specific adaptation challenges for each platform, then implements responsive breakpoints, touch-friendly interactions, and context-appropriate navigation patterns. Does the hard thinking about thumb zones, content prioritization, and platform expectations rather than just scaling things up or down. Particularly solid on the mobile adaptation strategy and catches edge cases like landscape orientation and real device testing that browser DevTools miss.
npx skills add https://github.com/pbakaus/impeccable --skill adapt