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
One-Liner
Commands is the command system of Claude Code Workflow — comprising Claude Code Commands and Codex Prompts, providing a complete command-line toolchain from specification to implementation to testing to review.
Command Categories
| Category | Description | Path |
|---|---|---|
| Claude Commands | Claude Code extension commands | /commands/claude/ |
| Codex Prompts | Codex CLI prompts | /commands/codex/ |
Quick Navigation
Claude Commands
- Core Orchestration - ccw, ccw-coordinator
- Workflow - workflow series commands
- Session Management - session series commands
- Issue - issue series commands
- IDAW - batch autonomous task execution
- Memory - memory series commands
- CLI - cli series commands
- UI Design - ui-design series commands