skills/deep-interview/SKILL.md
Socratic requirements gathering through structured questioning
npx skillsauth add Goblin1024/oh-my-kimi deep-interviewInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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
data-ai
Kimi-native team worker protocol (ACK, mailbox, task lifecycle)
documentation
Persistent markdown project wiki stored under .omk/wiki with keyword search and lifecycle capture
development
URL-driven website cloning with visual + functional verification
testing
Structured visual QA verdict for screenshot-to-reference comparisons