WBSP - New project steps
-
Clone from repo
git clone {URL from access tab} -
Add Speckit
specify init . -
Start your IDE (for example Visual Source Code)
code . -
Add to CLAUDE.md
... <!-- WBSP START --> Follow the guidelines in https://wbsp.ai/wiki/raw/home/wbsp-client-guidelines.md <!-- WBSP END --> -
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 -
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.