/wbHelp — Command Hub
/wbHelp is the WB-Labs command discovery and self-documentation engine. It is a meta-command in the truest sense — it does not produce reports, does not modify files, and does not generate state. It serves a single purpose: surface accurate, up-to-date documentation for the entire /wb* command suite.

Every command ships the same 7 documentation layers. /wbHelp is the index into them — start at the layer that matches your question, not at the top.
🎯 Strategic Position
In a 28-command ecosystem, knowledge of which command to invoke for a given goal is the single largest barrier to onboarding and the most common source of friction in daily use. /wbHelp exists to flatten that barrier:
- For new users: a single command reveals the entire system architecture, grouped by purpose.
- For existing users: instant per-command reference without leaving the terminal.
- For automation: a stable, JSON-backed source of truth.
🛠️ Operating Modes
| Mode | Trigger | Output |
|---|---|---|
| Catalog | /wbHelp (no args) | Role-grouped Markdown table, 5 columns: #, Command, Role, Flags, Description |
| Per-Command | /wbHelp <wbX> | The HELP_GATE block extracted from <wbX>_template.md. Equivalent to /<wbX> -h. |
| Graceful Failure | /wbHelp <unknown> | Error message with redirect to catalog. |
📚 Reading Order
- ELI5 — The single-paragraph mental model.
- Practical — The two forms, when to use each.
- Expert — Why the JSON-driven render is the right architecture.
- Examples — Five annotated transcripts.
🔗 Related
wb_commands_reference.json— The data source/wbHelprenders.concepts/flags_and_shortcuts.md— The system-wide flag→shortcut grammar that the catalog'sFlagscolumn documents.concepts/model_recommendations.md— Per-command model picks (orthogonal to/wbHelp).
Quick Reference
/wbHelp lists all commands. /wbHelp <cmd> shows detailed help.
← Home · Commands · Install | wb-flow on npm · flow.wbc-ui.com · wi-bg.com
