What problem does it solve? Traditional UI tests break whenever a button is renamed or a page is restructured. This Skill replaces brittle click scripts with goal-based test specs executed by an agent through real browser automation, producing resilient tests plus UX feedback. ## Core Features & Use Cases - Goal-based test specs: Test cases describe user intent and passing conditions instead of selectors and click sequences, so they survive UI changes. - Isolated run environment: Each run gets a fresh Birdhouse server, temp database, unique workspace directory, and timestamped artifact folder with screenshots, logs, and a report. - Structured reporting: The agent annotates each step as working, confusing, or broken, and separates product issues from environment failures like expired API keys. - Use Case: Run the first-time user experience walk-through to verify profile setup, workspace creation, provider configuration, and first agent launch while capturing UX friction along the way. ## Quick Start Ask the agent to run the FTUE walk-through UI test case against an isolated Birdhouse server and produce a timestamped report with screenshots.