aris-research-pipeline

Orchestrates end-to-end research from idea discovery through experiments to submission-ready papers.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Running a complete research project requires manually chaining literature surveys, idea validation, experiment implementation, GPU deployment, and iterative peer review, which is slow and error-prone. This Skill automates the entire lifecycle as a single pipeline.

Core Features & Use Cases

  • Idea Discovery with Human Gate: Runs literature survey, idea generation, novelty checking, and pilot testing, then pauses at a checkpoint for user approval (or auto-selects the top-ranked idea when AUTO_PROCEED is enabled).
  • Autonomous Experiment Deployment: Implements full-scale experiments from pilot code, syncs to remote GPU servers, and launches runs in screen sessions with monitoring.
  • Auto Review Loop: Iterates up to 4 rounds of GPT-based adversarial review (medium/hard/nightmare difficulty) followed by automated fixes until the work reaches a target score.
  • Use Case: A researcher provides a broad direction like "efficient long-context attention", goes to sleep, and wakes up to a reviewed, scored paper draft with full experiment history in AUTO_REVIEW.md.

Quick Start

Run the full research pipeline on the topic of sparse mixture-of-experts routing with AUTO_PROCEED enabled and medium reviewer difficulty.

Frequently Asked Questions about aris-research-pipeline

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

FAQPage Schema
How do I run an end-to-end automated research pipeline?

Invoke the pipeline with a research direction as the argument, and it chains idea discovery, implementation, experiment deployment, and auto review into one workflow. You can override constants like AUTO_PROCEED and reviewer difficulty directly in the invocation argument.

How does the idea discovery human checkpoint work?

After IDEA_REPORT.md is generated, the pipeline pauses and presents ranked ideas with pilot signals and novelty status. With AUTO_PROCEED=false it waits for your confirmation; with AUTO_PROCEED=true it auto-selects the top-ranked idea after 10 seconds.

Can I control how adversarial the automated paper review is?

Yes, set REVIEWER_DIFFICULTY to medium, hard, or nightmare. Medium runs a standard review, hard adds reviewer memory and a debate protocol, and nightmare lets the reviewer read the repository directly via codex exec.

What happens if the auto review loop never reaches a passing score?

The loop stops after 4 rounds even if the score stays below 6/10. It then reports the remaining issues flagged by the reviewer instead of looping indefinitely, and suggests alternatives.

Does the pipeline download arXiv papers during literature survey?

By default ARXIV_DOWNLOAD is false, so only metadata is fetched via the arXiv API. Setting it to true downloads the top relevant arXiv PDFs during the literature survey stage.