What problem does it solve? When there is no Jira ticket defining what to test, QA engineers struggle to identify which user flows lack automation coverage. This Skill systematically explores a live application UI, diffs supported flows against existing Playwright tests, and produces a ready-to-implement Gherkin test plan for the highest-value coverage gap. ## Core Features & Use Cases - Coverage Mapping: Reads existing specs under tests/ to list already-automated user flows so gaps are measurable. - Accessibility-Tree Crawling: Authenticates with DIDAXIS_EMAIL/DIDAXIS_PASSWORD (or reuses playwright/.auth/user.json) and inspects the UI via the accessibility tree rather than screenshots. - Gap Analysis and Prioritization: Diffs supported flows against covered flows and selects one highest-value uncovered flow per run, with a stated rationale. - Gherkin Plan Output: Produces one happy-path and one edge-case scenario with assertable Then steps, ready for a test-writer to implement. - Use Case: Ask the agent to explore the Didaxis settings page for untested flows; it returns a Gherkin feature covering an uncovered flow such as locale switching, plus a list of deferred gaps for later runs. ## Quick Start Ask the agent to explore the settings page for untested flows and generate a Gherkin coverage plan.