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:
@@ -51,9 +51,9 @@ Create a simple workflow in under 5 minutes:
|
||||
|
||||
# Or use specific workflow commands
|
||||
/workflow:init # Initialize project state
|
||||
/workflow:plan
|
||||
/workflow-plan
|
||||
# Prompt: "Add OAuth2 authentication" # Create implementation plan
|
||||
/workflow:execute # Execute planned tasks
|
||||
/workflow-execute # Execute planned tasks
|
||||
```
|
||||
|
||||
## Next Steps
|
||||
|
||||
Reference in New Issue
Block a user