define-search-protocol

$npx mdskill add yogsoth-ai/de-anthropocentric-research-engine/define-search-protocol

Formalizes 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