idea-creator

Generate, validate, and rank publishable research ideas from a broad research direction.

Updated Jul 9, 2026
One-click install
npx skills add https://github.com/Lingjie-wang/autoRL --skill idea-creator-lingjie-wang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: idea-creator
Source: https://github.com/Lingjie-wang/autoRL/tree/main/Auto-claude-code-research-in-sleep/skills/idea-creator
Command: npx skills add https://github.com/Lingjie-wang/autoRL --skill idea-creator-lingjie-wang

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 literature evidence, cross-model review, and pilot experiments. ## Core Features & Use Cases - Landscape survey and gap analysis: Scans local paper libraries and recent literature (top venues, arXiv) to map sub-directions, contradictions, untested assumptions, and open problems. - Cross-model idea generation and jury: Fans out candidate generation across analytic lenses, then uses an external reviewer backend (Codex or manual review MCP) for brainstorming, devil's-advocate triage, and ranking. - Pilot experiments with GPU budgets: Runs cheap parallel pilots (max 2 hours per GPU, 8 GPU-hours total) via /run-experiment and /monitor-experiment, then re-ranks ideas on empirical signal. - Use Case: A researcher says "find ideas for sample efficiency of offline RL with image observations" and receives an IDEA_REPORT.md with ranked ideas, novelty scores, pilot results, eliminated dead ends, and a suggested execution order. ## Quick Start Ask the assistant to run /idea-creator with a specific research direction such as "factorized gap in discrete diffusion LMs" to generate a ranked report of validated research ideas.

Frequently Asked Questions about 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, identifies structural gaps, brainstorms 8-12 candidates with an external LLM, and ranks them via cross-model review. Directions that are too broad, like "NLP", are rejected with a request to narrow.

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

Novelty is checked in two stages: targeted prior-work searches annotate each candidate, then the /novelty-check workflow runs multi-source search with cross-model verification on the reviewer's top picks. Cited papers are verified against arXiv, CrossRef, and Semantic Scholar to prevent hallucinated references.

Can I run pilot experiments before committing to a research idea?

Yes, the top 2-3 ideas get parallel pilot experiments capped at 2 hours per GPU and 8 total GPU-hours. Pilots use a single seed and small scale with a predefined success metric, and ideas are re-ranked based on positive or negative empirical signal.

What reviewer backends does the idea evaluation support?

Evaluation supports a Codex MCP backend (default, using models like gpt-5.5 or o3) and a manual review MCP backend where you paste prompts into a non-Claude model. The reviewer must be a non-Claude model to preserve the cross-model judging invariant.

What are the limitations of automated research idea generation?

Ideas requiring more than one week of GPU time or unavailable datasets are dropped as infeasible, and purely theoretical ideas skip pilot validation. The skill also depends on external reviewer backends and search quality, so vague directions produce vague, non-actionable ideas.