Appearance
Start Here
Your onboarding folder. Read these in order if you're new, or pick the file that matches the situation you're in.
This folder answers the question "how do I begin using the wb-labs agentic workflow?". It assumes you've never run a /wb* command, or it's been long enough that you might as well not have.
Reading order for a brand-new user
installation— Step 0: How to get the framework into your project (NPM, NPX, or Git clone). Read this before anything else.getting_started— the 30-day onboarding plan. Belt-system-style ramp from "3 commands cover 80% of the work" up to occasional-use orchestration commands. Read this first if you've never opened the system before.first_run_walkthrough— annotated transcript of someone running the system for the first time. Read aftergetting_startedwhen you want to see what the commands actually produce, before running them yourself.bootstrapping_existing_project— what to do when you inherit a codebase that never had/wbSetuprun on it. Read this only when applicable; not part of the linear onboarding.tutorial_zero_to_app— The Master Tutorial: Build a complete Personal Finance Tracker frommkdirto production in 9 steps. The best end-to-end demonstration of the full/wb*lifecycle.
Which file matches your situation?
| You are... | Read |
|---|---|
| Need to install the framework | installation |
| Brand-new to the workflow | getting_started |
| Returning after a long absence | getting_started (skip to "30-day plan" — pick a belt) |
| Curious what a session actually looks like before committing | first_run_walkthrough |
Inheriting code that has no .wb/workflows/ folder | bootstrapping_existing_project |
| Want the full power demo — zero to deployed app | tutorial_zero_to_app |
| Already running commands daily | Skip this folder. Go to ../daily_use/ |
What this folder is NOT
- Not a reference. For per-command details, go to
../commands/. - Not a concept primer. For why the system works, go to
../concepts/. - Not exhaustive. The onboarding is intentionally narrow — three commands the first week, not twenty-six.
Re-read these files only when transitioning between belt levels. Once you're past Brown Belt, the daily playbook is what you'll keep open.
