Handbook
Setup profile: Bootstrap
The first phase of the Project setup profile: get blueprints/ on disk, docs/ as needed, and a project sdlc/ workspace.
Project setup profile — Bootstrap (steps 1–3)
What it is
The first phase of the Project setup profile: get blueprints/ on disk, docs/ as needed, and a project sdlc/ workspace.
When to use it
As the first block of the full checklist after First hour or alongside it.
Prerequisites
blueprints/at the repository root (see Prerequisites (project setup checklist)).
Steps
- Submodule — Ensure
blueprints/is present;git submodule update --initsoblueprints/sdlcexists. - Documentation tree (as needed) — Create
docs/per the layout template on GitHub. - Project
sdlc/workspace — From repo root:
./blueprints/sdlc/scripts/init-sdlc-workspace.sh "Project Name"
Context and layout: Initializing the project `sdlc/` workspace.
How to verify success
test -f blueprints/sdlc/README.mdfrom repo root.- Project
sdlc/README.mdexists and describes your project (not edits under frozenblueprints/sdlc/).
What to do next
- Setup profile: Forge and Cursor (steps 4–11)
- Project setup profile — full overview