원클릭으로
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/