# Search Strategy

> Decompose complex questions into targeted multi-source search strategies. Use when user needs high-confidence synthesis from multiple tools, docs, repositories, or APIs with clear relevance ranking and fallback logic.

- Skill: `rldyourmnd/search-strategy` (Agent Skill)
- Install (CLI): `npx skillmds@latest add rldyourmnd/search-strategy`
- Raw SKILL.md: https://api.skillmd.com/api/skills/rldyourmnd/search-strategy/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: rldyourmnd (https://skillmd.com/u/rldyourmnd)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/rldyourmnd/search-strategy

---


# Search Strategy

## Workflow
1. Break request into answerable sub-questions.
2. Map each sub-question to best source/tool.
3. Query iteratively, refining terms from evidence.
4. Rank sources by authority and freshness.
5. Synthesize with explicit uncertainty and next checks.

## Quality Bar
- Traceable reasoning from source to claim.
- Conflicts called out, not hidden.
- Practical next action when evidence is incomplete.

