Add explicit model specification to commands and agents #72
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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