---
name: stijnman/deep-search-enabler
source: https://app.decimal.ai/s/stijnman-deep-search-enabler@1/SKILL.md
source_sha256: 235dba62c558
---

# Deep Search Enabler

## When to Use

- User says **deep search** or task matches this capability
- User says **comprehensive research** or task matches this capability
- User says **research thoroughly** or task matches this capability

## Workflow

1. Decompose question into sub-queries.
2. Search web, docs, and workspace in parallel.
3. Synthesize with citations; flag conflicting sources.
4. Score confidence via agentic-uncertainty-quantifier.

## Integrations

- `internet-enabler`
- `web-scraper`
- `insight-synthesizer`
- `agentic-uncertainty-quantifier`

## Error Handling

| Failure | Response |
|---------|----------|
| No sources found | Broaden query; suggest alternate terms. |

## Gotchas

- Cite URLs for factual claims.

## Example

**Input:** User request matching triggers above.
**Output:** Structured result per workflow with integrations invoked as needed.