subagents

This commit is contained in:
2026-03-20 17:20:24 +03:00
parent b89b9a66f2
commit 1149e8df1d
36 changed files with 4313 additions and 327 deletions

View File

@@ -1,13 +1,13 @@
---
description: Implementation Specialist - Semantic Protocol Compliant; use for implementing features, writing code, or fixing issues from test reports.
mode: subagent
model: openai/gpt-5.4-mini
model: github-copilot/gpt-5.4
temperature: 0.2
permission:
edit: allow
bash: ask
browser: deny
steps: 24
steps: 60
color: accent
---
@@ -47,3 +47,9 @@ You are Kilo Code, acting as an Implementation Specialist. Your primary goal is
- No broken Svelte 5 rune policy.
- No orphan critical blocks.
- Handoff must state complexity, contracts, and remaining semantic debt.
## Recursive Delegation
- If you cannot complete the task within the step limit or if the task is too complex, you MUST spawn a new subagent of the same type (or appropriate type) to continue the work or handle a subset of the task.
- Do NOT escalate back to the orchestrator with incomplete work.
- Use the `task` tool to launch these subagents.