research-synthesis
Guide when to use built-in tools (WebFetch, WebSearch) and MCP servers (Parallel Search, Perplexity, Context7) for research. Synthesize findings into narrative for braindump. Use when gathering data, examples, or citations for blog posts.
What this skill does
# Research Synthesis ## When to Use Use when: - User claims need supporting data - Need recent examples/trends - Looking for citations or authoritative sources - Extracting info from specific URLs - Checking technical docs or library APIs - Filling knowledge gaps during brainstorming/drafting Skip when: - Info clearly from personal experience - User says "don't research, just write" - Topic is purely opinion-based ## Critical: Never Hallucinate **Only use REAL research from MCP tools. Never invent:** - Statistics/percentages - Study names/researchers - Company examples/case studies - Technical specs/benchmarks - Quotes/citations **If no data found:** ❌ BAD: "Research shows 70% of OKR implementations fail..." ✅ GOOD: "I don't have data on OKR failure rates. Should I research using Perplexity?" **Before adding to braindump:** - Verify came from MCP tool results (not training data) - Include source attribution always - If uncertain, say so - Don't fill in missing details with assumptions ## Research Tool Selection (Priority Order) ### Priority 1: Built-in Tools (Always Try First) | Tool | Use For | Examples | |------|---------|----------| | **WebFetch** | Specific URLs, extracting article content, user-mentioned sources | User: "Check this article: https://..." | | **WebSearch** | Recent trends/news, statistical data, multiple perspectives, general knowledge gaps | "Recent research on OKR failures", "Companies that abandoned agile" | ### Priority 2: Parallel Search (Advanced Synthesis) | Tool | Use For | Examples | |------|---------|----------| | **Parallel Search** | Advanced web search with agentic mode, fact-checking, competitive intelligence, multi-source synthesis, deep URL extraction | Complex queries needing synthesis, validation across sources, extracting full content from URLs | ### Priority 3: Perplexity (Broad Surveys) | Tool | Use For | Examples | |------|---------|----------| | **Perplexity** | Broad surveys when WebSearch/Parallel insufficient | Industry consensus, statistical data, multiple perspectives | ### Priority 4: Context7 (Technical Docs) | Tool | Use For | Examples | |------|---------|----------| | **Context7** | Library/framework docs, API references, technical specifications | "How does React useEffect work?", "Check latest API docs" | **Decision tree:** ``` Need research? ├─ Specific URL? → WebFetch → Parallel Search ├─ Technical docs/APIs? → Context7 ├─ General search? → WebSearch → Parallel Search → Perplexity └─ Complex synthesis? → Parallel Search ``` **Rationale:** Built-in tools (WebFetch, WebSearch) are faster and always available. Parallel Search provides advanced agentic mode for synthesis and deep content extraction. Perplexity offers broad surveys when needed. Context7 for official docs only. ## Synthesizing Findings ### Patterns, Not Lists ❌ **Bad** (data dump): ``` Research shows: - Stat 1 - Stat 2 - Stat 3 ``` ✅ **Good** (synthesized narrative): ``` Found pattern: 3 recent studies show 60-70% OKR failure rates. - HBR: 70% failure, metric gaming primary cause - McKinsey: >100 OKRs correlate with diminishing returns - Google: Shifted from strict OKRs to "goals and signals" Key insight: Failure correlates with treating OKRs as compliance exercise. ``` ### Look For - **Patterns**: What do multiple sources agree on? - **Contradictions**: Where do sources disagree? - **Gaps**: What's missing? - **Surprises**: What's unexpected or counterintuitive? ### Source Attribution Format ```markdown ## Research ### OKR Implementation Failures 60-70% failure rate (HBR, McKinsey). Primary causes: metric gaming, checkbox compliance. **Sources:** - HBR: "Why OKRs Don't Work" - 70% fail to improve performance - McKinsey: Survey of 500 companies - Google blog: Evolution of goals system **Key Quote:** > "When OKRs become performance evaluation, they stop being planning." > - John Doerr, Measure What Matters ``` ## Integration with Conversation Research flows naturally into conversation: **Proactive**: "That's a strong claim - let me check data... [uses tool] Good intuition! Found 3 confirming studies. Adding to braindump." **Requested**: "Find X... [uses tool] Found several cases. Should I add all to braindump or focus on one approach?" **During Drafting**: "Need citation... [uses tool] Found supporting research. Adding to draft with attribution." ## Adding to Braindump Always ask before updating (unless context is clear): "Found X, Y, Z. Add to braindump under Research?" Update sections: - **Research**: Studies, data, citations - **Examples**: Concrete cases and stories - **Quotes**: Notable quotations with attribution - **Sources**: Full references ## Quality Checklist Before adding to braindump: - [ ] Synthesized into narrative, not just listed - [ ] Source attribution included - [ ] Relevance to core argument clear - [ ] Key insights/patterns highlighted - [ ] Contradictions/gaps noted if relevant ## Common Pitfalls 1. **Information overload**: Synthesize 3-5 key findings, not 20 sources 2. **Missing attribution**: Always cite for later reference 3. **Irrelevant research**: Found ≠ useful 4. **Breaking flow**: Don't interrupt creative flow for minor fact-checks 5. **Uncritical acceptance**: Note when sources disagree/have limitations ## Integration with Other Skills - **brainstorming**: Research validates/challenges ideas - **blog-writing**: Provides citations and examples - **Throughout**: Update braindump.md with structured findings For detailed examples, see reference/examples.md
Related in AI Agents
skill-development
IncludedComprehensive meta-skill for creating, managing, validating, auditing, and distributing Claude Code skills and slash commands (unified in v2.1.3+). Provides skill templates, creation workflows, validation patterns, audit checklists, naming conventions, YAML frontmatter guidance, progressive disclosure examples, and best practices lookup. Use when creating new skills, validating existing skills, auditing skill quality, understanding skill architecture, needing skill templates, learning about YAML frontmatter requirements, progressive disclosure patterns, tool restrictions (allowed-tools), skill composition, skill naming conventions, troubleshooting skill activation issues, creating custom slash commands, configuring command frontmatter, using command arguments ($ARGUMENTS, $1, $2), bash execution in commands, file references in commands, command namespacing, plugin commands, MCP slash commands, Skill tool configuration, or deciding between skills vs slash commands. Delegates to docs-management skill for official documentation.
reprompter
IncludedTransform messy prompts into well-structured, effective prompts — single or multi-agent. Use when: "reprompt", "reprompt this", "clean up this prompt", "structure my prompt", rough text needing XML tags and best practices, "reprompter teams", "repromptception", "run with quality", "smart run", "smart agents", multi-agent tasks, audits, parallel work, anything going to agent teams. Don't use when: simple Q&A, pure chat, immediate execution-only tasks. See "Don't Use When" section for details. Outputs: Structured XML/Markdown prompt, quality score (before/after), optional team brief + per-agent sub-prompts, agent team output files. Success criteria: Single mode quality score ≥ 7/10; Repromptception per-agent prompt quality score 8+/10; all required sections present, actionable and specific.
adaptive-compaction
IncludedAdaptive add-on policy and recovery layer that decides WHEN to compact, prune, snapshot, or fork -- replacing fixed-percent auto-compaction across Claude Code, Codex, and MCP-capable hosts. Trigger on auto-compact timing or damage: "when should I compact", "is it safe to compact now or start a fresh session", "auto-compact fires too early/mid-task", "switching to an unrelated task but the window still has space", "context rot", "answers get worse the longer the session runs", "the agent forgot the plan or my decisions after it summarized", "add a layer on top that manages context without changing the agent", raising autoCompactWindow to give the policy room, or installing/tuning a cross-tool compaction policy or PreCompact hook -- even when "compaction" is never said but the problem is context-window pressure or post-summarization memory loss. Do NOT use to summarize a conversation, build RAG, write a summarization prompt (decides WHEN not HOW), or answer max-context-length trivia.
agent-skill-creator
IncludedCreate cross-platform agent skills from workflow descriptions. Activates when users ask to create an agent, automate a repetitive workflow, create a custom skill, or need advanced agent creation. Triggers on phrases like create agent for, automate workflow, create skill for, every day I have to, daily I need to, turn process into agent, need to automate, create a cross-platform skill, validate this skill, export this skill, migrate this skill. Supports single skills, multi-agent suites, transcript processing, template-based creation, interactive configuration, cross-platform export, and spec validation.
llm-wiki
IncludedUse when building or maintaining a persistent personal knowledge base (second brain) in Obsidian where an LLM incrementally ingests sources, updates entity/concept pages, maintains cross-references, and keeps a synthesis current. Triggers include "second brain", "Obsidian wiki", "personal knowledge management", "ingest this paper/article/book", "build a research wiki", "compound knowledge", "Memex", or whenever the user wants knowledge to accumulate across sessions instead of being re-derived by RAG on every query.
skill-master
IncludedAgent Skills authoring, evaluation, and optimization. Create, edit, validate, benchmark, and improve skills following the agentskills.io specification. Use when designing SKILL.md files, structuring skill folders (references, scripts, assets), ingesting external documentation into skills, running trigger evals, benchmarking skill quality, optimizing descriptions, or performing blind A/B comparisons. Keywords: agentskills.io, SKILL.md, skill authoring, eval, benchmark, trigger optimization.