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.

  1. Install the WBSP CLI (if you haven't previously)

    curl -fsSL https://get.wbsp.ai/install.sh | bash
  2. Clone the project from repo

    git clone {URL from the "Access" tab}
  3. Add WBSP to your project

    wbsp init .
  4. 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.

  5. Start the build pipeline

    /wbsp-build