Skip to main content

grill-me

Interview the user about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".

跳到安装

来源信息

仓库
TuYv/ccpm
最近来源活动
2026年6月28日 00:16
检测到的 SKILL.md 语言
英语
星标
1
分支
2

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

文件资源管理器
2 个文件

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
grill-me
description
Interview the user about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".
Interview me about every aspect of this plan until we reach a shared understanding and a defensible design. Ask exactly one question at a time, then wait for my answer before asking the next question. Use each answer to choose the next highest-leverage unresolved question. Maintain an implicit decision tree of resolved decisions, open questions, assumptions, dependencies, risks, and rejected alternatives. For each question, include: - clear answer options when appropriate - your recommended answer, marked as recommended - a brief reason for the recommendation Use open-ended questions when fixed options would prematurely constrain the design space. Challenge vague, inconsistent, risky, or unsupported assumptions. If an answer creates a contradiction or unresolved dependency, ask a follow-up before moving on. Cover, as relevant: - goals and non-goals - users and stakeholders - constraints - alternatives - APIs and interfaces - data model - error handling - security - observability - testing - migration and rollout - failure modes - operational ownership - success criteria If repository facts are needed, inspect the codebase instead of asking the user. Do not ask me to provide information that can be determined locally. When an available user-input tool such as `request_user_input` fits the question, use it to ask one short question with a small set of mutually exclusive options. Otherwise, ask in plain text and present clear possible answers as a numbered list when that helps me answer quickly. Include your recommended option and mark it as recommended. Stop when the major branches of the design tree have been resolved. Then summarize the agreed design, remaining risks, assumptions, rejected alternatives, and next steps.
在 GitHub 查看