interview-me
仓库创建 2026年7月5日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由
在任务不清时能快速达成高置信度需求定义。
这个 Skill 做什么
通过逐问逐答的访谈,提炼用户真实需求与意图。
通过一问一答把模糊的需求拆开,找出用户真正想解决的问题,而不是凭表面描述就开工。适合在“做个 X”但没有说清楚对象、目标或场景时用,能省下后续大量返工。特点是逐步提问直到对意图高度确认(约95%),避免团队在假设上盲目开发。
▸ 展开 SKILL.md 英文原文
Extracts what the user actually wants instead of what they think they should want. Achieves this through one-question-at-a-time interview until ~95% confidence about the underlying intent. Use when an ask is underspecified ("build me X" without "for whom" or "why now"), when the user explicitly invokes ("interview me", "grill me", "are we sure?", "stress-test my thinking"), or when you catch yourself silently filling in ambiguous requirements before any plan, spec, or code exists.
0
Stars
0
Forks
25
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/kulapoo/opencode-agent-harness/main/skills/interview-me/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/kulapoo/opencode-agent-harness/main/skills/interview-me/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Interview Me ## Overview What people ask for and what they actually want are different things. They ask for "a dashboard" because that's what one asks for, not because a dashboard solves their problem. They say "make it faster" without a number to hit. The cheapest moment to find this gap is before any plan, spec, or code exists. Once you've started building, switching costs are real, and the user will rationalize the wrong thing into a "good enough" thing. The misfit gets locked in. This skill closes the gap before it costs anything. The other Define-phase skills assume you already know roughly what you want: `idea-refine` generates variations from an idea, `spec-driven-development` w
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有