ds-lite-idea

Compares research idea candidates and selects the smallest discriminating experiment.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Research sessions often stall when multiple plausible directions compete and no structured record explains why one was chosen. This Skill turns scout evidence into a traceable decision, comparing 2-3 candidate ideas on novelty, feasibility, evidence, cost, risk, and alignment so the next session can resume with full context. ## Core Features & Use Cases - Structured Candidate Comparison: Produces 2-3 testable directions, each with a mechanism hypothesis, closest alternative, minimum experiment, expected signal, cost, and risk. - Factor Card Validation: Creates and validates factor-card-<slug>.json decision artifacts via ds_lite_protocol.py validate-factor-card, keeping unmeasured factors unknown instead of inventing scores. - Graph-Tracked Decisions: Records branch, supersedes, and rollback edges in the research graph, writes an idea-<slug>.md artifact, and renders STATUS.md with the next experiment command. - Use Case: After a literature scout, you have three possible approaches to a problem. Use this Skill to score each on a Factor Card, pick the cheapest discriminating ablation, and log the decision so a future session knows exactly why that route was promoted. ## Quick Start Ask the assistant to propose 2-3 testable research directions from the latest scout artifact, compare their risks with Factor Cards, and select one route for immediate validation.

Frequently Asked Questions about ds-lite-idea

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

FAQPage Schema
How do I compare multiple research ideas before running experiments?▼

Generate 2-3 candidate directions, each with a mechanism hypothesis, closest alternative, minimum experiment, expected signal, cost, and risk. Then score each on a Factor Card covering novelty, feasibility, evidence strength, cost, risk, and alignment, and select the cheapest discriminating test.

What is a Factor Card in research idea evaluation?▼

A Factor Card is a JSON decision artifact recording novelty, feasibility, evidence strength, cost, risk, and alignment for one candidate idea. Unmeasured factors stay unknown rather than zero or estimated, and the card is validated with ds_lite_protocol.py validate-factor-card.

Can an idea artifact count as experimental evidence?▼

No. Idea selection remains a planning activity, and neither an idea artifact nor a Factor Card is typed claim evidence. Promotion of a route requires real checks, evidence references, and an explicit decision reason; submitted or pending work is not verified.

How are rejected or deferred research ideas tracked?▼

Each candidate is recorded as proposed, promoted, deferred, superseded, or abandoned in the research graph using branch edges for alternatives and supersedes edges only when evidence invalidates an older idea. Failed checks are retained as search-boundary evidence.

What happens when a chosen research direction fails?▼

Use a rollback edge to return to a prior viable node after a failed experiment, and record the failure as search-boundary evidence. The idea artifact documents the rollback target and the smallest test that could change the selection.