ideate

Generates research ideas through a five-phase pipeline grounded in a wiki knowledge base.

Updated Jul 15, 2026
One-click install
npx skills add https://github.com/1549171506/shizhengmubangai1 --skill ideate-1549171506
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ideate
Source: https://github.com/1549171506/shizhengmubangai1/tree/main/Desktop/123/empiricalwiki/i18n/en/skills/ideate
Command: npx skills add https://github.com/1549171506/shizhengmubangai1 --skill ideate-1549171506

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Research teams struggle to systematically generate novel, feasible ideas without repeating past failures or duplicating existing work. This Skill automates a structured ideation pipeline that scans the research landscape, brainstorms with dual models, filters candidates, validates novelty, and records results in a persistent wiki. ## Core Features & Use Cases - Five-Phase Pipeline: Landscape scan (wiki + WebSearch + Semantic Scholar + DeepXiv), dual-model brainstorm (Claude + Review LLM), first-pass feasibility/novelty filter, deep validation via /novelty and /review, and wiki write-back. - Anti-Repetition Memory: Eliminated ideas are written to the wiki with failure reasons, forming a banlist that prevents future runs from revisiting dead ends. - Maturity-Adaptive Behavior: Adjusts search breadth based on wiki maturity (cold/warm/hot), expanding external search when the knowledge base is empty. - Use Case: A researcher runs the pipeline on the direction "sparse LoRA fine-tuning"; the Skill scans recent arXiv papers, generates 10 candidates, filters to 4, validates the top 3, and writes ranked idea pages with graph edges into the wiki. ## Quick Start Ask the assistant to run the ideate pipeline on a research topic such as "efficient fine-tuning methods" and write the top ranked ideas into the wiki.

Frequently Asked Questions about ideate

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

FAQPage Schema
How do I generate research ideas from a knowledge base automatically?

Run the ideate pipeline with a research direction; it scans the wiki and external sources like Semantic Scholar and DeepXiv, brainstorms candidates with two independent models, filters for feasibility and novelty, then writes ranked ideas to the wiki.

How does dual-model brainstorming work for research ideation?

Claude and a Review LLM generate ideas independently without seeing each other's output, following a cross-model review protocol. Their candidate lists are then merged, deduplicated, and checked against a banlist of previously failed ideas.

Can I skip the deep validation phase for faster results?

Yes, pass the --skip-validation flag to run only Phases 1-3 and 5. Ideas then receive a default priority of 3 instead of scores derived from the /novelty and /review skills.

What happens when the wiki knowledge base is empty?

The pipeline detects cold maturity and switches to cold-start mode, expanding external search to 8 WebSearch queries and 30 results per source while skipping internal wiki context loading.

Why are rejected ideas still written to the wiki?

Eliminated ideas are saved with status failed and a failure_reason so future runs can load them as a banlist. This anti-repetition memory prevents the pipeline from repeatedly proposing directions already known to be infeasible or published.