Commands

17 commands, each with a declared tier. Invoke them as /hub:<name> in Claude Code, or @hub <name> in Codex.

How to read this table

  • LIGHT — runs directly, no approval prompt.
  • MEDIUM — one-line preview, y/n/tweak prompt.
  • HEAVY — full gate with planned agents, skills, token estimate, and alternatives.
  • Pass --yes or -y as the first argument to bypass any gate (usage still logs).
CommandTier~TokensWhat it does
/hub:brainstorm <idea>MEDIUM10k–30kExplore 3+ options with trade-offs — no code, ideas only.
/hub:budget [low|medium|ok|clear]LIGHT<2kOpt-in budget hint; adds a budget line to the HEAVY gate.
/hub:context-budget [verbose]LIGHT<2kSession headroom signal (GREEN/YELLOW/RED) + drop-candidate detection.
/hub:create <what to build>HEAVY80k–200kScaffold a new app — up to 5 specialists from planner through devops.
/hub:debug <symptom or error>MEDIUM15k–40kSystematic root-cause investigation and fix.
/hub:deploy [check|staging|production|rollback]HEAVY40k–100kPre-flight checks, deployment, post-deploy verification.
/hub:enhance <change to make>HEAVY50k–150kAdd or update features in an existing app — scoped, minimum agents.
/hub:help [commands|agents|skills|<name>]LIGHT<5kFull capability index — reads CATALOG.md, no bash.
/hub:hookify <nl description>LIGHT<2kNatural language → hooks.json snippet (never writes the file itself).
/hub:instincts [status|show|promote|clear]LIGHT<2kProject-scoped learned preferences in .hub/instincts.yaml.
/hub:ledger [weekly|by-agent|by-skill|roi|...]LIGHT<3kRead-only aggregations over .hub/usage.json.
/hub:orchestrate <task or plan>HEAVY80k–250kCoordinate ≥3 agents in a 2-phase plan→approve→implement pipeline.
/hub:plan <what to plan>MEDIUM20k–50kGenerate docs/PLAN-<slug>.md — no code, plan file only.
/hub:preview [start|stop|url]LIGHT<2kStart/stop the dev server and show the local URL.
/hub:statusLIGHT<2kProject state: stack, git, open TODOs, recent changes.
/hub:test [generate|run|coverage|watch]MEDIUM15k–60k`generate` = MEDIUM (writes tests); other modes = LIGHT.
/hub:ui-ux-pro-max <target>HEAVY60k–180kDeep UI/UX audit + redesign via frontend-specialist + 3 design skills.

Codex equivalents

Everything above translates 1:1 to Codex by swapping the prefix: /hub:debug@hub debug, /hub:plan @hub plan, and so on.

The / prefix is reserved for Codex built-in commands. Typing /hub:debug inside Codex will be rejected. Always use @hub debug.