retrieval-policy
Installation
SKILL.md
Retrieval Policy Skill
Intelligent retrieval decision-making for agent memory queries. The "brainstem" that decides how to search.
When to Use
| Use Case | Best Approach |
|---|---|
| Detect available search capabilities | retrieval status |
| Classify query intent | retrieval classify <query> |
| Route query through optimal layers | retrieval route <query> |
| Understand why a method was chosen | Check explainability payload |
| Handle layer failures gracefully | Automatic fallback chains |