From ct
Performs multi-source research synthesis with citations using systematic multi-hop reasoning and evidence-based methodology.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ct:researchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use when:
Use when:
/ct:research command)HARD GATE - Research Phase Completion: → For each phase (Discovery → Investigation → Synthesis → Reporting): Check: Have I completed this phase's deliverable? No → Complete it before moving to next phase. Skipping is not permitted.
quick (1 authoritative source), standard (2-3 sources cross-referenced), deep (multi-hop with contradictions resolved), exhaustive (survey with per-claim confidence).tavily-cli skill and/or WebSearch).Trigger check: If the first batch of searches returns 0 results from authoritative sources (primary/official docs, peer-reviewed, reputable news), reformulate queries with different terms before proceeding to Phase 2.
tavily-cli skill (invoked through the Skill tool).agent-browser skill (invoked through the Skill tool).context7-cli skill (invoked through the Skill tool).Trigger check: If any source contradicts another source, state the contradiction in the report and prefer the more authoritative (primary source > secondary > tertiary). Do not silently pick one.
HARD GATE - Citation-or-gap rule: → About to include a factual claim in the synthesis → Is this from an authoritative source I can cite? Yes → Include with citation. No → Am I tempted to say "probably" / "likely" / "typically"? → STOP. Move to Open Questions section instead. Explicitly state the gap rather than filling with general knowledge.
Trigger check: If you have <2 sources for a claim flagged as "key finding", downgrade it to a single-source observation in the report, or move it to Open Questions.
Report template:
Report cap: 8000 words. If research exceeds this, split into sections and deliver in parts.
## Goal
<one-line restatement of the question>
## Findings
- <bullet with inline citation [1]>
- <bullet with inline citation [2]>
## Sources
| # | URL | Title | Credibility | Note |
|---|-----|-------|-------------|------|
## Open questions / suggested follow-up
- <explicit gap or uncertainty>
→ Research task with multiple search threads → Can these run independently (no dependency between results)? Yes → Dispatch Agent subagents in ONE message, one per independent facet, maximum 10 subagents per batch. If >10 facets, batch sequentially in groups of 10 (wait for each batch before dispatching the next). No (true dependency) → Run sequentially.
Each subagent investigates one facet of the question, then you synthesize their findings.
tavily-cli skill (invoked through the Skill tool) — richer web search, extract, crawl, deep research.context7-cli skill (invoked through the Skill tool) — library/framework documentation.agent-browser skill (invoked through the Skill tool) — JavaScript-heavy sites.Information: cross-reference claims across >=2 sources; prefer primary sources (official docs, post-mortems, peer-reviewed) over secondary (news coverage) over tertiary (blog summaries); note publication dates; flag bias explicitly.
Synthesis: distinguish facts from interpretation; mark speculation with the word "speculation"; acknowledge contradictions by name; assign confidence levels (high / medium / low) per claim; show reasoning chains.
| Anti-Pattern | Correct Approach |
|---|---|
| Cherry-pick | Don't stop at first source — seek contradicting views |
| Sequential-crawl | Don't search one-by-one — batch queries in parallel (fan-out block above) |
| Speculation-pass | Don't say "probably" — cite sources or move to Open Questions |
| Citation-skip | Don't claim without sources — every fact needs attribution |
| Confidence-fake | Don't present uncertainty as fact — state confidence levels |
| Replan-resist | Don't push through dead ends — reformulate queries when 0 authoritative results |
npx claudepluginhub pvillega/claude-templates --plugin ctGuides structured research through planning, multi-query execution, source analysis, and synthesis. Use for deep investigation or creating research reports.
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.
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.