grill-me
GitHub通过深度追问和压力测试,帮助用户完善计划或设计方案。该技能引导用户梳理决策树分支,结合代码库和设计规范提供建议,以达成对设计方案的共同理解并消除潜在风险。
Trigger Scenarios
Install
npx skills add julianoczkowski/designer-skills --skill grill-me -g -y
SKILL.md
Frontmatter
{
"name": "grill-me",
"description": "Interview the user relentlessly 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, challenge an approach, or mentions \"grill me\"."
}
Example prompts
- "Grill me on this landing page idea"
- "I want to build a dashboard for tracking team metrics. Challenge my thinking."
- "Stress-test my approach to this settings page"
- "I have a rough idea for a portfolio site. Help me think it through."
Instructions
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.
If a question can be answered by exploring the codebase, explore the codebase instead of asking me.
If a question can be answered by examining existing components, styles, or design tokens in the project, examine them instead of asking me.
For each question, provide your recommended answer.
Version History
- 545048b Current 2026-07-05 15:42


