aris-idea-discovery

Orchestrates a literature-to-validated-idea pipeline with novelty checks, pilot experiments, and reviewer feedback.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Going from a broad research direction to a validated, pilot-tested research idea requires many manual steps: surveying literature, brainstorming, checking novelty, and getting critical feedback. This Skill automates that entire pipeline so researchers can quickly identify ideas worth pursuing.

Core Features & Use Cases

  • End-to-End Pipeline: Chains literature survey, idea generation, novelty verification, external review, and method refinement into one automated workflow producing a ranked IDEA_REPORT.md.
  • Pilot Experiment Validation: Runs small GPU pilot experiments (with time and budget caps) on top ideas so ranking is based on empirical signal, not just theoretical appeal.
  • Reference Paper Mode: Accepts an arXiv URL or local PDF as a base paper, summarizes it, and generates ideas that improve or extend it.
  • Use Case: A PhD student types a direction like "efficient long-context attention" and receives a report with ranked ideas, confirmed novelty against recent arXiv work, reviewer scores, and a concrete experiment plan for the top idea.

Quick Start

Run the idea discovery pipeline on my research direction by saying: run the full idea discovery workflow for efficient long-context attention.

Frequently Asked Questions about aris-idea-discovery

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

FAQPage Schema
How do I run a full research idea discovery pipeline?

Invoke the skill with a research direction, for example "/aris-idea-discovery efficient long-context attention". It automatically runs literature survey, idea generation, novelty checks, review, and refinement, then outputs a ranked IDEA_REPORT.md.

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

Phase 3 runs a deep novelty check for each top idea using multi-source search across arXiv, Google Scholar, and Semantic Scholar, cross-verified with a reviewer model. It checks concurrent work from the last 3-6 months and eliminates ideas already published.

Can I base idea generation on a specific reference paper?

Yes. Set the REF_PAPER option to an arXiv URL, local PDF path, or paper URL. The skill summarizes the paper into REF_PAPER_SUMMARY.md first, then generates ideas that build on or improve it.

What are the GPU and time limits for pilot experiments?

Pilots are capped at 2 hours per GPU per idea, with a 3-hour hard timeout, at most 3 parallel pilot ideas, and an 8-hour total GPU budget. Ideas exceeding limits are flagged as needing manual pilot runs.

What outputs does the idea discovery workflow produce?

It produces IDEA_REPORT.md with ranked ideas and eliminated ideas with reasons, plus refine-logs/FINAL_PROPOSAL.md, EXPERIMENT_PLAN.md, and EXPERIMENT_TRACKER.md for the top idea. With COMPACT mode it also writes a short IDEA_CANDIDATES.md.