research-pipeline

Execute an end-to-end research pipeline from idea discovery to GPU experiments and auto-review.

1|Updated May 14, 2026
One-click install
npx skills add https://github.com/lix965996-art/MMM --skill research-pipeline-lix965996-art
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: research-pipeline
Source: https://github.com/lix965996-art/MMM/tree/main/resources/app/skills/research-pipeline
Command: npx skills add https://github.com/lix965996-art/MMM --skill research-pipeline-lix965996-art

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the gap between having a research direction and producing a submission-ready paper by running the full end-to-end research lifecycle autonomously.

Core Features & Use Cases

  • Idea discovery to ranked shortlist: Runs idea discovery and validation to generate IDEA_REPORT.md with pilot-tested, ranked ideas.
  • Implementation and full-scale experiments: Bridges from the chosen idea to code implementation, then deploys and monitors GPU experiments.
  • Auto review improvement loop: Executes iterative review-and-fix cycles (up to 4 rounds) producing AUTO_REVIEW.md and a final assessment.
  • Use case: When you want a complete autonomous workflow from “find a strong idea” through “run experiments” to “get reviewer-style improvements,” use this pipeline for full end-to-end research.

Quick Start

Run the full pipeline by telling the AI your research direction in one sentence, e.g., request a complete autonomous research pipeline from idea discovery to submission-ready output.

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 research pipeline from idea generation to paper submission?

An automated research pipeline runs end-to-end from idea discovery and literature review to GPU experiment execution and iterative auto-review. It produces deterministic outputs like IDEA_REPORT.md and AUTO_REVIEW.md to yield a submission-ready paper.

What is an auto review loop for refining a research paper?

An auto review loop executes iterative review-and-fix cycles on your research output, generating an AUTO_REVIEW.md file. It performs up to four rounds of automated refinement and produces a final assessment to improve paper quality.

How do I run GPU experiments for an automatically generated research idea?

After idea discovery generates a ranked shortlist in IDEA_REPORT.md, the pipeline bridges to code implementation and deploys GPU experiments. It monitors the execution to produce full-scale experimental results for your chosen idea.

Can I include arxiv metadata retrieval in an autonomous research lifecycle workflow?

Yes, the autonomous research lifecycle workflow supports optional arxiv metadata retrieval. This feature enriches the initial literature review and idea validation stages before moving into implementation and GPU experiment execution.

Do I need human checkpoints during an end-to-end autonomous research workflow?

The workflow uses staged orchestration with controlled gating, supporting both AUTO_PROCEED and HUMAN_CHECKPOINT modes. This ensures safe failure handling across stages while allowing you to decide the level of human oversight.

What are the limitations of running a full autonomous research pipeline?

Limitations include the constraint of up to four auto-review rounds and reliance on staged orchestration for safe failure handling. The pipeline requires controlled gating to proceed correctly, meaning unhandled failures across stages may halt the workflow.