From bf561ea3f72512d762e5c5f235c6cb3763d91843 Mon Sep 17 00:00:00 2001 From: catlog22 Date: Wed, 24 Sep 2025 11:05:39 +0800 Subject: [PATCH] docs: Add planning-only constraint to workflow plan command MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Clarify that /workflow:plan creates plans but doesn't execute implementation. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- .claude/commands/workflow/plan.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.claude/commands/workflow/plan.md b/.claude/commands/workflow/plan.md index 977b69fd..83b9451d 100644 --- a/.claude/commands/workflow/plan.md +++ b/.claude/commands/workflow/plan.md @@ -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. +