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.
Install command
npx @skill-hub/cli install winstonkoh87-athena-public-deep-research-loop
Repository
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 repositoryBest 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
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