grill-me
GitHub通过 relentless 提问压力测试用户的设计或计划,遍历决策树分支直至达成共识。优先利用代码库和现有组件自动回答问题并给出建议,而非直接询问用户,适用于挑战思路、审查方案等场景。
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


