원클릭으로
deep-interview
Socratic requirements gathering through structured questioning
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Socratic requirements gathering through structured questioning
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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