ワンクリックで
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