CLI-JAW Documentation
All your AI subscriptions. One assistant. CLI-JAW routes Claude, ChatGPT, Codex, Gemini, Grok, and Kiro through a unified multi-agent orchestration platform.
npm install -g cli-jaw
jaw dashboard
What is CLI-JAW?
CLI-JAW is an open-source platform that lets you run multiple AI coding agents (Claude Code, Codex, Gemini CLI, Kiro, OpenCode, Copilot CLI) from a single dashboard. It adds an employee system where your main agent can dispatch tasks to other CLI agents, a PABCD orchestration workflow for structured development, persistent memory and goals, a built-in notes workspace, Kanban board, and integration with Telegram and Discord.
Key Features
| Feature | Description |
|---|---|
| Multi-Instance Dashboard | Run 7+ agent instances simultaneously. Start, stop, and manage from one UI. |
| Employee System | Your main agent dispatches tasks to other CLI tools as "employees." |
| PABCD Orchestration | Plan → Audit → Build → Check → Done. Structured development workflow. |
| Jawsidian Notes | Built-in markdown editor with graph view, wikilinks, and image paste. |
| Kanban Board | Task management with Backlog → Active → Review → Done lanes. |
| 118 Skills | Domain knowledge plugins. AI finds and activates them automatically. |
| Goal System | Persistent objectives that survive across sessions. |
| Computer Use | Desktop automation via Codex employee integration. |
| Telegram / Discord | Control your agents remotely from messaging apps. |
| Electron Desktop | Native app with terminal, diff viewer, folder panel, browser tabs. |
Architecture Overview
CLI-JAW consists of a Node.js server that exposes 141 API endpoints across 15 route modules. Four interfaces (CLI, Web, Telegram, Discord) connect through the server. The Architecture page covers the full system design.
CLI (bin/commands/*) ──→ server.ts ──→ routes/*
Web (public/) ──→ ↓ ──→ core/
Telegram Bot ──→ ↓ ──→ agent/
Discord Bot ──→ ↓ ──→ orchestrator/
Dashboard (port 24576) ─→ manager/ ──→ memory/
Getting Started
Head to the Quickstart guide to install CLI-JAW and run your first agent session in under 5 minutes.
- 직원한테 코드 리뷰 시켜줘
- 이 기능 PABCD로 개발해줘