From prfaq-dev
Researches evidence for PR/FAQ claims or topics from .tex files, generates biblatex citations, caches results, and offers to update documents.
How this command is triggered — by the user, by Claude, or both
Slash command
/prfaq-dev:research [claim or topic or path/to/prfaq.tex]This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Research Evidence for PR/FAQ Invoke the `researcher` agent to find evidence for claims in a PR/FAQ document. ## Steps 1. **Determine the input.** If `$ARGUMENTS` specifies a `.tex` file path, pass it to the researcher to extract and verify all `[CITATION NEEDED]` markers and factual claims. If it specifies a claim or topic, pass that directly. If no argument is given, search for `prfaq.tex` in the project root and pass its path. 2. **Invoke the researcher agent** using the Task tool with `subagent_type: "prfaq:researcher"`. Pass the file path, claim, or topic in the prompt. 3. **Pres...
Invoke the researcher agent to find evidence for claims in a PR/FAQ document.
Determine the input. If $ARGUMENTS specifies a .tex file path, pass it to the researcher to extract and verify all [CITATION NEEDED] markers and factual claims. If it specifies a claim or topic, pass that directly. If no argument is given, search for prfaq.tex in the project root and pass its path.
Invoke the researcher agent using the Task tool with subagent_type: "prfaq:researcher". Pass the file path, claim, or topic in the prompt.
Present the results to the user. The researcher returns:
.bib fileThe researcher automatically saves its findings to ./research/research-YYYY-MM-DD-TOPIC.md. Future runs reuse cached results instead of re-searching the web.
Offer to update the document. If the researcher found new sources:
.bib entries to the bibliography file\cite{} commands to the .tex file where claims now have sources[CITATION NEEDED] markers with proper citationsnpx claudepluginhub punt-labs/claude-plugins --plugin prfaq/factcheckVerifies BibTeX entries and cited claims in LaTeX papers against DBLP and web sources. Produces a structured report with corrections, unverified claims, and fixed BibTeX entries.
/lit-searchSearches academic literature for a given topic or paper and generates a positioning memo: closest 3-5 papers with differentiations, contribution paragraph draft, related-literature outline, and BibTeX export.
/research-citeGenerates properly formatted, policy-compliant citations from research corpus using REF-ID, keyword, or author match. Supports inline, BibTeX, reference formats with GRADE hedging and page/quote options.
/bibliographyGenerates formatted bibliographies and citations in academic styles: APA, MLA, Chicago, IEEE, Harvard, Vancouver.
/paper-referencesVerifies ML paper references against arXiv, Crossref, DBLP, and Semantic Scholar. Detects hallucinated citations, preprint/preprint status, and missing fields, then auto-fixes or reports issues.
/gap-analysisAnalyzes papers in a folder or Zotero collection for research gaps and generates new research ideas.