Seed Workflow Overview

Transform preseed documents into a unified project specification and scaffold your application.

The seed workflow transforms your preseed documents into a unified project specification (SEED.md) and scaffolds your application structure.

The Pipeline#

Idea → Preseed → Seed → Scaffold → App ↗ ↘ Documents SEED.md → Code
PhaseInputOutput
PreseedYour idea, notes, researchVISION.md, PRD.md, etc.
SeedPreseed documentsSEED.md
ScaffoldSEED.mdProject files

Quick Start#

Loading code block...

From Scratch#

Loading code block...

Key Commands#

CommandDescription
seed synthesizeCreate SEED.md from preseed documents
seed initInteractive questionnaire
seed scaffoldGenerate project structure
seed statusShow current configuration
seed exportExport config as JSON/YAML

What is SEED.md?#

SEED.md is your project's single source of truth. It contains:

Loading code block...

Workflow Phases#

1. Synthesize#

Convert preseed documents into SEED.md:

Loading code block...

This reads:

  • VISION.md
  • AUDIENCE.md
  • BUSINESS_MODEL.md
  • PRD.md
  • TECHNICAL_SPEC.md
  • ROADMAP.md

And creates a unified SEED.md.

2. Review & Customize#

Review the generated SEED.md and make adjustments:

Loading code block...

3. Scaffold#

Generate your project structure:

Loading code block...

4. Start Development#

Loading code block...

Framework Presets#

PresetStack
nextjsNext.js 15 + App Router + TypeScript + Tailwind + shadcn/ui
reactReact 19 + Vite + TypeScript + Tailwind
nodeExpress/Fastify + TypeScript + Zod
fullstackNext.js + Prisma + NextAuth + full-stack setup

Need Help?#

If you haven't completed preseed yet:

Loading code block...

Start there to capture your idea before moving to seed.