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",
"interview",
"requirements interview"
],
"description": "Run a structured Socratic interview before planning or execution.",
"primaryRole": "analyst"
}
<Use_When>
- The request is broad, vague, or underspecified
- Multiple interpretations are possible
- Tradeoffs (time, quality, risk, scope) are unclear
- The user asks for an interview, discovery, or requirements clarification </Use_When>
<Do_Not_Use_When>
- The task is a small focused fix with clear acceptance criteria
- The user explicitly asks to skip discovery and proceed immediately </Do_Not_Use_When>
<Execution_Policy>
- Ask one question at a time
- Prefer concrete, decision-driving questions
- Converge quickly: stop when requirements are actionable
- Finish with an explicit contract summary and open risks </Execution_Policy>
<Output_Format>
Interview Summary
Objective
- ...
Scope
- In: ...
- Out: ...
Acceptance Criteria
- ...
Open Risks / Unknowns
- ...
Recommended Next Action
- Use
omp skill plan(or another named next step) with the summary above. </Output_Format>
Task: {{ARGUMENTS}}
Version History
- 4f49e99 Current 2026-07-25 06:34


