Releases: nicobailon/grill-for-unknowns
Releases · nicobailon/grill-for-unknowns
Release list
v0.1.3 — Distribution release
One-command installs and updates for Claude Code, and a git pull update path for every other agent. No skill-behavior changes.
Claude Code (new recommended install):
/plugin marketplace add nicobailon/grill-for-unknowns
/plugin install grill-for-unknowns@grill-for-unknowns-marketplace
Update any time with /plugin update grill-for-unknowns.
Codex / Hermes: clone once, symlink into each agent's skills directory, and git pull updates them all — see the README's Install and Updating sections.
Full changelog: https://github.com/nicobailon/grill-for-unknowns/blob/main/CHANGELOG.md
v0.1.2 — Anti-exhaustion release
Addresses the failure mode where "grilling" primes an agent to over-question to the point of user exhaustion, plus three refinements from Thariq's interview on how the Claude Code team plans with AI.
- Defined grilling as few, evidence-priced questions; not asking about non-material topics is correct behavior.
- Explicit stop condition: the grill ends when the unknowns ledger is empty, with remaining-count announcements.
- Default budget of ~5 blocking questions per session; exceeding it requires user opt-in.
- Fatigue valve: short/impatient answers switch the agent to defaults mode with one batched assumptions list for veto.
- Batched endgame: residual low-risk unknowns presented as a single assumptions list instead of serial questions.
- Bad-question guard: asking the user to verbalize taste they can only recognize when shown routes to prototypes/references instead.
- Subjective verification: captured reactions distill into a short rubric that serves as the verification gate when no test can.
- Blindspot pass now explicitly searches documented limits and known failure modes of load-bearing dependencies.
Full changelog: https://github.com/nicobailon/grill-for-unknowns/blob/main/CHANGELOG.md