Research Ideation

Guides research project initiation from idea brainstorming through literature review to research planning.

1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/Clay-HHK/claude-skills --skill research-ideation-clay-hhk
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: Research Ideation
Source: https://github.com/Clay-HHK/claude-skills/tree/main/research-ideation
Command: npx skills add https://github.com/Clay-HHK/claude-skills --skill research-ideation-clay-hhk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Starting a new research project is hard: researchers often have vague interests but no concrete research question, no systematic literature review, and no structured plan. This Skill provides a complete workflow that turns a rough research interest into a defined question, selected method, and actionable research plan. ## Core Features & Use Cases - 5W1H Idea Brainstorming: Systematically explore research ideas across What, Why, Who, When, Where, and How dimensions, with optional integration into interactive brainstorming workflows. - Literature Review with Zotero Automation: Search academic databases via WebSearch, extract DOIs, auto-import papers into Zotero collections, attach open-access PDFs via Unpaywall, and read full text for analysis. - Gap Analysis: Identify literature, methodological, application, interdisciplinary, and temporal gaps using five analysis dimensions to find valuable research opportunities. - Question Formulation & Planning: Apply SMART principles to define research questions, select appropriate methods, and produce timelines, milestones, and risk assessments. - Use Case: A graduate student interested in Transformer interpretability uses the Skill to brainstorm angles, auto-build a Zotero collection of 30 papers, identify gaps in long-text interpretability, and produce a research proposal with a 9-month plan. ## Quick Start Ask the assistant to help you brainstorm and plan a research project on your topic of interest using the research-ideation workflow, starting with a 5W1H analysis and literature search.

Frequently Asked Questions about Research Ideation

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

FAQPage Schema
How do I brainstorm research ideas systematically?▼

Use the 5W1H framework to analyze your idea across six dimensions: What (the problem), Why (importance), Who (stakeholders), When (time scope), Where (application scenarios), and How (preliminary methods). Iterate through the questions and document results as the basis for a research proposal.

How do I conduct a literature review with Zotero integration?▼

Search academic databases like arXiv and Google Scholar via WebSearch, extract DOIs from results, then use add_items_by_doi to import papers into Zotero collections. Open-access PDFs are auto-attached via Unpaywall, and get_item_fulltext lets you read indexed content for note-taking.

What is gap analysis in research and how is it done?▼

Gap analysis identifies underexplored research opportunities across five types: literature, methodological, application, interdisciplinary, and temporal gaps. It evaluates topic coverage, method limitations, experimental completeness, dataset availability, and theory-practice divides using comparison matrices of existing work.

Does the Zotero integration work with papers that have no DOI?▼

Papers without standard DOIs need workarounds: arXiv preprints use the 10.48550/arXiv.{id} format, while other papers can be saved via add_web_item or imported directly as PDFs with import_pdf_to_zotero. CrossRef search by title can also recover missing DOIs.

Why does Zotero full-text reading return empty results?▼

Newly uploaded PDFs require indexing time before get_item_fulltext returns content, and the Zotero desktop client must be running to complete indexing. Large PDFs take longer; retry after a delay if the result is empty.

What makes a good research question using the SMART framework?▼

A good research question is Specific (clear object, method, and task), Measurable (defined evaluation metrics), Achievable (within resource limits), Relevant (academic or practical value), and Time-bound (realistic schedule). Evaluate candidates on importance, novelty, and feasibility before committing.