research-pipeline

Orchestrate research from idea discovery through implementation, experiments, and review.

Updated May 25, 2026
One-click install
npx skills add https://github.com/duypham2801/ThS_LLM --skill research-pipeline-duypham2801
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: research-pipeline
Source: https://github.com/duypham2801/ThS_LLM/tree/main/.claude/skills/research-pipeline
Command: npx skills add https://github.com/duypham2801/ThS_LLM --skill research-pipeline-duypham2801

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It turns an uncertain research direction into a complete, reproducible workflow that delivers experiment outcomes and a paper-writing handoff.

Core Features & Use Cases

  • End-to-end research lifecycle: Chains idea discovery, implementation, experiment execution, and an automated review-and-improvement loop.
  • Configurable autonomy with gates: Supports an optional human checkpoint after idea discovery and an optional paper-writing stage controlled by settings.
  • Structured outputs for handoff: Produces stage artifacts like IDEA_REPORT.md, review-stage/AUTO_REVIEW.md, and NARRATIVE_REPORT.md to move directly into writing and iteration.

Quick Start

Use the research-pipeline skill by running: /research-pipeline "chest X-ray phrase grounding with bounding box prediction" — AUTO_PROCEED: false, human checkpoint: true, auto_write: false.

Frequently Asked Questions about research-pipeline

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

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

An end-to-end research pipeline automates idea discovery, implementation, experiment execution, and iterative review loops, outputting structured artifacts like IDEA_REPORT.md for direct publication handoff.

What is the best way to manage GPU-backed experiment automation and routing?

The best way to manage GPU-backed experiment automation is through a pipeline that handles routing between queue-based and direct experiment deployment, ensuring deterministic stage artifacts for reproducible research.

Can I add a human checkpoint after literature survey and idea discovery?

Yes, you can add a human checkpoint after idea discovery by setting AUTO_PROCEED to false in your YAML configuration, allowing manual review before the pipeline continues to implementation and experimentation.

How does the automated multi-round review loop work for research experiments?

The automated multi-round review loop evaluates experiment outcomes and generates review-stage/AUTO_REVIEW.md artifacts, iteratively refining research results until publication quality is achieved.

Do I need YAML configuration to control experiment gating and auto-write stages?

Yes, you need YAML configuration to control pipeline gating parameters such as auto-proceed, review difficulty, and auto-write settings, which manage the flow between autonomous experimentation and paper writing.

What structured outputs does the research lifecycle produce for paper writing handoff?

The research lifecycle produces structured stage artifacts including IDEA_REPORT.md, NARRATIVE_REPORT.md, and AUTO_REVIEW.md, which provide deterministic outputs to move directly into paper writing and iterative drafting.