What problem does it solve? Research queries often get sent to the wrong search backend, wasting time and returning irrelevant results — factual lookups drown in forum noise while opinion questions return marketing pages. This Skill classifies each query as FACTS, OPINION, or MIXED and routes it to the correct backend before any research begins. ## Core Features & Use Cases - Intent Classification: Categorizes queries as FACTS (scores, docs, release notes), OPINION (comparisons, sentiment, recommendations), or MIXED (broad research requests). - Backend Routing: Sends factual queries to Exa via web_search, opinion queries to the last30days script covering Reddit and Hacker News, and runs both in parallel for mixed queries. - Query Planning: Generates a --plan JSON with intent, freshness mode, and subqueries for named-entity searches in last30days. - Use Case: For the query "Cursor vs Copilot which is better", the Skill classifies it as OPINION and routes only to last30days, returning real Reddit and HN discussions instead of vendor blog posts. ## Quick Start Classify my research query and search the right backend for "Hermes Agent pricing and user reviews".