explore-app
Installation
SKILL.md
Explore App
When to use
- After ingest-spec has populated
parsed-spec.mdwith scenarios - Once per scenario — run separately for each scenario in the test plan
- When running as part of
run-testing-sessionpipeline (Stage 2, per scenario) - When exploration is stale after a UI change
Inputs
- Scenario name and slug (from
parsed-spec.md) - Base URL (from
project-context.mdor user-provided) docs/playwright-spec-testing/project-context.md(for baseURL only)docs/playwright-spec-testing/parsed-spec.md(this scenario's section)
What it does
Walk through the app in a browser, performing each step of the scenario, and capture real selectors, URLs, and behavior. No selector is invented — every selector in the exploration report must come from what you observe.