Skip to content

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 ​

  1. installation — Step 0: How to get the framework into your project (NPM, NPX, or Git clone). Read this before anything else.
  2. 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.
  3. first_run_walkthrough — annotated transcript of someone running the system for the first time. Read after getting_started when you want to see what the commands actually produce, before running them yourself.
  4. bootstrapping_existing_project — what to do when you inherit a codebase that never had /wbSetup run on it. Read this only when applicable; not part of the linear onboarding.
  5. tutorial_zero_to_app — The Master Tutorial: Build a complete Personal Finance Tracker from mkdir to 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 frameworkinstallation
Brand-new to the workflowgetting_started
Returning after a long absencegetting_started (skip to "30-day plan" — pick a belt)
Curious what a session actually looks like before committingfirst_run_walkthrough
Inheriting code that has no .wb/workflows/ folderbootstrapping_existing_project
Want the full power demo — zero to deployed apptutorial_zero_to_app
Already running commands dailySkip 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.