docs: Add planning-only constraint to workflow plan command

Clarify that /workflow:plan creates plans but doesn't execute implementation.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
catlog22
2025-09-24 11:05:39 +08:00
parent 3d498023a0
commit bf561ea3f7

View File

@@ -187,4 +187,8 @@ Documents created for `/workflow:execute`:
- **File not found**: Clear suggestions
- **>10 tasks**: Force re-scoping into iterations
## Planning-Only Constraint
This command creates implementation plans but does not execute them.
Use `/workflow:execute` for actual implementation.