define-search-protocol
$
npx mdskill add yogsoth-ai/de-anthropocentric-research-engine/define-search-protocolFormalizes search queries and criteria for systematic surveys
- Solves the problem of inconsistent or incomplete search protocols
- Relies on subagent execution for focused analytical reasoning
- Uses Boolean logic and database knowledge to construct precise queries
- Generates a structured, reproducible search protocol document
SKILL.md
.github/skills/define-search-protocolView on GitHub ↗
--- name: define-search-protocol description: Formalize search queries and inclusion/exclusion criteria for systematic surveys. Produces a reproducible search protocol document. Used by systematic-survey. execution: subagent prompt: ./prompt.md input: research_question (string), field_context (string) used-by: literature-survey --- # Define Search Protocol Formalize search queries + inclusion/exclusion criteria for systematic surveys. ## Execution Subagent — spawned via subagent-spawning/spawn-agent skill. ## Why Subagent Protocol definition requires careful reasoning about query formulation, Boolean operators, database selection, and criteria boundaries. Dedicated context prevents this analytical work from being rushed.
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.