superpowers-sage:verifying

Capture a viewport screenshot and compare it against a design reference.

13|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/codigodoleo/superpowers-sage --skill superpowers-sage-verifying
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: superpowers-sage:verifying
Source: https://github.com/codigodoleo/superpowers-sage/tree/main/skills/verifying
Command: npx skills add https://github.com/codigodoleo/superpowers-sage --skill superpowers-sage-verifying

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Easily verify that implemented UI sections align with the design reference by automated visual checks and quality gates.

Core Features & Use Cases

  • Visual comparison of implemented sections against live designs or specs using Playwright MCP gates.
  • Ability to fetch design references from live MCP, spec files, or plan assets, and generate a comparison report.
  • Generate a detailed verification report highlighting matches, drifts, and missing elements, plus optional style drift analysis if paper sources are used.
  • Supports gating and reporting for acceptance criteria and accessibility checks as part of the verification phase.

Quick Start

Run a visual verification against the design reference for a target page or component and generate a structured report.

Frequently Asked Questions about superpowers-sage:verifying

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify my UI implementation against a design reference?

Verify UI implementations against design references by capturing a viewport screenshot of the target URL and comparing it to live design sources, spec files, or plan assets. The tool returns a structured report detailing matches, style drifts, and missing elements.

Can I use Playwright for visual verification of implemented web components?

Yes, Playwright is used for visual verification by capturing viewport screenshots of target UI components. The tool reads target URLs and selectors to generate implementation screenshots for automated comparison against design references.

How does automated visual comparison handle style drift in design checks?

Automated visual comparison handles style drift by generating a detailed report that highlights visual mismatches between the implementation and the design reference. When paper sources or spec files are used, it includes optional style drift analysis with actionable recommendations.

What design sources can I use for UI visual verification?

You can use live design MCP as the primary source for visual verification. If live design is unavailable, the tool falls back to reading spec files or plan assets to fetch the design reference for comparison.

Does visual verification support accessibility checks and acceptance criteria?

Yes, visual verification supports gating and reporting for acceptance criteria and accessibility checks as part of the verification phase. The generated structured report includes these quality gate results alongside visual comparison findings.

What is needed to start a visual design check for a target page?

To start a visual design check, provide a Verification Inputs block containing the target URL, selector, and reference path. The tool captures a viewport screenshot of the implementation and generates a comparison report against the specified design reference.