Mobile Responsive
by @clawkk
Deep responsive design workflow—breakpoints, content priority, touch targets, typography, performance on mobile networks, and testing on real devices. Use wh...
clawhub install mobile-responsive📖 About This Skill
name: mobile-responsive description: Deep responsive design workflow—breakpoints, content priority, touch targets, typography, performance on mobile networks, and testing on real devices. Use when fixing mobile UX, defining responsive patterns, or auditing layouts across viewports.
Mobile Responsive (Deep Workflow)
Responsive design is not “three fixed widths”—it is fluid layouts, touch-first interaction, readable typography, and performance under real constraints.
When to Offer This Workflow
Trigger conditions:
Initial offer:
Use six stages: (1) viewport & breakpoints, (2) content priority, (3) layout & grids, (4) touch & gestures, (5) typography & readability, (6) performance & verification. Confirm design system tokens if any.
Stage 1: Viewport & Breakpoints
Goal: Breakpoint strategy matches content not only devices.
Practices
Exit condition: Breakpoint table with what changes per tier.
Stage 2: Content Priority
Goal: Mobile shows what matters first—not shrunk desktop.
Practices
display:none without a11y planExit condition: Priority annotated wireframe for key templates.
Stage 3: Layout & Grids
Goal: Fluid grid; no overflow surprises.
Practices
Stage 4: Touch & Gestures
Goal: WCAG 2.5 target size (≥44×44 px approx) and spacing.
Practices
Stage 5: Typography & Readability
Goal: Min font size ~16px body to prevent iOS zoom; line-height comfortable.
Practices
Stage 6: Performance & Verification
Goal: LCP images optimized; JS budget for mobile CPU.
Verification
Final Review Checklist
Tips for Effective Guidance
100vw often causes overflow with scrollbar—use 100% or min carefully.