19 lines
578 B
Markdown
19 lines
578 B
Markdown
---
|
|
name: Agent proposal
|
|
about: Propose a new specialized agent — required before any agent code is written
|
|
labels: type:feature, area:agent
|
|
---
|
|
|
|
**Agent name**
|
|
|
|
**Single clearly defined responsibility**
|
|
<!-- What does this agent own, and — just as important — what does it explicitly NOT own? -->
|
|
|
|
**Interface**
|
|
<!-- What does it take as input, what does it return, what does it call -->
|
|
|
|
**Does it ever perform write/destructive actions?**
|
|
<!-- If yes: must go through the Execution Guard. Describe how. -->
|
|
|
|
**Dependencies** (other agents, integrations, data sources):
|