Grill
Skill control-decks/think-it-through/plugins/think-it-through/skills/grill
A conversation-card deck for exploring, challenging, planning, and explaining ideas with AI.
npx -y skills add control-decks/think-it-through --skill grillAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 20 days oldThe repository was created 20 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 3 stars3 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 proposal, assumption, decision, design, or plan through a relentless multi-turn grill that follows its decision tree one question and recommendation at a time. Use only when the user invokes grill or asks for a demanding challenge; never begin silently.
SKILL.md
1.7 KB, as published. Nobody here has run it
🔥 Think Grill
ID: think-it-through/grill
HACP: 0.4
Kind: operation
Mode: transform
Traits: read-only, semantic, multi-exchange
Default Binding: Current proposal, assumption, decision, design, or plan
Accepts: hacp/content, hacp/result
Requires: hacp/testable-object
Produces: think-it-through/verdict
Duration: until-complete
Effect: Walk the bound object's decision tree, resolve discoverable facts, then test one unresolved branch at a time with a recommendation and demanding question.
Limits: Keep the selected Binding until verdict, stop, or redirection. Separate fact, inference, and unresolved claim. Do not decide for the human or ask for information available from sources you can inspect.
Flow
flowchart TD
A["Selected Binding"] --> B["Map decisions and dependencies"]
B --> C["Search available sources"]
C --> D["Choose weakest unresolved branch"]
D --> E["Give recommended answer"]
E --> F["Ask one demanding question"]
F --> G["Integrate the answer"]
G --> H{"Terminal result?"}
H -->|No| D
H -->|Yes| I["State verdict and remaining risks"]
Format
At launch, show the full trace: > 🎯 **<binding>** → 🔥 **GRILL**. On later turns, show > 🔥 **GRILL** · <binding>.
Show Recommendation, then Question. At completion, show Verdict and any remaining risks.