What problem does it solve?
This Skill solves the problem of producing fast, accurate answers by decomposing a natural-language question into targeted searches across multiple information sources and then synthesizing ranked results.
Core Features & Use Cases
- Query decomposition by question type: classifies the query (decision, status, document, person, factual, temporal, exploratory) to choose the most effective search priorities.
- Parallel, source-specific search orchestration: generates semantic or keyword queries per source and maps enterprise-style filters into source syntax.
- Relevance ranking with authority and freshness: scores results using weighted factors and applies an authority hierarchy to prefer the most trustworthy evidence for the question type.
- Ambiguity handling and fallbacks: asks a focused clarifying question only when interpretations would materially change results, otherwise broadens queries or skips unavailable sources with graceful degradation.
Quick Start
Use search-strategy to answer: "What did we decide about the API migration timeline?" by running parallel chat, wiki, and project-tracker searches, then merging and deduplicating ranked results into one coherent response.