6 / 139 · 13 Browser Automation with Playwright · Pre-Requisites: Discover the Application and Produce Customization Artifacts← prev⊞ allnext →☰ Read as one page
1.6What Claude Code should learn during discovery
Before any repo is scaffolded, Claude Code should extract:
- real page names
- route names or route patterns
- feature areas
- user roles
- auth/session model
- critical business flows
- API domain groupings
- endpoint families
- main data entities
- smoke-critical journeys
- risky or brittle areas worth prioritizing
This is what turns a generic harness into a project-specific one.