Smart Context Loader When a user starts a new task or asks to work on something, check if there are historical patterns that suggest which files they'll need. When to Activate - User describes a new task (bug fix, feature, refactor, review) - User says "let's work on..." or "I need to fix..." - Session just started and user is describing what they want to do - User asks "what files do I need for this?" How to Use 1. Check for existing templates matching the task type: 2. Check historical patterns for the current directory: 3. Based on the task description and historical data: - If a matching…