What problem does it solve? Writing a full academic paper draft section-by-section often produces inconsistent terminology, fabricated results, and LaTeX that fails to compile. This Skill drafts every section of a Traitement du Signal (TS) proposal paper in one holistic pass, enforcing strict per-section recipes, a no-fabricated-results rule, and IIETA citation style. ## Core Features & Use Cases - One-pass section drafting: Generates sections/<id>.tex body files plus abstract.tex from a blueprint and refs.bib, following per-section recipes (abstract, introduction, related work, method, experiments, analysis, conclusion) with word bands and structure rules. - Honesty enforcement: Prohibits fabricated metrics in proposal mode and supports a data-aware mode where every reported number must come from results.facts.json; the bundled draft_lint.py script machine-checks these rules plus AI-tell phrases, non-ASCII characters, and template shape contracts. - Figure and table scaffolding: Emits FIGURE-SPEC placeholders for a later figure stage, result tables with blank -- cells, notation tables, and algorithmicx pseudocode blocks. - Use Case: Given a research blueprint and a curated BibTeX file, produce a complete, lint-clean LaTeX draft of a TS proposal paper ready for the refine stage. ## Quick Start Draft all sections of my TS proposal paper from blueprint.json and refs.bib in the workdir, then run draft_lint.py until it passes.