ワンクリックで
aim-model-dispatch
Select the appropriate LLM model for each agent based on task complexity and role
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Select the appropriate LLM model for each agent based on task complexity and role
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Detect content drift of an operator's scaffolded sanctum files (BOND, CAPABILITIES, CREED, INDEX, LORE, MEMORY, PERSONA, PULSE) against the evolving reference templates, and surface recommended add/remove WITH rationale — never a silent overwrite. Use on a session-start drift check, after the reference templates change, or when the operator asks whether their sanctum is current.
Check ai-memory system status and collection stats
Check ai-memory system status and collection stats
Manually save current session context to ai-memory
Search ai-memory for relevant stored memories
Search ai-memory for relevant stored memories
| name | aim-model-dispatch |
| description | Select the appropriate LLM model for each agent based on task complexity and role |
| allowed-tools | Read |
Purpose: Select the appropriate LLM model and route to the correct provider workflow. Called by /aim-agent-dispatch and /aim-agent-lifecycle.
| Complexity | Model |
|---|---|
| Straightforward / Moderate | Sonnet |
| Significant / Complex / Architectural | Opus |
| Agent Role | Default | Override When |
|---|---|---|
| DEV (implementation) | Sonnet | Opus if architectural changes or complex refactoring |
| Code review | Sonnet | Opus if reviewing architectural decisions |
| Analyst | Sonnet | Opus if deep architectural analysis |
| PM | Sonnet | Opus if complex domain modeling |
| Architect | Opus | Already at highest tier |
| SM, UX Designer | Sonnet | Standard for all work |
| Generic agent | Sonnet | Opus if task requires deep reasoning |
MANDATORY for opus, sonnet, haiku -- use the Claude Code native parallel system.
→ workflows/claude-native/workflow.md
| Provider | Workflow |
|---|---|
| openrouter, ollama, gemini, deepseek, groq, cerebras, mistral, openai, vertex-ai, siliconflow | tmux-dispatch or bmad-dispatch |
| api (image/audio/video) | api-dispatch |
All sub-workflows, references, scripts, wrappers, and evals are in:
{skills_path}/aim-model-dispatch/