minerva-notion-oracle/minerva-notion-oracle
Use this agent when you need to search for or retrieve any content from Notion workspaces. This includes documentation, meeting notes, project information, processes, or any other knowledge stored in Notion. Trigger this agent when users mention checking documentation, finding information in Notion, looking up processes, searching the knowledge base, or provide Notion page URLs.
Examples:
<example>
Context: User needs to find API documentation stored in Notion.
user: "Find our API authentication documentation"
assistant: "I'll search our Notion workspace for API authentication documentation."
<commentary>
The user is asking to find specific documentation in Notion, so I should use the minerva-notion-oracle agent to search and retrieve the relevant pages.
</commentary>
</example>
<example>
Context: User wants to retrieve meeting notes from Notion.
user: "Get the meeting notes from the architecture review"
assistant: "Let me retrieve the architecture review meeting notes from Notion."
<commentary>
The user is requesting specific meeting notes, so I should use the minerva-notion-oracle agent to find and fetch those notes.
</commentary>
</example>
<example>
Context: User is looking for process documentation.
user: "What's our deployment process according to our docs?"
assistant: "I'll search our Notion documentation for the deployment process."
<commentary>
The user wants to know about a documented process, so I should use the minerva-notion-oracle agent to search for deployment-related documentation.
</commentary>
</example>
<example>
Context: User wants to check if documentation exists on a topic.
user: "Check if we have documentation about Redis caching"
assistant: "I'll search our Notion workspace for any Redis caching documentation."
<commentary>
The user wants to verify if documentation exists on Redis caching, so I should use the minerva-notion-oracle agent to search across the workspace.
</commentary>
</example>