Research Ideation
Supports the complete workflow for the research project initiation phase, from literature review to research question definition, method selection, and research planning.
Core Features
1. Idea Brainstorming (5W1H Framework)
Systematically brainstorm research ideas using the 5W1H framework:
- What: What problem or phenomenon to study
- Why: Why this problem is important
- Who: Target audience and stakeholders
- When: Time scope and context of the research
- Where: Application scenarios and domains
- How: Preliminary research methodology ideas
Integration with superpowers:brainstorming: Can invoke the superpowers:brainstorming skill for interactive brainstorming to help rapidly generate and evaluate research ideas.
2. Literature Review
Systematically search, analyze, and synthesize related literature:
- Build effective search keywords
- Search via WebSearch across academic databases (arXiv, Google Scholar, etc.)
- Screen and evaluate paper quality
- Identify research trends and gaps
- Generate structured literature reviews
- Zotero Integration: Papers are automatically added to Zotero via DOI, organized into topic-based collections, and open-access PDFs are auto-attached for full-text reading
3. Gap Analysis
Systematically identify and evaluate research gaps:
- Literature gaps: Identify topics or questions not yet sufficiently studied
- Methodological gaps: Discover limitations and improvement opportunities in existing methods
- Application gaps: Identify opportunities for theory-to-practice transfer
- Interdisciplinary gaps: Discover research opportunities at the intersection of different fields
- Temporal gaps: Identify new research needs arising from changes over time
Analysis Dimensions:
- Coverage of research topics
- Comparison of strengths and weaknesses of existing methods
- Completeness of experimental setups
- Availability of datasets and benchmarks
- Gap between theory and practice
4. Research Question Definition
Formulate specific research questions based on literature analysis:
- Identify research gaps and opportunities
- Apply SMART principles to formulate questions
- Evaluate importance, novelty, and feasibility
- Define research objectives and expected contributions
5. Method Selection
Select appropriate research methods:
- Analyze strengths and weaknesses of existing methods
- Evaluate method applicability
- Identify required technologies and resources
- Consider method feasibility
6. Research Planning
Develop detailed research plans:
- Plan research timeline
- Define milestones and deliverables
- Identify potential risks
- Assess resource requirements
When to Use
Scenarios for This Skill
Use the research-ideation skill in the following situations:
- Starting a new research project - Have research interests but no clear research question yet
- Literature review - Need to systematically understand a research field
- Research question formulation - Need to transform vague ideas into specific research questions
- Method selection - Need to choose appropriate research methods and technical approaches
- Research planning - Need to plan research timeline and resources
Typical Workflow
Research interest → Idea brainstorming (5W1H) → Literature review → Gap analysis → Define question → Select method → Create plan
Output Files:
literature-review.md - Structured literature review
research-proposal.md - Research proposal (including question, method, plan)
references.bib - References in BibTeX format
- Zotero collection with organized papers and PDFs
Integration with Other Systems
Complete Research Workflow
research-ideation (Research initiation)
↓
Experiment execution (completed by user)
↓
results-analysis (Results analysis)
↓
ml-paper-writing (Paper writing)
Data Flow
- research-ideation output → Guides experiment design and method selection
- Experimental results → results-analysis for statistical analysis
- Analysis results → Related Work and Methods sections of ml-paper-writing
Zotero Integration
Through the Zotero MCP server, the research-ideation workflow automates literature management:
- Paper Discovery: WebSearch finds relevant papers across academic databases
- Auto-Import: Extract DOIs from search results, use
add_items_by_doi to add papers with full metadata
- Collection Organization:
create_collection creates topic-based collections with standard sub-collections (Core Papers, Methods, Applications, Baselines, To-Read)
- PDF Attachment:
find_and_attach_pdfs automatically finds and attaches open-access PDFs via Unpaywall
- Full-Text Reading:
get_item_fulltext reads indexed PDF content for analysis and note-taking
- Library Search:
search_library and get_collection_items browse existing papers to avoid duplicates
Key Configuration
- Literature search scope: Papers from the last 3 years by default, configurable
- Output format: Markdown format for easy editing and version control
- Citation management: Generates references in BibTeX format
- Zotero collection naming:
Research-{topic}-{YYYY} format
- PDF auto-attach: Enabled by default for open-access papers via Unpaywall
Additional Resources
Reference Files
Detailed methodology guides, loaded on demand:
references/5w1h-framework.md - 5W1H Framework Guide
- What, Why, Who, When, Where, How — six dimensions
- Systematic approach to brainstorming research ideas
- Integration with superpowers:brainstorming
- Usage examples and best practices
references/literature-search-strategies.md - Literature Search Strategies
- Keyword construction techniques
- Academic database selection (arXiv, Google Scholar)
- Search tips and screening criteria
- Paper quality evaluation methods
- DOI extraction and Zotero auto-import workflow
references/zotero-integration-guide.md - Zotero MCP Integration Guide
- Available Zotero MCP tools (browse, add, cite)
- Collection organization strategy and naming conventions
- Automated workflow: WebSearch → DOI → Zotero import → PDF attach
- Full-text reading and structured note-taking
- Common issues and troubleshooting
references/gap-analysis-guide.md - Gap Analysis Guide
- 5 types of Gap Analysis (literature, methodological, application, interdisciplinary, temporal)
- 5 analysis dimensions
- Systematic approach to identifying research opportunities
- Usage examples and best practices
references/research-question-formulation.md - Research Question Formulation
- Applying SMART principles
- Question type classification (exploratory, confirmatory, applied)
- Evaluation criteria (importance, novelty, feasibility)
- Defining research objectives and contributions
references/method-selection-guide.md - Method Selection Guide
- Common research method classification
- Method applicability analysis
- Strengths and weaknesses comparison
- Resource requirement assessment
references/research-planning.md - Research Planning
- Timeline planning methods
- Milestone definition techniques
- Risk identification and mitigation
- Resource allocation strategies
Example Files
Complete working examples:
1---2name: research-ideation3description: This skill should be used when the user asks to "brainstorm research ideas", "use 5W1H framework", "identify research gaps", "conduct gap analysis", "start research project", "conduct literature review", "define research question", "select research method", "plan research", or mentions research project initiation phase. Provides comprehensive guidance for research startup workflow from idea generation to planning.4---5
6# Research Ideation
7
8Supports the complete workflow for the research project initiation phase, from literature review to research question definition, method selection, and research planning.
9
10## Core Features
11
12### 1. Idea Brainstorming (5W1H Framework)
13
14Systematically brainstorm research ideas using the 5W1H framework:
15- **What**: What problem or phenomenon to study
16- **Why**: Why this problem is important
17- **Who**: Target audience and stakeholders
18- **When**: Time scope and context of the research
19- **Where**: Application scenarios and domains
20- **How**: Preliminary research methodology ideas
21
22**Integration with superpowers:brainstorming**: Can invoke the superpowers:brainstorming skill for interactive brainstorming to help rapidly generate and evaluate research ideas.
23
24### 2. Literature Review
25
26Systematically search, analyze, and synthesize related literature:
27- Build effective search keywords
28- Search via WebSearch across academic databases (arXiv, Google Scholar, etc.)
29- Screen and evaluate paper quality
30- Identify research trends and gaps
31- Generate structured literature reviews
32- **Zotero Integration**: Papers are automatically added to Zotero via DOI, organized into topic-based collections, and open-access PDFs are auto-attached for full-text reading
33
34### 3. Gap Analysis
35
36Systematically identify and evaluate research gaps:
37- **Literature gaps**: Identify topics or questions not yet sufficiently studied
38- **Methodological gaps**: Discover limitations and improvement opportunities in existing methods
39- **Application gaps**: Identify opportunities for theory-to-practice transfer
40- **Interdisciplinary gaps**: Discover research opportunities at the intersection of different fields
41- **Temporal gaps**: Identify new research needs arising from changes over time
42
43**Analysis Dimensions:**
44- Coverage of research topics
45- Comparison of strengths and weaknesses of existing methods
46- Completeness of experimental setups
47- Availability of datasets and benchmarks
48- Gap between theory and practice
49
50### 4. Research Question Definition
51
52Formulate specific research questions based on literature analysis:
53- Identify research gaps and opportunities
54- Apply SMART principles to formulate questions
55- Evaluate importance, novelty, and feasibility
56- Define research objectives and expected contributions
57
58### 5. Method Selection
59
60Select appropriate research methods:
61- Analyze strengths and weaknesses of existing methods
62- Evaluate method applicability
63- Identify required technologies and resources
64- Consider method feasibility
65
66### 6. Research Planning
67
68Develop detailed research plans:
69- Plan research timeline
70- Define milestones and deliverables
71- Identify potential risks
72- Assess resource requirements
73
74## When to Use
75
76### Scenarios for This Skill
77
78Use the research-ideation skill in the following situations:
79
801. **Starting a new research project** - Have research interests but no clear research question yet
812. **Literature review** - Need to systematically understand a research field
823. **Research question formulation** - Need to transform vague ideas into specific research questions
834. **Method selection** - Need to choose appropriate research methods and technical approaches
845. **Research planning** - Need to plan research timeline and resources
85
86### Typical Workflow
87
88```
89Research interest → Idea brainstorming (5W1H) → Literature review → Gap analysis → Define question → Select method → Create plan
90```
91
92**Output Files:**
93- `literature-review.md` - Structured literature review
94- `research-proposal.md` - Research proposal (including question, method, plan)
95- `references.bib` - References in BibTeX format
96- Zotero collection with organized papers and PDFs
97
98## Integration with Other Systems
99
100### Complete Research Workflow
101
102```
103research-ideation (Research initiation)
104 ↓
105Experiment execution (completed by user)
106 ↓
107results-analysis (Results analysis)
108 ↓
109ml-paper-writing (Paper writing)
110```
111
112### Data Flow
113
114- **research-ideation output** → Guides experiment design and method selection
115- **Experimental results** → results-analysis for statistical analysis
116- **Analysis results** → Related Work and Methods sections of ml-paper-writing
117
118### Zotero Integration
119
120Through the Zotero MCP server, the research-ideation workflow automates literature management:
121
122- **Paper Discovery**: WebSearch finds relevant papers across academic databases
123- **Auto-Import**: Extract DOIs from search results, use `add_items_by_doi` to add papers with full metadata
124- **Collection Organization**: `create_collection` creates topic-based collections with standard sub-collections (Core Papers, Methods, Applications, Baselines, To-Read)
125- **PDF Attachment**: `find_and_attach_pdfs` automatically finds and attaches open-access PDFs via Unpaywall
126- **Full-Text Reading**: `get_item_fulltext` reads indexed PDF content for analysis and note-taking
127- **Library Search**: `search_library` and `get_collection_items` browse existing papers to avoid duplicates
128
129### Key Configuration
130
131- **Literature search scope**: Papers from the last 3 years by default, configurable
132- **Output format**: Markdown format for easy editing and version control
133- **Citation management**: Generates references in BibTeX format
134- **Zotero collection naming**: `Research-{topic}-{YYYY}` format
135- **PDF auto-attach**: Enabled by default for open-access papers via Unpaywall
136
137## Additional Resources
138
139### Reference Files
140
141Detailed methodology guides, loaded on demand:
142
143- **`references/5w1h-framework.md`** - 5W1H Framework Guide
144 - What, Why, Who, When, Where, How — six dimensions
145 - Systematic approach to brainstorming research ideas
146 - Integration with superpowers:brainstorming
147 - Usage examples and best practices
148
149- **`references/literature-search-strategies.md`** - Literature Search Strategies
150 - Keyword construction techniques
151 - Academic database selection (arXiv, Google Scholar)
152 - Search tips and screening criteria
153 - Paper quality evaluation methods
154 - DOI extraction and Zotero auto-import workflow
155
156- **`references/zotero-integration-guide.md`** - Zotero MCP Integration Guide
157 - Available Zotero MCP tools (browse, add, cite)
158 - Collection organization strategy and naming conventions
159 - Automated workflow: WebSearch → DOI → Zotero import → PDF attach
160 - Full-text reading and structured note-taking
161 - Common issues and troubleshooting
162
163- **`references/gap-analysis-guide.md`** - Gap Analysis Guide
164 - 5 types of Gap Analysis (literature, methodological, application, interdisciplinary, temporal)
165 - 5 analysis dimensions
166 - Systematic approach to identifying research opportunities
167 - Usage examples and best practices
168
169- **`references/research-question-formulation.md`** - Research Question Formulation
170 - Applying SMART principles
171 - Question type classification (exploratory, confirmatory, applied)
172 - Evaluation criteria (importance, novelty, feasibility)
173 - Defining research objectives and contributions
174
175- **`references/method-selection-guide.md`** - Method Selection Guide
176 - Common research method classification
177 - Method applicability analysis
178 - Strengths and weaknesses comparison
179 - Resource requirement assessment
180
181- **`references/research-planning.md`** - Research Planning
182 - Timeline planning methods
183 - Milestone definition techniques
184 - Risk identification and mitigation
185 - Resource allocation strategies
186
187### Example Files
188
189Complete working examples:
190
191- **`examples/example-literature-review.md`** - Literature Review Example
192 - Demonstrates structured literature review format
193 - Includes research trend analysis and gap identification
194
195- **`examples/example-research-proposal.md`** - Research Proposal Example
196 - Demonstrates complete research proposal structure
197 - Includes complete examples of question, method, and plan