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.
-
Install the WBSP CLI (if you haven't previously)
curl -fsSL https://get.wbsp.ai/install.sh | bash -
Clone the project from repo
git clone {URL from the "Access" tab} -
Add WBSP to your project
wbsp init . -
Start your IDE (for example Visual Source Code)
code .Be careful, there may be an existing non-Claude chat box open. If so, close that chat, and open Claude using the orange star shown in the task bar above open files.
-
Start the build pipeline
/wbsp-build