mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-02 15:23:19 +08:00
- Added IDAW (Independent Development Autonomous Workflow) commands for batch task execution, including `/idaw:add`, `/idaw:run`, `/idaw:status`, and `/idaw:resume`. - Updated documentation for IDAW commands in both English and Chinese. - Modified favicon and logo SVGs to reflect new orbital design with dynamic colors. - Incremented package version from 7.0.6 to 7.0.9.
1.2 KiB
1.2 KiB
Commands Overview
一句话定位
Commands 是 Claude Code Workflow 的命令系统 — 包含 Claude Code Commands 和 Codex Prompts 两大类别,提供从规范到实现到测试到审查的完整命令行工具链。
命令分类
| 类别 | 说明 | 路径 |
|---|---|---|
| Claude Commands | Claude Code 扩展命令 | /commands/claude/ |
| Codex Prompts | Codex CLI 提示词 | /commands/codex/ |
快速导航
Claude Commands
- 核心编排 - ccw, ccw-coordinator
- 工作流 - workflow 系列命令
- 会话管理 - session 系列命令
- Issue - issue 系列命令
- IDAW - 批量任务自治执行
- Memory - memory 系列命令
- CLI - cli 系列命令
- UI 设计 - ui-design 系列命令