← ClaudeAtlas

verifylisted

Verifies the running application against PRD screen specs and acceptance criteria in a browser. This skill should be used when the user asks to "run visual verification", "verify the app against the PRD", "run Stage 6V", "check the running app", "verify screens match specs", "run live app verification", "test the running application", or "verify acceptance criteria in the browser", or when the transmute-pipeline agent reaches Stage 6V of the pipeline.
masterleopold/transmute-framework · ★ 4 · AI & Automation · score 80
Install: claude install-skill masterleopold/transmute-framework
# Stage 6V: Visual & Functional Verification Verify the RUNNING application against every screen specification and acceptance criterion in the PRD by navigating the app in a browser. Lead a multi-agent verification project using Claude Code Agent Teams. Read the detailed guide at `${CLAUDE_SKILL_ROOT}/references/verification-detailed-guide.md` for full teammate prompts, failure patterns, and report templates. Read the scenario generation guide at `${CLAUDE_SKILL_ROOT}/references/feature-scenario-generation.md` for the algorithm to build the Feature Scenario Matrix. ## Prerequisites 1. Verify `./plancasting/_launch/readiness-report.md` exists and shows READY. If NOT READY or file missing, STOP -- run Stage 6H first. 2. Create output directories: ```bash mkdir -p ./plancasting/_audits/visual-verification mkdir -p ./screenshots/automated mkdir -p ./screenshots/criteria mkdir -p ./screenshots/vision mkdir -p ./screenshots/visual-verification/baseline mkdir -p ./e2e/verification ``` 3. Verify Playwright browsers are installed: ```bash bunx playwright install --with-deps chromium ``` ## Scope Modes - **`full`** (default) -- All screens in `plancasting/prd/08-screen-specifications.md`. ~30-60 min. - **`critical`** -- P0/P1 features only. ~15-30 min. - **`diff`** -- Only screens related to files changed since last verification. ~10-20 min. **Note**: `last-verified-commit.txt` is created at the END of a 6V run, so `diff` mode only works on the s