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

@@ -324,7 +324,7 @@ Task: <description>
"session_id": "WFS-plan-20250124", "artifacts": ["IMPL_PLAN.md"] }
],
"prompts_used": [
{ "index": 0, "command": "plan", "prompt": "/workflow:plan -y \"...\"" }
{ "index": 0, "command": "plan", "prompt": "/workflow-plan -y \"...\"" }
]
}
```