What problem does it solve? Building a multi-page website with AI-generated designs requires repetitive manual prompting, file management, and navigation wiring for each page. This Skill automates the entire iteration cycle so an agent can continuously generate, integrate, and queue up the next page without human intervention between steps. ## Core Features & Use Cases - Baton-Passing Loop: Reads the current task from .stitch/next-prompt.md, generates the page via Stitch MCP tools, then writes the next task to keep the loop alive. - Site Context Management: Maintains .stitch/SITE.md (sitemap, roadmap, vision) and .stitch/DESIGN.md (design system) so every generated page stays consistent and no page is duplicated. - Project State Persistence: Stores Stitch project and screen IDs in .stitch/metadata.json for future edits and variants, with optional Chrome DevTools visual verification. - Use Case: A developer sets up a SITE.md roadmap for a furniture showroom site, then lets the agent autonomously build the contact page, product pages, and gallery one iteration at a time, triggered manually or via CI/CD. ## Quick Start Read my .stitch/next-prompt.md file, generate the page using Stitch, integrate it into the site, and prepare the next iteration.