skills/33-Galaxy-Dawn-claude-scholar/skills/research-ideation/SKILL.md
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.
npx skillsauth add brycewang-stanford/Awesome-Agent-Skills-for-Empirical-Research research-ideationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Supports the complete workflow for the research project initiation phase, from literature review to research question definition, method selection, and research planning.
Systematically brainstorm research ideas using the 5W1H framework:
Integration with superpowers:brainstorming: Can invoke the superpowers:brainstorming skill for interactive brainstorming to help rapidly generate and evaluate research ideas.
Systematically search, analyze, and synthesize related literature:
Systematically identify and evaluate research gaps:
Analysis Dimensions:
Formulate specific research questions based on literature analysis:
Select appropriate research methods:
Develop detailed research plans:
Use the research-ideation skill in the following situations:
Research interest → Idea brainstorming (5W1H) → Literature review → Gap analysis → Define question → Select method → Create plan
Output Files:
literature-review.md - Structured literature reviewresearch-proposal.md - Research proposal (including question, method, plan)references.bib - References in BibTeX formatresearch-ideation (Research initiation)
↓
Experiment execution (completed by user)
↓
results-analysis (Results analysis)
↓
ml-paper-writing (Paper writing)
Through the Zotero MCP server, the research-ideation workflow automates literature management:
zotero_add_items_by_identifier to prefer paper/preprint imports before any webpage fallbackzotero_create_collection creates topic-based collections with standard sub-collections (Core Papers, Methods, Applications, Baselines, To-Read)zotero_add_items_by_identifier(..., attach_pdf=true) runs a PDF cascade (landing-page PDF hints → direct PDF → Unpaywall), and zotero_find_and_attach_pdfs can be used as a follow-up sweep for remaining itemszotero_get_item_fulltext reads indexed PDF content for analysis and note-takingzotero_search_items and zotero_get_collection_items browse existing papers to avoid duplicatesResearch-{topic}-{YYYY} formatDetailed methodology guides, loaded on demand:
references/5w1h-framework.md - 5W1H Framework Guide
references/literature-search-strategies.md - Literature Search Strategies
references/zotero-integration-guide.md - Zotero MCP Integration Guide
references/gap-analysis-guide.md - Gap Analysis Guide
references/research-question-formulation.md - Research Question Formulation
references/method-selection-guide.md - Method Selection Guide
references/research-planning.md - Research Planning
Complete working examples:
examples/example-literature-review.md - Literature Review Example
examples/example-research-proposal.md - Research Proposal Example
development
Conduct rigorous thematic analysis (TA) of qualitative data following Braun and Clarke's (2006) six-phase framework. Use whenever the user mentions 'thematic analysis', 'TA', 'Braun and Clarke', 'qualitative coding', 'identifying themes', or asks for help analysing interviews, focus groups, open-ended survey responses, or transcripts to identify patterns. Also trigger for questions about inductive vs theoretical coding, semantic vs latent themes, essentialist vs constructionist epistemology, building a thematic map, or writing up a qualitative findings section. Covers all six phases, the four upfront analytic decisions, the 15-point quality checklist, and the five common pitfalls. Produces a Word document write-up and an annotated thematic map. Does NOT cover IPA, grounded theory, discourse analysis, conversation analysis, or narrative analysis — use a different method for those.
development
Guide users through writing a systematic literature review (SLR) following the PRISMA 2020 framework. Use this skill whenever the user mentions 'systematic review', 'systematic literature review', 'SLR', 'PRISMA', 'PRISMA 2020', 'PRISMA flow diagram', 'PRISMA checklist', or asks for help writing, structuring, or auditing a literature review that follows reporting guidelines. Also trigger when the user asks about inclusion/exclusion criteria for a review, search strategies for databases like Scopus/WoS/PubMed, study selection processes, risk of bias assessment, or narrative synthesis for a review paper. This skill covers the full PRISMA 2020 checklist (27 items), produces a Word document manuscript in strict journal article format, generates an annotated PRISMA flow diagram, and enforces APA 7th Edition referencing throughout. It does NOT cover meta-analysis or statistical pooling. By Chuah Kee Man.
testing
Performs placebo-in-time sensitivity analysis with hierarchical null model and optional Bayesian assurance. Use when checking model robustness, verifying lack of pre-intervention effects, or estimating study power.
data-ai
Fit, summarize, plot, and interpret a chosen CausalPy experiment. Use after the causal method has been selected, including when configuring PyMC/sklearn models and scale-aware custom priors.