prisma-screening
$
npx mdskill add yogsoth-ai/de-anthropocentric-research-engine/prisma-screeningMulti-stage screening following PRISMA methodology. Progressively filter papers from a large candidate pool to a focused set for deep reading.
SKILL.md
.github/skills/prisma-screeningView on GitHub ↗
--- name: prisma-screening description: Multi-stage PRISMA screening tactic — progressively filter papers from a large candidate pool to a focused set for deep reading. Four stages (identification, title/abstract screening, full-text screening, inclusion) with documented counts at each stage. execution: tactic used-by: literature-survey --- # PRISMA Screening Multi-stage screening following PRISMA methodology. Progressively filter papers from a large candidate pool to a focused set for deep reading. ## Stages 1. **Identification** — gather all candidate papers (via paper-overview) 2. **Title/Abstract screening** — apply inclusion/exclusion criteria (from define-search-protocol) 3. **Full-text screening** — read AI summaries (paper-search) to confirm relevance 4. **Inclusion** — final set for deep reading (paper-research) ## Available SOPs - `paper-overview` (import) — identification stage - `paper-search` (import) — full-text screening stage - `paper-research` (import) — inclusion stage (deep reading) - `prisma-flowchart` (subagent) — generate PRISMA flow data ## Execution Guidance - Each stage documents: how many in → how many out → reasons for exclusion - prisma-flowchart SOP generates the flow data at the end - CC decides exact thresholds for each stage based on inclusion/exclusion criteria from define-search-protocol - Typical funnel: 60 identified → 40 title-screened → 30 deep-read - Document exclusion reasons at each stage (e.g., "off-topic", "wrong population", "not empirical")
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.