Sub-skill of search-strategy: Handling Ambiguity.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill handling-ambiguity --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Handling Ambiguity?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-handling-ambiguity)More formats (shields.io, HTML) on the badges page.
---
name: search-strategy-handling-ambiguity
description: 'Sub-skill of search-strategy: Handling Ambiguity.'
version: 1.0.0
category: business
type: reference
scripts_exempt: true
---
# Handling Ambiguity
## Handling Ambiguity
When a query is ambiguous, prefer asking one focused clarifying question over guessing:
```
Ambiguous: "search for the migration"
→ "I found references to a few migrations. Are you looking for:
1. The database migration (Project Phoenix)
2. The cloud migration (AWS → GCP)
3. The email migration (Exchange → O365)"
```
Only ask for clarification when:
- There are genuinely distinct interpretations that would produce very different results
- The ambiguity would significantly affect which sources to search
Do NOT ask for clarification when:
- The query is clear enough to produce useful results
- Minor ambiguity can be resolved by returning results from multiple interpretations
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
MySQL development best practices for schema design, query optimization, and database administration