What problem does it solve?
Design and implementation often drift over time, causing visual regressions, accessibility mismatches, and layout regressions that degrade user experience; this skill provides a repeatable way to detect and document those discrepancies by comparing implementation renders to authoritative design references.
Core Features & Use Cases
- Gather reference artifacts from Stitch MCP, Figma exports, or DESIGN.md and store them as structured reference files.
- Capture implementation evidence using browser automation: screenshots at design viewports, computed styles for key elements, and accessibility tree snapshots.
- Compare across five fidelity categories (colors, typography, spacing, layout, interactions), compute per-category scores, calculate a weighted overall score, and produce PASS/CONDITIONAL/FAIL verdicts with linked evidence.
- Use cases include post-implementation checks for individual components or pages, pre-release validation, regression checks after CSS refactors, and supporting designer-developer review cycles.
Quick Start
Compare the implementation at http://localhost:3000/home against the Figma reference for the homepage and produce a design validation report with per-category scores and linked evidence files.