What problem does it solve?
This skill retrieves historical references from PrismFlow's memory and knowledge bases so that AI responses can reference past context. It is used when users mention terms like previously, before, history, project background, or past decisions, and when the system detects missing information in the current reply. It must call both query_memory and query_knowledge and return only the historical references, without writing new memory or synthesizing conclusions.
Core Features & Use Cases
- Retrieve historical context by invoking both memory and knowledge queries when needed.
- Return only the retrieved references to support informed responses, without modifying memory or generating analyses.
- Use Case: When a user asks about a prior decision or project background, the AI fetches the relevant historical references for reference.
Quick Start
When past-context is requested, run both query_memory and query_knowledge and return only the historical references.