search-strategy

Decomposes natural language queries into parallel, source-specific searches with ranked results and fallback strategies.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/paulanunes85/awesome-paulasilvatech-copilots --skill search-strategy-paulanunes85
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: search-strategy
Source: https://github.com/paulanunes85/awesome-paulasilvatech-copilots/tree/main/plugins/enterprise-search/skills/search-strategy
Command: npx skills add https://github.com/paulanunes85/awesome-paulasilvatech-copilots --skill search-strategy-paulanunes85

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Transforms natural language questions into parallel, source-specific searches, enabling teams to quickly retrieve relevant information from multiple connected sources.

Core Features & Use Cases

  • Decomposes queries into source-specific sub-queries.
  • Ranks results by relevance and deduplicates across sources.
  • Handles ambiguity and provides fallback strategies when data is missing.
  • Use Case: Researching a topic that spans chat, docs, and issue trackers to obtain a unified answer with sources.

Quick Start

Ask a natural language question and let the skill decompose it into multi-source searches and ranked results.

Frequently Asked Questions about search-strategy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search across multiple data sources using a natural language query?

Multi-source search decomposes a natural language query into parallel, source-specific sub-queries. It applies semantic and keyword search strategies to map the query to each connected data source, retrieving relevant information. Results are then ranked by relevance and deduplicated across sources.

What is the best way to handle ambiguity and missing data in enterprise search workflows?

Enterprise search workflows handle ambiguity by applying query decomposition to map natural language questions to specific sources. When data is missing, the search strategy employs fallback mechanisms to ensure the workflow still returns the most relevant information available across connected data sources.

How do I rank and deduplicate search results from different connected sources?

Ranking and deduplicating search results from different sources requires a multi-source orchestration strategy. After decomposing the query into parallel searches, the system aggregates the retrieved information, ranks results by relevance, and removes duplicate entries to provide a unified answer.

Can I use query decomposition to map semantic searches to specific data sources?

Yes, query decomposition maps semantic searches to specific data sources by breaking down a natural language query. It applies both semantic and keyword search strategies to target each connected source individually, enabling parallel searches that retrieve relevant information based on the source's structure.

Does multi-source search orchestration work for researching topics across chat, docs, and issue trackers?

Multi-source search orchestration works for researching topics across chat, docs, and issue trackers by transforming natural language questions into parallel, source-specific searches. It retrieves relevant information from these multiple connected sources and ranks the results to obtain a unified answer.