ccw-coordinator

An interactive coordinator that analyzes a task, recommends a sequence of available commands, runs them in order, and saves workflow state.

In plain words
What is it for?
Use it to coordinate planning and implementation, test-fix cycles, reviews, brainstorming, product specifications, or roadmap creation.
Why use it?
It helps organize multi-step development work when several planning, execution, testing, or review commands are needed.

Command for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/catlog22/claude-code-workflow/ccw-coordinator
Clone the repo
git clone --depth 1 https://github.com/catlog22/Claude-Code-Workflow

Made for: Claude Code.

Per session 22 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 10,664 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00022 $0.10664
Opus 5 $0.00011 $0.05332
Sonnet 5 $0.00004 $0.02133
Haiku 4.5 $0.00002 $0.01066

Measured 2d ago against content hash 309b08d09e16, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

ccw-coordinator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/commands/ccw-coordinator.md · 1,000 lines

How it starts

The opening of the file, as written. The whole thing — 1,000 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CCW Coordinator Command

Interactive orchestration tool: analyze task → discover commands → recommend chain → execute sequentially → track state.

Execution Model: Pseudocode guidance. Claude intelligently executes each phase based on context.

Skill 映射

命令端口定义中的 workflow 操作通过 Skill() 调用。

Skill 包含操作
workflow-lite-plan lite-plan (Skill handoff to lite-execute)
workflow-lite-execute lite-execute (multi-mode execution engine)
workflow-plan plan, plan-verify, replan
workflow-execute execute
workflow-multi-cli-plan multi-cli-plan (includes execution phase internally)
workflow-test-fix test-fix-gen, test-cycle-execute
workflow-tdd-plan tdd-plan, tdd-verify
review-cycle review-session-cycle, review-module-cycle, review-cycle-fix
brainstorm auto-parallel, artifacts, role-analysis, synthesis
spec-generator product-brief → PRD → architecture → epics
workflow:collaborative-plan-with-file understanding agent → parallel agents → plan-note.md
workflow:roadmap-with-file strategic requirement roadmap → issue creation → execution-plan.json
workflow:integration-test-cycle explore → test dev → test-fix cycle → reflection
workflow:refactor-cycle tech debt discovery → prioritize → execute → validate
team-planex planner + executor wave pipeline(适合大量零散 issue 或 roadmap 产出的清晰 issue)

Core Concept: Minimum Execution Units (最小执行单元)

What is a Minimum Execution Unit?

Definition: A set of commands that must execute together as an atomic group to achieve a meaningful workflow milestone. Splitting these commands breaks the logical flow and creates incomplete states.

Why This Matters:

  • Prevents Incomplete States: Avoid stopping after task generation without execution
  • User Experience: User gets complete results, not intermediate artifacts requiring manual follow-up
  • Workflow Integrity: Maintains logical coherence of multi-step operations

Read the full file on GitHub · 1,000 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 1,000 lines · 22 tokens per session scan A 309b08d09e16

Subscribe to this mod's changes

ccw-coordinator is a command published in the GitHub repository catlog22/Claude-Code-Workflow (2,134 stars, last pushed 2mo ago), licensed MIT. It adds 22 tokens to every session and 10,664 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.