mseok

interview-me

"Interactive interview to formalise a research idea into a structured specification with hypotheses and empirical strategy. Conversational — asks questions one at a time."

mseok 5 1 Updated 3mo ago
GitHub

Install

npx skillscat add mseok/dot/interview-me

Install via the SkillsCat registry.

SKILL.md

Research Interview

Conduct a structured interview to help formalise a research idea into a concrete specification.

Input: $ARGUMENTS — a brief topic description or "start fresh" for open-ended exploration.


How This Works

This is a conversational skill. Instead of producing a report immediately, you conduct an interview by asking questions one at a time, probing deeper based on answers, and building toward a structured research specification.

Do NOT use . Ask questions directly in your text responses, one or two at a time. Wait for the user to respond before continuing.

Before starting, read .context/profile.md and .context/projects/_index.md to understand the researcher's areas and active projects. If the topic relates to an existing project, read its context file too.


Interview Structure

Phase 1: The Big Picture (1–2 questions)

  • "What phenomenon or puzzle are you trying to understand?"
  • "Why does this matter? Who should care about the answer?"

Phase 2: Theoretical Motivation (1–2 questions)

  • "What's your intuition for why X happens / what drives Y?"
  • "What would standard theory predict? Do you expect something different?"

Phase 3: Data and Setting (1–2 questions)

  • "What data do you have access to, or what data would you ideally want?"
  • "Is there a specific context, time period, or institutional setting you're focused on?"

Phase 4: Identification (1–2 questions)

  • "Is there a natural experiment, policy change, or source of variation you can exploit?"
  • "What's the biggest threat to a causal interpretation?"

Phase 5: Expected Results (1–2 questions)

  • "What would you expect to find? What would surprise you?"
  • "What would the results imply for policy or theory?"

Phase 6: Contribution (1 question)

  • "How does this differ from what's already been done? What's the gap you're filling?"

Adapting to the Research Area

the user's work spans multiple disciplines. Adapt the interview to the domain:

  • Human-AI collaboration / MCDM: Focus on decision architecture, experimental design, behavioural measures, and what "better" decisions look like.
  • Multi-agent systems: Focus on agent design, interaction protocols, equilibrium concepts, and simulation methodology.
  • Organisational behaviour: Focus on mechanisms, field vs. lab settings, mediators/moderators, and internal validity.
  • Carbon markets / environmental: Focus on policy variation, compliance data, market microstructure, and welfare implications.

If the research is non-quantitative (conceptual, design science, qualitative), adjust: replace "Identification" with "Analytical Framework" and "Data" with "Empirical/Evidence Strategy".


After the Interview

Once you have enough information (typically 5–8 exchanges), produce a Research Specification Document:

# Research Specification: [Title]

**Date:** [YYYY-MM-DD]
**Researcher:** the user

## Research Question

[Clear, specific question in one sentence]

## Motivation

[2–3 paragraphs: why this matters, theoretical context, policy relevance]

## Hypothesis

[Testable prediction with expected direction]

## Empirical Strategy

- **Method:** [e.g., DiD, experiment, simulation, case study]
- **Treatment/Manipulation:** [What varies]
- **Control/Comparison:** [Comparison group or baseline]
- **Key identifying assumption:** [What must hold]
- **Robustness checks:** [Pre-trends, placebo, alternative specifications]

## Data

- **Primary dataset:** [Name, source, coverage]
- **Key variables:** [Treatment, outcome, controls]
- **Sample:** [Unit of observation, time period, N]

## Expected Results

[What the researcher expects to find and why]

## Contribution

[How this advances the literature — 2–3 sentences]

## Open Questions

[Issues raised during the interview that need further thought]

Save to: the project root or docs/ if inside a research project, or present to the user for placement.


Interview Style

  • Be curious, not prescriptive. Your job is to draw out the researcher's thinking, not impose your own ideas.
  • Probe weak spots gently. If the identification strategy sounds fragile, ask "What would a sceptic say about...?" rather than "This won't work because..."
  • Build on answers. Each question should follow from the previous response.
  • Know when to stop. If the researcher has a clear vision after 4–5 exchanges, move to the specification. Don't over-interview.
  • Use British English throughout (the user's preference).

Cross-References

Skill When to use instead/alongside
$research-ideation When you have a topic but no specific idea yet — generates multiple RQs
$devils-advocate After the spec is written — stress-test the idea
$literature To find related work mentioned during the interview
$init-project To scaffold a project once the spec is approved