mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-03 15:43:11 +08:00
Add comprehensive command and skill reference documentation in Chinese
- Created a new document for command and skill references, detailing orchestrator commands, workflow session commands, issue workflow commands, IDAW commands, with-file workflows, cycle workflows, CLI commands, memory commands, team skills, workflow skills, utility skills, and Codex capabilities. - Added a comparison table for workflows, outlining their best uses, levels, self-containment, and automatic chaining behavior.
This commit is contained in:
@@ -24,6 +24,9 @@
|
||||
| `workflow-tdd-plan` | TDD workflow | `/workflow-tdd-plan` |
|
||||
| `workflow-test-fix` | Test-fix workflow | `/workflow-test-fix` |
|
||||
| `workflow-skill-designer` | Skill design workflow | `/workflow-skill-designer` |
|
||||
| `team-arch-opt` | Architecture optimization | `/team-arch-opt` |
|
||||
|
||||
> **New in 7.2.1**: `team-arch-opt` skill added for architecture analysis and optimization. `workflow-lite-planex` renamed from `workflow-lite-plan`.
|
||||
|
||||
## Skills Details
|
||||
|
||||
@@ -323,6 +326,30 @@ Wave 2: Issue 6-10 → Parallel planning → Parallel execution
|
||||
...
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
### team-arch-opt
|
||||
|
||||
**One-Liner**: Architecture optimization — Analyze and optimize system architecture
|
||||
|
||||
**Trigger**:
|
||||
```shell
|
||||
/team-arch-opt
|
||||
/ccw "team arch opt: analyze module structure"
|
||||
```
|
||||
|
||||
**Features**:
|
||||
- Architecture analysis and assessment
|
||||
- Optimization recommendations
|
||||
- Team-based architecture review
|
||||
- Role-spec-driven worker agents
|
||||
|
||||
**Use Cases**:
|
||||
- Architecture health assessment
|
||||
- Module dependency analysis
|
||||
- Performance bottleneck identification
|
||||
- Technical debt evaluation
|
||||
|
||||
## Related Commands
|
||||
|
||||
- [Claude Commands - Workflow](../commands/claude/workflow.md)
|
||||
|
||||
Reference in New Issue
Block a user