with one click
interview
Socratic Q&A — ≤3 questions before a complex task.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Socratic Q&A — ≤3 questions before a complex task.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | interview |
| description | Socratic Q&A — ≤3 questions before a complex task. |
| effort | fast |
| context | inline |
Ask at most 3 clarifying questions before writing code, in the order below. Stop as soon as the answer to a question would NOT change your approach.
Inspired by oh-my-claudecode's Deep Interview mode and prompt-master's "max 3 clarifying questions" principle.
From memory, conversation, and active task (if any):
Rank candidate questions by how much the answer changes your plan. Drop any question whose answer would NOT change what you do.
Priority ladder (top = ask first):
Stop at 3.
Format:
Before I start, 3 quick questions (saves a rewrite):
1. {question}
2. {question}
3. {question}
Do NOT ask one-by-one — that's chat, not interview.
Before any code:
Got it. Plan:
- Goal: {restated}
- Will do: {X, Y}
- Will NOT do: {Z}
- Done when: {AC}
Proceed?
If user says "yes" or any affirmative → start the task. Otherwise iterate once more.
If an active task exists:
.tausik/tausik task log {slug} "Interview: {1-line summary of decisions}"
If not, and the task is about to be created, pass the Q&A answers into /plan or /go.
/plan + vague description → should invoke /interview before creating the task/go + critical/complex task → should invoke /interview before task_startOne message with questions only. No code blocks, no preamble. Agent waits for user reply.
Query/store cross-project knowledge in Shared Brain.
Save session snapshot — handoff + CLAUDE.md update.
Create a standardized git commit.
Debug a bug — reproduce, isolate root cause, fix.
End session — handoff + decisions + CLAUDE.md.
Time-boxed SENAR investigation before a task.