diff --git a/skills/iso-bot/SKILL.md b/skills/iso-bot/SKILL.md index 56f8bad..eeb3cdf 100644 --- a/skills/iso-bot/SKILL.md +++ b/skills/iso-bot/SKILL.md @@ -60,10 +60,7 @@ All game logic is behind interfaces in `pkg/plugin/plugin.go`: - Always commit and push after changes ## Sub-Agent Settings -When spawning sub-agents for this project, use generous timeouts: -- Small tasks (single file, docs): `runTimeoutSeconds: 300` (5 min) -- Medium tasks (new feature, refactor): `runTimeoutSeconds: 900` (15 min) -- Large tasks (multi-file implementation): `runTimeoutSeconds: 1800` (30 min) +When spawning sub-agents for this project, use generous timeouts. Estimate per task — no fixed limits. Use `runTimeoutSeconds` proportional to complexity (e.g., 300 for docs, 3600+ for large multi-file implementations). Don't let timeouts cut work short. - Model: `anthropic/claude-sonnet-4-20250514` (good balance of speed and quality for code) ## Git Workflow