一键导入
grill-me
Interviews the user branch-by-branch about a plan or design, resolving dependent decisions one at a time and recommending an answer for each question.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Interviews the user branch-by-branch about a plan or design, resolving dependent decisions one at a time and recommending an answer for each question.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | grill-me |
| description | Interviews the user branch-by-branch about a plan or design, resolving dependent decisions one at a time and recommending an answer for each question. |
| when_to_use | Use when the user asks to be grilled on a plan, says 'grill me', or wants to stress-test a design before implementation. Follow all steps in order; do not shortcut based on this description. |
| model | opus |
| effort | high |
Interview the user relentlessly about every aspect of the plan or design until you reach shared understanding. Resolve dependent decisions sequentially, not in parallel; later branches often depend on how earlier ones were answered.
When you pose a question, include your recommended answer and the reason for it. The user can still pick something else, but a naked question is less useful than a question with a proposal.
If a question can be answered by reading files, running grep, or following existing patterns, do that instead of asking. Only ask the user for information the codebase cannot provide.
Do not batch multiple questions in a single message. One question, one recommendation, wait for the answer, then move to the next branch.