What problem does it solve? Many projects lack a scripted way to prove that real user-facing behavior works. This Skill interviews a repository and generates a tailored, project-local verification skill that launches the app, drives it the way a user would, and captures concrete evidence of behavior. ## Core Features & Use Cases - Repo Interview: Detects the app's surface (web UI, CLI/TUI, API, desktop, mobile), run commands, driving harnesses (Playwright, CDP, tmux/PTY, HTTP), and observable evidence sources directly from the codebase. - Skill Generation: Writes a complete .cursor/skills/verify-<app>/SKILL.md with Launch, Doctor, Drive, Evidence, Cleanup, and Helpers sections grounded in real selectors and commands. - 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-Proof: Runs the generated skill end to end once (launch, doctor, drive one feature, capture evidence, clean up) before handing it over. - Use Case: Point it at a repo with no scripted UI testing, and it produces a working verification skill plus a feature map that later agents can execute cold. ## Quick Start Ask the agent to create a verification skill for this repository so the app can be launched, driven, and proven with captured evidence.