What problem does it solve? Turning a rough idea like "compare ticket prices across sites" into a working application normally requires manual API reverse-engineering, route building, and frontend work. This Skill orchestrates that entire pipeline interactively, asking clarifying questions instead of guessing. ## Core Features & Use Cases - Interactive Requirements Gathering: Asks the developer about target sites, data fields, pagination, cross-site matching keys, and dashboard layout before writing any code. - Guided API Discovery: Explores each site with a connected browser, confirms findings with the developer, writes a spec, then builds and tests a domain plugin with typed proxy routes. - Dashboard Construction: Builds a Next.js page against cached real API responses, iterating with screenshots via the visual-dev skill, and optionally calls a Python sidecar for NLP, fuzzy matching, or ML tasks. - Use Case: Describe "track Hacker News trends over time" and the Skill asks which data you need, discovers the HN API, builds proxy routes, caches responses, and delivers a verified dashboard on localhost:3000. ## Quick Start Tell the agent to build an app that compares ticket prices across two sites with a side-by-side dashboard view.