/research

Orchestrate ML/AI research workflows from ideation to paper drafting with resumable stages.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It removes the friction of turning a research direction into a complete, reproducible set of experiments and a publishable paper draft.

Core Features & Use Cases

  • End-to-end research orchestration: coordinates the full workflow from idea discovery through experiment execution, evaluation, and paper writing.
  • Stage recovery and resumability: saves pipeline state to wiki/outputs/pipeline-progress.md so you can resume across sessions with --start-from.
  • Human gates and async experiment execution: supports interactive or fully automatic modes, with Stage 3 running non-blocking deployments and later collection.
  • Use case: starting from a one-sentence direction, the pipeline can auto-bootstrap your wiki (paper ingestion) and then generate, test, iterate, and produce a paper targeting a selected venue.

Quick Start

Run the pipeline in fully automatic mode for a direction like "sparse LoRA for edge devices" by executing: /research "sparse LoRA for edge devices" --auto --venue ICLR

Frequently Asked Questions about /research

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 to paper draft?

To run an end-to-end research pipeline, provide a research direction and execute the workflow in automatic mode with the --auto flag. The system orchestrates ideation, experiment design, async execution, evaluation, and paper drafting into a resumable wiki.

What is the best way to manage multiple controlled ML experiments across sessions?

The best way to manage multiple controlled ML experiments across sessions is saving pipeline state to pipeline-progress.md. This research orchestration approach allows resuming staged experiments from specific control points using a start-from flag without losing previous results.

How do I start a research workflow for a specific ML topic like sparse LoRA?

Start a research workflow for a topic like sparse LoRA by inputting a one-sentence direction and specifying a target venue using the --venue flag. The pipeline auto-bootstraps your wiki with paper ingestion, then generates, tests, and iterates on experiments to produce a venue-targeted draft.

Can I run async experiment execution and collect results later in a research pipeline?

Yes, you can run async experiment execution and collect results later. Stage 3 supports non-blocking deployments, allowing experiments to execute asynchronously while the research pipeline collects evaluation results at a later control point.

Do I need a specific input format to bootstrap the research orchestration pipeline?

You need a RESEARCH_BRIEF.md file or a simple direction text input to bootstrap the research orchestration pipeline. This initial input defines the research direction, allowing the system to automatically ingest papers and generate experiment designs.

How does stage recovery work when an ML experiment pipeline is interrupted?

Stage recovery works when an ML experiment pipeline is interrupted by saving workflow state to pipeline-progress.md. You can resume the interrupted research orchestration from the exact stage using the --start-from flag without re-running completed experiment stages.