What problem does it solve? Building a multi-page website with AI-generated designs requires repetitive manual prompting, file management, and navigation wiring. This Skill automates the iterative page-generation cycle so each run reads the current task, generates a page with Stitch, integrates it into the site, and queues the next task. ## Core Features & Use Cases - Baton-Based Iteration: 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: Consults .stitch/SITE.md (sitemap, roadmap) and .stitch/DESIGN.md (design system) so new pages stay consistent and never duplicate existing ones. - Asset Integration & Verification: Downloads generated HTML and screenshots, moves pages into site/public/, wires navigation links, and optionally verifies rendering with Chrome DevTools MCP. - Use Case: A developer sets up a Stitch project with a design system, then runs the agent repeatedly (or via CI/CD) to autonomously build out an entire static site page by page. ## Quick Start Read my next-prompt.md file, generate the page using Stitch, integrate it into the site, and prepare the next iteration.