citation-chaining
$
npx mdskill add yogsoth-ai/de-anthropocentric-research-engine/citation-chainingExpands paper coverage by tracing citation networks forward and backward from key papers.
- Solves the problem of missing relevant research by exploring citation links in both directions.
- Uses semantic search APIs and citation databases to trace references and citations.
- Alternates forward and backward passes, filtering by relevance and tracking provenance.
- Delivers a comprehensive, deduplicated list of relevant papers with provenance tracking.
SKILL.md
.github/skills/citation-chainingView on GitHub ↗
--- name: citation-chaining description: Forward and backward citation tracing tactic — expand paper coverage by tracing citation networks in both directions from seed/key papers. Alternates forward (who cited this) and backward (what this cited) passes until saturation. execution: tactic used-by: literature-survey, patent-mining, baseline-establishment --- # Citation Chaining Expand paper coverage by tracing citation networks in both directions. ## Operations - **Backward chaining**: ss_references — what does this paper cite? - **Forward chaining**: ss_citations — what cites this paper? ## Available SOPs - `paper-overview` (import) — quick scan of discovered papers - `paper-search` (import) — AI summary of promising papers - `paper-research` (import) — deep reading of key papers - `saturation-detection` (subagent) — determine when to stop ## Execution Guidance - Start from seed/key papers - Alternate forward and backward passes - After each pass: filter by relevance, add to reading queue - Use saturation-detection to stop when new papers aren't adding information - Track the chain: paper A → cites B → cites C (provenance) - Deduplicate across passes — same paper may appear in multiple chains
More from yogsoth-ai/de-anthropocentric-research-engine
- abductive-hypothesis-generationStrategy: 面对异常的最佳解释推理
- ablation-brainstormRemove components one by one, observe system changes to reveal hidden dependencies and generate ideas from structural gaps.
- ablation-component-mappingMap system architecture to ablatable units for ablation studies
- ablation-designDesign ablation studies to isolate component contributions in ML systems
- ablation-executionRemove components one by one from a system, record the response/impact of each removal.
- abp-vulnerability-classificationClassify assumptions on 2 axes — load-bearing (how much conclusion depends on it) × vulnerable (how likely to be false). Focuses attention on High-Load × High-Vulnerable quadrant.
- abstraction-extractionExtract abstract principles from concrete domain cases. Strips domain-specific details to reveal transferable mechanisms.
- abstraction-ladderPerform bisociation at multiple abstraction levels
- abstraction-ladderingMove between concrete and abstract framings — 3 levels up (Why?) and 3 levels down (How?) to find the most productive research level.
- abstraction-to-designAbstract biological principle to design principle. Bridge from biology to engineering.