ds-lite-empirical

Specify, execute, and audit bounded empirical research tasks with evidence-backed results.

2|Updated Jun 18, 2026
One-click install
npx skills add https://github.com/AlexenderSokolov/deepscientist-lite-codex-plugin --skill ds-lite-empirical-alexendersokolov
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ds-lite-empirical
Source: https://github.com/AlexenderSokolov/deepscientist-lite-codex-plugin/tree/main/plugins/deepscientist-lite-empirical/skills/ds-lite-empirical
Command: npx skills add https://github.com/AlexenderSokolov/deepscientist-lite-codex-plugin --skill ds-lite-empirical-alexendersokolov

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve? Empirical research sessions often lose track of estimands, identification assumptions, diagnostics, and negative results, making findings impossible to audit or hand off. This Skill enforces a bounded, documented workflow so every empirical task produces a spec, an evidence-cited result, and a clear stopping point. ## Core Features & Use Cases - Empirical Spec Authoring: Writes a ds-lite.empirical-spec.v1 defining the research question, estimand, population, sample rules, variables, identification strategy, assumptions, diagnostics, and robustness plan before any analysis runs. - Capability-Aware Execution: Inspects which runtimes are actually observed (Python as reproducibility reference, StatsPAI as comparison, R and Stata as not-observed until discovered) and never installs runtimes or downloads data without approval. - Auditable Result Handoff: Produces a ds-lite.empirical-result.v1 citing a Core Evidence Pack with project-relative commands and artifacts, preserving confounding warnings, failed pretrend tests, missingness, and null or negative results. - Use Case: A researcher running a difference-in-differences analysis uses this Skill to lock the estimand and pretrend diagnostics up front, execute one bounded work unit, and hand off a result envelope that honestly reports a failed parallel-trends test instead of hiding it. ## Quick Start Ask the assistant to use ds-lite-empirical to define and execute one bounded empirical work unit with explicit identification, diagnostics, robustness checks, and evidence references.

Frequently Asked Questions about ds-lite-empirical

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a bounded empirical research task with an AI assistant?▼

Define one work unit with an explicit estimand, sample rules, identification strategy, diagnostics, and robustness plan before analysis. This Skill writes that as a ds-lite.empirical-spec.v1, executes the bounded task, and records results in a ds-lite.empirical-result.v1 citing an Evidence Pack.

How to document difference-in-differences pretrend tests for audit?▼

Record the parallel-trends diagnostic in the spec's assumptions and diagnostics sections before running the analysis. The result envelope preserves failed pretrend tests rather than hiding them, so reviewers see exactly what the evidence supports.

Does this empirical workflow require R, Stata, or Python installed?▼

No runtime is assumed. Python is treated as the reproducibility reference only when observed, StatsPAI may be compared as a reference workflow, and R and Stata remain not-observed until their commands are discovered. Nothing is installed without approval.

What happens when DeepScientist Lite Core is missing or incompatible?▼

The Skill requires running the doctor command against the Core plugin first. A missing or incompatible Core results in a blocked status, so no empirical work proceeds until compatibility is confirmed.

When should I not rely on statistical significance from this workflow?▼

Never treat a p-value as proof of a theory. The Skill explicitly forbids optimizing specifications for significance, hiding failed diagnostics, or reinterpreting the estimand after seeing results, and it reports what the evidence does not support.