QA
Live UI QA pass with a real browser. Navigates the target, interacts with the golden-path flow, captures findings, fixes atomically, re-tests.
How it runs
| # | Step | Who runs it | What happens |
|---|---|---|---|
| 1 | Smoke | Reviewer | Navigate to the target URL and verify the page loads + the golden-path element is visible. |
| 2 | Exercise the flow | Reviewer | Walk the golden path. Click the primary CTA, fill the form, submit, watch the result. |
| 3 | Edges | Reviewer | Try a small set of edge cases: empty input, oversized input, invalid input, double-click, browser back. |
| 4 | Triage | Reviewer | Surface what broke. Stamp a clear finding and STOP — fix happens in a separate task. |
| 5 | Summary | Reviewer | Clean pass. Stamp a brief 'QA passed' note and DONE. |
| 6 | Halted | Reviewer | Smoke failed before any real testing happened. Surface it. |
Say something like "qa this" or "test the ui" or "check the site" or "qa the app" in chat to start it.