paper-trail-acquire
Troisième passe du pipeline cible refondu. Lance la cascade PDF (10 sources : Crossref OA + arXiv + OpenAlex + Unpaywall + HAL + CORE + éditeur par DOI +…
Start writing an academic paper (IMRaD structure) on a topic, with anti-hallucination citation verification at every step. Builds on existing audited SOTAs.
$ npx -y skills add roomi-fields/paper-trail --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/paper-trail-new-paperContext preview
What this command does when you run it.
Start writing an academic paper (IMRaD structure) on a topic, with anti-hallucination citation verification at every step. Builds on existing audited SOTAs.
description: Start writing an academic paper (IMRaD structure) on a topic, with anti-hallucination citation verification at every step. Builds on existing audited SOTAs.
Invoke the `paper-writer` skill to start drafting an academic paper.
/paper-trail:new-paper <topic> /paper-trail:new-paper <topic> --venue ISMIR|SMC|NeurIPS|ACL|... /paper-trail:new-paper <topic> --based-on <SOTA1>,<SOTA2>,...
1. Identifies SOTAs in the vault relevant to the topic (via the adapter) 2. Verifies the SOTAs are audited (`/paper-trail:audit-sota` underneath) 3. Sets up the paper structure (IMRaD by default, venue-specific conventions if `--venue` is set) 4. Drafts each section :
`sota_cited_confirmed` refs only 5. Updates `cited_in[]` of each cited ref's frontmatter 6. Pre-submission : prompts user to run `/paper-trail:audit-article`
write if any cited wikilink points to a non-validated ref
ready for submission
/paper-trail:new-paper "Petri nets for music notation"
Skill identifies relevant SOTAs (e.g., `SOTA_Music_Notation_Formal`, `SOTA_Petri_Nets_in_Arts`), proposes draft outline.
/paper-trail:new-paper "Polyrhythm quantification" --venue ISMIR
6-page IMRaD structure matching ISMIR LaTeX template.
/paper-trail:new-paper "Generation-recognition asymmetry" \ --based-on SOTA_Asymmetry_Languages,SOTA_Formal_Grammars
Restricts the Related Work section to these specific SOTAs.
(e.g., `40_OUTPUT/Papers/<topic>/<paper>.tex` for LaTeX, or Markdown if Markdown-based workflow)
/paper-trail:audit-article <paper.tex> # per-citation audit /paper-trail:audit-sota <each_source_SOTA> # bibliography audit pipeline doctor --severity error # registry integrity
All three must be clean before submission.
Anti-hallucination plugin for academic research in Claude Code. Create literature reviews and papers guaranteed without fabricated citations.
Troisième passe du pipeline cible refondu. Lance la cascade PDF (10 sources : Crossref OA + arXiv + OpenAlex + Unpaywall + HAL + CORE + éditeur par DOI +…
Batch audit of every SOTA in the vault. For each SOTA, identifies refs that are page1_validated (technical OK) but not yet sota_cited_confirmed (content…
Per-citation audit of an academic article (LaTeX or Markdown). Produces RECEIPTS.md classifying each citation as VALID/ADJUST/INVALID/UNVERIFIABLE. Optional…
Audit a SOTA's bibliography. Classify each cited ref by validation state. Optional --purge removes citations to retracted refs from the SOTA (with .bak backup).
Acquire PDFs via the 8-source cascade (11 with opt-in extended sources) for a single ref by slug, or a batch filtered by state. Validates page 1 anti-homonymy…
Inspect a single reference in detail (identity, PDF status, acquisition history with verdicts, citation context in vault, state transitions) and decide its…