Skip to main content

ln-grill

Interview the user relentlessly about a plan or design until reaching shared understanding. Use when fleshing out an idea, stress-testing a design, or when the user says "grill me".

跳到安装

来源信息

仓库
hashintel/brunch
最近来源活动
2026年5月15日 12:28
检测到的 SKILL.md 语言
英语
星标
7
分支
0

安装方式

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

检查来源文件

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

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
ln-grill
description
Interview the user relentlessly about a plan or design until reaching shared understanding. Use when fleshing out an idea, stress-testing a design, or when the user says "grill me".
# Ln Grill Walk the design tree branch by branch. Resolve dependencies between intents/desires/decisions, one by one. Be Socratic — question premises, not just requirements. The user's *why* matters as much or more than their *what*: knowing motivation lets you suggest alternatives they haven't considered. For each question, provide your own recommended answer based on what you know. If the codebase can answer the question, explore it instead of asking. Actively surface constraints, limitations, and irreversible choices — these are strategic inputs, not just risk factors. They shape what's *possible*, which shapes what's *worth doing*. Name anti-patterns when you see a design drifting toward one. God objects, feature envy, leaky abstractions, premature optimization, stringly-typed interfaces — name the failure mode, explain why it fails here, probe for agreement. Elimination sharpens the solution space faster than enumeration. Sharpen the lexicon as you go. When a concept surfaces, pin it to a canonical term — propose one, test the user's reaction, note resistance. Vague language hides vague thinking. If `memory/SPEC.md` exists, pressure-test its §Lexicon against what the conversation reveals. Do not create planning artifacts here. Durable conclusions from grilling promote into `memory/SPEC.md` or `memory/PLAN.md` through the next routed skill. Pure elicitation — do not produce a plan or document. ## Routing When understanding is reached, present these options to the user (use `tool-ask-question`): | # | Label | Target | Why | | --- | --------------- | ---------- | --------------------------------------- | | 1 | Write a spec | `ln-spec` | Understanding is sufficient for a spec | | 2 | Plan frontier | `ln-plan` | Problem is clear, needs frontier breakdown | | 3 | Scope one slice | `ln-scope` | One slice is already obvious | Recommended: choose based on how much structure the understanding needs. --- *Adapted from [mattpocock/skills/grill-me](https://github.com/mattpocock/skills/tree/main/grill-me).*
在 GitHub 查看