Grill
Skill control-decks/think-it-through/plugins/think-it-through/skills/grill
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.From its SKILL.md
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.
One thing to look at
- 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.
SKILL.md
1.7 KB, 372 tokens by cl100k_base, 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.
What ships with it: 2 files
18.3 KB alongside SKILL.md
agents/
- openai.yaml284 B
assets/
- icon.png18.0 KB