with one click
deep-interview
Socratic requirements gathering through structured questioning
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 requirements gathering through structured questioning
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
Token-efficient execution modifier with budget-aware routing
Kimi-native team worker protocol (ACK, mailbox, task lifecycle)
Persistence loop until task completion with verification
Architecture planning and plan approval workflow
Parallel agent execution via Kimi-native multi-worker runtime
Full autonomous execution from idea to working code
| name | deep-interview |
| description | Socratic requirements gathering through structured questioning |
| trigger | $deep-interview |
| phases | ["starting","intent-first","deep-dive","synthesis","complete","cancelled"] |
Conduct a Socratic interview to clarify user intent, boundaries, and non-goals before implementation.
Trigger: $deep-interview <topic>
Understand the Goal
Define Scope
Identify Constraints
Ask follow-up questions until you have:
Summarize findings in a context snapshot:
## Context Snapshot
**Task**: [Brief description]
**Goal**: [What success looks like]
**Scope**:
- In: [What's included]
- Out: [What's excluded]
**Constraints**: [Limitations]
**Risks**: [Potential issues]
**Next Steps**: [Recommended action]
Save snapshot to: .omk/context/{slug}-{timestamp}.md
deep-interview-state.json with phase "intent-first"Good Usage:
$deep-interview "I want to add user authentication"
โ Ask about auth methods (OAuth, password, SSO?)
โ Ask about user types
โ Ask about security requirements
โ Output context snapshot
Transition:
$deep-interview completed
$ralplan "implement the approved auth system"
โ Proceed to planning with clarified requirements