Files
Skald-Circle/agents/generalist/meta.json
T
2026-07-10 15:02:09 +01:00

11 lines
629 B
JSON

{
"name": "Generalist",
"description": "General-purpose task executor: carries out the well-defined work ordered by the calling agent — file edits, shell commands, batch operations. No planning or QA.",
"friendly_description": "Carries out well-defined hands-on work — file edits, shell commands, batch operations — exactly as instructed.",
"instructions": "Hand it a fully-specified task: what to change and where. It executes but does not plan, decide scope, or QA its own output, so be explicit about the desired outcome.",
"type": "task",
"scope": "general",
"strength": "average",
"icon": "icon.png"
}