Write a new section or subsection of an empirical finance paper following academic writing rules
When this skill is invoked, follow this structured workflow to write a new section or subsection of a paper.
/write-section introduction -- write the introduction/write-section "robustness checks" -- write a specific subsection/write-section conclusion -- write the conclusionThe user specifies which section to write (by name or description) and any additional instructions.
CLAUDE.md for paper structure, key claims, terminology, and domain concepts.claude/rules/academic-writing.md for style rules and banned words.claude/rules/latex-conventions.md for LaTeX formatting, section markers, and figure/table conventions.tex file(s) to identify what already exists vs. what needs to be writtenRead .claude/exemplars/cochrane_writing_tips.md for foundational writing principles. If the project has its own exemplars (in literature/ or referenced in the project's CLAUDE.md), read those too.
Extract the structural pattern appropriate for the section type:
If writing about methodology or formal results:
Write the section following these rules:
CLAUDE.md for paper-specific terms.claude/rules/latex-conventions.md conventions\cite{} keys exist in the .bib file. For any NEW citation, follow the verification protocol in .claude/rules/latex-citations.md. Never cite from memory.Before presenting the draft, check:
academic-writing.md Section 1 for full list)---) in prose (use commas, semicolons, colons, or parentheses)academic-writing.md)[HUMAN EDIT REQUIRED: ...]If requested, verify LaTeX compiles using the paths from canonical local state reported by tools/bootstrap.py audit (or a repo-root compatibility shim if present):
cd {latex_dir} && pdflatex -interaction=nonstopmode {file} && bibtex {stem} && pdflatex -interaction=nonstopmode {file} && pdflatex -interaction=nonstopmode {file}
Present the LaTeX text ready to insert. Include:
[HUMAN EDIT REQUIRED] flags