25 / 139 · 13 Browser Automation with Playwright · Quick Start Preparation: Turn Discovery into a Scaffolding-Ready Package← prev⊞ allnext →☰ Read as one page
2.5Step 1 — Review the four required artifacts together
Open these side by side:
docs/specs/product-under-test.md
docs/specs/ui-journeys.md
docs/specs/api-endpoints.md
playwright-scaffolding.md
Ask these questions:
- Do the feature areas in
product-under-test.mdmatch the page and client domains inplaywright-scaffolding.md? - Do the journeys in
ui-journeys.mdmap cleanly to likely test folders and flow helpers? - Do the API domains in
api-endpoints.mdmap cleanly to likely API client classes? - Is auth handled consistently across all four files?
- Is the terminology consistent?
Fix mismatches now. Do not expect Claude Code to resolve ambiguous language perfectly.