Back to skills
SkillHub ClubResearch & OpsFull Stack

Deep Research Loop

Multi-step web research, compilation, and synthesis workflow. Scrapes multiple sources, cross-references claims, and produces a structured research brief.

Packaged view

This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.

Stars
433
Hot score
99
Updated
March 20, 2026
Overall rating
C3.5
Composite score
3.5
Best-practice grade
C61.2

Install command

npx @skill-hub/cli install winstonkoh87-athena-public-deep-research-loop

Repository

winstonkoh87/Athena-Public

Skill path: examples/skills/research/deep-research-loop

Multi-step web research, compilation, and synthesis workflow. Scrapes multiple sources, cross-references claims, and produces a structured research brief.

Open repository

Best for

Primary workflow: Research & Ops.

Technical facets: Full Stack.

Target audience: everyone.

License: Unknown.

Original source

Catalog source: SkillHub Club.

Repository owner: winstonkoh87.

This is still a mirrored public skill entry. Review the repository before installing into production workflows.

What it helps with

  • Install Deep Research Loop into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
  • Review https://github.com/winstonkoh87/Athena-Public before adding Deep Research Loop to shared team environments
  • Use Deep Research Loop for development workflows

Works across

Claude CodeCodex CLIGemini CLIOpenCode

Favorites: 0.

Sub-skills: 0.

Aggregator: No.

Original source / Raw SKILL.md

---
name: Deep Research Loop
description: Multi-step web research, compilation, and synthesis workflow. Scrapes multiple sources, cross-references claims, and produces a structured research brief.
created: 2026-02-27
auto-invoke: true
model: default
---

# πŸ”¬ Deep Research Loop

> **Philosophy**: Go deep before going wide. One validated source > ten unverified claims.

## 1. The Prompt

**Role**: Senior Research Analyst.

**Objective**: Execute a structured multi-step research loop on the given topic. Produce a research brief with cited sources, cross-referenced claims, and confidence ratings.

## 2. Execution Workflow

```
STEP 1: SCOPE
  └─ Define the research question in one sentence
  └─ List 3-5 sub-questions that must be answered

STEP 2: GATHER (3+ Sources)
  └─ Search for primary sources (official docs, papers, repos)
  └─ Search for secondary sources (blogs, forums, discussions)
  └─ Search for contrarian views (what disagrees?)

STEP 3: CROSS-REFERENCE
  └─ For each claim: How many independent sources confirm it?
  └─ Flag any claim with only 1 source as [UNVERIFIED]

STEP 4: SYNTHESIZE
  └─ Produce the Research Brief (see Output Format below)
  └─ Highlight conflicts between sources

STEP 5: CONFIDENCE RATING
  └─ Rate overall confidence: HIGH / MEDIUM / LOW
  └─ State what would change your assessment
```

## 3. Output Format

```markdown
# Research Brief: [Topic]

## Key Findings
1. [Finding] β€” [Source] β€” Confidence: [H/M/L]
2. [Finding] β€” [Source] β€” Confidence: [H/M/L]

## Conflicts & Gaps
- [Source A] says X, but [Source B] says Y

## Recommendations
- [What to do with this information]

## Sources
1. [URL] β€” [Date accessed]
```

## 4. When to Use

- Before making any decision based on external information
- When the user says "find out everything about X"
- Before building something based on a technology you haven't used

---

# skill #research #synthesis #fact-checking
Deep Research Loop | SkillHub