Delegate to External AI
Routes tasks to specialized models based on task type and constraints using PAL MCP tools.
When to Delegate
Delegate when Claude is not the best tool:
- Large context (1M+ tokens) -> Gemini 3 Pro via PAL
chattool - Math/reasoning -> DeepSeek R1 via PAL
chattool - Private/offline -> Local Ollama via PAL
chattool - Code review consensus -> Multi-model via PAL
consensustool - Architecture planning -> Claude Opus or Gemini via PAL
plannertool
PAL MCP Tools
chat- Single model for straightforward tasksclink- Parallel queries across multiple modelsconsensus- Multi-model agreement for critical decisionscodereview- Structured code review with multiple perspectivesplanner- Architecture and design planningprecommit- Quick validation before committing
Workflow
- Identify task type (research, coding, review, architecture, planning)
- Select PAL MCP tool based on type and constraints
- Execute via Task tool with appropriate agent subtype
- Synthesize results if using multi-model tools
Model Routing
| Task Type | Cloud Model | Local Model | PAL Tool |
|---|---|---|---|
| Research | Gemini 3 Pro | qwen3-next:80b | chat, clink |
| Complex Coding | Claude Opus | qwen3-coder:30b | codereview |
| Fast Tasks | Claude Sonnet | qwen3-next:latest | chat |
| Code Review | Multi-model | deepseek-r1:70b | consensus |
| Architecture | Claude Opus | qwen3-next:80b | planner |
Local-Only Mode
When localOnlyMode is enabled or --local flag is passed, all tasks route to Ollama models.
No cloud API calls are made.
Related Skills
- auto-maintain (ai-delegation)
Converted and distributed by TomeVault — claim your Tome and manage your conversions.