Seed Workflow Overview

Create context documents, merge into SEED.md, and auto-generate all AI context files and planning scaffold.

The seed workflow takes your project from idea capture to build-ready — creating context documents, merging them into a unified specification, and generating all AI context files and planning scaffolds.

The Pipeline

Idea → Seed Context → Merge → Generate → Build Loop ↓ ↓ ↓ ↓ .bootspring/context/ SEED.md CLAUDE.md planning/TODO.md (VISION, PRD, etc.) AGENTS.md BUILD_STATE.json CODEX.md GEMINI.md
PhaseCommandOutput
Contextbootspring seed init.bootspring/context/ document templates
Mergebootspring seed mergeSEED.md + all agent files + planning scaffold
Buildbootspring build startAutonomous build loop from TODO.md

Quick Start

New Project

Loading code block...

Existing Codebase

Loading code block...

Key Commands

CommandDescription
seed initCreate context document templates
seed goQuick start — detect + init + status
seed from-codebaseAuto-detect stack from existing code
seed mergeMerge context into SEED.md + generate all files
seed statusShow context readiness
seed buildCheck build readiness
generateGenerate/regenerate agent files + planning scaffold

What Gets Generated

After bootspring seed merge, you get:

FilePurpose
SEED.mdMerged project specification
CLAUDE.mdAI context for Claude Code / Cursor
AGENTS.mdAgent context (Linux Foundation AAIF standard)
CODEX.mdOpenAI Codex / ChatGPT context
GEMINI.mdGoogle Gemini CLI context
planning/TODO.mdBuild task checklist (source of truth)
planning/MASTER_PLAN.mdVision and phases
planning/CONTEXT.mdCondensed build context
planning/AGENTS.mdPlanning-specific agent instructions

Context Documents

The .bootspring/context/ folder contains your project's source specifications:

DocumentDescription
VISION.mdCore problem/solution foundation
AUDIENCE.mdUser personas and segments
BUSINESS_MODEL.mdRevenue and pricing strategy
PRD.mdProduct requirements document
TECHNICAL_SPEC.mdArchitecture and stack decisions
ROADMAP.mdDevelopment phases and milestones
MARKET.mdTAM/SAM/SOM analysis (optional)
COMPETITORS.mdCompetitive landscape (optional)

Presets

PresetDocumentsUse Case
essential4Quick start
startup7Default — full startup context
full8All document types
technical4Dev-focused
investor6Fundraising

Workflow Phases

1. Initialize

Create context document templates:

Loading code block...

2. Edit Documents

Fill in your project details in .bootspring/context/:

Loading code block...

3. Merge & Generate

Merge context docs and auto-generate all project files:

Loading code block...

4. Customize Tasks

Edit planning/TODO.md to add your actual build tasks:

Loading code block...

5. Start Building

Loading code block...

Need Help?

Loading code block...