interview-me

Extract and clarify user intent through a structured iterative interview process.

Updated Jul 31, 2026
One-click install
npx skills add https://github.com/fsolla/teqo --skill interview-me-fsolla
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: interview-me
Source: https://github.com/fsolla/teqo/tree/main/.agents/skills/interview-me
Command: npx skills add https://github.com/fsolla/teqo --skill interview-me-fsolla

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the problem of misaligned expectations and wasted effort by identifying the user's actual underlying goals before any planning or coding begins.

Core Features & Use Cases

  • Intent Extraction: Uses a structured, one-question-at-a-time interview process to surface hidden requirements and constraints.
  • Confidence Validation: Forces the agent to quantify its understanding, ensuring high-fidelity alignment (95% confidence) before proceeding.
  • Use Case: When a user asks for a generic feature like a dashboard, this skill probes to discover they actually need a simple status tracker, preventing the development of an unnecessary and complex tool.

Quick Start

Invoke the interview-me skill to stress-test your current project requirements and ensure we are building the right solution.

Frequently Asked Questions about interview-me

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I clarify project requirements before starting development?

To clarify project requirements before development, you can use a structured interview process to extract true user intent. This approach surfaces hidden constraints through iterative questioning to ensure alignment and prevent wasted effort.

What is the best way to prevent misaligned expectations when scoping a new feature?

The best way to prevent misaligned expectations when scoping a new feature is to run an intent discovery interview. This process validates your understanding with high confidence before any planning begins, ensuring the actual underlying goals are met.

How do I extract hidden constraints during the project discovery phase?

You extract hidden constraints during the project discovery phase by conducting a one-question-at-a-time interview. This structured probing forces the quantification of understanding to validate hypotheses and confirm the final project scope.

Can I use an automated interview process to validate project scope?

Yes, you can use an automated interview process to validate project scope. It requires active user participation to confirm hypotheses and applies directly to the pre-specification phase where requirements are ambiguous or underspecified.

When do I need to run an intent discovery interview for a software project?

You need to run an intent discovery interview for a software project when requirements are ambiguous or underspecified. It applies to the pre-specification phase to stress-test current project requirements and ensure you are building the right solution.

Why does building a generic feature like a dashboard often lead to wasted effort?

Building a generic feature like a dashboard leads to wasted effort because the actual underlying goals are often simpler. Probing to discover true intent prevents developing an unnecessary and complex tool when a simple status tracker is needed.