# DeepResearch Skill

Canonical URL: https://huecki.com/en/tools/deepresearch-skill-en/
Markdown URL: https://huecki.com/en/tools/deepresearch-skill-en.md
Language: English
Published: 2026-06-16
Updated: 2026-06-16
Author: Dominic Hückmann
Category: Skill
Status: Stable
- Agent topics: Context Engineering
- Tags: Research, Agent Skills, Evidence, Sources
Content status: reference
Repository: https://github.com/DomEscobar/FutureOfDev/tree/main/skills/deepresearch
Download: https://raw.githubusercontent.com/DomEscobar/FutureOfDev/main/skills/deepresearch/SKILL.md

## Summary

DeepResearch pushes agents out of quick search-summary mode. The skill writes research artifacts, separates primary from secondary sources, and requires URL-backed evidence before synthesis.

## Description

An agent skill for evidence-backed research with a plan, source list, evidence extraction, cross-checking, and a cited report.

## Body

This skill is for research tasks where a quick summary is not enough.

It uses a fixed workflow:

```txt
plan -> discover -> fetch/read -> extract evidence -> cross-check -> synthesize -> cite
```

## Use when

- comparing tools or technologies
- researching markets or competitors
- implementation research
- decisions where source quality matters
- questions like: "Is this just googling?"

## What the skill enforces

- a research plan artifact
- a source list
- extracted URL-backed evidence
- confidence notes
- a cited report
- artifact validation before the final answer

## Source of truth

The skill lives in the public repo:

```txt
FutureOfDev/skills/deepresearch/
```

The website is only the catalog entry. Changes to the skill itself belong in the repo.
