site-md

Generates a structured SITE.md project constitution from requirement briefs for the Stitch Build Loop.

8.2k|1.1k|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/google-labs-code/stitch-skills --skill site-md
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: site-md
Source: https://github.com/google-labs-code/stitch-skills/tree/main/plugins/stitch-utilities/skills/site-md
Command: npx skills add https://github.com/google-labs-code/stitch-skills --skill site-md

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Starting a Stitch project without a shared source of truth causes coding agents to drift on scope, visual direction, and navigation across build iterations. This Skill converts a raw project brief into a structured .stitch/SITE.md constitution that keeps every build cycle aligned.

Core Features & Use Cases

  • Brief Analysis: Reads project descriptions or requirement documents and extracts identity, audience, and voice.
  • Structured Constitution Generation: Produces a .stitch/SITE.md covering Core Identity, Visual Language, Architecture, Sitemap, Roadmap backlog, and Creative Freedom guidelines.
  • Roadmap Prioritization: Parses requirements into High, Medium, and Low priority development tasks.
  • Use Case: You receive a one-page brief for a marketing site. Run this Skill to generate .stitch/SITE.md with a sitemap, prioritized backlog, and visual vibe keywords before starting the Stitch Build Loop.

Quick Start

Analyze my project brief and generate a .stitch/SITE.md constitution file for the Stitch Build Loop.

Frequently Asked Questions about site-md

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

FAQPage Schema
How do I create a SITE.md file for a Stitch project?

Provide a project description or requirements brief, and the Skill analyzes it to write a .stitch/SITE.md file. The output covers Core Identity, Visual Language, Architecture, Sitemap, Roadmap, and Creative Freedom sections following the official schema.

What is SITE.md in the Stitch Build Loop?

SITE.md is a project constitution file stored at .stitch/SITE.md that acts as long-term memory for the Stitch Build Loop. It keeps coding agents aligned on project scope, visual vibe, and navigation flow across successive build iterations.

What sections must a SITE.md file contain?

A valid SITE.md includes Core Identity (name, mission, audience, voice), Visual Language vibe keywords, Architecture and file structure, a live Sitemap with completed and pending pages, a prioritized Roadmap backlog, and Creative Freedom guidelines.

Can I generate SITE.md without a Stitch Project ID?

Yes. The Stitch Project ID is optional; the Skill inserts a [Stitch Project ID] placeholder if no active ID is provided. You only need a project requirements brief or description to generate the file.

What happens if the .stitch directory does not exist?

The Skill creates the .stitch/ directory automatically before writing SITE.md. It then validates that all required sections of the template are present and properly formatted.