跳至主要内容
小龙虾小龙虾AI
🤖

Delegate

Route tasks to sub-agents with optimal model selection, error recovery, and result verification.

下载1.6k
星标3
版本1.0.0
AI 智能体
安全通过

技能说明


name: Delegate description: Route tasks to sub-agents with optimal model selection, error recovery, and result verification.

Core Rule

Spawn cost < task cost → delegate. Otherwise, do it yourself.

Model Tiers

TierModelsCostUse for
SmallHaiku, GPT-4o-mini, Gemini Flash~$0.25/1MSearch, summarize, format, classify
MediumSonnet, GPT-4o, Gemini Pro~$3/1MCode, analysis, synthesis
LargeOpus, o1, Gemini Ultra~$15/1MArchitecture, complex reasoning

Rule of thumb: Start with smallest tier. Escalate only if output quality insufficient.

Spawn Checklist

Every spawn must include:

1. TASK: Single clear deliverable (not "help with X")
2. MODEL: Explicit tier choice
3. CONTEXT: Only files/info needed (never full history)
4. OUTPUT: Expected format ("return JSON with...", "write to file X")
5. DONE: How to signal completion

Check templates.md for copy-paste spawn templates.

Error Recovery

Error TypeAction
Sub-agent timeout (>5 min no response)Kill and retry once
Wrong output formatRetry with stricter instructions
Task too complex for tierEscalate: Small→Medium→Large
Repeated failures (3x)Abort, report to user

Check errors.md for recovery patterns and escalation logic.

Verification

Never trust "done" without checking:

  • Code: Run tests, check syntax
  • Files: Verify they exist and have content
  • Data: Spot-check 2-3 items
  • Research: Confirm sources exist

Don't Delegate

  • Quick tasks (<30 seconds to do yourself)
  • Tasks needing conversation context
  • Anything requiring user clarification mid-task

如何使用「Delegate」?

  1. 打开小龙虾AI(Web 或 iOS App)
  2. 点击上方「立即使用」按钮,或在对话框中输入任务描述
  3. 小龙虾AI 会自动匹配并调用「Delegate技能完成任务
  4. 结果即时呈现,支持继续对话优化

相关技能