ideate

Generate research ideas through a five-stage pipeline using wiki knowledge and external search.

1.6k|208|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/skyllwt/OmegaWiki --skill ideate-skyllwt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ideate
Source: https://github.com/skyllwt/OmegaWiki/tree/main/i18n/zh/skills/ideate
Command: npx skills add https://github.com/skyllwt/OmegaWiki --skill ideate-skyllwt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

多阶段研究 idea 生成管道将 wiki 知识库与外部检索相结合,系统化地产出高质量研究想法并记录于 wiki,避免重复尝试。

Core Features & Use Cases

  • Phase 1 景观扫描:通过 wiki、WebSearch 与 S2 构建研究领域的全景图,发现知识缺口与最新进展。
  • Phase 2 双模型脑暴:独立由 Claude 与 Review LLM 进行想法生成,提升多样性与覆盖面。
  • Phase 3 初步筛选:评估可行性与快速 novelty,过滤高度不切题的方向。
  • Phase 4 深度验证:调用 /novelty 与 /review 进行深入评估,输出可落地的候选。
  • Phase 5 写入 wiki:将 ideas、graph edges 与上下文重建写回 wiki,并记录被淘汰项以形成 anti-repetition memory。

Quick Start

直接提供研究方向,触发五阶段 ideation 流程并将结果写入 wiki。

Frequently Asked Questions about ideate

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

FAQPage Schema
How do I generate structured research ideas using wiki knowledge and external search?

You can generate structured research ideas by triggering a five-stage pipeline that combines wiki context with external search services like WebSearch, S2, and DeepXiv to produce, screen, and validate high-quality candidates.

What is the best way to avoid duplicate research ideation across different domains?

To avoid duplicate ideation, the pipeline writes validated ideas and graph edges back to the wiki while recording eliminated candidates as anti-repetition memory, preventing repeated attempts at the same research direction.

How does the dual-model brainstorming process work for research idea generation?

Dual-model brainstorming independently generates ideas using Claude and a Review LLM to maximize diversity and coverage, before filtering for feasibility and conducting rapid novelty checks in subsequent stages.

Do I need specific wiki files to run the wiki-driven research idea generator?

Yes, you need access to the wiki context graph, specifically the context_brief.md and open_questions.md files, along with the /novelty, /review, and exp-eval tools to execute the full validation pipeline.

Can I use external search services like S2 and DeepXiv for landscape scanning in research?

Yes, the pipeline's landscape scanning phase leverages the wiki alongside WebSearch and S2 to build a panoramic view of the research domain, identifying knowledge gaps and latest progress.

What are the limitations of rapid novelty screening in automated research ideation?

Rapid novelty screening provides a preliminary feasibility check to filter highly irrelevant directions, but deep validation requires invoking the /novelty and /review tools to output truly actionable candidates.