stitch-loop

Orchestrate baton-driven Stitch page generation, integration, and validation loops.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/jp2507-max/growbro-cultivation-app --skill stitch-loop-jp2507-max
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stitch-loop
Source: https://github.com/jp2507-max/growbro-cultivation-app/tree/main/.github/skills/stitch-loop
Command: npx skills add https://github.com/jp2507-max/growbro-cultivation-app --skill stitch-loop-jp2507-max

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the repetitive, error-prone process of building iterative Stitch-based websites by orchestrating a baton-driven loop across iterations.

Core Features & Use Cases

  • Autonomous iteration: Reads a baton file, generates a Stitch page, and integrates it into the site structure.
  • BATON-driven workflow: Writes the next task back to next-prompt.md for the following cycle.
  • Environment readiness: Requires a Stitch server, DESIGN.md, and SITE.md to define design and roadmap.

Quick Start

Start the loop by initializing next-prompt.md with a starting page and launching the orchestrator that handles Stitch generation, integration, and baton updates.

Frequently Asked Questions about stitch-loop

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate iterative frontend site builds with continuous page generation?

Automating iterative frontend site builds requires orchestrating Stitch-driven generation cycles and integrating each page into the site structure. This is achieved by using a baton file to pass task context between iterations.

What is a baton-driven workflow for continuous website construction?

A baton-driven workflow uses a next-prompt.md file to pass task instructions to the next iteration. The orchestrator reads this baton file, generates a Stitch page, integrates it, and writes the next task back for the following cycle.

Do I need a design system prompt to use Stitch MCP tools for site generation?

Yes, using Stitch MCP tools for site generation requires a defined Design System prompt block. You also need a SITE.md file to define the roadmap and a running Stitch server before starting the automation loop.

How do I start an autonomous iteration loop for frontend page generation?

To start an autonomous iteration loop, initialize the next-prompt.md baton file with a starting page description. Then, launch the orchestrator to handle Stitch generation, site integration, and subsequent baton updates automatically.

What are the limitations of using a baton file for iterative site integration?

Using a baton file for iterative site integration depends heavily on maintaining strict environment readiness. The loop requires continuous access to a Stitch server and accurate updates to next-prompt.md to avoid breaking task handoffs across iterations.