Skip to main content

QUERY_SUGGEST_INSTRUCTIONS

Constant QUERY_SUGGEST_INSTRUCTIONS 

Source
pub const QUERY_SUGGEST_INSTRUCTIONS: &str = r#"
## Query Suggestions

Help the user discover what's in their memory collection.

**Exploration Strategies**:
1. **Topic-based**: Use `subcog://topics` resource to see available topics
2. **Namespace-based**: List what's in each namespace
3. **Tag-based**: Find common tags and their distributions
4. **Time-based**: See recent vs. older memories

**Resources to use**:
- Read `subcog://topics` for topic overview
- Use `mcp__plugin_subcog_subcog__subcog_recall` with `*` query to browse all
- Apply `ns:X` filter to explore specific namespaces

**Suggested queries based on common needs**:
- "What decisions have we made about <topic>?"
- "Show me patterns for <domain>"
- "What did we learn from <issue>?"
- "Context for <feature>"
"#;