What problem does it solve? Turning a research narrative report into a submission-ready academic paper requires coordinating outlining, figure generation, LaTeX writing, compilation, and iterative review, which is error-prone when done manually. ## Core Features & Use Cases - End-to-End Pipeline Orchestration: Chains paper-plan, paper-figure, paper-write, paper-compile, and auto-paper-improvement-loop sub-skills into one automated workflow. - Venue-Aware Configuration: Supports ICLR, NeurIPS, and ICML targets with corresponding style files, page limits, and citation formats. - Automated Review Loop: Runs two rounds of GPT-5.4-based review and fix cycles, producing round0/round1/round2 PDFs plus an improvement log. - Use Case: Given a NARRATIVE_REPORT.md describing experiments and results, generate a complete paper/ directory with main.tex, sections, references.bib, figures, and a polished compiled PDF within the venue page limit. ## Quick Start Run the paper writing pipeline on my NARRATIVE_REPORT.md targeting ICLR to produce a compiled, reviewed paper PDF.