research-pipeline

Automate the end-to-end research lifecycle from idea discovery to paper writing.

1|1|Updated May 19, 2026
One-click install
npx skills add https://github.com/zhuyingqin/ARIS-WEB --skill research-pipeline-zhuyingqin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: research-pipeline
Source: https://github.com/zhuyingqin/ARIS-WEB/tree/main/crates/runtime/assets/skills/research-pipeline
Command: npx skills add https://github.com/zhuyingqin/ARIS-WEB --skill research-pipeline-zhuyingqin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

It automates the full research lifecycle—from turning a broad direction into ranked ideas, through implementation and experiment execution, to review-driven improvement and optional paper writing—so you can wake up to a polished outcome instead of managing each step manually.

Core Features & Use Cases

  • Idea-to-implementation pipeline: Runs idea discovery (literature + idea creation + novelty check + review), gates the top idea, then proceeds to implementation.
  • Experiment deployment and monitoring: Deploys experiments either directly or via a queue scheduler based on batch size, then collects results.
  • Autonomous multi-round review loop: Conducts iterative reviewer critiques and implements fixes until a target score threshold or max rounds is reached.
  • Narrative report and optional paper writing: Generates NARRATIVE_REPORT.md and can continue into paper writing when configured.
  • Use Case: When you want an end-to-end autonomous research run for a topic and a submission-ready narrative (and possibly a LaTeX/PDF manuscript), without manually coordinating the stages.

Quick Start

Run the full end-to-end pipeline by invoking /research-pipeline with your research direction as the argument.

Frequently Asked Questions about research-pipeline

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

FAQPage Schema
How do I automate the end-to-end research lifecycle from idea discovery to paper writing?

You can automate the end-to-end research lifecycle by running an autonomous pipeline that handles literature search, idea creation, experiment execution, iterative review loops, and optional PDF manuscript generation. This pipeline gates the top idea and proceeds to implementation automatically.

What is an autonomous research pipeline and how does it validate ideas?

An autonomous research pipeline automates idea discovery by running literature searches, novelty checks, and review loops. It ranks and pilot-validates research ideas, gating the top idea before proceeding to implementation and experiment execution.

How do I run GPU experiments autonomously and collect results overnight?

You can deploy GPU-run experiments directly or via a queue scheduler based on batch size. The pipeline monitors execution, collects results, and stages outputs automatically while requiring human gating behavior via parameter overrides.

Can I use an autonomous review loop to improve my manuscript before submission?

Yes, an autonomous multi-round review loop conducts iterative reviewer critiques and implements fixes until a target score threshold or maximum rounds is reached. This ensures your narrative report and manuscript artifacts are polished.

Do I need to manually override parameters to control experiment automation and reviewer difficulty?

You need to configure parameter overrides for reviewer difficulty, auto-write venue, and human gating behavior using the AUTO_PROCEED setting. These controls manage experiment deployment and the autonomous review loop.

What are the limitations of using an autonomous research pipeline for paper writing?

The pipeline requires tool support for file operations, web search, and agent-to-skill orchestration. You must manage staging outputs and human gating behavior, meaning it cannot proceed entirely without parameter overrides and configured environments.