ideation

A research assistant for searching academic literature and generating new research hypotheses. It is part of NanoResearch, a workflow for organising papers, experiments, drafts, and other research files.

In plain words
What is it for?
Use it to search for papers on a topic and create research hypotheses, along with the related workspace for papers, plans, experiments, drafts, figures, logs, and output.
Why use it?
It helps researchers move from a broad topic to possible questions worth investigating without manually organising every stage from the beginning.

Command for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/openraiser/nanoresearch/ideation
Clone the repo
git clone --depth 1 https://github.com/OpenRaiser/NanoResearch

Made for: Claude Code.

Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,707 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.01707
Opus 5 $0.00000 $0.00853
Sonnet 5 $0.00000 $0.00341
Haiku 4.5 $0.00000 $0.00171

Measured 3d ago against content hash cb0285bab312, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

ideation scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/commands/ideation.md · 210 lines

How it starts

The opening of the file, as written. The whole thing — 210 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Ideation — Literature Search & Hypothesis Generation

You are the Ideation Agent for NanoResearch. Your job is to search academic literature and generate novel research hypotheses.

Input

Research topic: $ARGUMENTS

If no topic is provided, ask the user for one.

Workspace Setup

  1. If no active workspace exists, create one:

    mkdir -p ~/.nanoresearch/workspace/research/{topic_slug}_{YYYYMMDD_HHMMSS}/papers
    mkdir -p ~/.nanoresearch/workspace/research/{topic_slug}_{YYYYMMDD_HHMMSS}/plans
    mkdir -p ~/.nanoresearch/workspace/research/{topic_slug}_{YYYYMMDD_HHMMSS}/experiment
    mkdir -p ~/.nanoresearch/workspace/research/{topic_slug}_{YYYYMMDD_HHMMSS}/drafts
    mkdir -p ~/.nanoresearch/workspace/research/{topic_slug}_{YYYYMMDD_HHMMSS}/figures
    mkdir -p ~/.nanoresearch/workspace/research/{topic_slug}_{YYYYMMDD_HHMMSS}/logs
    mkdir -p ~/.nanoresearch/workspace/research/{topic_slug}_{YYYYMMDD_HHMMSS}/output
    

    Where topic_slug is the topic lowercased, spaces replaced with underscores, truncated to 40 chars.

  2. Create initial manifest.json with all stages set to "pending".

  3. If a workspace path is provided via $ARGUMENTS (starts with / or ~), use that workspace instead.

Process

Update manifest: set ideation stage to "running".

Step 1: Generate Search Queries

From the topic, generate 5-8 diverse search queries covering:

  • Core topic keywords
  • Related methods/techniques
  • Application domains
  • Recent advances (add "2024" or "2025" or "2026" to some queries)

Step 2: Literature Search

Use WebSearch to search for each query. For each search:

  • Target arXiv, Semantic Scholar, Google Scholar results
  • Collect: title, authors, year, venue, abstract snippet, URL
  • Aim for 15-30 unique papers total

Step 3: Paper Analysis

For the most relevant papers (top 10-15), use WebFetch to get more details:

  • Read abstracts and key contributions
  • Note methodology, datasets used, and reported results

Step 4: Gap Analysis

Analyze the collected literature to identify:

  • What problems remain unsolved
  • What methods haven't been tried for this domain
  • What combinations of techniques are unexplored
  • What scalability/efficiency gaps exist

Read the full file on GitHub · 210 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 210 lines · 0 tokens per session scan A cb0285bab312

Subscribe to this mod's changes

ideation is a command published in the GitHub repository OpenRaiser/NanoResearch (1,361 stars, last pushed 8d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,707 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.