skills/16-hsantanna88-clo-author/dot-claude/skills/discover/SKILL.md
Discovery phase combining research interviews, literature search, data discovery, and ideation. Routes to appropriate agents based on arguments. Replaces /interview-me, /lit-review, /find-data, /research-ideation.
npx skillsauth add brycewang-stanford/Awesome-Agent-Skills-for-Empirical-Research discoverInstall 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.
Launch the Discovery phase of research. Routes to the appropriate agents based on the mode specified.
Input: $ARGUMENTS — a mode keyword followed by a topic or query.
If no mode keyword is given, start with an interactive interview to build the research specification.
/discover interview [topic] — Research InterviewConduct a structured conversational interview to formalize a research idea.
This is conversational. Ask questions directly in your text responses, one or two at a time. Wait for the user to respond before continuing. Do NOT use AskUserQuestion.
Agents: Direct conversation (no agent dispatch) Output: Research specification + domain profile
Interview structure:
Interview style:
After interview (5-8 exchanges), produce:
Output 1: Research Specification → quality_reports/research_spec_[topic].md
# Research Specification: [Title]
## Research Question — [one sentence]
## Motivation — [why this matters, theoretical context, policy relevance]
## Hypothesis — [testable prediction with expected direction]
## Empirical Strategy — [method, treatment, control, identifying assumption, robustness]
## Data — [primary dataset, key variables, sample, unit of observation]
## Expected Results — [what the researcher expects and why]
## Contribution — [how this advances the literature]
## Open Questions — [issues needing further thought]
Output 2: Domain Profile → .claude/references/domain-profile.md (if still template)
Fill in field, target journals, common data sources, identification strategies, field conventions, seminal references, and referee concerns based on the interview.
/discover lit [topic] — Literature ReviewSearch and synthesize academic literature.
Agents: Librarian (collector) → librarian-critic (reviewer) Output: Annotated bibliography + BibTeX entries + frontier map
Workflow:
.claude/references/domain-profile.md for field journals and seminal referencesmaster_supporting_docs/ for uploaded papersbibliography_base.bib for papers already in the projectquality_reports/lit_review_[topic].mdUnverified citations: If you cannot verify a citation, mark the BibTeX entry with % UNVERIFIED. Do NOT fabricate or guess citation details. Note when working papers have been published — cite the published version.
Output format for each paper:
### [Author (Year)] — [Short Title]
- **Journal:** [venue]
- **Proximity:** [1-5 score]
- **Main contribution:** [1-2 sentences]
- **Identification strategy:** [DiD / IV / RDD / SC / descriptive]
- **Key finding:** [result with effect size]
- **Relevance:** [why it matters for our research]
/discover data [requirements] — Data DiscoveryFind and assess datasets for the research question.
Agents: Explorer (finder) → explorer-critic (assessor) Output: Ranked data sources with feasibility grades
Workflow:
.claude/references/domain-profile.md for common data sources in the fieldquality_reports/data_exploration_[topic].mdRejected datasets: Include a rejection table:
| Dataset | Reason for Rejection | Deal-breaker? | |---------|---------------------|---------------| | [Name] | [explorer-critic's finding] | [Yes/No] |
/discover ideate [topic] — Research IdeationGenerate structured research questions and hypotheses from a topic or dataset.
Agents: Direct generation (no agent dispatch) Output: Research questions with empirical strategies
Generate:
quality_reports/research_ideas_[topic].md% UNVERIFIED..claude/references/domain-profile.md first for field calibration.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.