What problem does it solve? This Skill managed an iterative loop for generating website pages with the Stitch tool, passing context between iterations via a baton file. Note: it is deprecated for this project because Stitch is no longer used; the ERP design workflow now relies on the erp-design-contract skill and DESIGN.md. ## Core Features & Use Cases - Baton-Based Iteration: Uses a next-prompt.md baton file with YAML frontmatter to hand off page-generation tasks between loop iterations. - Project Vision Memory: Maintains a SITE.md constitution covering identity, visual language, sitemap, and roadmap so each iteration stays on-brand. - Templates & Schema: Provides a baton schema, SITE.md template, and DESIGN.md template for setting up new Stitch-driven site projects. - Use Case: A team building a multi-page marketing site with Stitch could run this loop to generate pages one at a time while keeping design tokens consistent. ## Quick Start Load the erp-design-contract skill instead and follow DESIGN.md, since this Stitch-based loop is deprecated for this project.