Academic Outline Skill
Use the available context to plan the requested scope. The templates and sentence counts below are optional starting points, not quotas. Preserve an effective existing structure and omit sections that do not serve the argument.
When useful:
- Identify the document type from the user's request (conference paper, workshop paper, proposal/grant, thesis chapter). Infer it from context where possible; ask only when the distinction changes the outline.
- Identify the page limit or venue if mentioned (e.g., "8-page NeurIPS paper", "4-page workshop", "NSF proposal"). This determines scale.
- Ask the user for a 2-3 sentence summary of their work: what problem, what method, what result. If already provided in conversation, use it directly.
- Generate the outline following the templates below, adapting sentence counts and section presence to the document type and page limit.
For empirical papers, organize the outline around what the reader will discover, not a sequence of defenses of the design. Let questions motivate comparisons and let the observations carry the story. Reserve main-text space for readable explanations and the findings needed to understand the contribution. Place detailed protocols, edge cases, and extended reviewer-facing qualifications in the appendix, while retaining material limitations in the main text. Proof-oriented structure remains appropriate for actual theoretical results.
Output Format
The outline should be a structured markdown document. For each section and subsection:
- State the purpose of that section in one line
- State the approximate sentence count or paragraph count
- Describe the logical flow as a chain:
point A -> point B -> point C
- Where applicable, note what to cite or reference
Do NOT write the actual paper content. Only provide structural and logical guidance.
Template: Conference Paper (8-10 pages)
Title
- Should contain: method name (if any) + task/problem + key differentiator
- 1 sentence, under 15 words preferred
Abstract (~150-200 words, ~8-10 sentences)
- Flow:
problem significance (1-2 sentences) -> existing approaches and their limitation (2 sentences) -> our key idea in one line (1 sentence) -> method summary (2-3 sentences) -> key results with numbers (1-2 sentences)
- Must contain at least one concrete quantitative result
1. Introduction (~1-1.2 pages, ~18-25 sentences)
- Para 1 (3-4 sentences): Big picture motivation. Why does this problem matter? Connect to a broad audience.
- Flow:
broad context -> specific problem -> why it matters
- Para 2 (4-5 sentences): Prior work at a high level and their limitations.
- Flow:
existing paradigm -> what they do well -> critical weakness or gap
- Para 3 (3-4 sentences): Key insight or observation that motivates your approach.
- Flow:
observation/intuition -> why this hasn't been explored -> what it enables
- Para 4 (4-5 sentences): Your method summary.
- Flow:
we propose X -> X works by doing Y -> key design choices -> how it addresses the gap
- Para 5 (3-4 sentences): Results highlights and contributions.
- Flow:
experimental setup in one line -> headline result -> secondary results
- Contributions list (3-4 bullet points): Each bullet is one sentence. Cover: (1) problem formulation or insight, (2) method, (3) empirical results, (4) optional: analysis/resource release.
2. Related Work (~0.75-1 page, ~15-20 sentences)
- Organize into 2-4 topical subsections (not a flat list)
- Each subsection: 4-6 sentences
- Flow per subsection:
define the line of work -> summarize key papers (2-3) -> state how our work differs
- Final paragraph (2-3 sentences): position your work relative to the closest prior work
- Tip: can also be placed after experiments depending on venue convention
3. Preliminaries / Problem Setup (~0.5-0.75 pages, optional)
- Include if: formal problem definition, background notation, or assumptions needed
- ~8-12 sentences
- Flow:
notation setup -> formal problem definition -> key assumptions -> what we aim to learn/optimize
4. Method (~2-2.5 pages, ~35-50 sentences)
- 4.1 Overview (4-6 sentences): High-level pipeline description. A reader should get the full picture from this subsection alone.
- Flow:
input -> key steps -> output
- 4.2-4.4 Method components (one subsection per major component):
- Each subsection: 8-15 sentences
- Flow per component:
what this component does -> formulation/equation -> design choices and why -> connection to the next component
- 4.X Training / Optimization (5-8 sentences):
- Flow:
loss function -> optimization procedure -> any tricks or schedules
- Include a method figure reference early in Section 4.1
- Equations should be referenced in text, not left floating
5. Experiments (~2.5-3 pages)
This is the most structured section. Follow this organization:
- 5.1 Experimental Setup (8-12 sentences)
- Datasets: name, size, why chosen (3-4 sentences)
- Baselines: list with 1-sentence description each (4-6 sentences)
- Metrics: which ones and why (2-3 sentences)
- Implementation details: defer to appendix but state key hyperparameters (2-3 sentences)
- 5.2 Main Results (10-15 sentences)
- One main comparison table or figure
- Flow:
overall trend (1-2 sentences) -> best result highlighted (1-2 sentences) -> comparison to strongest baseline (2-3 sentences) -> discussion of when/where method wins or loses (3-4 sentences) -> takeaway (1-2 sentences)
- 5.3 Ablation Study (8-12 sentences)
- One ablation table
- Test each major design choice by removing/replacing it
- Flow:
what we ablate and why -> results -> which component matters most -> interpretation
- 5.4 Analysis (8-15 sentences, 1-3 subsections)
- Pick 2-3 of the following based on what strengthens the paper:
- Sensitivity analysis (hyperparameters, data size)
- Qualitative examples / case studies / visualizations
- Computational cost comparison
- Failure case analysis
- Scaling behavior
- Each analysis block:
question we ask -> setup -> result -> insight
6. Conclusion (~0.5 page, ~6-8 sentences)
- Flow:
restate problem and why it matters (1-2 sentences) -> summarize method and key idea (2 sentences) -> main empirical takeaway (1-2 sentences) -> limitations and future work (2-3 sentences)
- Never introduce new results here
Appendix (no page limit usually)
- Implementation details, full hyperparameter tables
- Additional experiments, full ablations
- Proofs (if any)
- Dataset details, licenses, broader impact
Template: Workshop Paper (4 pages)
Scale down the conference template:
- Abstract: 100-120 words, 6-7 sentences
- Introduction: 12-16 sentences, merge motivation and related work; skip separate related work section
- Method: 1-1.5 pages, 20-30 sentences, fewer subsections (2-3)
- Experiments: 1-1.5 pages
- Setup: 5-7 sentences
- Main results: 8-10 sentences (1 table)
- One ablation or analysis: 5-8 sentences
- Conclusion: 4-5 sentences
- No appendix (usually)
Template: Research Proposal / Grant
Structure varies by venue (NSF, internal, PhD proposal). General skeleton:
- Project Summary / Abstract (~250 words, 12-15 sentences)
- Flow:
problem and significance -> proposed approach -> expected outcomes and impact
- Introduction and Motivation (1-2 pages)
- Heavier on "why this matters" than a paper; emphasize impact, timeliness, and gap
- ~25-35 sentences
- Flow:
societal/scientific significance -> state of the art -> gap -> our vision
- Background and Related Work (1-1.5 pages)
- More thorough than a paper; demonstrate expertise
- ~20-25 sentences
- Proposed Research (2-4 pages, core section)
- Organize by aims/thrusts (typically 2-4)
- Each aim: ~15-20 sentences
- Flow:
research question -> approach -> preliminary evidence (if any) -> expected outcome -> risk mitigation
- Include a timeline or milestones subsection
- Preliminary Results (0.5-1 page, if available)
- Show feasibility, not completeness
- ~10-15 sentences
- Broader Impact / Intellectual Merit (0.5 page)
- References: generous, show breadth
Template: Thesis Chapter
A thesis chapter is typically a paper expanded with more context:
- Add a longer literature review (2-4 pages, organized thematically)
- Expand method section with more intuition, derivations, proofs
- Expand experiments with all results (nothing in appendix, put everything inline)
- Add a "Discussion" section (0.5-1 page) between Experiments and Conclusion
- Flow:
what did we learn -> connections to broader theory -> limitations in depth -> open questions
- Sentence counts scale ~1.5-2x from the conference paper template
Adapting the Outline
After generating the base outline, tailor it:
- If the user provides their specific contributions, map each contribution to where it appears in the outline
- If the user mentions specific baselines or datasets, slot them into Section 5.1
- If the paper is more theoretical (proofs, theorems), expand Section 3 (Preliminaries) and add a "Theoretical Analysis" section before experiments
- If the paper is empirical-heavy, expand Section 5 and keep Section 4 concise
- If the paper has no experiments (pure theory, position paper), replace Section 5 with "Theoretical Results" or "Discussion"
Optional review questions
Use these to check the outline. Include them in the response only when they help the user:
- Does the introduction clearly state the gap?
- Is each contribution backed by an experiment or analysis?
- Does Section 5.2 directly support the claims in the abstract?
- Are ablations testing meaningful design choices?
- Is the method figure referenced and informative?
- Does related work position (not just list) prior work?
1---2name: academic-outline3description: Create structural outlines for conference papers, workshop papers, research proposals, grants, and thesis chapters without drafting the final prose. Use when the user asks for an outline, paper structure, section plan, paragraph map, argument flow, page allocation, or a compressed overview of an academic manuscript. Use academic-writing after the structure is approved and academic-self-check for the final manuscript audit.4---56# Academic Outline Skill78Use the available context to plan the requested scope. The templates and sentence counts below are optional starting points, not quotas. Preserve an effective existing structure and omit sections that do not serve the argument.910When useful:11121. **Identify the document type** from the user's request (conference paper, workshop paper, proposal/grant, thesis chapter). Infer it from context where possible; ask only when the distinction changes the outline.132. **Identify the page limit or venue** if mentioned (e.g., "8-page NeurIPS paper", "4-page workshop", "NSF proposal"). This determines scale.143. **Ask the user for a 2-3 sentence summary** of their work: what problem, what method, what result. If already provided in conversation, use it directly.154. **Generate the outline** following the templates below, adapting sentence counts and section presence to the document type and page limit.1617------1819For empirical papers, organize the outline around what the reader will discover, not a sequence of defenses of the design. Let questions motivate comparisons and let the observations carry the story. Reserve main-text space for readable explanations and the findings needed to understand the contribution. Place detailed protocols, edge cases, and extended reviewer-facing qualifications in the appendix, while retaining material limitations in the main text. Proof-oriented structure remains appropriate for actual theoretical results.2021## Output Format2223The outline should be a structured markdown document. For each section and subsection:2425- State the **purpose** of that section in one line26- State the **approximate sentence count** or paragraph count27- Describe the **logical flow** as a chain: `point A -> point B -> point C`28- Where applicable, note what to cite or reference2930Do NOT write the actual paper content. Only provide structural and logical guidance.3132------3334## Template: Conference Paper (8-10 pages)3536### Title3738- Should contain: method name (if any) + task/problem + key differentiator39- 1 sentence, under 15 words preferred4041### Abstract (~150-200 words, ~8-10 sentences)4243- Flow: `problem significance (1-2 sentences) -> existing approaches and their limitation (2 sentences) -> our key idea in one line (1 sentence) -> method summary (2-3 sentences) -> key results with numbers (1-2 sentences)`44- Must contain at least one concrete quantitative result4546### 1. Introduction (~1-1.2 pages, ~18-25 sentences)4748- **Para 1 (3-4 sentences):** Big picture motivation. Why does this problem matter? Connect to a broad audience.49 - Flow: `broad context -> specific problem -> why it matters`50- **Para 2 (4-5 sentences):** Prior work at a high level and their limitations.51 - Flow: `existing paradigm -> what they do well -> critical weakness or gap`52- **Para 3 (3-4 sentences):** Key insight or observation that motivates your approach.53 - Flow: `observation/intuition -> why this hasn't been explored -> what it enables`54- **Para 4 (4-5 sentences):** Your method summary.55 - Flow: `we propose X -> X works by doing Y -> key design choices -> how it addresses the gap`56- **Para 5 (3-4 sentences):** Results highlights and contributions.57 - Flow: `experimental setup in one line -> headline result -> secondary results`58- **Contributions list (3-4 bullet points):** Each bullet is one sentence. Cover: (1) problem formulation or insight, (2) method, (3) empirical results, (4) optional: analysis/resource release.5960### 2. Related Work (~0.75-1 page, ~15-20 sentences)6162- Organize into 2-4 topical subsections (not a flat list)63- Each subsection: 4-6 sentences64- Flow per subsection: `define the line of work -> summarize key papers (2-3) -> state how our work differs`65- Final paragraph (2-3 sentences): position your work relative to the closest prior work66- Tip: can also be placed after experiments depending on venue convention6768### 3. Preliminaries / Problem Setup (~0.5-0.75 pages, optional)6970- Include if: formal problem definition, background notation, or assumptions needed71- ~8-12 sentences72- Flow: `notation setup -> formal problem definition -> key assumptions -> what we aim to learn/optimize`7374### 4. Method (~2-2.5 pages, ~35-50 sentences)7576- **4.1 Overview (4-6 sentences):** High-level pipeline description. A reader should get the full picture from this subsection alone.77 - Flow: `input -> key steps -> output`78- **4.2-4.4 Method components (one subsection per major component):**79 - Each subsection: 8-15 sentences80 - Flow per component: `what this component does -> formulation/equation -> design choices and why -> connection to the next component`81- **4.X Training / Optimization (5-8 sentences):**82 - Flow: `loss function -> optimization procedure -> any tricks or schedules`83- Include a method figure reference early in Section 4.184- Equations should be referenced in text, not left floating8586### 5. Experiments (~2.5-3 pages)8788This is the most structured section. Follow this organization:8990- **5.1 Experimental Setup (8-12 sentences)**91 - Datasets: name, size, why chosen (3-4 sentences)92 - Baselines: list with 1-sentence description each (4-6 sentences)93 - Metrics: which ones and why (2-3 sentences)94 - Implementation details: defer to appendix but state key hyperparameters (2-3 sentences)95- **5.2 Main Results (10-15 sentences)**96 - One main comparison table or figure97 - Flow: `overall trend (1-2 sentences) -> best result highlighted (1-2 sentences) -> comparison to strongest baseline (2-3 sentences) -> discussion of when/where method wins or loses (3-4 sentences) -> takeaway (1-2 sentences)`98- **5.3 Ablation Study (8-12 sentences)**99 - One ablation table100 - Test each major design choice by removing/replacing it101 - Flow: `what we ablate and why -> results -> which component matters most -> interpretation`102- **5.4 Analysis (8-15 sentences, 1-3 subsections)**103 - Pick 2-3 of the following based on what strengthens the paper:104 - Sensitivity analysis (hyperparameters, data size)105 - Qualitative examples / case studies / visualizations106 - Computational cost comparison107 - Failure case analysis108 - Scaling behavior109 - Each analysis block: `question we ask -> setup -> result -> insight`110111### 6. Conclusion (~0.5 page, ~6-8 sentences)112113- Flow: `restate problem and why it matters (1-2 sentences) -> summarize method and key idea (2 sentences) -> main empirical takeaway (1-2 sentences) -> limitations and future work (2-3 sentences)`114- Never introduce new results here115116### Appendix (no page limit usually)117118- Implementation details, full hyperparameter tables119- Additional experiments, full ablations120- Proofs (if any)121- Dataset details, licenses, broader impact122123------124125## Template: Workshop Paper (4 pages)126127Scale down the conference template:128129- **Abstract:** 100-120 words, 6-7 sentences130- **Introduction:** 12-16 sentences, merge motivation and related work; skip separate related work section131- **Method:** 1-1.5 pages, 20-30 sentences, fewer subsections (2-3)132- **Experiments:** 1-1.5 pages133 - Setup: 5-7 sentences134 - Main results: 8-10 sentences (1 table)135 - One ablation or analysis: 5-8 sentences136- **Conclusion:** 4-5 sentences137- No appendix (usually)138139------140141## Template: Research Proposal / Grant142143Structure varies by venue (NSF, internal, PhD proposal). General skeleton:144145- **Project Summary / Abstract (~250 words, 12-15 sentences)**146 - Flow: `problem and significance -> proposed approach -> expected outcomes and impact`147- **Introduction and Motivation (1-2 pages)**148 - Heavier on "why this matters" than a paper; emphasize impact, timeliness, and gap149 - ~25-35 sentences150 - Flow: `societal/scientific significance -> state of the art -> gap -> our vision`151- **Background and Related Work (1-1.5 pages)**152 - More thorough than a paper; demonstrate expertise153 - ~20-25 sentences154- **Proposed Research (2-4 pages, core section)**155 - Organize by aims/thrusts (typically 2-4)156 - Each aim: ~15-20 sentences157 - Flow: `research question -> approach -> preliminary evidence (if any) -> expected outcome -> risk mitigation`158 - Include a timeline or milestones subsection159- **Preliminary Results (0.5-1 page, if available)**160 - Show feasibility, not completeness161 - ~10-15 sentences162- **Broader Impact / Intellectual Merit (0.5 page)**163 - ~8-10 sentences164- **References:** generous, show breadth165166------167168## Template: Thesis Chapter169170A thesis chapter is typically a paper expanded with more context:171172- **Add** a longer literature review (2-4 pages, organized thematically)173- **Expand** method section with more intuition, derivations, proofs174- **Expand** experiments with all results (nothing in appendix, put everything inline)175- **Add** a "Discussion" section (0.5-1 page) between Experiments and Conclusion176 - Flow: `what did we learn -> connections to broader theory -> limitations in depth -> open questions`177- Sentence counts scale ~1.5-2x from the conference paper template178179------180181## Adapting the Outline182183After generating the base outline, tailor it:184185- If the user provides their specific contributions, map each contribution to where it appears in the outline186- If the user mentions specific baselines or datasets, slot them into Section 5.1187- If the paper is more theoretical (proofs, theorems), expand Section 3 (Preliminaries) and add a "Theoretical Analysis" section before experiments188- If the paper is empirical-heavy, expand Section 5 and keep Section 4 concise189- If the paper has no experiments (pure theory, position paper), replace Section 5 with "Theoretical Results" or "Discussion"190191------192193## Optional review questions194195Use these to check the outline. Include them in the response only when they help the user:196197- Does the introduction clearly state the gap?198- Is each contribution backed by an experiment or analysis?199- Does Section 5.2 directly support the claims in the abstract?200- Are ablations testing meaningful design choices?201- Is the method figure referenced and informative?202- Does related work position (not just list) prior work?