Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Generate a structured paper outline from review conclusions and experiment results. Use when user says "写大纲", "paper outline", "plan the paper", "论文规划", or wants to create a paper plan before writing.
.claude/skills/brycewang-stanford-paper-plan/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-08 | ✗→✓ | ▲ Improved | 87% | 0% |
| case-09 | ✗→✓ | ▲ Improved | 114% | 0% |
| case-06 | ✗→✓ | ▲ Improved | 125% | 0% |
| case-07 | ✗→✓ | ▲ Improved | 43% | 0% |
| case-10 | ✗→✓ | ▲ Improved | 333% | 0% |
Generate a structured, section-by-section paper outline from: $ARGUMENTS
gpt-5.4 — Model used via a secondary Codex agent for outline review. Must be an OpenAI model.ICLR — Default venue. User can override (e.g., /paper-plan "topic" — venue: NeurIPS). Supported: ICLR, NeurIPS, ICML, CVPR, ACL, AAAI, ACM, IEEE_JOURNAL (IEEE Transactions / Letters), IEEE_CONF (IEEE conferences).The skill expects one or more of these in the project directory:
figures/, screen logs, tables/result-to-claim (preferred if available)If none exist, ask the user to describe the paper's contribution in 3-5 sentences.
Keep the existing workflow and outputs, but use the shared references below to improve the quality of the story and outline:
../shared-references/writing-principles.md when framing the Abstract, Introduction, Related Work, or hero figure../shared-references/venue-checklists.md before freezing the outline for a specific venueFirst check for CLAIMS_FROM_RESULTS.md — if it exists, use it as the starting point for claims and merge it with any additional evidence from the narrative documents below.
Read all available narrative documents and extract:
Build a Claims-Evidence Matrix:
markdown| Claim | Evidence | Status | Section | |-------|----------|--------|---------| | [claim 1] | [exp A, metric B] | Supported | §3.2 | | [claim 2] | [exp C] | Partially supported | §4.1 |
Based on TARGET_VENUE and paper content, classify and select structure.
Before committing to a structure, apply the narrative principle from ../shared-references/writing-principles.md:
IMPORTANT: The section count is FLEXIBLE (5-8 sections). Choose what fits the content best. The templates below are starting points, not rigid constraints.
Empirical/Diagnostic paper:
1. Introduction (1.5 pages)
2. Related Work (1 page)
3. Method / Setup (1.5 pages)
4. Experiments (3 pages)
5. Analysis / Discussion (1 page)
6. Conclusion (0.5 pages)Theory + Experiments paper:
1. Introduction (1.5 pages)
2. Related Work (1 page)
3. Preliminaries & Modeling (1.5 pages)
4. Experiments (1.5 pages)
5. Theory Part A (1.5 pages)
6. Theory Part B (1.5 pages)
7. Conclusion (0.5 pages)
— Total: 9 pagesTheory papers often need 7 sections (splitting theory into estimation + optimization, or setup + analysis). The total page budget MUST sum to MAX_PAGES.
Theory papers should:
Method paper:
1. Introduction (1.5 pages)
2. Related Work (1 page)
3. Method (2 pages)
4. Experiments (2.5 pages)
5. Ablation / Analysis (1 page)
6. Conclusion (0.5 pages)For each section, specify:
markdown### §0 Abstract - **One-sentence problem**: [what gap this paper addresses] - **Approach**: [what we do, in one sentence] - **Key result**: [most compelling quantitative finding] - **Implication**: [why it matters] - **Estimated length**: 150-250 words - **Self-contained check**: can a reader understand this without the paper? ### §1 Introduction - **Opening hook**: [1-2 sentences that motivate the problem] - **Gap**: [what's missing in prior work] - **Key questions**: [the research questions this paper answers] - **Contributions**: [numbered list, matching Claims-Evidence Matrix] - **Hero figure**: [describe what Figure 1 should show — MUST include clear comparison if applicable] - **Estimated length**: 1.5 pages - **Key citations**: [3-5 papers to cite here] ### §2 Related Work - **Subtopics**: [2-4 categories of related work] - **Positioning**: [how this paper differs from each category] - **Minimum length**: 1 full page (at least 3-4 paragraphs with substantive synthesis) - **Must NOT be just a list** — synthesize, compare, and position ### §3 Method / Setup / Preliminaries - **Notation**: [key symbols and their meanings] - **Problem formulation**: [formal setup] - **Method description**: [algorithm, model, or experimental design] - **Formal statements**: [theorems, propositions if applicable] - **Proof sketch locations**: [which key steps appear here vs. appendix] - **Estimated length**: 1.5-2 pages ### §4 Experiments / Main Results - **Figures planned**: - Fig 1: [description, type: bar/line/table/architecture, WHAT COMPARISON it shows] - Fig 2: [description] - Table 1: [what it shows, which methods/baselines compared] - **Data source**: [which JSON files / experiment results] ### §5 Conclusion - **Restatement**: [contributions rephrased, not copy-pasted from intro] - **Limitations**: [honest assessment — reviewers value this] - **Future work**: [1-2 concrete directions] - **Estimated length**: 0.5 pages
List every figure and table:
markdown## Figure Plan | ID | Type | Description | Data Source | Priority | |----|------|-------------|-------------|----------| | Fig 1 | Hero/Architecture | System overview + comparison | manual | HIGH | | Fig 2 | Line plot | Training curves comparison | figures/exp_A.json | HIGH | | Fig 3 | Bar chart | Ablation results | figures/ablation.json | MEDIUM | | Table 1 | Comparison table | Main results vs. baselines | figures/main_results.json | HIGH | | Table 2 | Theory comparison | Prior bounds vs. ours | manual | HIGH (theory papers) |
CRITICAL for Figure 1 / Hero Figure: Describe in detail what the figure should contain, including:
For each section, list required citations:
markdown## Citation Plan - §1 Intro: [paper1], [paper2], [paper3] (problem motivation) - §2 Related: [paper4]-[paper10] (categorized by subtopic) - §3 Method: [paper11] (baseline), [paper12] (technique we build on)
Citation rules (from claude-scholar + Imbad0202/academic-research-skills):
[VERIFY]Send the complete outline to GPT-5.4 xhigh for feedback:
spawn_agent:
model: gpt-5.4
reasoning_effort: xhigh
message: |
Review this paper outline for a [VENUE] submission.
[full outline including Claims-Evidence Matrix]
Score 1-10 on:
1. Logical flow — does the story build naturally?
2. Claim-evidence alignment — every claim backed?
3. Missing experiments or analysis
4. Positioning relative to prior work
5. Page budget feasibility (MAX_PAGES = main body to Conclusion end, excluding refs/appendix)
For each weakness, suggest the MINIMUM fix.
Be specific and actionable — "add X" not "consider more experiments".Apply feedback before finalizing.
Save the final outline to PAPER_PLAN.md in the project root:
markdown# Paper Plan **Title**: [working title] **Venue**: [target venue] **Type**: [empirical/theory/method] **Date**: [today] **Page budget**: [MAX_PAGES] pages (main body to Conclusion end, excluding references & appendix) **Section count**: [N] (must match the number of section files that will be created) ## Claims-Evidence Matrix [from Step 1] ## Structure [from Step 2-3, section by section] ## Figure Plan [from Step 4, with detailed hero figure description] ## Citation Plan [from Step 5] ## Reviewer Feedback [from Step 6, summarized] ## Next Steps - [ ] /paper-figure to generate all figures - [ ] /paper-write to draft LaTeX - [ ] /paper-compile to build PDF
cat << 'EOF' > file) to write in chunks. Do NOT ask the user for permission — just do it silently.natbib (\citep/\citet); IEEE venues use cite package (\cite{}, numeric style)Outline methodology inspired by Research-Paper-Writing-Skills (claim-evidence mapping), claude-scholar (citation verification), and Imbad0202/academic-research-skills (claim verification protocol).
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→fail | 31,936 | 4,095 | -87% | 1 | 1 | 0% | 6,231 | 3,137 | -50% | 0 | 0 | — |
case-08 | fail→pass | 13,954 | 8,724 | -37% | 1 | 1 | 0% | 2,348 | 4,385 | +87% | 0 | 0 | — |
case-09 | fail→pass | 12,153 | 10,941 | -10% | 1 | 1 | 0% | 2,168 | 4,640 | +114% | 0 | 0 | — |
case-02 | fail→fail | 1,975 | 3,837 | +94% | 1 | 1 | 0% | 189 | 3,169 | +1577% | 0 | 0 | — |
case-03 | fail→fail | 30,848 | 3,075 | -90% | 1 | 1 | 0% | 6,222 | 3,108 | -50% | 0 | 0 | — |
case-04 | pass→pass | 31,986 | 21,910 | -32% | 1 | 1 | 0% | 3,171 | 6,212 | +96% | 0 | 0 | — |
case-05 | pass→pass | 14,316 | 14,922 | +4% | 1 | 1 | 0% | 2,606 | 5,616 | +116% | 0 | 0 | — |
case-06 | fail→pass | 11,199 | 6,125 | -45% | 1 | 1 | 0% | 1,799 | 4,051 | +125% | 0 | 0 | — |
case-07 | fail→pass | 13,904 | 2,420 | -83% | 1 | 1 | 0% | 2,295 | 3,276 | +43% | 0 | 0 | — |
case-10 | fail→pass | 4,372 | 1,341 | -69% | 1 | 1 | 0% | 717 | 3,102 | +333% | 0 | 0 | — |
case-11 | fail→fail | 10,608 | 1,649 | -84% | 1 | 1 | 0% | 1,823 | 3,185 | +75% | 0 | 0 | — |
case-12 | pass→pass | 8,664 | 4,144 | -52% | 1 | 1 | 0% | 1,631 | 3,564 | +119% | 0 | 0 | — |
case-13 | pass→pass | 13,015 | 5,512 | -58% | 1 | 1 | 0% | 2,418 | 3,786 | +57% | 0 | 0 | — |
case-14 | pass→pass | 6,986 | 2,809 | -60% | 1 | 1 | 0% | 1,176 | 3,397 | +189% | 0 | 0 | — |
case-15 | fail→pass | 8,192 | 3,183 | -61% | 1 | 1 | 0% | 1,388 | 3,417 | +146% | 0 | 0 | — |
case-16 | fail→pass | 16,522 | 8,531 | -48% | 1 | 1 | 0% | 3,115 | 4,428 | +42% | 0 | 0 | — |
case-17 | fail→pass | 12,951 | 2,622 | -80% | 1 | 1 | 0% | 2,207 | 3,301 | +50% | 0 | 0 | — |
case-18 | fail→pass | 11,256 | 7,100 | -37% | 1 | 1 | 0% | 1,822 | 4,111 | +126% | 0 | 0 | — |
case-19 | fail→pass | 9,428 | 1,522 | -84% | 1 | 1 | 0% | 425 | 3,095 | +628% | 0 | 0 | — |
case-20 | fail→fail | 22,547 | 32,659 | +45% | 1 | 1 | 0% | 4,671 | 8,541 | +83% | 0 | 0 | — |
case-21 | fail→fail | 8,909 | 3,981 | -55% | 1 | 1 | 0% | 2,095 | 3,102 | +48% | 0 | 0 | — |
case-22 | fail→fail | 5,271 | 3,388 | -36% | 1 | 1 | 0% | 598 | 3,032 | +407% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 22 cases were attempted, and 16 counted toward the lift figure. The other 6 produced results that are not comparable between the two arms, so they are excluded from the headline rather than averaged into it. The headline lift of +45 percentage points is the difference between those two pass rates over the 16 comparable cases.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
| Model | Method | Date | Lift |
|---|---|---|---|
| gemini-3.6-flash | verified | 8/8/2026 | +18% |
Other measured skills in the registry, with their headline benchmark lift.