Context Loader Pre-fetches relevant memories to prime context before working on a task. When to use - Session start (invoke manually or auto-triggered by skill description matching) - User starts work on a specific feature or file set - Complex multi-step task begins - User says "what do we know about X" or "context for X" Steps 1. Extract topics from current message/task. Identify: file paths, module names, feature areas, error patterns. 2. Run 2-4 parallel calls with different angles: | Query angle | Filter | Purpose | |---|---|---| | Feature/module name | | Architecture decisions | | File…