What problem does it solve?
It solves the problem of repeatedly building and updating website pages by coordinating Stitch generation with a continuous “baton” workflow that keeps moving from one task to the next.
Core Features & Use Cases
- Baton-driven iterations: Reads the next page task (including required design system context) from
.stitch/next-prompt.md and uses its page field to determine the output filename.
- Stitch-based page generation: Creates or reuses a Stitch project, generates a screen from the baton prompt, downloads HTML and screenshots, and preserves stitched identifiers in
.stitch/metadata.json.
- Site integration & bookkeeping: Moves generated HTML into
site/public/, fixes asset paths, updates .stitch/SITE.md sitemap/roadmap, and writes the updated baton for the next iteration.
Quick Start
Have an AI agent run this skill in your Stitch project directory to read .stitch/next-prompt.md, generate the specified page with Stitch, integrate it into site/public/, update .stitch/SITE.md, and write the next baton task.