Write one publication-style research-paper section as a bounded, citation-grounded LaTeX fragment from a writing plan, outline, citation plan, and optional figure/table context.
55
63%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./src/opensquilla/skills/bundled/paper-section-author/SKILL.mdYou are drafting one section of a research paper as a LaTeX fragment. Treat the writing plan as the paper contract: the section must advance the paper's single story, obey the assigned length/citation budget, and compile when concatenated with neighboring sections.
section: one of abstract, introduction, related_work, method,
results, experiments, discussion, conclusion. Each section has a
fixed convention — follow it.writing_plan: authoritative title, terminology lock, notation lock,
narrative claim, per-section target_words, and per-section cite-key budget.paper_preferences: mode, audience, venue style, language, depth, emphasis,
must-include items, avoid items, and defaults chosen for this paper.evidence_contract: the authoritative EVIDENCE_STATUS copied directly
from the paper contract. Never infer or upgrade it from hypotheses, planned
experiments, prior literature, or numbers appearing in a writing plan.outline: the full 5-section outline from paper-outline-author.
Use the line that matches your section as your prompt.citation_plan: claim-to-citation assignments from paper-citation-planner.
Use the line(s) for your section to place citations on supported claims.cite_keys_hint: available BibTeX entries and citation keys. Cite only
keys that appear here, using \cite{ref1} style.previous_section_tail (may be absent): only use it for local continuity.
Do not summarize or rewrite the previous section.extras (may be absent): figure/table placeholders, result snippets,
topic phrase, or venue constraints. Cite figures/tables with their provided
labels only.Pure LaTeX fragment that can be concatenated into a paper body. Each section starts with the appropriate environment:
| section | opener | target length |
|---|---|---|
| abstract | \begin{abstract} ... \end{abstract} | from writing plan |
| introduction | \section{Introduction} | from writing plan |
| related_work | \section{Related Work} | from writing plan |
| method | \section{Method} | from writing plan |
| results | \section{Results} or \section{Experiments} | from writing plan |
| experiments | \section{Experiments} | from writing plan |
| discussion | \section{Discussion} | from writing plan |
| conclusion | \section{Conclusion} | from writing plan |
Before writing, identify the paper's one-sentence thesis from writing_plan.
Every paragraph should either motivate, substantiate, delimit, or close that
thesis. Do not add side topics merely to increase length.
\subsections, 4-6 sentences:
specific contribution → why the problem is hard/important → approach →
evidence → most important result/significance. Do not open with generic
field hype.\subsection{Setup}, \subsection{Algorithm} (or
\subsection{Approach}), \subsection{Instrumentation}, and
\subsection{Baselines} when relevant. Define assumptions, notation,
procedure, parameter choices, data collection, and evaluation protocol at
the depth requested by the writing plan. Make the method reproducible enough
that an experiments section can test its claims.\ref{fig:<id>} or \ref{tab:<id>}. Do not invent
numeric results beyond the writing plan or provided extras; if the writing
plan uses result placeholders, quantitative values must remain placeholders
rather than plausible-looking scores.writing_plan.target_words as a lower-bound delivery budget when it
is present, not as a soft ceiling. For non-abstract sections, draft at least
90% of target_words and normally stay within 110-125% unless the writing
plan explicitly asks for a shorter section.paper_preferences for depth, audience, language, emphasis, and
avoid-list constraints while preserving the fixed section contract.EVIDENCE_STATUS is not_supplied, do not manufacture a magnitude for
a hypothesis. Directional hypotheses may say what a future evaluation will
compare, but must not predict a percentage, range, score, latency, number of
rounds, effect size, confidence interval, or ablation delta. Write unknown
outcomes as \textless TBD\textgreater / 待实验确定. Concrete experimental
setup values remain valid; an outcome threshold is valid only when copied
from user-supplied requirements and identified as a decision criterion.\cite{refN} whenever you make an external factual, historical, or
comparative claim that could plausibly trace to a reference. Across all
non-abstract sections, follow the assigned citation budget when available.
Do NOT invent ref keys; only use keys provided in cite_keys_hint.results / experiments, include figure/table environments only when
they are supplied by the writing plan or extras. Do not hard-code
figure_1.pdf unless that exact placeholder is provided.%, &, _, and # that appear in prose.α, δ, ε, θ, or
λ in prose, captions, or tables. Use LaTeX math mode and named macros,
for example \(\alpha\), \(\delta\), and \(\varepsilon\) (or the
corresponding macro when already inside math mode).– / —) as LaTeX range punctuation.
Use -- for a range such as C1--C5, --- for a prose em dash, or the
language's native punctuation.\( ... \) for inline math
and \[ ... \] for display math so prose escaping cannot corrupt formulas.
If a literal currency dollar appears in prose, write \$.cite_keys_hint,
no invented results, no forecast magnitude when evidence is not supplied,
no Markdown fence, no commentary, no path/log text.94ac35e
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.