Research Idea Discovery
Quick Start
- Clarify the ideation target, constraints, and desired contribution type.
- Inspect existing literature notes, Zotero exports, review artifacts, paper limitations, and failed ideas before searching or brainstorming.
- Build a compact landscape map: active subareas, closest work, open gaps, assumptions, disconfirming evidence, and negative constraints.
- Generate a diverse idea bank, then filter before ranking. Do not present raw brainstorming as a recommendation.
- Score ideas on clarity, novelty signal, feasibility, testability, and significance; also record source basis, assumptions, novelty questions, and kill criteria.
- Select at most 1-3 ideas for downstream validation and write the handoff artifacts.
- Label selected ideas as exploratory hypotheses unless stronger evidence already exists and is explicitly traced; ranking does not upgrade evidence status.
- Route the selected idea to
research-novelty-reviewbefore experiment planning unless novelty has already been pressure-tested.
Modes
Standalone mode
- Use when the user wants ideation for a topic, paper, problem area, or notes without a full suite pack.
- Create an
ideation/directory only when the task is substantial enough to preserve artifacts; otherwise return a compact ranked list in chat. - If web search is unavailable, use the provided corpus and clearly mark novelty signals as unverified.
Orchestrated mode
- Prefer canonical directory
./ideation/. - Read upstream context from
research-brief.md,artifact-index.md,./zotero/,./literature-review/, and existing./ideation/artifacts when present. - Write all required outputs under
./ideation/and updateartifact-index.mdwhen the runtime task includes file maintenance. - Handoff selected ideas to
research-novelty-review; hand off a frozen claim plus evaluation goal toresearch-experiment-planonly after novelty risk is acceptable. - Preserve failed ideas, outcome-informed selection, and prior evidence class across handoffs; a new stage must not erase selection history.
Input Contract
- Minimum: broad research direction, problem area, paper limitation, or project notes.
- Prefer: target venue/audience, domain, available data, compute budget, timeline, non-goals, prior failed ideas, known closest work, desired contribution type, and whether any candidate was suggested after inspecting relevant outcomes.
- Use
research-zoteroor existing./zotero/artifacts when the user wants to seed ideas from a curated library. - Use
research-systematic-literature-reviewfirst when the landscape is too unfamiliar or evidence coverage is the blocking task.
Output Contract
For tracked ideation, produce these files:
landscape-map.md: compact map of the area, closest work, gaps, constraints, and search/source limits.idea-bank.md: all generated ideas, grouped by theme, including rejected but informative options.idea-scores.json: machine-readable scored idea records; usereferences/idea-score-schema.md.selected-idea.md: the recommended idea or shortlist with hypothesis, contribution, minimum validation, risks, and next step.rejected-ideas.md: eliminated ideas and the reason each was removed.ideation-decision.json: final decision and next-skill handoff; usereferences/ideation-decision-schema.md.
In orchestrated mode these live under ./ideation/. Validate tracked artifacts with scripts/validate_ideation_pack.py.
Hard Stops
- Stop if the topic is so vague that ideas would be generic slogans.
- Stop before recommending an idea if every candidate lacks a testable hypothesis.
- Stop before experiment planning if the selected idea has not had at least a quick novelty check.
- Do not invent prior art, data access, benchmark feasibility, or pilot results.
- Do not treat "apply X to Y" as a publishable idea unless the application exposes a surprising mechanism, diagnostic, dataset, or empirical finding.
- Do not select an idea unless it has a credible path to being wrong. If no observation would change the recommendation, revise the idea.
- Do not use total score alone to justify selection; a selected idea needs a concrete novelty question, minimum validation, and at least one stated disconfirmation or kill criterion.
- Do not present a ranked or polished idea as empirically supported merely because it fits the desired paper story.
- If an idea was selected, modified, or rescued after inspecting relevant outcomes, preserve that history and keep the affected claim exploratory until a separate confirmatory test is designed.
Workflow
1) Frame the ideation target
- Convert the prompt into a bounded ideation brief:
- domain and subarea
- problem or limitation
- intended contribution type
- available resources
- time and compute constraints
- non-goals and banned directions
- If the user provided a paper, summarize the paper's core contribution, limitations, and improvement surfaces before generating ideas.
- If the user provided project notes, extract failed attempts and avoid regenerating them.
- Record whether candidate generation occurs before or after inspection of task-relevant outcomes.
2) Build the landscape map
- Inspect local artifacts first:
papers/,literature/,zotero/,literature-review/,paper-review/, notes, and prior ideation outputs. - Search or request search/corpus access when the task requires current prior-art awareness.
- Keep the map focused on ideation, not a full systematic review:
- subareas and dominant approaches
- closest work and common assumptions
- explicit limitations and future-work claims
- reusable datasets, benchmarks, and codebases
- open questions with plausible validation paths
- Include assumptions worth attacking, negative evidence, and source gaps. The map should make weak ideas easier to reject, not only supply inspiration.
- Write
landscape-map.mdwith enough citations or source notes that downstream novelty review can replay the reasoning.
3) Generate candidates deliberately
- Generate 8-15 candidates unless constraints require fewer.
- Use multiple lenses rather than one generic brainstorming pass:
- limitation inversion: turn repeated limitations into concrete tests
- assumption testing: identify an assumption nobody has isolated
- transfer with mechanism: move a method across domains only if it tests a new mechanism
- benchmark or dataset gap: propose an artifact when the field lacks a decisive measurement
- negative-result value: prefer questions where either outcome teaches something
- Record every candidate in
idea-bank.mdwith hypothesis, minimum validation, closest known work, and likely failure mode. - For each candidate, record why it is not merely "apply X to Y", what would disconfirm it, and the cheapest kill test.
4) Filter before scoring
- Remove ideas that are already done, impossible under constraints, not testable, too incremental, or not interesting if they fail.
- Keep rejected ideas in
rejected-ideas.md; this prevents repeated regeneration and gives future users a banlist. - Reject ideas with no source basis, no mechanism, no disconfirming observation, or no meaningful result if the hypothesis fails.
- If fewer than three candidates survive, revise the scope or return to the landscape map instead of forcing weak ideas into the shortlist.
5) Score and rank
- Use
references/scoring-rubric.md. - Score each surviving idea from 1-5 on:
- clarity
- novelty signal
- feasibility
- testability
- significance
- Record risk level, estimated effort, blocking questions, and decision status in
idea-scores.json. - Favor ideas with clear falsification paths over ideas that only sound ambitious.
- Treat the rubric as a gate, not a calculator. A high average cannot rescue novelty signal below 3, testability below 3, missing source basis, or missing kill criteria.
- Keep idea quality, novelty signal, and evidence class separate; none is a substitute for the others.
6) Select and hand off
- Select at most 1-3 ideas.
- Write
selected-idea.mdso a downstream agent can work without reconstructing context:- title and one-sentence claim
- hypothesis and mechanism
- closest work and differentiation
- minimum viable validation
- expected positive and negative outcomes
- assumptions, disconfirmation checks, and kill criteria
- selection history and current evidence class
- material prior failures or negative evidence
- risks, constraints, and unresolved questions
- recommended next skill
- Write
ideation-decision.jsonwith one of:proceed_to_novelty_reviewproceed_to_experiment_planrevise_scopegenerate_morestop
- Default next skill is
research-novelty-reviewfor selected ideas. Useresearch-experiment-planonly when novelty has already been checked and the claim/evaluation goal are frozen. - Use
../research-pipeline-planner/references/epistemic-assurance-contract.mdwhenever the handoff requests evidence stronger than exploratory.
Collaboration
- Invoke
research-systematic-literature-reviewwhen broad evidence coverage, citation integrity, or SOTA mapping is the blocker. - Invoke
research-novelty-reviewfor the selected idea before treating novelty as established. - Invoke
research-experiment-planafter the selected idea has a frozen claim and validation target. - Invoke
research-pipeline-plannerwhen ideation is one stage in a larger roadmap with shared artifacts.
Resources
references/landscape-map-template.mdreferences/idea-bank-template.mdreferences/selected-idea-template.mdreferences/rejected-ideas-template.mdreferences/scoring-rubric.mdreferences/idea-score-schema.mdreferences/ideation-decision-schema.md../research-pipeline-planner/references/epistemic-assurance-contract.mdscripts/init_ideation_pack.py: create the tracked ideation file set.scripts/validate_ideation_pack.py: validate required headings plusidea-scores.jsonandideation-decision.json.