search-strategy

Decompose natural language questions into parallel source-specific searches across connected enterprise sources.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/lilbom32/ketnoitrithuc --skill search-strategy-lilbom32
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: search-strategy
Source: https://github.com/lilbom32/ketnoitrithuc/tree/main/.claude/skills/enterprise-search/1.1.0/skills/search-strategy
Command: npx skills add https://github.com/lilbom32/ketnoitrithuc --skill search-strategy-lilbom32

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Breaks down complex natural language questions into parallel, source-specific searches, enabling comprehensive retrieval across multiple connected sources.

Core Features & Use Cases

  • Query decomposition: identifies query type, extracts keywords, entities, intent signals, constraints, and negations.
  • Source-specific sub-queries: translates queries for ~~chat, ~~knowledge base, and ~~project tracker with parallel execution and ranking.
  • Synthesis and fallbacks: aggregates results, removes duplicates, and provides fallback strategies when sources are unavailable.

Quick Start

Ask a natural language question and let this skill decompose it, run parallel searches across connected sources, and synthesize a ranked answer.

Frequently Asked Questions about search-strategy

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

FAQPage Schema
How do I run parallel searches across multiple enterprise sources from a single natural language query?

Multi-source enterprise search uses query decomposition to break down natural language questions into parallel, source-specific sub-queries, executing them simultaneously across connected chat, knowledge base, and project tracker sources to retrieve comprehensive results.

How does natural language query decomposition handle search intent and constraints for enterprise search?

Natural language query decomposition identifies query type, extracts keywords, entities, intent signals, constraints, and negations to translate natural language questions into source-specific syntax for accurate parallel retrieval across enterprise sources.

Can I search across chat, knowledge base, and project trackers simultaneously without writing specific syntax for each?

Yes, you can use natural language questions directly. The system translates queries into source-specific syntax automatically, executing parallel searches across chat, knowledge base, and project trackers while handling ambiguity without requiring manual query languages.

How are duplicate results handled when synthesizing answers from multiple parallel search sources?

During result synthesis, the system aggregates outputs from parallel searches, removes duplicate entries, and applies ranking algorithms to synthesize a final answer while providing fallback strategies when connected sources are unavailable.

What happens to my multi-source search if one of the connected knowledge base or project tracker sources is unavailable?

When sources are unavailable, the multi-source search provides fallback strategies to ensure continued operation. The system synthesizes a final answer using available results from the remaining connected chat, knowledge base, or project tracker sources.