user-acceptance
Installation
SKILL.md
User Acceptance Evidence
Operating brief
When this skill triggers, gather real evidence that the feature branch, ticket, or PR works. Treat the request as: "prove the completed work by exercising it and producing artifacts a human can inspect."
Acceptance evidence should be experiential and reproducible:
- For UI changes, capture video when practical, then screenshots at meaningful checkpoints. Video captures timing, transitions, focus, and end-to-end flow.
- For CLI and TUI apps, capture terminal transcripts, screenshots, recordings, generated files, and exit codes.
- For APIs and SDKs, capture requests, responses, output files, logs, and small runnable examples.
- For native apps, including Electron-type apps, prefer Agent Browser or Playwright to drive the app through its browser automation surface (Electron CDP or embedded web views) and validate acceptance criteria through normal user-visible behavior.
Walkthrough verification comes first. After walkthrough verification with Agent Browser or Playwright, create end-to-end tests that cover the new feature product area; these tests serve as the primary evidence, with walkthrough artifacts as supporting evidence. Pre-existing tests alone do not replace a walkthrough.
Supported targets
Use this skill for: