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


