Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Autonomously build multi-page websites with Stitch using an iterative baton-passing loop pattern
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
resources/site-template.md
1# Site Template23Use these templates when setting up a new project for the build loop.45## SITE.md Template67```markdown8# Project Vision & Constitution910> **AGENT INSTRUCTION:** Read this file before every iteration. It serves as the project's "Long-Term Memory."1112## 1. Core Identity13* **Project Name:** [Your project name]14* **Stitch Project ID:** [Your Stitch project ID]15* **Mission:** [What the site achieves]16* **Target Audience:** [Who uses this site]17* **Voice:** [Tone and personality descriptors]1819## 2. Visual Language20*Reference these descriptors when prompting Stitch.*2122* **The "Vibe" (Adjectives):**23* *Primary:* [Main aesthetic keyword]24* *Secondary:* [Supporting aesthetic]25* *Tertiary:* [Additional flavor]2627## 3. Architecture & File Structure28* **Root:** `site/public/`29* **Asset Flow:** Stitch generates to `queue/` → Validate → Move to `site/public/`30* **Navigation Strategy:** [How nav works]3132## 4. Live Sitemap (Current State)33*Update this when a new page is successfully merged.*3435* [x] `index.html` - [Description]36* [ ] `about.html` - [Description]3738## 5. The Roadmap (Backlog)39*Pick the next task from here if available.*4041### High Priority42- [ ] [Task description]43- [ ] [Task description]4445### Medium Priority46- [ ] [Task description]4748## 6. Creative Freedom Guidelines49*When the backlog is empty, follow these guidelines to innovate.*50511. **Stay On-Brand:** New pages must fit the established vibe522. **Enhance the Core:** Support the site mission533. **Naming Convention:** Use lowercase, descriptive filenames5455### Ideas to Explore56*Pick one, build it, then REMOVE it from this list.*5758- [ ] `stats.html` - [Description]59- [ ] `settings.html` - [Description]6061## 7. Rules of Engagement621. Do not recreate pages in Section 4632. Always update `next-prompt.md` before completing643. Consume ideas from Section 6 when you use them65```6667## DESIGN.md Template6869Generate this using the `design-md` skill from an existing Stitch screen, or create manually:7071```markdown72# Design System: [Project Name]73**Project ID:** [Stitch Project ID]7475## 1. Visual Theme & Atmosphere76[Describe mood, density, aesthetic philosophy]7778## 2. Color Palette & Roles79- **[Descriptive Name]** (#hexcode) – [Functional role]80- **[Descriptive Name]** (#hexcode) – [Functional role]8182## 3. Typography Rules83[Font family, weights, sizes, spacing]8485## 4. Component Stylings86* **Buttons:** [Shape, color, behavior]87* **Cards:** [Corners, background, shadows]88* **Inputs:** [Stroke, background, focus states]8990## 5. Layout Principles91[Whitespace strategy, margins, grid alignment]9293## 6. Design System Notes for Stitch Generation94**Copy this block into every baton prompt:**9596**DESIGN SYSTEM (REQUIRED):**97- Platform: [Web/Mobile], [Desktop/Mobile]-first98- Theme: [Dark/Light], [descriptors]99- Background: [Description] (#hex)100- Primary Accent: [Description] (#hex)101- Text Primary: [Description] (#hex)102- Font: [Description]103- Layout: [Description]104```105