Visual Evidence Gate
This skill turns Pencil/Figma images into a machine-reviewable handoff contract. It is the bridge between requirement approval, visual design, and HeroUI implementation.
Input Artifacts
00-stage.json00-artifact-registry.json- Product, IA, interaction, state, frontend/HeroUI, and acceptance contracts
10-visual-confirmation-plan.md- Pencil or Figma exports and approval record
Output Artifact
docs/full-stack-development/requirements/<feature-slug>/04-visual/visual-evidence.md
Required MCP Tool
generate_design_board_inventoryreview_visual_evidencereview_stage_gate
Hard Stops
- Do not start Pencil/Figma until requirement approval and the visual-design stage gate pass.
- Do not start UI implementation from a single screenshot, chat approval, or desktop-only export.
- Do not accept visual approval without desktop, mobile, component-detail, and state-matrix boards.
- Do not reuse stale visuals after
00-stage.json.latestChangeIdchanges. - Do not let
approvals.visualDesignApproved: truebypassreview_visual_evidence.
Pressure Test Responsibility
- Desktop-only export must block.
- Missing component-detail coverage must block.
- Missing state-matrix coverage must block.
- Missing user approval record must block.
- Stale change id must block after a requirement change.
Next Gate
implementationmay start only whenreview_visual_evidence.statusispassandreview_stage_gatealso passes fortargetStage: "implementation".