Buyer Manual
SCBE CLI
The SCBE CLI is the runnable interface for the system: multi-lane trains, step-by-step guides, and repeatable building blocks. It is built to replace “repo spelunking” with a command surface you can trust and repeat.
Multi-lane trains
Doctor checks
Guides in terminal
Python + Node
If you want the shortest path, start with the Buyer Start Guide.
If you want the runnable workflow surface, use this page.
First-run path
1. DoctorCheck python/node/npm/git/ollama on your machine.
2. ListList available trains and pick one lane to start with.
3. InspectView the interoperability matrix (what runs where).
4. Dry-runRun without --execute to preview the plan.
5. ExecuteRun the train for real once you trust the steps.
Core commands
| Command | What it does | When to use it |
|---|---|---|
./scbe.ps1 doctor | Checks core tools (python/node/npm/git/ollama). | Before first run or when something breaks. |
./scbe.ps1 train list | Lists multi-lane train configs. | When you want the workflow menu. |
./scbe.ps1 train show workflows/momentum/daily_ops_train.json | Readable plan view for a train. | Before running anything. |
./scbe.ps1 train matrix workflows/momentum/daily_ops_train.json | Interoperability matrix (flow/type/language/commands). | To see what runs in each lane and why. |
./scbe.ps1 train run workflows/momentum/daily_ops_train.json | Dry-run preview (no execution). | To confirm nothing dangerous is executed. |
./scbe.ps1 train run workflows/momentum/daily_ops_train.json --execute | Runs the train for real. | Once you trust the plan. |
./scbe.ps1 website sales-train | Runs the homepage audit (and optional iterations). | To keep the offer page improving on rails. |
./scbe.ps1 guide list | Lists guides you can read in terminal. | When you want step-by-step reference. |
Success check
- You can run
doctorand see what is missing. - You can list trains and inspect the matrix before execution.
- You can dry-run a train and understand the steps.
- You can execute one train and get repeatable output under
artifacts/.