Runs a multi-phase deep research workflow: decomposes questions into search angles, parallel web searches, fetches sources, adversarially verifies claims, and synthesizes a cited report.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agentic-awesome-skills:go-in-depthThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Go in depth harness — fan-out web searches, fetch sources, adversarially verify claims, synthesize a cited report. Run the "go-in-depth" workflow.
Go in depth harness — fan-out web searches, fetch sources, adversarially verify claims, synthesize a cited report. Run the "go-in-depth" workflow.
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.
Phases:
Workflow({ name: "go-in-depth" })
Workflow({ name: "go-in-depth", args: { query: "best hybrid cars under $30k in the US for families" } })
Workflow({ name: "go-in-depth", args: { query: "how does the transformer architecture handle positional encoding?" } })
Workflow({ name: "go-in-depth", args: { query: "efficacy of intermittent fasting for long-term weight loss in adults" } })
npx claudepluginhub francostino/antigravity-awesome-skills --plugin agentic-bundle-aas-oss-maintainer4plugins reuse this skill
First indexed Jul 8, 2026
Runs a multi-phase deep research workflow: decomposes questions into search angles, parallel web searches, fetches sources, adversarially verifies claims, and synthesizes a cited report.
Instructs Claude to conduct thorough, multi-angle research on any topic before answering, synthesizing diverse sources and perspectives.
Conducts deep web research with parallel agents, multi-wave exploration for gaps, and structured synthesis. Activates for investigating topics, comparing options, best practices, or comprehensive web info.