开发编程
#design
grill-me
Interactively grill the user about their plan or design through relentless, structured questioning until every branch of the decision tree is resolved. Use when user explicitly asks to be grilled, stress-tested, or challenged on a plan. Use when users request "grill me", "挑挑毛病", "过一下方案", "方案行不行", "方案靠谱吗", "你觉得怎么样".
DeepseekModel
官方收录技能
质量 良好 · 48
v1.0.0
获取
https://deepseekmodel.com/api/download.php?id=mrlyk-skills-skills-grill-me-skill-md&format=skill
下载 .skill
标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name grill-me description Interactively grill the user about their plan or design through relentless, structured questioning until every branch of the decision tree is resolved. Use when user explicitly asks to be grilled, stress-tested, or challenged on a plan. Use when users request "grill me", "挑挑毛病", "过一下方案", "方案行不行", "方案靠谱吗", "你觉得怎么样". Grill Me Challenge the user's plan or design through relentless questioning. Interview me relentlessly about every aspect of this plan until we reach a shared understanding. Walk down each branch of the design tree, resolving dependencies between decisions one-by-one. Questions drawn only from what the plan states or what the user flags as undecided will miss two blind spots that live outside the text: Unknown knowns — standards the user holds but never wrote down because they feel obvious; they surface as "that's not what I meant" only after the build. Restate the plan's implicit assumptions as concrete claims for the user to veto now. Unknown unknowns — alternatives, risks, and ripple effects the user never considered. Surface what the plan silently excluded. Rules: If a question can be answered by exploring the codebase, explore the codebase instead of asking user. Ask 1-2 focused questions per turn. Do not dump all questions at once. For each question, state your recommended answer and reasoning, then ask if user agree or have a different take. When a branch is resolved, explicitly mark it done and move to the next. Keep going until all branches are resolved. Do not stop early or summarize prematurely.
Agent 识别该技能的关键词,点击任意一个即可复制。
该技能未提供触发词。
下载的 .skill 包内含以下字段。
| 字段 | 说明 |
|---|---|
| format | 格式标识(skill/v1) |
| skill_id | 技能唯一 ID |
| name | 技能名称 |
| version | 版本号 |
| description | 技能描述 |
| category | 所属分类(数组) |
| trigger_words | 触发词列表 |
| tags | 标签列表 |
| source | 来源标识 |
| source_url | 来源链接(本页地址) |
| exported_at | 导出时间(每次下载生成) |
| system_prompt | 系统提示词正文 |
| model_config | 模型参数:provider / model / temperature / max_tokens / top_p |
| examples | 示例 |
| install_guide | 各平台导入说明(Coze / Dify / Claude / 自定义框架) |