paper-plan

Generates a structured section-by-section academic paper outline from review conclusions and experiment results.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/zniihgnexy/vid_tokenizer --skill paper-plan-zniihgnexy
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: paper-plan
Source: https://github.com/zniihgnexy/vid_tokenizer/tree/main/.claude/skills/paper-plan
Command: npx skills add https://github.com/zniihgnexy/vid_tokenizer --skill paper-plan-zniihgnexy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning scattered experiment results, review feedback, and research narratives into a coherent, venue-compliant paper outline is time-consuming and error-prone. This Skill automates that planning step by mapping claims to evidence and producing a page-budgeted outline for ICLR, NeurIPS, or ICML submissions. ## Core Features & Use Cases - Claims-Evidence Matrix: Extracts core claims from NARRATIVE_REPORT.md, GPT54_AUTO_REVIEW.md, and experiment JSON files, then maps each claim to supporting evidence and target sections. - Venue-Aware Structure: Selects empirical, theory, or method paper templates with page budgets matching ICLR (9), NeurIPS (9), or ICML (8) main-body limits. - Figure and Citation Planning: Produces a detailed figure plan (including hero figure comparisons) and a verified citation scaffolding with [VERIFY] flags. - Automated Cross-Review: Sends the outline to GPT-5.4 via Codex MCP for scored feedback on flow, claim alignment, and page feasibility before finalizing. - Use Case: After finishing an auto-review loop on your NVRC compression experiments, run this Skill to produce PAPER_PLAN.md with section breakdowns, figure plans, and reviewer feedback ready for drafting. ## Quick Start Ask the assistant to run the paper-plan skill on your project directory to generate a PAPER_PLAN.md outline from your narrative report and experiment results.

Frequently Asked Questions about paper-plan

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a paper outline from experiment results?▼

Run the paper-plan skill in a project containing a narrative report and experiment JSON files. It extracts claims and evidence into a matrix, selects a venue-appropriate structure, and writes a section-by-section outline to PAPER_PLAN.md.

What input files does the paper outline skill need?▼

It looks for NARRATIVE_REPORT.md or STORY.md, GPT54_AUTO_REVIEW.md, experiment JSON files in figures/, and optionally IDEA_REPORT.md. If none exist, it asks you to describe the paper's contribution in three to five sentences.

Which venues and page limits are supported?▼

ICLR, NeurIPS, and ICML are supported with main-body page limits of 9, 9, and 8 pages respectively. The limit counts from the first page to the end of the Conclusion, excluding references and appendix.

Does the outline include figure and citation planning?▼

Yes. It produces a figure plan table with types, data sources, and priorities, plus a detailed hero figure description. Citations are scaffolded per section and must be verified via search or existing .bib files, never generated from memory.

How is the generated outline reviewed before finalizing?▼

The complete outline is sent to GPT-5.4 via Codex MCP with xhigh reasoning effort. It scores logical flow, claim-evidence alignment, missing experiments, positioning, and page feasibility, and the feedback is applied before saving.

What are the limitations of automated paper planning?▼

The outline quality depends on the completeness of input narratives and experiment data. Claims lacking evidence are marked as needing experiments rather than overclaimed, and content exceeding the page budget must be moved to the appendix manually.