Agent Skills
› Hmbown/Codewhale
› interview
interview
GitHub当需求缺乏关键产品或实现选择且无法通过工具发现时,引导用户逐一回答以生成简要规范。避免询问可查证事实,不一次性提问多项。若用户拒绝回答,则基于明确假设继续推进工作。
Trigger Scenarios
需求缺失关键决策点
无法通过现有工具或文档获取必要信息
Install
npx skills add Hmbown/Codewhale --skill interview -g -y
SKILL.md
Frontmatter
{
"name": "interview",
"invocation": "model+user",
"description": "Ask one useful structured question at a time only when material product\/implementation choices are genuinely missing; remember answers and produce a brief\/spec. Discoverable facts should be investigated instead of asked."
}
Interview
When to use
Use when the request lacks a material product or implementation choice that cannot be discovered from the workspace or tools.
Non-goals
- Do not interview for facts you can read, search, or measure.
- Do not ask multi-question dumps. One focused question at a time.
- Do not invent requirements.
Workflow
- State the missing decision and why it blocks progress.
- Offer concrete options when possible.
- Record the answer and continue the work.
- Produce a short brief/spec only when enough answers exist.
Failure mode
If the user declines to answer, proceed with explicit assumptions and label them.
Version History
- b0e4926 Current 2026-07-24 17:42


