WBSP - New project steps

  1. Clone from repo

    git clone {URL from access tab}
  2. Add Speckit

     specify init .
  3. Start your IDE (for example Visual Source Code)

     code .
  4. Add to CLAUDE.md

    ...
    
<!-- WBSP START -->
    Follow the guidelines in https://wbsp.ai/wiki/raw/home/wbsp-client-guidelines.md
    <!-- WBSP END -->
  5. Commit as "specKit + WBSP"

  6. Update the constitution

     /speckit-constitution
  7. Commit using the recommended comment

  8. Save to git

     merge and push

  9. Build the application

     /speckit-specify  
     Read /initial-research/development-plan.md and surrounding documents and create a plan for developing this project.
  10. Fill in any missing details.

     /speckit-clarify

  11. Tell it to complete the code generation.

     /speckit-plan, /speckit-tasks, /speckit-implement
  12. Add our authentication

/speckit-specify
    (If this is not already done) We will have auth via our project /opt/Development/Projects/wbsp-projects/390-headless-auth-platform-claude. See the user-docs/api-reference.md, client-cookbook.md, user-guide-detailsed.md and other documents for how to use this service. You can also use /opt/Development/Projects/wbsp-projects/41-ai-native-crm-v0 as an example of a project using the HAP authentication service. Unless I say otherwise I would like to use same HAP auth tenant as the wbsp-website project.