Skip to content
Nick edited this page Jun 19, 2026 · 15 revisions

Cool Workflow Wiki

Quick Start

npm install -g cool-workflow
cw -q "What are the main risks here?"

One command. CW auto-detects your repo and agent. Live streaming output included.

Pick an agent:

cw -q "..." -claude      # Claude
cw -q "..." -codex       # Codex
cw -q "..." -deepseek    # DeepSeek

Commands

Command Does
cw -q "question" [-claude|-codex|-deepseek] Full auto architecture review
cw version Show version
cw update Update to latest release
cw doctor Check setup
cw fix Show fix commands
cw demo tamper Prove trust checks work (30s)

How It Works

CW is a TypeScript control-plane with zero runtime deps. It delegates work to YOUR AI agent — it never runs a model itself. Every step is recorded, hash-chained, and tamper-evident.

ask simple -> run simple -> verify simple -> resume simple

Learn More

Clone this wiki locally