Skip to content
coo1white edited this page Jun 8, 2026 · 15 revisions

Cool Workflow Wiki

Cool Workflow, or CW, is an independent Agent Workflow SDK by COOLWHITE LLC.

Its goal is to turn agent work from one-off prompt improvisation into an inspectable workflow runtime:

define -> dispatch -> observe -> verify -> commit -> report

CW is a small workflow kernel for coding-agent-era work. It is CLI-backed, MCP-first, skill-packaged, and runtime-compatible with Node-compatible TypeScript output.

Start Here

Core Loop

CW records the agent loop explicitly:

interpret -> act -> observe -> adjust -> checkpoint

That loop is reflected in durable run state, task records, dispatch manifests, worker results, verifier decisions, commit snapshots, reports, and audit records.

Current Capability Map

  • Workflow App SDK for versioned, validated, reusable workflow apps.
  • CLI runtime for planning, dispatching, result recording, scoring, committing, reporting, scheduling, and routine triggers.
  • MCP JSON-RPC surface for host integrations.
  • Sandbox Profiles for named worker policy contracts.
  • Worker isolation and candidate scoring.
  • Verifier-gated commits and explicit checkpoints.
  • Operator UX for human-readable status, graph, report, worker, candidate, feedback, commit, topology, multi-agent, blackboard, coordinator, and trust summaries.
  • Coordinator / Blackboard for shared topics, messages, context frames, artifact refs, snapshots, decisions, conflicts, and fanin evidence.
  • Multi-Agent Runtime Core for runs, roles, groups, memberships, fanout, fanin, and lifecycle state.
  • Multi-Agent Topologies for official map-reduce, debate, and judge-panel recipes.
  • Release and migration discipline with fixture compatibility, version sync, and dry-run release checks.

Repository

  • Main repo: https://github.com/coo1white/cool-workflow
  • Package root: plugins/cool-workflow/
  • Runtime source: plugins/cool-workflow/src/
  • Committed runtime output: plugins/cool-workflow/dist/
  • License: BSD-2-Clause

Source Notes

This wiki was organized from local Obsidian notes under:

/Users/lukebai/Documents/Nick/Cool Workflow/

It was reconciled with the current repository docs and v0.1.19 code surface on 2026-06-07.

Clone this wiki locally