Skip to content

Commit 29ad3b0

Browse files
author
catlog22
committed
feat: Update command references for issue creation and planning in workflow commands
1 parent 30753c7 commit 29ad3b0

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

.claude/commands/workflow/analyze-with-file.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -509,8 +509,8 @@ CONSTRAINTS: ${perspective.constraints}
509509
- Add session statistics: rounds, duration, sources, artifacts, **decision count**
510510

511511
3. **Post-Completion Options** (AskUserQuestion)
512-
- **创建Issue**: Launch issue:new with conclusions
513-
- **生成任务**: Launch workflow:lite-plan for implementation
512+
- **创建Issue**: Launch issue-discover with conclusions
513+
- **生成任务**: Launch workflow-lite-plan for implementation
514514
- **导出报告**: Generate standalone analysis report
515515
- **完成**: No further action
516516

@@ -698,18 +698,18 @@ User agrees with current direction, wants deeper code analysis
698698
- Need hypothesis-driven investigation
699699
- Focus on evidence and verification
700700

701-
**Use `Skill(skill="workflow:brainstorm-with-file", args="\"topic or question\"")` when:**
701+
**Use `Skill(skill="brainstorm", args="\"topic or question\"")` when:**
702702
- Generating new ideas or solutions
703703
- Need creative exploration
704704
- Want divergent thinking before convergence
705705

706-
**Use `Skill(skill="workflow:collaborative-plan-with-file", args="\"task description\"")` when:**
706+
**Use `Skill(skill="workflow-plan", args="\"task description\"")` when:**
707707
- Complex planning requiring multiple perspectives
708708
- Large scope needing parallel sub-domain analysis
709709
- Want shared collaborative planning document
710710
- Need structured task breakdown with agent coordination
711711

712-
**Use `Skill(skill="workflow:lite-plan", args="\"task description\"")` when:**
712+
**Use `Skill(skill="workflow-lite-plan", args="\"task description\"")` when:**
713713
- Ready to implement (past analysis phase)
714714
- Need simple task breakdown
715715
- Focus on quick execution planning

.claude/commands/workflow/brainstorm-with-file.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -611,8 +611,8 @@ CONSTRAINTS: Don't force incompatible ideas together
611611
- **Session statistics**: Rounds, ideas generated/survived, duration
612612
613613
3. **Post-Completion Options** (AskUserQuestion)
614-
- **创建实施计划**: Launch workflow:plan with top idea
615-
- **创建Issue**: Launch issue:new for top 3 ideas
614+
- **创建实施计划**: Launch workflow-plan with top idea
615+
- **创建Issue**: Launch issue-discover for top 3 ideas
616616
- **深入分析**: Launch workflow:analyze-with-file for top idea
617617
- **导出分享**: Generate shareable report
618618
- **完成**: No further action
@@ -750,7 +750,7 @@ See full markdown template in original file (lines 955-1161).
750750
751751
## Usage Recommendations (Requires User Confirmation)
752752
753-
**Use `Skill(skill="workflow:brainstorm-with-file", args="\"topic or question\"")` when:**
753+
**Use `Skill(skill="brainstorm", args="\"topic or question\"")` when:**
754754
- Starting a new feature/product without clear direction
755755
- Facing a complex problem with multiple possible solutions
756756
- Need to explore alternatives before committing
@@ -763,13 +763,13 @@ See full markdown template in original file (lines 955-1161).
763763
- Debugging or troubleshooting
764764
- Understanding current state
765765
766-
**Use `Skill(skill="workflow:collaborative-plan-with-file", args="\"task description\"")` when:**
766+
**Use `Skill(skill="workflow-plan", args="\"task description\"")` when:**
767767
- Complex planning requiring multiple perspectives
768768
- Large scope needing parallel sub-domain analysis
769769
- Want shared collaborative planning document
770770
- Need structured task breakdown with agent coordination
771771
772-
**Use `Skill(skill="workflow:lite-plan", args="\"task description\"")` when:**
772+
**Use `Skill(skill="workflow-lite-plan", args="\"task description\"")` when:**
773773
- Direction is already clear
774774
- Ready to move from ideas to execution
775775
- Need simple implementation breakdown

0 commit comments

Comments
 (0)