WBSP - New project steps
Use these steps if you are starting a fresh new project, or if you have cloned from am "Initial Project Brief". For projects that are already underway, follow the steps for Working on an existing project.
-
Clone from repo
git clone {URL from access tab} -
Add Speckit
specify init . -
Start your IDE (for example Visual Source Code)
code .Be careful, there may be an existing non-Claude chat box open.
Close that chat, and open Claude using the orange star above any open file. -
Tell your AI Coding assistant to follow our guidelines.
=== DO NOT SKIP THIS STEP ===
This step is critical, as it it provides the instructions to your AI tools that ensure your application remains compatible with WBSP infrastructure and other applications.Add to CLAUDE.md, or your project constitution:
<!-- WBSP START --> Follow the WBSP client guidelines via the lazy-load digest at wbsp-guidelines-digest.md (regenerated by the wbsp-guidelines-scan skill): it lists, per task, which guideline doc to open and the buried landmines the index doesn't surface. Read the full source (the index at https://wbsp.ai/wiki/raw/home/wbsp-client-guidelines-md, or a linked sub-doc) only when the digest says that area is relevant. When reading a source doc: no summarizing tools, read in full, follow only explicit ](name.md) links, don't guess links, report missing references. <!-- WBSP END --> -
Install a skill to distill the client guidelines with this prompt.
Install skill from https://wbsp.ai/wiki/raw/home/wbsp-guidelines-scan-skill-md and run it. -
Commit as "specKit + WBSP"
-
Update the constitution
/speckit-constitution -
Commit using the recommended comment
-
Save to git
merge and push -
Build the application
/speckit-specify Read /initial-research/development-plan.md and surrounding documents and create a plan for developing this project. -
Fill in any missing details.
/speckit-clarify -
Tell it to complete the code generation.
/speckit-plan, /speckit-tasks, /speckit-implement