20 Claude Prompts for Research That Cut Through the Noise
XML-structured prompts that give Claude your research context, methodology, and constraints — so you get analysis that's rigorous, not generic.
Literature & Source Review
4 promptsSummarize a Research Paper
1/20<context> I need to review a research paper for [field/project]. I'm looking for key findings, methodology, and practical implications. </context> <task> Summarize this research paper. Structure your summary as: (1) Core thesis in one sentence, (2) Methodology used, (3) Key findings with supporting data, (4) Limitations the authors acknowledge, (5) Practical implications for [my specific use case]. </task> <source> [Paste the paper abstract, key sections, or full text here] </source> <constraints> - Distinguish between what the authors claim and what the evidence supports - Flag any methodology concerns you notice - Keep the summary under 500 words - End with 3 questions worth investigating further </constraints>
Turns dense papers into actionable summaries with methodology critique built in.
Pro tip: Paste the full paper text for best results. Claude handles long documents well — don't just paste the abstract.
Compare Multiple Sources on a Topic
2/20<context> I'm researching [topic] and have gathered findings from multiple sources. I need to understand where they agree, disagree, and what gaps remain. </context> <task> Compare these sources on [topic]. Create a synthesis that covers: (1) Points of consensus across sources, (2) Key disagreements and why they might differ, (3) Gaps none of the sources address, (4) Which source is strongest for which sub-topic. </task> <sources> Source 1: [Title/URL] — Key claim: [summary] Source 2: [Title/URL] — Key claim: [summary] Source 3: [Title/URL] — Key claim: [summary] </sources> <format> Use a comparison table for the overview, then detailed analysis paragraphs for disagreements and gaps. </format>
Synthesizes multiple sources into a clear picture of consensus, conflict, and gaps.
Pro tip: Enable extended thinking for this one — Claude needs reasoning space to compare nuanced positions.
Build an Annotated Bibliography
3/20<context> I'm preparing research on [topic] for [purpose: thesis, report, proposal]. I need an organized bibliography with critical annotations. </context> <task> For each source I provide, write an annotated bibliography entry that includes: (1) Full citation, (2) 2-3 sentence summary of key arguments, (3) Methodology assessment, (4) Relevance to my research question: [your question], (5) How it connects to other sources listed. </task> <sources> [List your sources here — titles, authors, URLs, or paste key sections] </sources> <constraints> - Use [APA/Chicago/MLA] citation format - Be critical, not just descriptive - Note if any source is outdated or has known rebuttals - Group by theme, not chronologically </constraints>
Creates critical annotated bibliographies grouped by theme with cross-references.
Pro tip: Save this as a Claude Project with your citation style and research question as system instructions.
Identify Research Gaps
4/20<context> I've reviewed the existing literature on [topic]. I need to identify where the research falls short — for a [thesis proposal / business opportunity / content strategy]. </context> <task> Based on the research landscape I describe below, identify: (1) Questions that existing research doesn't answer, (2) Methodological approaches that haven't been tried, (3) Populations or contexts that are underrepresented, (4) Contradictions that need resolution, (5) Practical applications that research hasn't validated. </task> <research_landscape> [Describe what you've found so far — key themes, dominant perspectives, common methodologies] </research_landscape> <constraints> - Rank gaps by potential impact - For each gap, suggest a specific research question or approach - Distinguish between "nobody has studied this" and "studies exist but are inconclusive" </constraints>
Finds the white space in existing research for original contributions.
Pro tip: This works even better if you first use the source comparison prompt to map the landscape, then feed that output here.
XML tags are just the start. Learn the full Claude workflow.
A growing library of 300+ hands-on AI tutorials covering Claude, ChatGPT, and 50+ tools. New tutorials added every week.
Data Analysis
4 promptsAnalyze Survey Results
5/20<context> I ran a survey with [number] respondents about [topic]. The survey included [types of questions: multiple choice, Likert scale, open-ended]. I need to extract meaningful insights. </context> <task> Analyze these survey results and produce: (1) Key findings summary (top 5 insights), (2) Notable patterns or correlations between questions, (3) Surprising results that challenge assumptions, (4) Segment analysis if demographic data is available, (5) Recommended next steps based on the data. </task> <data> [Paste your survey results, summary statistics, or raw data here] </data> <constraints> - Don't overstate correlations — note when sample size is too small for confident conclusions - Include specific numbers and percentages, not just "most respondents" - Flag any questions where response bias is likely - Suggest 2-3 follow-up questions the data raises </constraints>
Turns raw survey data into structured insights with bias awareness.
Pro tip: Claude can handle large data pastes. Include the raw numbers — it's better at analysis when it can see the actual data.
Explain a Dataset Pattern
6/20<context> I'm looking at data on [topic] and I've noticed [describe the pattern]. I need to understand possible explanations and whether this pattern is meaningful. </context> <task> Analyze this data pattern and provide: (1) Three plausible explanations ranked by likelihood, (2) What additional data would confirm or rule out each explanation, (3) Known confounding variables for this type of data, (4) Whether this pattern is statistically meaningful or could be noise. </task> <data> [Paste the relevant data, chart description, or summary statistics] </data> <constraints> - Be honest about uncertainty — say "this could mean" not "this means" - Reference common statistical pitfalls (Simpson's paradox, survivorship bias, etc.) where relevant - Keep the explanation accessible to someone without a stats background </constraints>
Diagnoses data patterns with multiple hypotheses and honest uncertainty.
Pro tip: Enable extended thinking when the pattern involves multiple variables — Claude needs space to reason through confounding factors.
Create a Data Analysis Plan
7/20<context> I have a dataset about [describe dataset: what it contains, size, format]. My research question is: [your question]. I need a structured analysis plan before I start. </context> <task> Create an analysis plan that covers: (1) Data cleaning steps needed, (2) Descriptive statistics to calculate first, (3) Specific analyses to run (and why each one), (4) Visualization recommendations, (5) Potential pitfalls to watch for with this type of data. </task> <dataset_description> Variables: [list key variables] Size: [number of rows/records] Format: [CSV, Excel, database, etc.] Known issues: [missing data, duplicates, etc.] </dataset_description> <constraints> - Assume I'm using [Python/R/Excel/SQL] for analysis - Order steps logically — each builds on the previous - Include specific function or formula suggestions where helpful - Flag any analysis that requires assumptions about the data </constraints>
Builds a step-by-step analysis roadmap before you touch the data.
Pro tip: Save this as a Claude Project template — update the dataset description for each new project.
Interpret A/B Test Results
8/20<context> I ran an A/B test on [what you tested] for [how long]. I need to determine if the results are meaningful and what to do next. </context> <task> Interpret these A/B test results: (1) Is the result statistically significant? (2) What's the practical significance — does the difference matter? (3) Are there any red flags in the data (sample ratio mismatch, novelty effect, etc.)? (4) What's your recommendation: ship, iterate, or run longer? (5) What should I test next? </task> <results> Control: [metric] with [sample size] Variant: [metric] with [sample size] Duration: [how long the test ran] Confidence level: [if calculated] </results> <constraints> - Distinguish between statistical significance and practical significance - Consider if the test ran long enough for reliable results - Check for segment-level effects (mobile vs desktop, new vs returning) - Be direct about the recommendation — don't hedge unnecessarily </constraints>
Goes beyond p-values to give you a practical recommendation on A/B tests.
Pro tip: Include segment breakdowns if you have them — Claude often finds that overall results mask segment-level differences.
Competitive & Market Research
4 promptsCompetitive Landscape Analysis
9/20<context> I work at [your company/role]. We compete in [market/industry]. I need a structured analysis of our competitive landscape to inform [strategy, pitch, product roadmap]. </context> <task> Analyze the competitive landscape based on the information I provide. Produce: (1) Competitive positioning map (describe axes and placement), (2) Each competitor's key strengths and vulnerabilities, (3) Underserved segments or unmet needs, (4) Likely competitive moves in the next 12 months, (5) Our strongest differentiation opportunities. </task> <competitors> Competitor 1: [Name] — [what they do, pricing, target market] Competitor 2: [Name] — [what they do, pricing, target market] Competitor 3: [Name] — [what they do, pricing, target market] Our company: [what we do, pricing, target market] </competitors> <constraints> - Base analysis only on information I provide — don't assume features or pricing - Be specific about vulnerabilities, not just "they could improve" - Prioritize differentiation opportunities by feasibility, not just impact - Output as a structured report with clear sections </constraints>
Produces a structured competitive analysis with positioning map and opportunities.
Pro tip: Use artifacts to get the analysis as a standalone document you can share with your team.
Market Sizing Estimate
10/20<context> I need to estimate the market size for [product/service] targeting [audience] in [geography]. This is for [pitch deck, business plan, internal planning]. </context> <task> Produce a market sizing analysis using both top-down and bottom-up approaches: (1) Top-down: Start from total addressable market and narrow down, (2) Bottom-up: Build from unit economics and realistic adoption, (3) Compare both estimates and explain the gap, (4) State all assumptions explicitly, (5) Provide low/medium/high scenarios. </task> <known_data> [Share any data points you have — industry reports, customer counts, pricing, etc.] </known_data> <constraints> - Label every assumption clearly - Use conservative estimates as the base case - Show your math at each step - Flag which assumptions have the biggest impact on the final number </constraints>
Dual-method market sizing with transparent assumptions and scenario ranges.
Pro tip: Enable extended thinking — market sizing requires Claude to chain multiple calculations together.
Analyze Industry Trends
11/20<context> I work in [industry/role]. I need to understand the major trends shaping our space for [strategic planning, content creation, investor update]. </context> <task> Based on what I describe about our industry, identify: (1) 5 key trends with evidence for each, (2) Which trends are accelerating vs. plateauing, (3) Second-order effects most people are missing, (4) How each trend specifically impacts [my company/role], (5) What to watch in the next 6-12 months. </task> <industry_context> [Describe your industry, recent changes you've observed, your company's position] </industry_context> <constraints> - Distinguish between trends with strong evidence and speculative ones - Don't just list obvious trends — dig into the non-obvious implications - Be specific about timing — "this is happening now" vs "this is 2-3 years out" - End with 3 contrarian takes worth considering </constraints>
Goes beyond obvious trends to find second-order effects and contrarian insights.
Pro tip: Claude is strongest here when you give it rich industry context. The more you describe, the more specific the analysis gets.
SWOT Analysis With Action Items
12/20<context> I need a SWOT analysis for [company/product/project] to inform [upcoming decision, strategy session, board presentation]. </context> <task> Create a SWOT analysis that goes beyond listing items. For each quadrant: (1) List 4-5 specific items with evidence, (2) Rank by impact, (3) Connect items across quadrants (e.g., which strength offsets which threat), (4) Provide 2-3 concrete action items per quadrant. </task> <business_context> Company: [describe company, product, market position] Current situation: [recent developments, challenges, wins] Decision context: [what you're trying to decide] </business_context> <format> Present as a structured SWOT grid first, then detailed analysis with cross-quadrant connections and prioritized action items. </format>
SWOT analysis with ranked items, cross-quadrant connections, and concrete actions.
Pro tip: Request this as an artifact — Claude will produce a standalone document you can drop into a presentation.
These prompts give you the what. Tutorials give you the why.
Learn when to use extended thinking, how to build Claude Projects, and workflows that compound. 300+ tutorials and growing.
Report Writing
4 promptsWrite an Executive Summary
13/20<context> I've completed [research/analysis/project] on [topic]. I need an executive summary for [audience: C-suite, board, client, team lead] who will spend 2 minutes reading this. </context> <task> Write an executive summary that covers: (1) The core finding or recommendation in one sentence, (2) Key supporting evidence (3-4 data points), (3) What this means for the business, (4) Recommended next steps, (5) Key risks or caveats. </task> <full_findings> [Paste your full research, analysis, or report here] </full_findings> <constraints> - Lead with the conclusion, not the methodology - Keep it under 300 words - Use specific numbers, not vague language - Write for someone who won't read the full report - Match the tone to the audience: [formal/conversational/technical] </constraints>
Distills complex findings into a 2-minute executive summary that leads with the conclusion.
Pro tip: Paste your entire analysis — Claude handles long inputs well and produces better summaries with more context.
Structure a Research Report
14/20<context> I have findings on [topic] from [methodology: survey, analysis, interviews, literature review]. I need to organize this into a professional report for [audience]. </context> <task> Create a detailed report outline with: (1) Suggested section structure with word count targets, (2) What each section should cover, (3) Where to place data visualizations, (4) Transition logic between sections, (5) A draft of the introduction and conclusion based on the findings I provide. </task> <findings> [Share your key findings, data points, and raw material] </findings> <constraints> - Target total length: [number] pages/words - Include placeholder text for sections I haven't written yet - Suggest specific chart types for data-heavy sections - Flag where I need additional data to strengthen the argument </constraints>
Builds a complete report structure with section guidance and draft intro/conclusion.
Pro tip: After getting the outline, use Claude to draft each section individually for better quality than generating the whole report at once.
Turn Data Into a Narrative
15/20<context> I have data on [topic] that tells an important story, but the raw numbers aren't compelling on their own. I need to present this to [audience] who cares about [what they care about]. </context> <task> Transform this data into a narrative that: (1) Opens with a hook that makes the audience care, (2) Builds the story arc: situation → complication → resolution, (3) Weaves in the data as evidence, not decoration, (4) Ends with a clear call to action or takeaway. </task> <data> [Paste your data, key metrics, trends, and any context] </data> <constraints> - Every data point must earn its place — cut anything that doesn't advance the story - Use comparisons and analogies to make numbers intuitive - Don't bury the lead — the most important insight goes up front - Include suggestions for which data to visualize vs. state in text </constraints>
Transforms raw data into a compelling narrative with story arc and clear takeaway.
Pro tip: Tell Claude about your audience's priorities in the context tag — the narrative changes dramatically based on who's reading.
Create a Findings Presentation Deck Outline
16/20<context> I need to present research findings on [topic] to [audience] in a [duration]-minute presentation. I have [number] key findings to communicate. </context> <task> Create a slide-by-slide outline with: (1) Slide title for each slide, (2) Key message per slide (one sentence), (3) What visual/data to show, (4) Speaker notes (2-3 bullet points of what to say), (5) Timing allocation per section. </task> <findings> [Share your key findings and supporting data] </findings> <constraints> - One idea per slide — no slide should make two points - Start with the "so what" before the methodology - Include a "questions to discuss" slide before Q&A - Build the deck for [live presentation / async reading / both] - Target [number] slides total </constraints>
Creates a complete presentation outline with speaker notes and timing for each slide.
Pro tip: Use artifacts to get a clean, exportable outline you can drop into your slide tool.
Fact-Checking & Critical Thinking
4 promptsEvaluate a Claim or Argument
17/20<context> I encountered the following claim and need to evaluate whether it holds up before I [cite it, share it, base a decision on it]. </context> <task> Evaluate this claim critically: (1) What evidence supports it? (2) What evidence contradicts it? (3) What logical fallacies or biases might be at play? (4) What's missing from the argument? (5) On a scale of 1-10, how confident should I be in this claim, and why? </task> <claim> [The claim or argument you want evaluated] </claim> <constraints> - Steelman the argument before critiquing it - Distinguish between "this is wrong" and "this is unproven" - Note if the claim is unfalsifiable - Suggest what evidence would change your assessment either way </constraints>
Evaluates claims with steelmanning, evidence assessment, and a confidence rating.
Pro tip: Enable extended thinking for nuanced claims — Claude needs reasoning space to fairly steelman before critiquing.
Play Devil's Advocate
18/20<context> I'm leaning toward [decision/position/strategy]. Before I commit, I need someone to argue the other side hard — not to be contrarian, but to stress-test my thinking. </context> <task> Argue against my position as strongly as possible: (1) The strongest counter-arguments I might be dismissing, (2) Scenarios where my approach fails, (3) What I might be anchored to or biased by, (4) Alternative approaches I may not have considered, (5) The one thing that would make you genuinely change my mind if you held my position. </task> <my_position> [Describe your current position and reasoning] </my_position> <constraints> - Don't be contrarian for its own sake — make genuinely strong counter-arguments - Attack the reasoning, not the conclusion - If my position is actually strong, say so — and point to the 1-2 real weaknesses - End with: "If I were in your shoes, here's what I'd do differently" </constraints>
Stress-tests your thinking with genuine counter-arguments, not token pushback.
Pro tip: Claude is naturally agreeable. The constraints in this prompt are designed to override that — keep them in.
Identify Assumptions in a Plan
19/20<context> I've created a plan for [project/strategy/initiative]. Before executing, I need to surface the hidden assumptions that could break it. </context> <task> Read this plan and identify: (1) Explicit assumptions (stated or obvious), (2) Hidden assumptions (unstated but required for the plan to work), (3) Which assumptions carry the highest risk if wrong, (4) How to validate the riskiest assumptions before committing, (5) A "pre-mortem" — if this plan fails, what's the most likely reason? </task> <plan> [Paste your plan here] </plan> <constraints> - Focus on assumptions that are testable - Rank by risk (probability of being wrong × impact if wrong) - For each risky assumption, suggest a quick validation method - Be specific — "assumes market demand exists" is too vague; "assumes 500 users will sign up in month 1 at $29/mo" is useful </constraints>
Surfaces hidden assumptions in your plan and ranks them by risk with validation methods.
Pro tip: Run this before any major commitment. The pre-mortem at the end is often the most valuable part.
Assess Source Credibility
20/20<context> I found information from [source] that I want to use in [report, presentation, decision]. I need to assess whether this source is reliable enough to cite. </context> <task> Evaluate this source's credibility: (1) Who published it and what's their track record/incentives? (2) When was it published — is it still current? (3) What methodology did they use (if research)? (4) Do other credible sources corroborate the claims? (5) Overall credibility rating: high / moderate / use-with-caveats / avoid. </task> <source> [Describe or paste the source — title, author, publication, date, key claims] </source> <constraints> - Consider both competence and incentive — a biased expert is different from an honest amateur - Note if the source has a financial or ideological interest in the conclusion - Distinguish between "this source is unreliable" and "this specific claim is unsupported" - Suggest better sources if this one falls short </constraints>
Evaluates source credibility by examining author track record, methodology, and incentives.
Pro tip: Include as much context about the source as possible — publication, author credentials, who funded the research.
Frequently Asked Questions
Prompts are the starting line. Tutorials are the finish.
A growing library of 300+ hands-on tutorials on ChatGPT, Claude, Midjourney, and 50+ AI tools. New tutorials added every week.
14-day free trial. Cancel anytime.