Grill me
🔧 My DEV env setup
npx -y skills add GrimLink/dotfiles --skill grill-meAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 8 stars8 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Stress-test a plan, design, or architecture by interviewing the user with probing questions that surface weaknesses, edge cases, and unstated assumptions. Use when the user says 'grill me,' 'challenge my idea,' 'poke holes,' 'play devil's advocate,' 'critique my plan,' or wants to pressure-test their thinking.
SKILL.md
1.0 KB, as published. Nobody here has run it
Interview the user relentlessly about every aspect of their plan until reaching a shared understanding. Walk down each branch of the design tree, resolving dependencies between decisions one-by-one. For each question, provide a recommended answer.
Ask questions one at a time. Focus on:
- Unstated assumptions and implicit dependencies
- Edge cases and failure modes
- Scalability and maintenance implications
- Security or correctness gaps
- Alternative approaches that were not considered
If a question can be answered by exploring the codebase, explore the codebase instead of asking.
Continue until all branches of the design tree have been explored and the user confirms alignment on each decision.