subagents
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user