Back to Claude Scientific Skills

Research Paper / Technical Analysis Template

scientific-skills/markdown-mermaid-writing/templates/research_paper.md

2.38.09.9 KB
Original Source
<!-- Source: https://github.com/SuperiorByteWorks-LLC/agent-project | License: Apache-2.0 | Author: Clayton Young / Superior Byte Works, LLC (Boreal Bytes) -->

Research Paper / Technical Analysis Template

Back to Markdown Style Guide โ€” Read the style guide first for formatting, citation, and emoji rules.

Use this template for: Research papers, technical analyses, literature reviews, data-driven reports, competitive analyses, market research, or any document built around evidence and methodology. Designed for heavy citation, structured argumentation, and reproducible findings.

Key features: Abstract for quick assessment, methodology section for credibility, findings with supporting data/diagrams, rigorous footnote citations throughout, and a complete references section.

Philosophy: A great research document lets the reader evaluate your conclusions independently. Show your work. Cite your sources. Present counter-arguments. The reader should trust your findings because the evidence is right there โ€” not because you said so.


How to Use

  1. Copy this file to your project
  2. Replace all [bracketed placeholders] with your content
  3. Adjust sections โ€” not every paper needs every section, but the core flow (Abstract โ†’ Introduction โ†’ Methodology โ†’ Findings โ†’ Conclusion) should stay intact
  4. Cite aggressively โ€” every claim, every statistic, every external methodology reference gets a [^N] footnote
  5. Add Mermaid diagrams for any process, architecture, data flow, or comparison

Template Structure

1. Abstract โ€” What you did, what you found, why it matters (150-300 words)
2. ๐Ÿ“‹ Introduction โ€” Problem statement, context, scope, research questions
3. ๐Ÿ“š Background โ€” Prior work, literature review, industry context
4. ๐Ÿ”ฌ Methodology โ€” How you did the research, data sources, approach
5. ๐Ÿ“Š Findings โ€” What you discovered, with evidence and diagrams
6. ๐Ÿ’ก Analysis โ€” What the findings mean, implications, limitations
7. ๐ŸŽฏ Conclusions โ€” Summary, recommendations, future work
8. ๐Ÿ”— References โ€” All cited sources with full URLs

The Template

Everything below the line is the template. Copy from here:


[Paper Title: Descriptive and Specific]

[Author(s) or Team] ยท [Organization] ยท [Date]


Abstract

[150โ€“300 word summary structured as: Context (1โ€“2 sentences on the problem space), Objective (what this paper investigates), Method (how the research was conducted), Key findings (the most important results), Significance (why this matters and who should care).]

Keywords: [keyword 1], [keyword 2], [keyword 3], [keyword 4], [keyword 5]


๐Ÿ“‹ Introduction

Problem statement

[What problem exists? Why does it matter? Who is affected? Be specific โ€” include metrics where available.]

[The scope of the problem, with citation]1.

Research questions

This paper investigates:

  1. [RQ1] โ€” [Specific, answerable question]
  2. [RQ2] โ€” [Specific, answerable question]
  3. [RQ3] โ€” [Specific, answerable question]

Scope and boundaries

  • In scope: [What this paper covers]
  • Out of scope: [What this paper deliberately excludes and why]
  • Target audience: [Who will benefit from these findings]
<details> <summary><strong>๐Ÿ’ฌ Context Notes</strong></summary>
  • Why this research was initiated
  • Organizational context or business driver
  • Relationship to prior internal work
  • Known constraints that shaped the scope
</details>

๐Ÿ“š Background

Industry context

