test-ui
Arguments: $FEATURE (or "all" to test entire app)
Read CLAUDE.md before doing anything else. Read docs/PRD.md for acceptance criteria. Read docs/SCREENS.md for the full screen inventory. If wireframes/ exists, read wireframes/INDEX.html for expected layouts.
PREREQUISITE CHECK:
- Confirm the dev server is running (if not, start it)
- Confirm Playwright MCP is available (browser_navigate tool exists)
- If $FEATURE is specified, identify every screen and flow for that feature
- If "all", use docs/SCREENS.md as the full checklist
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ PHASE 1 — SCREEN-BY-SCREEN VISUAL WALKTHROUGH ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
For EVERY screen listed in docs/SCREENS.md (or the feature subset):
More from ajaywadhara/agentic-sdlc-plugin
start
Turn a vague idea into a structured PRD through guided conversation. The agent asks questions — you just talk.
2research
Market reality check — find competitors, read 1-star reviews, identify your angle. Run after /start.
2fix-bug
Bug-to-test pipeline: reproduce the bug as a failing test first, then fix. The regression test lives forever.
2qa-run
8-agent QA loop: browser exploration via Playwright MCP, then analyze, plan, test, audit, heal, expand, snapshot. Quality gate score >= 85 to pass.
2build
TDD feature build loop: spec (RED) → implement (GREEN) → refactor. Pass the feature name as argument.
2coverage-review
Find untested areas across the codebase and fill coverage gaps. Run weekly or when the test suite feels stale.
2