What problem does it solve? Writing a course paper or literature review involves many fragile steps: picking a topic, downloading real papers, enforcing citation limits, managing BibTeX entries, and checking figure references. This Skill turns that into a controlled, repeatable workflow with templates and an automated checker. ## Core Features & Use Cases - Project Scaffolding: Copy ready-made CJME (Chinese journal) or IEEE single-column LaTeX project templates with a fixed directory structure for docs, papers, notes, bib files, and assets. - Evidence-First Writing Rules: Enforces downloading at least 10 core papers into refs/papers/ before drafting, tracking them in paper_index.md, and keeping roughly 42 references with a 3:7 Chinese-to-English ratio. - Deterministic QA Script: Runs scripts/check_review_project.py to verify citation frequency limits, BibTeX coverage, downloaded-PDF citation, and exactly-once figure label/reference pairing. - Use Case: A graduate student needs a 42-reference survey paper in IEEE style. They copy the IEEE template, fill in the README requirements, download core papers, draft section by section, then run the checker until it reports PASS before submission. ## Quick Start Ask the assistant to create a new academic review project from the IEEE or CJME template, then follow the workflow to plan, download papers, write, and run the check script before delivery.