Add explicit model specification to commands and agents #72

Closed
opened 2026-01-10 14:10:38 +00:00 by HugoNijhuis · 1 comment
Owner

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

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.

Commands support model in frontmatter per Claude Code docs.

## 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 | 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. Commands support `model` in frontmatter per [Claude Code docs](https://code.claude.com/docs/en/slash-commands).
Author
Owner

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 agents 2026-01-10 14:16:38 +00:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: flowmade-one/architecture#72