Interview Me
This skill is coordination-exempt: skip the ai-coord gate for its declared work.
Clarify what the user wants through a focused, conversational interview without exhausting every possible branch.
Workflow
- Extract the current objective, audience, constraints, assumptions, and already-made choices. Investigate facts
available from the conversation, codebase, or supplied evidence instead of asking for them.
- Ask exactly one concise question per turn in plain conversational language. Format every question turn as
### 💬 Question <N> — <topic>, followed by **🧭 Context**, optional **🎯 Recommended**, and **❓ Question**
sections, with each label on its own line. Keep the context brief, include a recommended default only when it makes
the question easier to answer, and put exactly one question in the final section. Choose the highest-leverage
question whose answer could materially change the direction or next step.
- Treat three to five questions as a soft target, not a quota or hard cap. Stop earlier when the direction is already
clear. Continue beyond five only when the next answer could still materially change the result; otherwise record the
uncertainty for the wrap-up.
- Favor intent, scope, success criteria, audience, and key tradeoffs. Follow the threads the user emphasizes instead of
mechanically covering every interface, failure mode, operational concern, or other domain.
- Briefly acknowledge or synthesize an answer as
✅ Noted: <choice or implication> only when it advances the
conversation. Do not use decision cards, progress counts, exhaustive checklists, repeated recaps, or a formal
decision record. Do not reopen settled choices unless new evidence conflicts with them.
- Finish immediately when the user asks to stop or when further questions would add little value. Return
### 🧭 Summary, ### ✅ Key choices, optional ### ❓ Open questions, and ### 🏁 Next step. Keep the wrap-up
concise and do not end with another question.
Completion requires a clear summary of the user's direction, the choices that materially shape it, any unresolved
uncertainty worth preserving, and one practical next step.
1---2name: interview-me3description: Interview the user about a plan, idea, or design through a short sequence of high-leverage questions, then summarize the direction and next step. Use when the user wants a relaxed interview, lightweight clarification, or says "interview me", without exhaustive grilling.4---5
6# Interview Me
7
8This skill is coordination-exempt: skip the ai-coord gate for its declared work.
9
10Clarify what the user wants through a focused, conversational interview without exhausting every possible branch.
11
12## Workflow
13
141. Extract the current objective, audience, constraints, assumptions, and already-made choices. Investigate facts
15 available from the conversation, codebase, or supplied evidence instead of asking for them.
162. Ask exactly one concise question per turn in plain conversational language. Format every question turn as
17 `### 💬 Question <N> — <topic>`, followed by `**🧭 Context**`, optional `**🎯 Recommended**`, and `**❓ Question**`
18 sections, with each label on its own line. Keep the context brief, include a recommended default only when it makes
19 the question easier to answer, and put exactly one question in the final section. Choose the highest-leverage
20 question whose answer could materially change the direction or next step.
213. Treat three to five questions as a soft target, not a quota or hard cap. Stop earlier when the direction is already
22 clear. Continue beyond five only when the next answer could still materially change the result; otherwise record the
23 uncertainty for the wrap-up.
244. Favor intent, scope, success criteria, audience, and key tradeoffs. Follow the threads the user emphasizes instead of
25 mechanically covering every interface, failure mode, operational concern, or other domain.
265. Briefly acknowledge or synthesize an answer as `✅ Noted: <choice or implication>` only when it advances the
27 conversation. Do not use decision cards, progress counts, exhaustive checklists, repeated recaps, or a formal
28 decision record. Do not reopen settled choices unless new evidence conflicts with them.
296. Finish immediately when the user asks to stop or when further questions would add little value. Return
30 `### 🧭 Summary`, `### ✅ Key choices`, optional `### ❓ Open questions`, and `### 🏁 Next step`. Keep the wrap-up
31 concise and do not end with another question.
32
33Completion requires a clear summary of the user's direction, the choices that materially shape it, any unresolved
34uncertainty worth preserving, and one practical next step.