← Back to Skills Marketplace
zackz2025

Evidence-First Research

by Zack · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
61
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install evidence-first-research
Description
Evidence-first workflow for scientific research, literature review, method selection, study planning, biomedical analysis, and research writing. Use when Cod...
README (SKILL.md)

Evidence First Research

Overview

Use a research-before-starting workflow. Search existing evidence, tools, datasets, and established patterns before drafting an analysis plan, recommending a method, or producing scientific content.

Default to reuse or adaptation of validated approaches. Only introduce a novel method, pipeline, or claim of novelty after establishing that the gap is real.

Core Workflow

  1. Define the task precisely.
  • Restate the objective, target deliverable, domain, and decision stakes.
  • Identify whether the task is literature synthesis, study design, data analysis, protocol drafting, manuscript support, tool selection, or interpretation.
  • For medical work, identify the population, setting, intervention or exposure, comparator, outcomes, and time horizon when applicable.
  1. Search before acting.
  • Search for prior papers, systematic reviews, guidelines, benchmark datasets, existing tools, libraries, protocols, ontologies, and reporting standards before proposing work.
  • Prefer primary and authoritative sources over tertiary summaries when accuracy matters.
  • Search for negative results, contradictory evidence, failure modes, and replication attempts instead of only supportive results.
  • Inspect local project artifacts before suggesting a new workflow when the task depends on an existing codebase, dataset, or protocol.
  1. Evaluate evidence quality.
  • Rank sources by relevance, rigor, recency, and direct applicability to the question.
  • Distinguish peer-reviewed papers, preprints, guidelines, textbooks, package documentation, and informal discussion.
  • Prioritize strong syntheses and well-matched study designs over isolated or weakly related findings.
  • Flag uncertainty explicitly when evidence is indirect, outdated, conflicting, underpowered, or drawn from a mismatched population.
  1. Choose the action mode deliberately.
  • Adopt an established method when a strong, well-matched pattern already exists.
  • Adapt a validated method when the problem is similar but not identical.
  • Benchmark multiple credible approaches when the field lacks a dominant standard.
  • Design a new approach only after documenting what was searched, what already exists, and why it is insufficient.
  1. Execute with traceability.
  • State the chosen approach and why it was selected over alternatives.
  • Cite the papers, tools, libraries, datasets, or standards that informed the decision.
  • Separate evidence, inference, and speculation.
  • Preserve assumptions, inclusion criteria, exclusion criteria, and unresolved questions.
  1. Re-check before finalizing.
  • Verify that the strength of the final claims matches the strength of the underlying sources.
  • Re-open the search if a key assumption is unsupported or if a stronger source is likely to exist.
  • Perform an extra review for harms, contraindications, bias, and guideline consistency when the output is medically relevant or otherwise high stakes.

Search Targets

  • Search for literature first: systematic reviews, meta-analyses, guidelines, seminal papers, recent high-quality studies, protocols, replication studies.
  • Search for research infrastructure: benchmark datasets, registries, ontologies, reference implementations, software packages, analysis pipelines, laboratory or clinical standards.
  • Search for methodological patterns: study designs, statistical approaches, outcome definitions, preprocessing conventions, validation schemes, reporting frameworks.
  • Search for practical constraints: data availability, licensing, regulatory context, ethical constraints, reporting expectations, reproducibility requirements.

Decision Heuristics

  • Prefer "adopt" when the question is standard and the field already has a stable method.
  • Prefer "adapt" when the method exists but the data, population, or setting differs.
  • Prefer "benchmark" when several plausible methods compete and no clear winner exists.
  • Prefer "invent" only after showing that existing methods, tools, or study patterns do not adequately solve the problem.

Medical Emphasis

  • Give extra weight to clinical practice guidelines, systematic reviews, meta-analyses, and pivotal trials when the task involves patient care, diagnostics, treatment, prognosis, or safety.
  • Treat preprints, conference abstracts, animal models, in vitro studies, single-center retrospective studies, case reports, and expert opinion as lower-certainty evidence unless the task specifically requires them.
  • Avoid patient-specific recommendations without current sources, clear scope limits, and explicit uncertainty.
  • Flag when geography, formulary availability, regulatory status, standard of care, or population differences may change the answer.
  • Distinguish mechanistic plausibility from clinical effectiveness, and surrogate outcomes from patient-important outcomes.

Output Pattern

Before doing deep work, produce a concise research checkpoint when useful:

  • Objective.
  • Search targets.
  • Best existing papers, tools, or patterns found so far.
  • Evidence strength and important gaps.
  • Chosen path: adopt, adapt, benchmark, or invent.
  • Main risks, assumptions, and next step.

Anti-Patterns

  • Do not start building, analyzing, or writing as if the problem were novel without checking the literature and existing tools.
  • Do not equate "published" with "reliable" or "recent" with "best."
  • Do not overgeneralize from weak evidence, surrogate endpoints, or mechanistic arguments.
  • Do not rely on abstracts alone when methods or limitations matter.
  • Do not ignore population mismatch, confounding, missing comparators, or sample size limitations.
  • Do not present speculation as consensus.
  • Do not skip contradictory evidence just because it complicates the answer.

References

Usage Guidance
This skill is internally consistent and low-risk as an instruction-only workflow. Before using it: (1) confirm whether your agent environment will allow the model to read local project files—only grant that if you want the agent to inspect those artifacts; (2) avoid submitting patient-identifiable or sensitive data unless you have appropriate protections and consent; (3) treat the skill's outputs as literature-informed recommendations, not definitive clinical advice—verify with domain experts and primary sources; and (4) review any citations or suggested tools/datasets for licensing or security implications before reuse.
Capability Analysis
Type: OpenClaw Skill Name: evidence-first-research Version: 0.1.0 The skill bundle provides a structured, evidence-based workflow for scientific and medical research. It contains no executable code, data exfiltration logic, or malicious instructions. The content in SKILL.md and evidence-evaluation.md is purely instructional, focusing on improving research rigor, citing sources, and identifying biomedical red flags, which aligns perfectly with its stated purpose.
Capability Assessment
Purpose & Capability
Name, description, and runtime instructions all describe an evidence-first research workflow (literature search, evidence appraisal, method selection). The skill requests no binaries, credentials, or installs that would be unrelated to that purpose.
Instruction Scope
SKILL.md instructs the agent to search literature, evaluate sources, and—when relevant—inspect local project artifacts. Those instructions stay within the research remit and do not direct the agent to read unrelated system files, credentials, or to transmit data to unknown endpoints.
Install Mechanism
No install spec or code files that would be written to disk; the skill is instruction-only, which minimizes installation risk.
Credentials
No required environment variables, primary credential, or config paths are declared. The skill does not request secrets or external credentials beyond what a normal research assistant would need.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request permanent presence or modification of other skills or system-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install evidence-first-research
  3. After installation, invoke the skill by name or use /evidence-first-research
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial public release of an evidence-first scientific research skill with medical emphasis.
Metadata
Slug evidence-first-research
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Evidence-First Research?

Evidence-first workflow for scientific research, literature review, method selection, study planning, biomedical analysis, and research writing. Use when Cod... It is an AI Agent Skill for Claude Code / OpenClaw, with 61 downloads so far.

How do I install Evidence-First Research?

Run "/install evidence-first-research" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Evidence-First Research free?

Yes, Evidence-First Research is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Evidence-First Research support?

Evidence-First Research is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Evidence-First Research?

It is built and maintained by Zack (@zackz2025); the current version is v0.1.0.

💬 Comments