go-in-depth
Go in depth harness — fan-out web searches, fetch sources, adversarially verify claims, synthesize a cited report.
npx skills add sickn33/agentic-awesome-skills --skill go-in-depth --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Go In Depth ## Overview Go in depth harness — fan-out web searches, fetch sources, adversarially verify claims, synthesize a cited report. Run the "go-in-depth" workflow. ## When to Use When the user wants a deep, multi-source, fact-checked research report on any topic. BEFORE invoking, check if the question is specific enough to research directly — if underspecified (e.g., "what car to buy" without budget/use-case/region), ask 2-3 clarifying questions to narrow scope. Then pass the refined question as args, weaving the answers in. ## How It Works Phases: - Scope: Decompose question (from args) into 5 search angles - Search: 5 parallel WebSearch agents, one per angle - Fetch: URL-dedup, fetch top 15 sources, extract falsifiable claims - Verify: 3-vote adversarial verification per claim (need 2/3 refutes to kill) - Synthesize: Merge semantic dupes, rank by confidence, cite sources ## Examples ### Example 1: Run go-in-depth workflow ``` Workflow({ name: "go-in-depth" }) ``` ### Example 2: Research with refined question ``` Workflow({ name: "go-in-depth", args: { query: "best hybrid cars under $30k in the US for families" } }) ``` ### Example 3: Deep dive into a technical concept ``
- Overview
- When to Use
- How It Works
- Examples
- Example 1: Run go-in-depth workflow
- Example 2: Research with refined question
- Example 3: Deep dive into a technical concept
- Example 4: Fact-checking a medical claim
- Workflow Script
- Limitations
What does the go-in-depth skill do?
Go in depth harness — fan-out web searches, fetch sources, adversarially verify claims, synthesize a cited report.
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill go-in-depth --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.