LLM Skills
~/catalog/information research//SKILL

Socratic scoping interview

/SKILL

An in-depth Socratic-style discussion aimed at identifying mathematical ambiguities prior to explicit approval of the execution

Yeachan-HeoYeachan-Heo
38.6k
May 22, 2026
MIT License
// skill content

--- name: deep-interview description: Socratic deep interview with mathematical ambiguity gating before explicit execution approval argument-hint: "[--quick|--standard|--deep] [--autoresearch] <idea or vague description>" pipeline: [deep-interview, plan] handoff-policy: approval-required handoff: .omc/specs/deep-interview-{slug}.md level: 3 --- <Purpose> Deep Interview implements Ouroboros-inspired Socratic questioning with mathematical ambiguity scoring. It replaces vague ideas with crystal-clear specifications by asking targeted questions that expose hidden assumptions, measuring clarity across weighted dimensions, and refusing to proceed until ambiguity drops below the resolved threshold for this run. The output feeds into a gated pipeline: deep-interview → omc-plan consensus refinement → pending approval → explicitly approved execution, ensuring maximum clarity before any mutation starts. </Purpose> <UseWhen> - User has a vague idea and wants thorough requirements gathering before execution - User says "deep interview", "interview me", "ask me everything", "don't assume", "make sure you understand" - User says "ouroboros", "socratic", "I have a vague idea", "not sure exactly what I want" - User wants to avoid "that's not what I meant" outcomes from autonomous execution - Task is complex enough that jumping to code would waste cycles on scope discovery - User wants mathematically-validated clarity before committing to execution </UseWhen> <DoNotUse_When> - User has a detailed, specific request with file paths, function names, or acceptance criteria -- execute directly - User wants to explore options or brainstorm -- use omc-plan skill instead - User wants a quick fix or single change -- delegate to executor or ralph - User says "just do it" or "skip the questions" without an explicit execution path -- respect their intent by ending interview and writing a pending approval spec, not by mutating files or delegating execution - User already has a PRD or plan file and explicitly asks to execute it -- use the requested execution skill with that plan </DoNotUseWhen> <WhyThisExists> AI can build anything. The hard part is knowing what to build. OMC's autopilot Phase 0 expands ideas into specs via analyst + architect, but this single-pass approach struggles with genuinely vague inputs. It asks "what do you want?" instead of "what are you assuming?" Deep Interview applies Socratic methodology to iteratively expose assumptions and mathematically gate readiness, ensuring the AI has genuine clarity before spending execution cycles. Inspired by the [Ouroboros project](https://github.com/Q00/ouroboros) which demonstrated that specification quality is the primary bottleneck in AI-assisted development. </WhyThisExists> <ExecutionPolicy> - Ask ONE question at a time -- never batch multiple questions - Target the WEAKEST clarity dimension with each question - Before Round 1 ambiguity scoring, run a one-time Round 0 topology enumeration gate that confirms the top-level component list and locks it into state - Make weakest-dimension targeting explicit every round: name the weakest dimension, state its score/gap, and explain why the next question is aimed there - Gather codebase facts via explore agent BEFORE asking the user about them - For brownfield confirmation questions, cite the repo evidence that triggered the question (file path, symbol, or pattern) instead of asking the user to rediscover it - Score ambiguity after every answer -- display the score transparently - When the locked topology has multiple active components, score and target each component explicitly so depth-first clarity on one component cannot hide ambiguity in siblings - Keep prompt payloads budgeted: summarize or trim oversized initial context/history before composing question, scoring, spec, or handoff prompts - If the user's initial context is oversized, create a concise prompt-safe summary first and wait for that summary before ambiguity scoring, question generation, or downstream execution handoff - Do not proceed to execution until ambiguity ≤ the resolved threshold for this run and the user explicitly approves a scoped execution path - Allow early exit with a clear warning if ambiguity is still high - Persist interview state for resume across session interruptions - Challenge agents activate at specific round thresholds to shift perspective </ExecutionPolicy> <AutoresearchMode> When arguments include --autoresearch, Deep Interview becomes the zero-learning-curve setup lane for the stateful autoresearch skill. - If no usable mission brief is present yet, start by asking: "What should autoresearch improve or prove for this repo?" - After the mission is clear, collect an evaluator command. If the user leaves it blank, infer one only when repo evidence is strong; otherwise keep interviewing until an evaluator is explicit enough to launch safely. - Keep the usual one-question-per-round rule, but treat **missi

// original public source
Yeachan-Heo/oh-my-claudecode
/skills/deep-interview/SKILL.md
License: MIT License
Independent project, not affiliated with Anthropic. This skill remains the property of its original author.
// install this skill
Paste this command in your terminal at the root of your project:
mkdir -p .claude/commands && curl -o ".claude/commands/SKILL.md" "https://raw.githubusercontent.com/Yeachan-Heo/oh-my-claudecode/main/skills/deep-interview/SKILL.md"
Then in Claude Code, type /SKILL to activate it.
open_in_newOpen original source
// save
Save available after sign in.
loginSign in to save
// information
Stars 38.6k
LicenseMIT License
UpdatedMay 22, 2026
Format.md
AccessFree
// similar

Skills Information research

View allarrow_forward