Capability Documentation Template
Status: Template · Copy to CAPABILITIES/{capability-key}.md
markdown
# capability.key
**Status:** Draft | Registered | Deprecated
**Product:** PRD-XXX
**Owner:** Platform / Product
**Last updated:** YYYY-MM-DD
---
## Purpose
What user outcome this capability delivers.
## Intent
Matching intents and confidence thresholds.
## Signals
Required signals from intent/behavior pipeline.
## Planner
How the planner routes to this capability.
## Required tools
| Tool | Permission |
|---|---|
## Permissions
Roles, clinic scoping, fail-closed rules.
## Workflow
```mermaid
sequenceDiagram
participant U as User
participant A as Agent
participant C as Capability
participant T as Tool
U->>A: Message
A->>C: Match
C->>T: Execute
T-->>A: Result
A-->>U: ResponseExamples
Failure modes
| Failure | User experience | Recovery |
Benchmarks
Coverage in benchmark dataset; pass rate.
Regression history
Link to PL-006 / acceptance runs.
Related
Breadcrumbs
Home → Capabilities → capability.key