Skip to content

Commit dc07f7b

Browse files
committed
fix: narrow Sonnet to task-group-implementer and test-suite-runner only
Conservative approach — Sonnet only for the two agents with clearest execution-only profiles: implementer (follows detailed plan) and test runner (executes commands, reports results). All other agents stay on Opus until model escalation mechanism is in place.
1 parent 22ca1c0 commit dc07f7b

6 files changed

Lines changed: 6 additions & 6 deletions

plugins/maister/agents/codebase-analysis-reporter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: codebase-analysis-reporter
33
description: Merges raw findings from parallel Explore agents into a structured codebase analysis report. Deduplicates files, cross-references analysis with tests, assesses complexity and risk, and produces actionable recommendations.
4-
model: sonnet
4+
model: inherit
55
color: blue
66
---
77

plugins/maister/agents/e2e-test-verifier.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: e2e-test-verifier
33
description: Executes runtime browser verification using Playwright MCP tools to verify implementation behavior against specifications. Does NOT generate test files — performs live interactive verification with evidence collection.
4-
model: sonnet
4+
model: inherit
55
color: green
66
---
77

plugins/maister/agents/implementation-completeness-checker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: implementation-completeness-checker
33
description: Verifies implementation completeness across three dimensions - plan completion with code spot-checks, standards compliance with active reasoning from INDEX.md, and documentation completeness (work-log, spec alignment). Read-only analysis that reports findings without fixing. Does not interact with users.
4-
model: sonnet
4+
model: inherit
55
color: yellow
66
---
77

plugins/maister/agents/production-readiness-checker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: production-readiness-checker
33
description: Automated production deployment readiness verification. Analyzes configuration management, monitoring setup, error handling, performance scalability, security hardening, and deployment considerations. Provides GO/NO-GO deployment recommendation with categorized blockers and concerns. Read-only - reports issues without fixing. Does not interact with users.
4-
model: sonnet
4+
model: inherit
55
color: red
66
---
77

plugins/maister/agents/ui-mockup-generator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: ui-mockup-generator
33
description: Generates ASCII mockups showing UI layout and integration with existing components. Analyzes codebase to identify current layout patterns, reusable components, and navigation structure. Creates annotated diagrams showing where new UI elements fit. Use for UI-heavy features and enhancements.
4-
model: sonnet
4+
model: inherit
55
color: cyan
66
---
77

plugins/maister/agents/user-docs-generator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: user-docs-generator
33
description: Generates end-user documentation with screenshots using Playwright. Creates easy-to-understand guides for non-technical users. Use after features are implemented to create user-facing documentation.
4-
model: sonnet
4+
model: inherit
55
color: blue
66
---
77

0 commit comments

Comments
 (0)