Paper-specific acquisition and processing pipeline — discover, process, clarify, synthesize. Use when conducting a structured literature review on a topic, processing a batch of papers, or when the repository's knowledge-grounding workflow requires discovering and acquiring academic papers. Also triggers for structured synthesis when papers are already local or the repo's literature notes are already present.
Structured pipeline for acquiring and processing academic papers. This is the paper-specific workflow within the broader repo grounding process described by AGENTS.md, tursodb/README.md, and tursodb/kb/README.md.
docs/related work/, not docs/literature-review/.docs/research_plan.md; it does not currently contain docs/research_log.md.rules/knowledge_grounding.md, papers/, or local-corpus/bin/corpus. If those are added later, treat them as the canonical paper-processing path. Until then, use this workflow with the repo's current docs and KB helpers.AGENTS.md: start with the repo-local tursodb-kb skill for KB retrieval, then use devenv shell -- codemogger search "query" for code search.docs/related work/ and use the repo-local tursodb-kb skill to query the local KB. If sufficient, skip to Phase 3.papers/todo/, use it as the staging area. For non-downloadable resources, note the URL and clearly flag that the paper was not acquired.For each paper:
docs/related work/ to see whether the paper or its claims are already captured.papers/ or local corpus directory is added, use that canonical location instead.docs/related work/. Add cross-references instead of duplicating claims.docs/related work/ without creating paper-by-paper duplication.docs/research_plan.md or another explicitly chosen repo document.| Need | Tool | Why |
|---|---|---|
| Internal prior work, plans, reports, specs | tursodb-kb skill | Repo-local retrieval should be first. |
| Exact keyword/spec lookup in indexed docs | devenv shell -- search-kb-fts | Best when wording is known. |
| Semantic recall from indexed docs | devenv shell -- search-kb-vector | Best when wording may differ. |
| Repo code and implementation search | devenv shell -- codemogger search "query" | Required repo-first code search path. |
| Academic paper search | Scholar or web search tooling | Use to discover papers and PDF URLs. |
| Known URL | Direct fetch/download tools | Best for canonical landing pages or PDF downloads. |
"<title>" filetype:pdf often help.When merging findings into topic files:
docs/related work/README.md and the target topic file before editing so claims land in the right conceptual section.