CLI Commands
CLI-JAW provides 31 slash commands in the chat interface and 21 root CLI subcommands for terminal use.
Root CLI Subcommands
These are run directly in your terminal as jaw <command>:
| Command | Description |
jaw serve | Start single-instance server |
jaw dashboard | Start multi-instance dashboard |
jaw init | Interactive setup wizard |
jaw doctor | Diagnose installation |
jaw status | Server health check |
jaw chat | Terminal REPL |
jaw dispatch | Dispatch employee task |
jaw employee | Employee management |
jaw orchestrate | PABCD state machine |
jaw goal | Goal lifecycle management |
jaw memory | Memory search/read/save |
jaw browser | Chrome CDP browser control |
jaw skill | Skill management |
jaw mcp | MCP server management |
jaw service | System service management |
jaw clone | Clone instance |
jaw connector | Dashboard connectors |
jaw reminders | Reminder management |
jaw project | Project directory management |
jaw reset | Reset configuration |
Slash Commands (Chat Interface)
Type these in the chat input prefixed with /:
Session
| Command | Args | Description |
/help | | Show help |
/commands | | List all commands |
/status | | Session status |
/clear | | Clear chat history |
/compact | | Compact context |
/reset | [scope] | Reset session |
Workflow
| Command | Args | Description |
/plan | [task] | Generate implementation plan |
/interview | [request] | Clarify requirements (1-3 questions) |
/deliberate | [topic] | Deep reasoning |
/planaudit | [plan] | Audit a plan |
/goal | <sub> | Goal management (set/done/cancel/...) |
/team | <sub> | Parallel team orchestration |
Model
| Command | Args | Description |
/model | [name] | Switch AI model |
/cli | [name] | Switch CLI runtime |
/fallback | [provider] | Set fallback provider |
/forward | [provider] | Forward to provider |
/thought | [toggle] | Toggle extended thinking |
/flush | | Flush pending output |
Tools
| Command | Args | Description |
/skill | [sub] | Skill management |
/employee | [sub] | Employee management |
/mcp | [sub] | MCP server management |
/memory | [query] | Memory search |
/browser | [sub] | Browser control |
/orchestrate | [phase] | PABCD orchestration |
/project | [sub] | Project settings |