Agent Skills
› jjongguet/oh-my-product
› deep-interview
deep-interview
GitHub通过苏格拉底式结构化访谈澄清模糊需求,提取目标、范围、约束和验收标准,生成可执行的实施简报。
Trigger Scenarios
需求描述宽泛或含糊不清
项目定义不明确需细化
Install
npx skills add jjongguet/oh-my-product --skill deep-interview -g -y
SKILL.md
Frontmatter
{
"name": "deep-interview",
"aliases": [
"\/deep-interview",
"deep interview",
"requirements interview",
"clarify requirements"
],
"description": "Run a structured Socratic interview to turn ambiguity into an implementation-ready brief.",
"primaryRole": "analyst"
}
Deep Interview Skill (oh-my-product)
Use this skill when the request is broad, vague, or underspecified.
Interview policy
- ask one high-value question at a time
- prefer concrete tradeoff questions over open-ended brainstorming
- stop once the work is actionable
Capture
- Objective and non-goals
- Scope boundaries
- Constraints and dependencies
- Acceptance criteria
- Risks or unresolved decisions
Final output
Produce an implementation-ready summary with:
- objective
- in scope / out of scope
- acceptance criteria
- open risks
- recommended next command (
omp skill planor direct execution)
Version History
- 4f49e99 Current 2026-07-25 06:34


