Skip to content

Commit 6913121

Browse files
committed
feat: add model tiering for agents based on task complexity
Assign models by cognitive demand: - Opus (inherit): planning, spec, architecture, review agents - Sonnet: task-group-implementer, test-suite-runner - Haiku: task-classifier, project-analyzer
1 parent 752cfb6 commit 6913121

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/maister/agents/task-classifier.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: task-classifier
33
description: Task classification specialist analyzing task descriptions and issue references to classify into 5 workflow types (development, performance, migration, research). Supports GitHub/Jira integration, codebase context analysis, and confidence scoring.
4-
model: inherit
4+
model: haiku
55
color: purple
66
---
77

plugins/maister/agents/task-group-implementer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: task-group-implementer
33
description: Execute a single task group from an implementation plan with continuous standards discovery. Writes code, runs tests, returns structured execution report. Does NOT mark checkboxes - main agent handles progress tracking.
4-
model: inherit
4+
model: sonnet
55
color: green
66
---
77

plugins/maister/agents/test-suite-runner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: test-suite-runner
33
description: Runs the full test suite and analyzes results. Identifies test command from project config, executes all tests (not just feature tests), reports pass/fail counts, flags regressions in unrelated areas, and categorizes failures. Read-only - reports issues without fixing. Does not interact with users.
4-
model: inherit
4+
model: sonnet
55
color: red
66
---
77

0 commit comments

Comments
 (0)