First Version

This commit is contained in:
2026-07-10 15:02:09 +01:00
commit 38494a85a9
562 changed files with 196313 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"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"
}