What problem does it solve?
Enables continuous, autonomous website construction by removing manual handoffs between design, generation, and site integration steps. It prevents workflow stalls by enforcing a baton file pattern so agents can read tasks, generate pages, and hand off the next task automatically.
Core Features & Use Cases
- Baton-driven Iteration: Uses a next-prompt.md baton file to sequence autonomous iterations.
- Stitch MCP Integration: Calls Stitch MCP tools to discover namespaces, create or reuse projects, generate screens, and retrieve HTML and screenshots.
- Site Integration & Persistence: Moves generated output from a staging queue into site/public, fixes asset paths, updates navigation, and persists stitch.json project IDs.
- Context-aware Generation: Reads SITE.md and DESIGN.md to avoid duplicate pages and follow the project's visual system and roadmap.
- Optional Visual Verification: Supports Chrome DevTools MCP for live rendering checks and screenshot comparison.
- Orchestration-ready: Works with CI/CD, agent chains, or manual/human-in-loop flows.
Quick Start
Have an agent read next-prompt.md, generate the page with Stitch, move the output into site/public, update SITE.md, and write a new next-prompt.md to continue the loop.