What problem does it solve? Building a multi-page website with AI-generated designs requires repetitive manual prompting, inconsistent styling across pages, and constant re-explaining of project context. This Skill automates the iteration cycle so each agent run reads the current task, generates a page with Stitch, integrates it into the site, and hands off the next task. ## Core Features & Use Cases - Baton-Passing Loop: Reads the current task from .stitch/next-prompt.md, generates the page, then writes the next task to keep the loop alive across iterations. - Persistent Project Context: Maintains .stitch/SITE.md (vision, sitemap, roadmap), .stitch/DESIGN.md (design system), and .stitch/metadata.json (Stitch project and screen IDs) so every page stays consistent. - Site Integration: Moves generated HTML into site/public/, fixes asset paths, wires navigation links, and optionally verifies pages visually with Chrome DevTools MCP. - Use Case: A developer bootstraps a marketing site, defines the design system once, then lets CI/CD or repeated agent runs build out the contact, about, and product pages one iteration at a time. ## Quick Start Read my .stitch/next-prompt.md file, generate the page using Stitch, integrate it into the site, and prepare the next iteration.