Draft or revise a section of an academic LaTeX paper (abstract, intro, related work, method, experiments, results, discussion, conclusion). Uses TEEL paragraph framework and PaperConfig word budget.
Draft or revise a section of an academic LaTeX paper.
.paper-config.yml."No paper project found. Run /paper-new first or cd into a paper project root."schema_version == 3..paper-config.local.yml in the same directory; if present, merge
its keys into the config (local overrides shared).paths.* relative to the directory containing
.paper-config.yml (NOT cwd). Reject absolute or ..-prefixed paths with
an error.Delegates to the draft_writer agent. The agent:
word_target from PaperConfigreferences/writing_quality_check.mdsections/<section_name>.tex if present (revision mode)sections/<section_name>.texThe section name is taken from $ARGUMENTS. Recognized values:
abstract, introduction, related_work, method (or methodology),
experiments, results, discussion, conclusion.
This skill consumes:
StructureOutline from paper-new via structure_architectArgumentBlueprint from argument_builder (when invoked first)RevisionRoadmap from paper-revise via revision_coach (during revision)It produces final section LaTeX text. See references/handoff_schemas.md.
/paper-figure to add figures referenced in the new section/paper-cite add ... to add new citations/paper-compile to verify the paper still builds