Seed Generator Workflow
Step-by-step guide for generating seed documents and setting up your project
This guide covers both workflows for generating seed documents: the Dashboard path (BYOK Seed Generator) and the CLI path.
CLI Workflow (Recommended)
Step 1: Initialize Context
This creates .bootspring/context/ with markdown templates for your project's vision, audience, PRD, and more.
Step 2: Edit Documents
Open each .md file in .bootspring/context/ and fill in your actual project details:
VISION.md— Problem, solution, core valuesAUDIENCE.md— Target users, personasBUSINESS_MODEL.md— Revenue, pricingPRD.md— Product requirements, user storiesROADMAP.md— Phases, milestones
Step 3: Merge & Generate
This creates:
SEED.md— merged project specificationCLAUDE.md,AGENTS.md,CODEX.md,GEMINI.md— AI context filesplanning/TODO.md,planning/MASTER_PLAN.md, etc. — build planning scaffold
Step 4: Customize Tasks
Edit planning/TODO.md with your actual build tasks using the format:
Step 5: Start Building
Dashboard Workflow (BYOK)
Prerequisites
- A Bootspring account on Pro tier or above
- An API key from Anthropic or OpenAI (or both for Enterprise dual-LLM)
Step 1: Add Your API Key
- Navigate to Dashboard > Settings
- Scroll to the Provider API Keys section
- Enter your API key in the appropriate field:
- Anthropic: Paste your key starting with
sk-ant-... - OpenAI: Paste your key starting with
sk-...
- Anthropic: Paste your key starting with
- Click Save — the key is validated and encrypted before storage
Step 2: Create a Project
- Go to Dashboard > Projects
- Click New Project
- Enter your project name and description
Step 3: Complete the Seed Wizard
- Open your project and navigate to Seed > Builder
- Fill in each wizard section:
- Identity: Project name, tagline, description, category
- Problem: Problem statement, pain points, why now
- Solution: Overview, unique value, key features
- Audience: Primary audience, segments, personas
- Market: TAM/SAM/SOM, growth, trends
- Competition: Competitors, positioning, differentiators
- Business Model: Revenue model, pricing tiers
- MVP: MVP features, phase goals
- Save your progress at each step
Step 4: Generate Documents
- Navigate to Seed > Studio
- Verify your connected providers appear in the status bar
- (Enterprise) Toggle Dual-LLM if you want merged output from both providers
- Click Generate All to create all 8 documents
Generation takes 30–90 seconds per document depending on the provider.
Step 5: Review and Edit
- Click on any generated document card to view its content
- Click the Edit icon to make manual adjustments
- Click Save to persist your changes
Step 6: Download & Use
- Click Download ZIP in the Studio header
- Extract the archive to your project:
- Generate all context files:
Troubleshooting
"Add an API key in Settings"
You need to save at least one provider API key before generating documents.
"Upgrade to Pro for AI document generation"
Document generation requires a Pro subscription or higher. Free tier users can use the CLI workflow with bootspring seed init.
"Monthly generation limit reached"
Your tier's monthly generation quota has been exhausted. Limits reset on the first of each month.
"Invalid API key"
The API key you entered failed validation. Check that you copied the full key and that it hasn't been revoked in your provider's dashboard.