chore: scaffold M0 — repo structure, ADRs, dev environment, pre-merge checklist
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
---
|
||||
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):
|
||||
Reference in New Issue
Block a user