bootspring go
One-command setup: detect, seed, generate, and initialize the build loop.
Overview
The go command runs the entire project setup workflow in a single command. It is the fastest way to go from zero to building.
Usage
Loading code block...
What go Does
- Detect -- Scans your project for stack and features (package.json, config files, etc.)
- Seed -- Creates context document templates in
.bootspring/context/ - Merge -- Combines documents into
SEED.md - Generate -- Creates AI context files (
CLAUDE.md,AGENTS.md,CODEX.md,GEMINI.md) andplanning/ - Build init -- Initializes the build state from
planning/TODO.md
Options
| Option | Description |
|---|---|
--skip-detect | Skip stack detection |
--skip-seed | Skip seed generation |
With a Pitch
You can pass a project pitch as an argument. This uses AI to fill all context documents based on your description:
Loading code block...
Examples
Loading code block...
Recommended Workflow
Loading code block...
After go completes, edit planning/TODO.md with your real tasks, then start building:
Loading code block...
Related
bootspring seed- Granular seed commandsbootspring build- Build loopbootspring init- Project initialization