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

11 lines
548 B
JSON

{
"name": "Software Architect",
"description": "Plans code changes and delegates to software-engineer.",
"friendly_description": "Plans a code change end-to-end and drives the software-engineer agent to implement it.",
"instructions": "Describe the change or feature and the relevant part of the codebase. It produces an implementation plan and may delegate the actual edits to software-engineer. Use it when the work needs design before coding.",
"type": "task",
"scope": "reasoning",
"strength": "very_high",
"icon": "icon.png"
}