Phase 6: FINAL REVIEW — Visual validation and report
When
After Phase 5 audit passes. Last step of the design pipeline.
Input (from Phase 5)
- Audited components with all Critical/Major issues resolved.
- WCAG AA validated. Anti-AI-slop checks passed.
design-system.mdas the source of truth.
Steps
- Screenshot light mode — Use
mcp__playwright__browser_take_screenshoton every key page/component via localhost in light mode. - Screenshot dark mode — Switch to dark mode, take screenshots of the same pages/components.
- Compare 3 declared elements — For each page, compare these 3 elements against the inspiration site screenshots from Phase 3:
- Color contrast and readability.
- Component spacing and alignment.
- Animation and hover state consistency.
- Cross-viewport check — Screenshot at mobile (375px), tablet (768px), and desktop (1440px) widths using
mcp__playwright__browser_resize. - Fix gaps — If comparison reveals issues, use
mcp__gemini-design__modify_frontendto fix. Maximum 2 fix cycles. - Generate report with:
- Side-by-side light/dark screenshots.
- List of verified components with status (pass/fail).
- Any remaining Minor issues from Phase 5 audit.
- Summary of fixes applied during this phase.
Output
- Final report with light/dark screenshots at 3 viewports.
- All components verified visually. Gaps fixed (max 2 cycles).
- Design pipeline complete — HTML/CSS delivered.