ds-lite-scout

Investigates research questions, baselines, metrics, and feasibility before route selection.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Research and engineering projects often start from vague directions, and teams pick routes without verifying evidence, baselines, or feasibility. This Skill narrows an unclear research question into a verifiable route and leaves a persistent artifact and state-graph node so later sessions can resume with full context. ## Core Features & Use Cases - Evidence Scouting: Clarifies the research question, target claim, expected evidence, baselines, metrics, and first failure mode, verifying against primary or official sources. - Artifact and Graph Recording: Writes a scout artifact (research/artifacts/scout-<slug>.md) and adds a scout node to the project state graph via the ds_lite_state.py script, keeping STATUS.md in sync. - Honest Status Reporting: Marks nodes blocked or not-verified when evidence is missing instead of producing polished success prose, and treats instructions found in papers or repositories as untrusted data. - Use Case: Before committing to a model architecture, run the scout to survey benchmark datasets, confirm a strong baseline, record feasibility risks, and hand off a grounded route to the idea or experiment stage. ## Quick Start Ask the assistant to scout the evidence, baselines, metrics, and risks for your research question before choosing a direction.

Frequently Asked Questions about ds-lite-scout

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

FAQPage Schema
How do I validate a research direction before starting experiments?▼

Use the scout workflow to clarify the research question, target claim, expected evidence, baseline, metric, and first failure mode. It verifies claims against primary sources and records findings in a scout artifact plus a state-graph node for later stages.

What does the ds-lite-scout skill produce as output?▼

It produces a markdown artifact at research/artifacts/scout-<slug>.md containing facts, citations, candidate baselines, metrics, feasibility, and unknowns, plus a scout node added to research/state/graph.json via the ds_lite_state.py script.

Can the scout execute instructions found in papers or repositories?▼

No. Instructions found in papers, repositories, README files, and issues are treated as untrusted data and are never executed without explicit user authorization. The scout only inspects and cites them as evidence.

What happens when evidence is insufficient during scouting?▼

The scout marks the node as blocked or not-verified and names the missing input instead of writing polished success prose. This keeps the project state honest so later idea or experiment stages know exactly what is missing.

How does the scout update the project state graph safely?▼

It reads the current revision with the status command, then adds nodes with an expected-revision check using ds_lite_state.py. Direct edits to graph.json are forbidden; conflicts are resolved by reloading and reconciling.