research-interview
Quick entry point for structured knowledge elicitation with epistemic tracking. PROACTIVELY activate for: (1) interviews and requirements gathering, (2) problem definition, (3) domain knowledge capture, (4) stakeholder elicitation, (5) assumptions surfacing. Triggers: "research interview", "elicit knowledge", "gather requirements", "define problem", "interview stakeholder", "capture domain knowledge"
What this skill does
# Research Interview
Structured knowledge elicitation with epistemic tracking for problem definition and requirements gathering.
## When to Use
Use this skill when you need to:
- Elicit knowledge from stakeholders or domain experts
- Define a problem space systematically
- Gather requirements with confidence tracking
- Surface hidden assumptions and constraints
- Capture domain knowledge for later research
## Workflow
Invoke the `research-interviewer` skill for: "$ARGUMENTS"
### Default Parameters
| Parameter | Value | Rationale |
|-----------|-------|-----------|
| `output_format` | PROBLEM-STATEMENT | Default; produces actionable problem definition |
| `confidence_threshold` | 0.85 | High confidence required for conclusions |
| `validation_mode` | balanced | Mix of challenging and supportive questioning |
| `epistemic_tracking` | enabled | Track certainty levels throughout |
### Output Formats
Select based on your goal:
- **PROBLEM-STATEMENT** - Clear problem definition with constraints and success criteria
- **REQUIREMENTS** - Structured requirements with priority and confidence levels
- **KNOWLEDGE-CORPUS** - Domain knowledge capture for research continuation
### Interview Techniques Applied
1. **Open-ended exploration** - Surface the problem space
2. **Assumption challenging** - Identify hidden constraints
3. **Edge case probing** - Find boundary conditions
4. **Confidence calibration** - Assess certainty levels
5. **Gap identification** - Find missing information
### Epistemic Labels
All findings are tagged with confidence:
- **VERIFIED** - Confirmed by multiple sources or evidence
- **STATED** - Reported but not independently verified
- **INFERRED** - Derived from other information
- **SPECULATIVE** - Hypothesis requiring validation
- **UNKNOWN** - Explicit knowledge gap
## Output Format
The research interview produces structured output:
```xml
<interview-output>
<header>
<id>[unique identifier]</id>
<topic>$ARGUMENTS</topic>
<format>[PROBLEM-STATEMENT|REQUIREMENTS|KNOWLEDGE-CORPUS]</format>
</header>
<findings>
<finding confidence="[0.0-1.0]" epistemic="[VERIFIED|STATED|INFERRED|SPECULATIVE]">
[Key finding or requirement]
</finding>
<!-- ... more findings ... -->
</findings>
<assumptions>
<assumption status="[confirmed|challenged|unknown]">
[Assumption that was surfaced]
</assumption>
</assumptions>
<gaps>
<gap priority="[high|medium|low]">
[Information still needed]
</gap>
</gaps>
<next-steps>
1. [Recommended follow-up action]
2. [Additional research needed]
</next-steps>
</interview-output>
```
## Quality Gates
- [ ] Topic is clearly defined and scoped
- [ ] Key assumptions have been surfaced and examined
- [ ] Confidence levels assigned to all findings
- [ ] Information gaps explicitly identified
- [ ] Next steps actionable and specific
- [ ] Output ready for research-brief input
## Workflow Integration
This skill is the first step in the research pipeline:
```
/research-interview → /research-brief → /consolidate-research
(elicit) (design) (synthesize)
```
After completing a research interview, consider:
- Run `/research-brief` with the problem statement to design multi-LLM research
- Run `/evaluate-schema` if the topic involves data modeling
- Run `/compare-options` if multiple solutions were identified
Related in Data & Analytics
clawarr-suite
IncludedComprehensive management for self-hosted media stacks (Sonarr, Radarr, Lidarr, Readarr, Prowlarr, Bazarr, Overseerr, Plex, Tautulli, SABnzbd, Recyclarr, Unpackerr, Notifiarr, Maintainerr, Kometa, FlareSolverr). Deep library exploration, analytics, dashboard generation, content management, request handling, subtitle management, indexer control, download monitoring, quality profile sync, library cleanup automation, notification routing, collection/overlay management, and media tracker integration (Trakt, Letterboxd, Simkl).
querying-soql
IncludedSOQL query generation, optimization, and analysis with 100-point scoring. Use this skill when the user needs SOQL/SOSL authoring or optimization: natural-language-to-query generation, relationship queries, aggregates, query-plan analysis, and performance or safety improvements for Salesforce queries. TRIGGER when: user writes, optimizes, or debugs SOQL/SOSL queries, touches .soql files, or asks about relationship queries, aggregates, or query performance. DO NOT TRIGGER when: bulk data operations (use handling-sf-data), Apex DML logic (use generating-apex), or report/dashboard queries.
app-store-optimization
IncludedApp Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklists, and tracking ranking changes.
habit-flow
IncludedAI-powered atomic habit tracker with natural language logging, streak tracking, smart reminders, and coaching. Use for creating habits, logging completions naturally ("I meditated today"), viewing progress, and getting personalized coaching.
app-store-optimization
IncludedApp Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklists, and tracking ranking changes.
visualizing-data
IncludedBuilds dashboards, reports, and data-driven interfaces requiring charts, graphs, or visual analytics. Provides systematic framework for selecting appropriate visualizations based on data characteristics and analytical purpose. Includes 24+ visualization types organized by purpose (trends, comparisons, distributions, relationships, flows, hierarchies, geospatial), accessibility patterns (WCAG 2.1 AA compliance), colorblind-safe palettes, and performance optimization strategies. Use when creating visualizations, choosing chart types, displaying data graphically, or designing data interfaces.