Files
Claude-Code-Workflow/.claude/skills/ccw-coordinator
catlog22 159dfd179e Refactor action plan verification command to plan verification
- Updated all references from `/workflow:action-plan-verify` to `/workflow:plan-verify` across various documentation and command files.
- Introduced a new command file for `/workflow:plan-verify` that performs read-only verification analysis on planning artifacts.
- Adjusted command relationships and help documentation to reflect the new command structure.
- Ensured consistency in command usage throughout the workflow guide and getting started documentation.
2026-01-24 10:46:15 +08:00
..

CCW Coordinator

交互式命令编排工具

使用

/ccw-coordinator
或
/coordinator

流程

  1. 用户描述任务
  2. Claude推荐命令链
  3. 用户确认或调整
  4. 执行命令链
  5. 生成报告

示例

Bug修复

任务: 修复登录bug
推荐: lite-fix → test-cycle-execute

新功能

任务: 实现注册功能
推荐: plan → execute → test-cycle-execute

文件说明

文件 用途
SKILL.md Skill入口
phases/orchestrator.md 编排逻辑
phases/state-schema.md 状态定义
phases/actions/*.md 动作实现
specs/specs.md 命令库、验证规则、注册表
tools/chain-validate.cjs 验证工具
tools/command-registry.cjs 命令注册表工具