diff --git a/plugins/maister/agents/task-classifier.md b/plugins/maister/agents/task-classifier.md index aa1a121..b7f2a54 100644 --- a/plugins/maister/agents/task-classifier.md +++ b/plugins/maister/agents/task-classifier.md @@ -1,7 +1,7 @@ --- name: task-classifier 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. -model: inherit +model: haiku color: purple --- diff --git a/plugins/maister/agents/task-group-implementer.md b/plugins/maister/agents/task-group-implementer.md index 1578f40..e28581d 100644 --- a/plugins/maister/agents/task-group-implementer.md +++ b/plugins/maister/agents/task-group-implementer.md @@ -1,7 +1,7 @@ --- name: task-group-implementer 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. -model: inherit +model: sonnet color: green --- diff --git a/plugins/maister/agents/test-suite-runner.md b/plugins/maister/agents/test-suite-runner.md index d39457f..9b443be 100644 --- a/plugins/maister/agents/test-suite-runner.md +++ b/plugins/maister/agents/test-suite-runner.md @@ -1,7 +1,7 @@ --- name: test-suite-runner 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. -model: inherit +model: sonnet color: red ---