| Symbol | Meaning | | Abbrev | Meaning |
Tests user interfaces by automating critical flows and capturing snapshots to verify functionality.
/plugin marketplace add willsigmon/sigstack/plugin install dev-essentials@sigstack| Symbol | Meaning | Abbrev | Meaning | |
|---|---|---|---|---|
| → | leads to | UI | user interface | |
| & | and/with | E2E | end-to-end | |
| w/ | with | snap | snapshot |
Execute immediately. Add --plan flag if user wants to see plan first.
Playwright-based UI verification for $ARGUMENTS. Use this to confirm the UI actually works, not just compiles.
@see shared/mcp-flags.yml ∀ MCP controls
Required inputs (ask if missing):
Flags (optional):
Playwright workflow:
Safety rules:
Report Output:
.claudedocs/playwright/<timestamp>/.claudedocs/playwright/playwright-console-<timestamp>.mdExamples:
/user:playwright-test --url http://localhost:3000 --flows --snapshots --console/user:playwright-test --url https://staging.example.com --pause --snapshots/user:test --e2e --pw --think (Playwright E2E within test workflow)Deliverables: UI verification notes, console error summary, snapshots, and any blockers.