mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-02 15:23:19 +08:00
docs: fix command invocation syntax accuracy [IDAW-004]
- Fix /workflow-tdd → /workflow-tdd-plan (correct skill name) - Fix /workflow:test-fix → /workflow-test-fix (skill, not command) - Fix /workflow:skill-designer → /workflow-skill-designer (skill) - Fix /workflow:plan → /workflow-plan (skill, not command) - Remove non-existent /workflow:wave-plan reference - Update both English and Chinese documentation
This commit is contained in:
@@ -188,7 +188,7 @@ memory/
|
||||
/workflow-execute
|
||||
|
||||
# TDD development
|
||||
/workflow-tdd "Implement payment processing"
|
||||
/workflow-tdd-plan "Implement payment processing"
|
||||
```
|
||||
|
||||
### 3. Use Memory Management
|
||||
|
||||
@@ -21,10 +21,9 @@
|
||||
| `workflow-execute` | Agent-coordinated execution | `/workflow-execute` |
|
||||
| `workflow-lite-plan` | Lightweight quick planning | `/workflow-lite-plan` |
|
||||
| `workflow-multi-cli-plan` | Multi-CLI collaborative planning | `/workflow-multi-cli-plan` |
|
||||
| `workflow-tdd-plan` | TDD workflow | `/workflow-tdd` |
|
||||
| `workflow-test-fix` | Test-fix workflow | `/workflow:test-fix` |
|
||||
| `workflow-skill-designer` | Skill design workflow | `/workflow:skill-designer` |
|
||||
| `workflow-wave-plan` | Wave batch planning | `/workflow:wave-plan` |
|
||||
| `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` |
|
||||
|
||||
## Skills Details
|
||||
|
||||
|
||||
Reference in New Issue
Block a user