Skip to content

/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.

Navigating a command’s seven documentation layers

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 ​

ModeTriggerOutput
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 ​

  1. ELI5 — The single-paragraph mental model.
  2. Practical — The two forms, when to use each.
  3. Expert — Why the JSON-driven render is the right architecture.
  4. Examples — Five annotated transcripts.

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