What problem does it solve? Projects often lack a scripted way to prove that real user-facing behavior works. This Skill interviews a repository and generates a project-local verification skill that launches the app, drives it the way a user would, and captures evidence of correct behavior. ## Core Features & Use Cases - Repo Interview: Identifies the app's surface (web UI, CLI/TUI, API, desktop), launch commands, driving harnesses (Playwright, CDP, tmux/PTY, HTTP), and observable evidence sources directly from the codebase. - Skill Generation: Writes a complete verify-<app> skill with Launch, Doctor, Drive, Evidence, Cleanup, and Helpers sections grounded in real selectors and commands from the repo. - Feature Map Seeding: Creates a maintained feature map with one file per user-facing feature, following the example structure in references/feature-map-example/. - Self-Verification: Runs the generated skill end to end once — launch, doctor, drive one feature, capture evidence, clean up — before handing it over. - Use Case: A repo with a web app and CLI has no automated UI proof. Invoke this Skill to produce a verify-<app> skill that launches the app on a disposable data directory, drives key features through a browser harness, and stores screenshots and ARIA snapshots as proof. ## Quick Start Ask the agent to create a verification skill for this repository so the app's user-facing behavior can be driven and proven end to end.