ds-full-pipeline

Orchestrates an end-to-end autonomous research pipeline from literature scouting to paper finalization.

1.1k|116|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/OpenLAIR/dr-claw --skill ds-full-pipeline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ds-full-pipeline
Source: https://github.com/OpenLAIR/dr-claw/tree/main/skills/ds-full-pipeline
Command: npx skills add https://github.com/OpenLAIR/dr-claw --skill ds-full-pipeline

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Running a complete research project requires coordinating many disconnected stages—literature survey, baseline reproduction, ideation, experimentation, analysis, writing, and review—which is slow and error-prone when done manually.

Core Features & Use Cases

  • Nine-Stage Pipeline: Chains scout, baseline, idea, experiment, analysis campaign, optimize, write, review, and finalize stages into one workflow.
  • Human Checkpoints: Enforces gate reviews after the scout and idea stages so users confirm research direction before autonomous execution continues.
  • Evidence-First Writing: Requires every paper claim to trace back to an experiment artifact, with git commits after each stage for durable progress.
  • Use Case: A researcher wants to investigate a new method for a machine learning task; the pipeline surveys the literature, reproduces a baseline, generates and tests hypotheses, runs ablations, and produces a reviewed LaTeX paper draft.

Quick Start

Run the full DeepScientist research pipeline on my research topic and pause for my confirmation after the scouting and idea stages.

Frequently Asked Questions about ds-full-pipeline

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

FAQPage Schema
How do I run a full autonomous research pipeline from idea to paper?

Invoke the pipeline with your research topic as the argument. It sequentially runs scouting, baseline reproduction, ideation, experiments, analysis, writing, review, and finalization, pausing for your confirmation after the scout and idea stages.

What stages are included in an end-to-end research workflow?

The pipeline includes nine stages: scout, baseline, idea, experiment, analysis campaign, optimize, write, review, and finalize. The optimize stage is optional and skipped if main experiment results already meet success criteria.

Can I control the research direction before experiments run?

Yes, the pipeline enforces two gate checkpoints: one after scouting to confirm the research landscape, and one after ideation to select which idea to pursue. Stages after idea confirmation run autonomously.

What happens if a pipeline stage fails during execution?

The pipeline fails gracefully by reporting the failure clearly and suggesting alternatives rather than forcing forward. Progress is preserved because each completed stage is committed to git.

How long does the full research pipeline take to complete?

Typical durations range from about 20-40 minutes for scouting up to several hours for experiments, with writing, review, and finalization adding roughly another hour. Total time depends heavily on experiment complexity.