aris-idea-creator

Generates, validates, and ranks research ideas with literature surveys and pilot experiments.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Turning a broad research direction into concrete, publishable ideas is slow and error-prone: researchers must survey the literature, spot gaps, check novelty, and guess which ideas are worth GPU time. This Skill automates that pipeline, producing a ranked idea report backed by landscape analysis, external LLM critique, and small pilot experiments.

Core Features & Use Cases

  • Landscape Survey: Scans local paper libraries and recent literature (top venues, arXiv) to map sub-directions, gaps, and open problems before ideation.
  • LLM-Augmented Brainstorming & Review: Uses an external model via Codex MCP to generate 8-12 candidate ideas, then applies devil's-advocate critique and novelty checks to filter them down.
  • Parallel Pilot Experiments: Runs minimal GPU experiments (with strict time and GPU-hour budgets) for the top 2-3 ideas and re-ranks them based on empirical signal.
  • Use Case: A researcher says "find ideas on sample efficiency of offline RL with image observations" and receives an IDEA_REPORT.md with ranked hypotheses, novelty scores, pilot results, eliminated dead ends, and a suggested execution order.

Quick Start

Ask the assistant to run the aris-idea-creator skill with a specific research direction such as "factorized gap in discrete diffusion language models" to generate a ranked idea report.

Frequently Asked Questions about aris-idea-creator

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

FAQPage Schema
How do I generate research ideas from a broad topic?

Provide a specific direction (problem, domain, and constraint in 1-2 sentences) and the skill surveys recent literature, brainstorms 8-12 candidate ideas with an external LLM, filters them for feasibility and novelty, and outputs a ranked report. Overly broad topics like "NLP" are rejected with a request to narrow down.

How does the skill validate that a research idea is novel?

Each surviving idea goes through targeted multi-source searches plus a deep novelty check workflow with cross-verification by an external model. Ideas already covered by existing papers are eliminated and documented in the report's eliminated-ideas table.

Can the skill run pilot experiments on GPUs?

Yes, it launches minimal pilot experiments for the top 2-3 ideas in parallel across GPUs, with limits of 2 hours per pilot, 3-hour hard timeout, and 8 total GPU-hours. Pilots can be skipped for purely theoretical ideas or when no GPU is available.

What external tools does the idea generation workflow require?

It uses WebSearch and WebFetch for literature discovery and the Codex MCP integration (mcp__codex__codex) with an OpenAI model such as gpt-5.4 for brainstorming and critical review. Local paper folders and an optional research-wiki directory provide additional context.

What are the limitations of automated research idea generation?

Idea quality depends on the specificity of the input direction and the recency of searchable literature. Pilot experiments are small-scale single-seed runs, so weak signals may need larger follow-up experiments before committing to a full research effort.