What problem does it solve? Building a multi-page website with AI-generated designs requires repetitive manual prompting, file management, and navigation wiring for every page. This Skill turns that into an autonomous loop where each iteration reads a 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 via Stitch MCP tools, then writes the next task to keep the loop alive. - Site Context Management: Maintains .stitch/SITE.md (vision, sitemap, roadmap) 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 so future iterations can edit or create variants of existing screens. - Use Case: A developer sets up a furniture showroom site, seeds the roadmap in SITE.md, and lets the agent autonomously build the contact page, product pages, and gallery one iteration at a time, optionally triggered by CI/CD on each commit. ## Quick Start Read my .stitch/next-prompt.md file, generate the page using Stitch, integrate it into the site, and prepare the next iteration.