Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/maister/agents/task-classifier.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
2 changes: 1 addition & 1 deletion plugins/maister/agents/task-group-implementer.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
2 changes: 1 addition & 1 deletion plugins/maister/agents/test-suite-runner.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down