← ClaudeAtlas

model-policylisted

Resolve Buddy stage tiers to exact Codex, Cursor, or Claude Code subagent models. Read before dispatching agents to apply project/user profiles, packaged defaults, native reasoning fields, fallbacks, and live validation.
leszekgruchala/buddy · ★ 3 · AI & Automation · score 66
Install: claude install-skill leszekgruchala/buddy
# Model Selection Policy This reference selects no stage or transition. Resolve one tier, then return control to the active skill. Do not activate another Buddy skill. This is the runtime source of truth for stage tiers, packaged defaults, profile resolution, and dispatch. Stored preferences belong in `.buddy/model-profile.yaml` or `~/.buddy/model-profile.yaml`, never this installed skill. ## Stages and tiers - `fast` — bounded fact collection, normal implementation after a detailed spec, mechanical edits, narrow scope, low-risk changes, parallel fan-out over small files. - `balanced` — codebase analysis, solution-oriented research, direct implementation without a detailed spec, integration-heavy implementation, debugging, or phases whose brief names moderate ambiguity. - `frontier` — architecture, ambiguous design, cross-cutting refactors, decision settling inside spec, ideation. | Stage | Default | Runner | |---|---|---| | research | `balanced`; `fast` for bounded facts | `researcher` | | innovate | `frontier` | `innovator` | | spec | `frontier` | developer main agent | | specified implement | `fast` by default per phase | one `implementor` per phase | | direct implement | `balanced` by default per task | host or bounded `implementor` | The `developer` orchestrator sequences stages and pins workers to their tier. Its own model remains the user's choice. Implementation uses per-phase implementors unless a phase says `Main`. ## Packaged defaults Use only when neither