Agent Documentation Template
Status: Template · Copy to AGENTS/{agent-key}.md
markdown
# Agent Name
**Agent key:** `agent_key`
**Product:** PRD-XXX
**Persona:** `persona_id`
**Platform:** PL-003
**Last updated:** YYYY-MM-DD
---
## Overview
Role of this agent in the product.
## Responsibilities
What the agent may do vs. must escalate.
## Intent taxonomy
| Intent | Category | Example utterance |
Link: [AI/intent-understanding.md](../AI/intent-understanding.md)
## Capabilities
| Capability key | Purpose |
|---|---|
## Planner
Goal → task → tool planning behavior.
## Memory
Session vs. long-term; PL-003 vs PL-005 paths.
## Reasoning
When LLM reasoning runs vs. deterministic paths.
## Signals
Behavior, intent, capability signals consumed.
## Policies
Approval, clinic scoping, compliance.
## Conversation examples
### Example 1: …
**User:** …
**Agent:** …
**Tools:** …
## Benchmark coverage
Dataset version, accuracy, known gaps.
## Known issues
## Future roadmap
## Related
- [AGENTS/README.md](./README.md)
- [CAPABILITIES/README.md](../CAPABILITIES/README.md)
## Breadcrumbs
Home → Agents → Agent Name