From cercano
Use when the user needs thorough, multi-source research with ranked findings, citations, and synthesis. Use this for literature reviews, competitive analysis, technical deep-dives, or any research that needs more than a quick answer. Prefer this over cercano-research when depth and comprehensiveness matter.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cercano:cercano-deep-researchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Multi-source research tool that takes a topic and intent, identifies authoritative sources, systematically searches each one, and compiles a ranked, annotated encyclopedia of findings.
Multi-source research tool that takes a topic and intent, identifies authoritative sources, systematically searches each one, and compiles a ranked, annotated encyclopedia of findings.
Tool name: cercano_deep_research
| Parameter | Type | Required | Description |
|---|---|---|---|
| topic | string | Yes | The research topic to investigate. |
| intent | string | Yes | What you need this research for — drives relevance scoring and source selection. |
| depth | string | No | "survey" (quick scan, ~2 min), "standard" (balanced, ~5-8 min), or "deep" (exhaustive, ~15+ min). Default: "standard". |
| date_range | string | No | Filter results by date (e.g. "2024-2026", "last 2 years"). |
| sources | string[] | No | Override auto-detected sources. If omitted, sources are chosen based on topic domain. |
| output_dir | string | No | Write report to this directory as multiple files. Recommended for standard/deep research and required for incremental deepening. |
| project_dir | string | No | Project root directory. |
| phase | string | No | Run a specific phase: "plan", "search", "analyze", "synthesize". Omit to run all phases. |
| use_model | string | No | Override the default model for this research run. |
| Survey | Standard (default) | Deep | |
|---|---|---|---|
| Sources | 2-3 | 3-4 | 4-5 |
| Results/query | 3 | 4 | 6 |
| Reference chasing | None | 1-hop, max 15 | 1-hop, max 50 |
| Analysis | 3-pass (facts, relevance, quality gate) | 3-pass | 3-pass |
| Target time | ~2 min | ~5-8 min | ~15+ min |
Run a survey first to get a quick landscape, then deepen to standard or deep without re-doing prior work:
output_diroutput_dir and a deeper depth — existing findings are preserved, new sources are added, and middle-scored findings (2-4) are re-evaluated with richer contextThe tool stores state in research_state.json inside the output directory. Each deepening pass expands the plan with complementary sources and enriches the analysis.
Structured markdown report with:
Quick survey:
{"topic": "quantum computing error correction", "intent": "preparing a conference talk", "depth": "survey", "output_dir": "/tmp/qec-research"}
Standard research (default):
{"topic": "CRISPR gene therapy for sickle cell disease", "intent": "writing a grant proposal for a novel delivery mechanism", "output_dir": "/tmp/crispr-research"}
Deep research:
{"topic": "transformer architecture improvements", "intent": "literature review for PhD thesis", "depth": "deep", "date_range": "2024-2026", "output_dir": "/tmp/transformer-research"}
Incremental deepening (survey → standard):
{"topic": "quantum computing error correction", "intent": "preparing a conference talk", "depth": "standard", "output_dir": "/tmp/qec-research"}
npx claudepluginhub bryancostanich/cercano-claude --plugin cercanoCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.