Commit 6aba691
committed
Add critical instructions to research-lead agent to force worker spawning
PROBLEM: research-lead agent was generating explanations about missing
tools instead of attempting to spawn workers.
FIX: Added two critical sections at the top:
1. 'CRITICAL: You MUST Spawn Workers' - Forces immediate action
2. 'Available Tools and Agents' - Explicitly lists Task tool and clarifies
that workers (not lead) have WebSearch/WebFetch
This prevents the agent from being overly cautious and ensures it attempts
to use the Task tool to spawn stepwise-research:research-worker agents.1 parent 2feb816 commit 6aba691
1 file changed
Lines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
17 | 23 | | |
18 | 24 | | |
19 | 25 | | |
| |||
47 | 53 | | |
48 | 54 | | |
49 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
50 | 69 | | |
51 | 70 | | |
52 | 71 | | |
| |||
0 commit comments