[Current state of the field. What's known. What the established approaches are. Cite existing work.]

[Key finding from prior research]2. [Another relevant study found]3.

Prior work

Study / SourceKey FindingRelevance to Our Work
[Author (Year)]4[What they found][How it connects]
[Author (Year)]5[What they found][How it connects]
[Author (Year)]6[What they found][How it connects]

Gap in current knowledge

[What's missing from existing research? What question remains unanswered? This is the gap your paper fills.]

<details> <summary><strong>๐Ÿ“‹ Extended Literature Review</strong></summary>

[Deeper discussion of related work, historical context, evolution of approaches, and detailed comparison of methodologies used by prior researchers. This depth supports the paper's credibility without cluttering the main flow.]

</details>

๐Ÿ”ฌ Methodology

Approach

[Describe your research methodology โ€” qualitative, quantitative, mixed methods, experimental, observational, case study, etc.]

mermaid
flowchart LR
    accTitle: Research Methodology Flow
    accDescr: Four-phase research process from data collection through analysis to validation and reporting

    collect[๐Ÿ“ฅ Data **collection**] --> clean[โš™๏ธ Data **cleaning**]
    clean --> analyze[๐Ÿ” **Analysis**]
    analyze --> validate[๐Ÿงช **Validation**]
    validate --> report[๐Ÿ“ค Report **findings**]

    classDef process fill:#dbeafe,stroke:#2563eb,stroke-width:2px,color:#1e3a5f
    class collect,clean,analyze,validate,report process

Data sources

SourceTypeSize / ScopeCollection Period
[Source 1][Survey / API / Database / etc.][N records / respondents][Date range]
[Source 2][Type][Size][Date range]

Tools and technologies

  • [Tool 1] โ€” [Purpose and version]
  • [Tool 2] โ€” [Purpose and version]
  • [Analysis framework] โ€” [Why this was chosen]

Limitations of methodology

โš ๏ธ Known limitations: [Be upfront about what could affect the validity of your results โ€” sample size, selection bias, time constraints, data quality issues. This builds credibility, not weakness.]

<details> <summary><strong>๐Ÿ”ง Detailed Methodology</strong></summary>

Data collection protocol

[Step-by-step description of how data was gathered]

Cleaning and preprocessing

[What transformations were applied, what was excluded and why]

Statistical methods

[Specific tests, confidence levels, software used]

Reproducibility

[How someone else could replicate this research โ€” data availability, code repositories, environment setup]

</details>

๐Ÿ“Š Findings

Finding 1: [Descriptive title]

[Present the finding clearly. Lead with the conclusion, then show the evidence.]

[Data supporting this finding]7:

MetricBeforeAfterChange
[Metric 1][Value][Value][+/- %]
[Metric 2][Value][Value][+/- %]

๐Ÿ“Œ Key insight: [One-sentence takeaway from this finding]

Finding 2: [Descriptive title]

[Present the finding. Include a diagram if the finding involves relationships, processes, or comparisons.]

mermaid
xychart-beta
    title "[Chart title]"
    x-axis ["Category A", "Category B", "Category C", "Category D"]
    y-axis "Measurement" 0 --> 100
    bar [45, 72, 63, 89]

[Explanation of what the data shows and why it matters.]

Finding 3: [Descriptive title]

[Present the finding with supporting evidence.]

<details> <summary><strong>๐Ÿ“Š Supporting Data Tables</strong></summary>

[Detailed data tables, raw numbers, statistical breakdowns that support the findings but would interrupt the reading flow if placed inline. Readers who want to verify can expand.]

</details>

๐Ÿ’ก Analysis

Interpretation

[What do the findings mean? Connect back to your research questions. Explain the "so what?"]

  • RQ1: [How Finding 1 answers Research Question 1]
  • RQ2: [How Finding 2 answers Research Question 2]
  • RQ3: [How Finding 3 answers Research Question 3]

Implications

For [audience 1]:

  • [What this means for them and what action they should consider]

For [audience 2]:

  • [What this means for them and what action they should consider]

Comparison with prior work

[How do your findings compare with the studies referenced in the Background section? Do they confirm, contradict, or extend prior work?]

Limitations

[What caveats should the reader keep in mind? What factors might affect generalizability? Be honest โ€” this is where credibility is built.]

<details> <summary><strong>๐Ÿ’ฌ Discussion Notes</strong></summary>
  • Alternative interpretations of the data
  • Edge cases or outliers observed
  • Areas where more data would strengthen conclusions
  • Potential confounding variables
</details>

๐ŸŽฏ Conclusions

Summary

[3โ€“5 sentences. Restate the problem, summarize the key findings, and state the primary recommendation. A reader who skips to this section should understand the entire paper's value.]

Recommendations

  1. [Recommendation 1] โ€” [Specific, actionable. What to do, who should do it, expected impact]
  2. [Recommendation 2] โ€” [Specific, actionable]
  3. [Recommendation 3] โ€” [Specific, actionable]

Future work

  • [Research direction 1] โ€” [What it would investigate and why it matters]
  • [Research direction 2] โ€” [What it would investigate and why it matters]

๐Ÿ”— References

All sources cited in this paper:


Last updated: [Date]

Footnotes

  1. [Author/Org]. ([Year]). "[Title]." [Publication]. https://example.com โ†ฉ

  2. [Author/Org]. ([Year]). "[Title]." [Publication]. https://example.com โ†ฉ

  3. [Author/Org]. ([Year]). "[Title]." [Publication]. https://example.com โ†ฉ

  4. [Author/Org]. ([Year]). "[Title]." [Publication]. https://example.com โ†ฉ

  5. [Author/Org]. ([Year]). "[Title]." [Publication]. https://example.com โ†ฉ

  6. [Author/Org]. ([Year]). "[Title]." [Publication]. https://example.com โ†ฉ

  7. [Author/Org]. ([Year]). "[Title]." [Publication]. https://example.com โ†ฉ