Generate the Introduction section of a LaTeX research paper. Trigger when the user says "write introduction", "generate intro", "update introduction", or asks to frame/motivate the paper. This skill should run AFTER related work and results are drafted. Outputs to sections/introduction.tex.
After paper-related-work and paper-results are complete. The introduction references the landscape and previews findings.
Ask the user for:
sections/related_work.tex and sections/results.tex if they existParagraph 1 — Big Picture (3-4 sentences) Why this research area matters. Do not start with "In recent years." Start with the core challenge. Narrow to the specific technical area.
Paragraph 2 — Current Dominant Approach (3-4 sentences) The standard method and what it does well. Cite 2-3 foundational works.
Paragraph 3 — The Gap (3-4 sentences) What current approaches fail at. Cite concrete numbers or failure modes. Make the gap feel urgent.
Paragraph 4 — Our Approach (3-4 sentences) High-level description of what we do. Key insight only — technical details go in methodology.
Paragraph 5 — Contributions
Our main contributions are as follows:
\begin{itemize}
\item Concrete, verifiable contribution 1
\item Concrete, verifiable contribution 2
\item Concrete, verifiable contribution 3
\end{itemize}
\cite{}Write to sections/introduction.tex. Git add, commit, push.