一键导入
interview
Socratic Q&A — ≤3 questions before a complex task.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Socratic Q&A — ≤3 questions before a complex task.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
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.
| 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.