paper-plan

Generate venue-aware paper outlines from research conclusions and experiment results.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/Shallow-W/llm-wiki --skill paper-plan-shallow-w
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paper-plan
Source: https://github.com/Shallow-W/llm-wiki/tree/main/.claude/skills/paper-plan
Command: npx skills add https://github.com/Shallow-W/llm-wiki --skill paper-plan-shallow-w

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you convert messy review conclusions and experiment outputs into a structured, section-by-section paper outline that fits a target ML venue and supports claims with evidence.

Core Features & Use Cases

  • Claims-to-outline planning: Builds an outline driven by a Claims-Evidence Matrix extracted from CLAI​​MS_FROM_RESULTS.md or generated from narrative and experiment artifacts.
  • Venue-aware structure & page budgeting: Selects an appropriate paper type/section plan and enforces MAX_PAGES rules per venue (ML vs IEEE differences).
  • Figure + citation scaffolding: Produces a detailed figure plan (including hero Figure requirements) and a citation plan per section, with explicit evidence sources.
  • Optional style-ref structural guidance: When provided, uses a structural style profile and emits a GAP_REPORT.md to mark missing evidence slots (without fabricating content).

Quick Start

Use the paper-plan skill to generate PAPER_PLAN.md for a NeurIPS-style submission based on your NARRATIVE_REPORT.md and figures/ experiment outputs.

Frequently Asked Questions about paper-plan

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

FAQPage Schema
How do I convert experiment results into a structured paper outline for an ML venue?

To convert experiment results into a structured paper outline, this skill extracts a Claims-Evidence Matrix from your narrative reports and experiment artifacts, then generates a venue-aware section plan with strict page budgets. It specifically targets ML submissions by planning sections around your validated claims.

How do I plan figures and citations for an academic paper outline?

Planning figures and citations for an academic paper outline involves generating a detailed figure plan with a hero figure and mapping explicit evidence sources to each section. This skill scaffolds your citation plan directly from the extracted Claims-Evidence Matrix to ensure claims are properly supported.

Can I use this paper planning workflow for IEEE journal submissions?

Yes, you can use this paper planning workflow for IEEE journal submissions because it applies venue-aware structure and page budgeting rules. It dynamically adjusts the section plan and MAX_PAGES constraints to fit different target publication contexts, including both ML conferences and IEEE formats.

What is a Claims-Evidence Matrix in academic writing?

A Claims-Evidence Matrix in academic writing is a structured mapping that links your research conclusions to specific experimental proof. This skill automatically extracts or generates this matrix from your experiment artifacts to drive the section-by-section narrative of your paper outline.

How do I identify missing evidence in a research paper outline?

To identify missing evidence in a research paper outline, you can utilize the optional style-ref structural guidance feature to emit a GAP_REPORT.md. This report marks missing evidence slots within your planned sections without fabricating content, ensuring you know exactly what experiments are still needed.

What files do I need to generate a venue-ready paper outline?

To generate a venue-ready paper outline, you need narrative reports, auto-review conclusions, and experiment or figure artifacts present in your project directory. The skill specifically looks for files like NARRATIVE_REPORT.md and CLAIMS_FROM_RESULTS.md to build the structured PAPER_PLAN.md output.