Curate manuscript results directly in LaTeX from experiment artifacts, including tables, plots, graphs, images, and detailed scientific interpretation tied to concrete outputs.
Use this skill when experiment artifacts need to become manuscript-ready LaTeX results. The work includes direct manuscript edits, derived tables or figures, and scientific interpretation that explains what the reader should conclude from the outputs.
Use the current LaTeX files and the actual experiment artifacts as the basis for any new writing or figure creation.
Every new table, plot, graph, or image needs surrounding explanation. A visual without interpretation is incomplete.
Say what is strong, what is weak, and whether the result supports the current direction, exposes a setup problem, or remains inconclusive.
When the user asks for direct manuscript writing, edit the manuscript source directly rather than hiding the interpretation in a generator.
Read planning/Project_Execution_Flowchart.md first.
Review:
writing/main.texwriting/result/result.texUse the concrete outputs that support the requested narrative, such as:
If the required table, plot, graph, or image does not exist, derive it from the underlying run data in a reproducible way.
Insert or update the LaTeX content directly in the manuscript source when the user wants hand-written manuscript text.
For each new result element, explain:
Rebuild with:
cd writing && latexmk -pdf -interaction=nonstopmode -halt-on-error -outdir=out main.texRecord the compile log path and whether the PDF was refreshed.
If new manuscript artifact types, figure paths, or result-writing rules were introduced, update planning/Project_Execution_Flowchart.md.
planning/Project_Execution_Flowchart.md first.