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:
catlog22
2026-03-01 20:50:30 +08:00
parent d0275f14b2
commit b1e321267e
6 changed files with 11 additions and 13 deletions

View File

@@ -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