What problem does it solve? Redesigning an existing live site often fails because the agent rebuilds only the landing page in the new style and silently drops every other page, field, and interaction. This Skill makes full-fidelity carry-over of all content and features the mandatory first step before any CSS is written. ## Core Features & Use Cases - Full Source Extraction: Walks every route, modal, drawer, and detail page with a real browser, parsing embedded Next.js/React data payloads instead of guessing values. - Brand Token Matching: Loads exact colors, typography, and components from target brand templates (Apple, Stripe, Linear) and applies them without recomposing the app's surface type. - Verification & Slop Audit: Verifies the result with headless browser DOM probes, computed filter counts, responsive tier checks, and a 10-tell anti-slop audit. - Use Case: A user asks to redesign a live leads dashboard in the style of Apple's design language. The Skill extracts all 15 leads and their 13-field detail views, restyles the Monitor surface with Apple's palette, and verifies filters, drill-in, and responsive layouts in a real browser. ## Quick Start Redesign the live site at this URL in the style of Stripe while keeping every page, field, and interaction intact.