What problem does it solve? Building a complete multi-page website page-by-page causes visual drift, broken navigation links, and inconsistent headers and footers, while manually coordinating each page generation is repetitive and error-prone. ## Core Features & Use Cases - Baton-Passing Loop: Each iteration reads a task from .design/next-prompt.md, generates one page, integrates it into the site, verifies it visually, then writes the next task to keep the loop alive. - Dual Generation Backends: Generates pages with Claude by default, or uses the Google Stitch SDK for higher-fidelity AI designs when the SDK and API key are detected. - Cross-Page Consistency Enforcement: Copies header, nav, and footer verbatim from existing pages, wires real navigation links, and updates the sitemap in .design/SITE.md after every page. - Use Case: Ask the agent to build an entire small-business site; it bootstraps SITE.md and DESIGN.md, then autonomously produces the homepage, about, services, and contact pages one per iteration until the roadmap is complete. ## Quick Start Ask the agent to autonomously build all pages of your website using the design loop, providing the site name, audience, aesthetic, and page list.