CCW Command - Main Workflow Orchestrator
Description
Main process orchestrator: intent analysis → workflow selection → command chain execution.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
Repository README
This is the README for zhao-wuyan/ccw-command-explorer, shared by 5 entries
in this directory. It describes the repository, not this entry specifically.
name: ccw description: Main workflow orchestrator - analyze intent, select workflow, execute command chain in main process argument-hint: "\"task description\"" allowed-tools: Skill(*), TodoWrite(*), AskUserQuestion(*), Read(*), Grep(*), Glob(*)
CCW Command - Main Workflow Orchestrator
Main process orchestrator: intent analysis → workflow selection → command chain execution.
Skill 映射
命令链中的 workflow 操作通过 `Skill()` 调用。每个 Skill 是自包含的执行单元,内部处理完整流水线。
| Skill | 内部流水线 |
|---|---|
workflow-lite-plan |
explore → plan → confirm → handoff |
workflow-lite-execute |
task grouping → batch execution → code review → sync |
workflow-plan |
session → context → convention → gen → verify/replan |
workflow-execute |
session discovery → task processing → commit |
workflow-tdd-plan |
6-phase TDD plan → verify |
workflow-test-fix |
session → context → analysis → gen → cycle |
workflow-multi-cli-plan |
ACE context → CLI discussion → plan → execute |
review-cycle |
session/module review → fix orchestration |
brainstorm |
auto/single-role → artifacts → 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: Self-Contained Skills (自包含 Skill)
**Definition**: 每个 Skill 内部处理完整流水线,是天然的最小执行单元。单次 Skill 调用即完成一个有意义的工作里程碑。
**Why This Matters**:
- Prevents Incomplete States: 每个 Skill 内部保证端到端完整性
- User Experience: User gets complete results, not intermediate artifacts requiring manual follow-up
- Simplified Orchestration: 命令链只需组合独立 Skill,无需关注内部步骤
**Key Units in CCW**:
| 单元类型 | Skill | 说明 |
|---|---|---|
| 轻量 Plan+Execute | workflow-lite-plan → workflow-lite-execute |
plan handoff 到 execute,分离 Skill,TodoWrite 跟踪延续 (LP-Phase → LE-Phase) |
| 标准 Planning | workflow-plan → workflow-execute |
plan 和 execute 是独立 Skill |
| TDD Planning | workflow-tdd-plan → workflow-execute |
tdd-plan 和 execute 是独立 Skill |
| 规格驱动 | spec-generator → workflow-plan → workflow-execute |
规格文档驱动完整开发 |
| 测试流水线 | workflow-test-fix |
内部完成 gen→cycle |
| 代码审查 | review-cycle |
内部完成 review→fix |
| 多CLI协作 | workflow-multi-cli-plan |
ACE context → CLI discussion → plan → Skill(lite-execute) |
| 分析→规划 | workflow:analyze-with-file → workflow-lite-plan → workflow-lite-execute |
协作分析产物自动传递给 lite-plan,Skill 调用 lite-execute |
| 头脑风暴→规划 | workflow:brainstorm-with-file → workflow-plan → workflow-execute |
头脑风暴产物自动传递给正式规划 |
| 0→1 开发(小) | workflow:brainstorm-with-file → workflow-plan → `workflow |
Related Skills
Epic Decompose
Break an epic into task children without creating task branches.
Productivity Claude Code Terminal Title
Gives each Claude Code terminal window a dynamic title describing the work being done
Productivity N8n Skills
Enables AI assistants to directly understand and operate n8n workflows
Productivity Composio Make
Trigger and manage Make (Integromat) scenarios
Productivity Getting Help
career-ops is an open source project maintained in limited time. Here's how to get help efficiently.
Productivity Worktree Status Check
Verify the current worktree environment and show task details.
Productivity