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


