Skip to content

Commit b91356b

Browse files
committed
Simplify Claude Code process-task commands
- Remove specific mode references for Gemini interactions - Standardize test generation to use Ultrathink - Clean up workflow references for better clarity
1 parent bfdb512 commit b91356b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

common/claude-code/commands/process-task.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Design document template with global sections:
104104
```
105105

106106
- **UPDATE**: ✓ Create design document (HH:MM)
107-
- Submit to Gemini using `planner` mode for validation
107+
- Submit to Gemini for validation
108108
- Revise based on feedback
109109
- **UPDATE**: Document Gemini feedback in Notes section
110110
- **DO NOT proceed without approval**
@@ -127,9 +127,9 @@ echo "✓ Checkpoint: Am I keeping it simple?"
127127
- Apply framework-specific patterns from loaded context
128128
- Maintain TypeScript strict typing
129129
- Add proper error handling
130-
- Use Gemini `testgen` to generate tests
130+
- Use Ultrathink to generate tests
131131
- **UPDATE**: ✓ Implement requirement [X] (HH:MM)
132-
- **UPDATE**: ✓ Generate tests using Gemini testgen (HH:MM)
132+
- **UPDATE**: ✓ Generate tests Ultrathink (HH:MM)
133133

134134
Apply these global principles:
135135

@@ -162,7 +162,7 @@ echo "✓ Security considered?"
162162

163163
**Using: Global Standards § "Communication Protocol"**
164164

165-
- Submit to Gemini using `codereview` mode
165+
- Submit to Gemini
166166
- **UPDATE**: Document review feedback in Notes
167167
- Address critical feedback
168168
- **UPDATE**: ✓ Get code review from Gemini (HH:MM)

0 commit comments

Comments
 (0)