What problem does it solve? Turning a structured research plan and a wiki of claims, experiments, and papers into a compilable LaTeX paper is slow and error-prone; this Skill automates section-by-section drafting with traceable evidence and verified citations. ## Core Features & Use Cases - Section-by-section LaTeX generation: Writes introduction, related work, method, experiments, and conclusion from wiki claims, experiments, papers, and concepts, with optional --sections flag for incremental writing. - Figure, table, and bibliography automation: Generates TikZ/matplotlib figures, booktabs tables, and a references.bib fetched from DBLP/CrossRef with [UNCONFIRMED] tracking. - Quality passes: Applies mandatory de-AI polish per academic-writing standards and optional per-section plus full-paper Review LLM reviews. - Use Case: After running /paper-plan to produce PAPER_PLAN.md for a sparse-LoRA study, invoke this Skill to produce a compilable paper/ directory with main.tex, section files, figures, and a verified bibliography. ## Quick Start Run /paper-draft with the path to your PAPER_PLAN.md file, optionally adding --review for per-section LLM review or --sections to write only specific sections.