Design Review Skill Status : Production Ready ✅ Last Updated : 2025-11-20 Dependencies : Playwright MCP or Chrome DevTools Methodology : 7-phase systematic review (inspired by Stripe, Airbnb, Linear) --- Quick Start 1. Prerequisites Check Before starting a design review, verify browser automation tools are available: Option A: Playwright MCP (recommended for interactive testing) - See the skill for Playwright setup - Provides browser automation, screenshots, viewport testing, console monitoring Option B: Chrome DevTools CLI (alternative for screenshots and performance) - See the skill for Pup…