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__fuse-browser__browser_screenshotwithcolorScheme: "light"on every key page/component via localhost. - Screenshot dark mode — Re-shoot the same pages/components with
mcp__fuse-browser__browser_screenshotcolorScheme: "dark"(handles both.darkclass andprefers-color-scheme, no manual toggle). - 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, tablet, and desktop widths using
mcp__fuse-browser__browser_screenshotwithviewports: ["mobile", "tablet", "desktop"](one call, responsive set). - 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.