From 29ad3b0558de4a002256702ca85cec07e818a331 Mon Sep 17 00:00:00 2001 From: catlog22 Date: Sun, 15 Feb 2026 14:40:23 +0800 Subject: [PATCH] feat: Update command references for issue creation and planning in workflow commands --- .claude/commands/workflow/analyze-with-file.md | 10 +++++----- .claude/commands/workflow/brainstorm-with-file.md | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.claude/commands/workflow/analyze-with-file.md b/.claude/commands/workflow/analyze-with-file.md index 57a9d35d..7729d5fa 100644 --- a/.claude/commands/workflow/analyze-with-file.md +++ b/.claude/commands/workflow/analyze-with-file.md @@ -509,8 +509,8 @@ CONSTRAINTS: ${perspective.constraints} - Add session statistics: rounds, duration, sources, artifacts, **decision count** 3. **Post-Completion Options** (AskUserQuestion) - - **创建Issue**: Launch issue:new with conclusions - - **生成任务**: Launch workflow:lite-plan for implementation + - **创建Issue**: Launch issue-discover with conclusions + - **生成任务**: Launch workflow-lite-plan for implementation - **导出报告**: Generate standalone analysis report - **完成**: No further action @@ -698,18 +698,18 @@ User agrees with current direction, wants deeper code analysis - Need hypothesis-driven investigation - Focus on evidence and verification -**Use `Skill(skill="workflow:brainstorm-with-file", args="\"topic or question\"")` when:** +**Use `Skill(skill="brainstorm", args="\"topic or question\"")` when:** - Generating new ideas or solutions - Need creative exploration - Want divergent thinking before convergence -**Use `Skill(skill="workflow:collaborative-plan-with-file", args="\"task description\"")` when:** +**Use `Skill(skill="workflow-plan", args="\"task description\"")` when:** - Complex planning requiring multiple perspectives - Large scope needing parallel sub-domain analysis - Want shared collaborative planning document - Need structured task breakdown with agent coordination -**Use `Skill(skill="workflow:lite-plan", args="\"task description\"")` when:** +**Use `Skill(skill="workflow-lite-plan", args="\"task description\"")` when:** - Ready to implement (past analysis phase) - Need simple task breakdown - Focus on quick execution planning diff --git a/.claude/commands/workflow/brainstorm-with-file.md b/.claude/commands/workflow/brainstorm-with-file.md index 42cbb193..d1fbad11 100644 --- a/.claude/commands/workflow/brainstorm-with-file.md +++ b/.claude/commands/workflow/brainstorm-with-file.md @@ -611,8 +611,8 @@ CONSTRAINTS: Don't force incompatible ideas together - **Session statistics**: Rounds, ideas generated/survived, duration 3. **Post-Completion Options** (AskUserQuestion) - - **创建实施计划**: Launch workflow:plan with top idea - - **创建Issue**: Launch issue:new for top 3 ideas + - **创建实施计划**: Launch workflow-plan with top idea + - **创建Issue**: Launch issue-discover for top 3 ideas - **深入分析**: Launch workflow:analyze-with-file for top idea - **导出分享**: Generate shareable report - **完成**: No further action @@ -750,7 +750,7 @@ See full markdown template in original file (lines 955-1161). ## Usage Recommendations (Requires User Confirmation) -**Use `Skill(skill="workflow:brainstorm-with-file", args="\"topic or question\"")` when:** +**Use `Skill(skill="brainstorm", args="\"topic or question\"")` when:** - Starting a new feature/product without clear direction - Facing a complex problem with multiple possible solutions - Need to explore alternatives before committing @@ -763,13 +763,13 @@ See full markdown template in original file (lines 955-1161). - Debugging or troubleshooting - Understanding current state -**Use `Skill(skill="workflow:collaborative-plan-with-file", args="\"task description\"")` when:** +**Use `Skill(skill="workflow-plan", args="\"task description\"")` when:** - Complex planning requiring multiple perspectives - Large scope needing parallel sub-domain analysis - Want shared collaborative planning document - Need structured task breakdown with agent coordination -**Use `Skill(skill="workflow:lite-plan", args="\"task description\"")` when:** +**Use `Skill(skill="workflow-lite-plan", args="\"task description\"")` when:** - Direction is already clear - Ready to move from ideas to execution - Need simple implementation breakdown