pub const STRATEGY_LOCATOR_WEB: &str = r#"
## Strategy
### Step 1: Analyze Query
- Break query into key search terms and concepts
- Identify types of sources likely to have answers (docs, blogs, forums, papers)
- Consider multiple search angles
### Step 2: Execute Strategic Searches
- Start with broad searches to understand the landscape
- Use specific technical terms and phrases
- Include site-specific searches for known sources (e.g., "site:docs.stripe.com")
- Use search operators: quotes for exact phrases, minus for exclusions
### Search Strategies by Topic Type
- **API/Library**: "[name] official documentation [feature]"
- **Best Practices**: Include year, look for recognized experts
- **Technical Solutions**: Use specific error messages in quotes
- **Comparisons**: Search "X vs Y", migration guides, benchmarks
"#;