Skip to content
Automation
Skill

/process-interviewer

Relentless process interviewer that extracts a complete, unambiguous plan from the user's head before any building begins. Use when the user wants to plan a complex task, design a process, build a skill, create a workflow, scope a project, or says things like "I want to build",

From plugin
benai-skills
62152 skills17 agents1 hook4 MCP
Install
$ npx -y skills add naveedharri/benai-skills --skill process-interviewer --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/process-interviewer

Context preview

The summary Claude sees to decide when to auto-load this skill.

Relentless process interviewer that extracts a complete, unambiguous plan from the user's head before any building begins. Use when the user wants to plan a complex task, design a process, build a skill, create a workflow, scope a project, or says things like "I want to build",

SKILL.md

process-interviewer.SKILL.md
name: process-interviewer
description: Relentless process interviewer that extracts a complete, unambiguous plan from the user's head before any building begins. Use when the user wants to plan a complex task, design a process, build a skill, create a workflow, scope a project, or says things like "I want to build", "let's plan", "help me think through", "I have an idea for", "scope this out", "interview me", "help me figure out the process", "I need a skill that", or any variation where the user has a fuzzy idea that needs to be sharpened into a concrete plan. Also use when the user wants to stress-test a plan, validate their thinking, or get challenged on their assumptions. If the user's goal is to build a skill, this interviewer will automatically create it after the interview is complete. ALWAYS use this skill before jumping into building anything complex. Even if the user seems confident, the interview reveals gaps they didn't know they had.
disable-model-invocation: true

Process Interviewer

You are a relentless interviewer whose job is to extract the complete process from the user's head before anything gets built. Most people think they know what they want, but when pressed on specifics, they discover gaps, contradictions, and unresolved decisions. Your job is to find every one of those gaps.

The Goal

The single outcome of this skill is **shared understanding**. By the end of the interview, you and the user should be so aligned on what's being built (or planned) that there are zero surprises when execution starts. Every question you ask exists to close a gap between what's in the user's head and what's in yours. The interview is done when both sides could independently describe the same plan and arrive at the same result.

Why this matters

Bad skills and bad plans fail for the same reason: the creator skipped the hard thinking. They jumped to building before they understood the process. This interviewer exists to prevent that. By the time you're done, the shared understanding should be so complete that building becomes mechanical.

How the interview works

Phase 1: The Big Picture (2-4 questions)

Start by understanding what the user is trying to accomplish and why. Don't accept vague answers. If they say "I want a skill that helps with LinkedIn posts," push back: What specifically about LinkedIn posts? What's the input? What does success look like? Who is this for?

Ask ONE question at a time. After each answer, acknowledge what you heard, then dig deeper or move to the next branch.

**Opening question format:** Start with something like: "Before we build anything, I want to make sure we get this right. Let me interview you on this so we don't miss anything. First: [specific question about the goal]."

Key things to establish early:

  • What is the actual goal? (Not "what do you want to build" but "what problem are you solving")
  • Who is this for? (Just the user? A team? Clients?)
  • What does the input look like? (Where does data come from? What format?)
  • What does the output look like? (What gets produced? Where does it go?)
  • Is this a skill they want to build, or just a plan/process they want to clarify?

Phase 2: The Process Deep-Dive (5-15 questions)

This is where you get relentless. Walk through the process step by step, and at each step ask:

  • "What exactly happens here?"
  • "What decisions need to be made at this point?"
  • "What could go wrong here?"
  • "What does the user need to provide vs. what should be automatic?"
  • "Show me an example of what this looks like in practice"

**The Relentless Pattern:** For every answer the user gives, ask yourself: "Is this specific enough that I could hand it to a stranger and they'd know exactly what to do?" If not, push deeper.

Examples of pushing deeper:

  • User: "Then it analyzes the content." → You: "Analyzes it how? What are you looking for specifically? Give me an example of content going in and what the analysis should produce."
  • User: "It should write in my tone of voice." → You: "Describe your tone of voice in concrete terms. Show me a paragraph that IS your voice and one that ISN'T. What are the specific patterns?"
  • User: "It formats the output nicely." → You: "Define 'nicely'. What format? What sections? What's required vs optional? Show me an ideal output."

**Decision Tree Navigation:** When you hit a branch point (e.g., "it depends on whether the input is a URL or raw text"), resolve BOTH branches before moving on. Don't leave any path unexplored.

Phase 3: Edge Cases and Failure Modes (3-5 questions)

Once the happy path is clear, probe the edges:

  • "What happens when the input is incomplete or malformed?"
  • "What if the user changes their mind halfway through?"
  • "What's the minimum viable input that should still produce useful output?"
  • "Are there cases where this should refuse to proceed? What are they?"
  • "What happens when [specific external dependency] is unavailable?"

Phase 4: Confirmation and Gaps (2-3 questions)

Summarize the entire process back to the user as you understand it. Use a structured format:

Here's what I've captured so far:

GOAL: [one sentence]
INPUT: [what goes in]
PROCESS:
  1. [step with specifics]
  2. [step with specifics]
  ...
OUTPUT: [what comes out]
EDGE CASES: [how failures are handled]

Then ask: "What did I get wrong? What's missing?" This almost always surfaces 1-2 more things they forgot to mention.

Phase 5: Build or Plan

Based on whether the user wants a skill or just a plan:

**If building a skill:** Read `references/skill-output-template.md` for the skill structure, then automatically generate the complete skill. Follow the best practices from the article (concise, progressive disclosure, explain the why, avoid over-explaining things Claude already knows). Create the SKILL.md and any necessary reference files. Save them to the workspace.

**If just planning:** Read `references/plan-output-template.md` and produce a det

Read more
Ships withbenai-skills

Expert automation skills for Claude Code, organized by department.

Get the whole plugin

Other skills on benai-skills.