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.
npx agentmods add commands/catlog22/claude-code-workflow/ccw-coordinatorgit clone --depth 1 https://github.com/catlog22/Claude-Code-WorkflowWhat 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.
| Model | Per session | Once 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 |
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.
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
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.
- 2d ago First seen · 1,000 lines · 22 tokens per session scan A 309b08d09e16
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.
Other commands, from other repositories
verify-claim
Walk a claim through the SIFT method (Stop, Investigate, Find better coverage, Trace).
beat-brief
Draft a daily beat briefing from the files in sample-docs/.
cross-review
Run GitHub Copilot CLI and OpenAI Codex against the current git diff for cross-model review.
step-research
Always research before proposing a fix. The Untether bug you're chasing is often a known upstream engine quirk, a previously-fixed regression, or a documented config gotcha.
whats-next
Show current project status and suggest next steps.
ox-session-pause
belongs in the ox CLI JSON output (guidance field), not here. Skills are agent-specific wrappers; ox serves all agents (Codex, etc.). --> Suspend the current session recording. Local cache continues to receive entries, but the upload at stop time will exclude the suspended range.