Commands and agents specify models inconsistently. Some have explicit model selection, others rely on inheritance. Lightweight commands could benefit from faster, cheaper models.
Current State - Agents
Agent
Model
code-reviewer
model: sonnet
software-architect
model: opus
issue-worker
(not specified)
pr-fixer
(not specified)
Current State - Commands
No commands currently specify a model. Candidates for model: haiku:
/dashboard - just fetches and displays data
/roadmap - just fetches and displays issues
/manifesto - mostly reading/displaying
Acceptance Criteria
Agents
Add model: sonnet to issue-worker agent (balanced for implementation)
Add model: sonnet to pr-fixer agent
Document model selection rationale in each agent
Commands
Review commands for model optimization opportunities
Add model: haiku to lightweight read-only commands
Document model selection rationale
Context
From /arch-review-repo finding. Priority: P2 - Medium.
I'm actually thinking would there be any of these agent's that we could do with haiku instead?
I'm actually thinking would there be any of these agent's that we could do with haiku instead?
HugoNijhuis
changed title from Add explicit model specification to all agents to Add explicit model specification to commands and agents2026-01-10 14:16:38 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
Commands and agents specify models inconsistently. Some have explicit model selection, others rely on inheritance. Lightweight commands could benefit from faster, cheaper models.
Current State - Agents
model: sonnetmodel: opusCurrent State - Commands
No commands currently specify a model. Candidates for
model: haiku:/dashboard- just fetches and displays data/roadmap- just fetches and displays issues/manifesto- mostly reading/displayingAcceptance Criteria
Agents
model: sonnettoissue-workeragent (balanced for implementation)model: sonnettopr-fixeragentCommands
model: haikuto lightweight read-only commandsContext
From
/arch-review-repofinding. Priority: P2 - Medium.Commands support
modelin frontmatter per Claude Code docs.I'm actually thinking would there be any of these agent's that we could do with haiku instead?
Add explicit model specification to all agentsto Add explicit model specification to commands and agents