🧐
Quality

Grill

by JuliusBrussee

Grill is a Quality skill for Claude Code, published by JuliusBrussee in cavekit.

1.1K stars86 forkson JuliusBrussee/cavekitAdded 2026/08/20Repository updated 2026/08/14
claude-codeparallel-agentsskillsspec-driven-developmenttest-driven-development
Install in seconds
Install Grill
Copy Grill into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/JuliusBrussee/cavekit/tree/main/skills/grill ~/.claude/skills/grill

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/JuliusBrussee/cavekit.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/grill/SKILL.md in JuliusBrussee/cavekit
Installs to
~/.claude/skills/grill
Collection
One of 9 skills cataloged from this repository
Category
Quality1354 skills

What Grill does

Grill calibrates interrogation of a fuzzy idea before it becomes a spec, asking one question at a time and landing answers as goals or constraints. Use it when a plan is vague or needs stress-testing before writing a spec.

Grill is cataloged under Quality on DirSkills. Grill comes from a repository tagged claude-code, parallel-agents, skills, spec-driven-development and test-driven-development.

Documentation

README

grill — sharpen idea before spec

One question at a time. Every answer lands in a § or gets parked ?. Never guess a constraint into existence.

Plan-then-execute guesses the fuzzy parts & builds the wrong thing. Grill drags the fuzz into §G/§C before a single §T row exists. A bad assumption caught here costs one question. Caught in §B it costs a bug.

WHEN TO GRILL

  • Idea is one sentence & you can feel the holes.
  • Multiple readings of the goal exist & you are about to pick one silently.
  • Before /spec new on anything non-trivial.
  • User asks to be challenged / stress-tested.

Skip for a typo or a one-line fix. Grill scales to uncertainty, ⊥ to ego.

This is the opening of the README. Read the full README on GitHub.

Commands Grill provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /spec
  • /research

Frequently asked about Grill

  • What else does JuliusBrussee publish alongside Grill?

    Grill is one of 9 skills that DirSkills catalogs from JuliusBrussee/cavekit, the repository it ships in. Its siblings there include Adversarial Spec Review, Backprop and Build. Each one is a separate skill with its own page in this directory, installs the same way Grill does, and is maintained by JuliusBrussee in that same repository. The rest of the collection is listed on the JuliusBrussee/cavekit page.

  • How does Grill compare to other Quality skills?

    Grill ranks #770 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Grill against them. Open each page to compare what they document and how they install.

More from JuliusBrussee/cavekit

Grill is one of 9 skills cataloged on DirSkills from JuliusBrussee/cavekit.

See all 9 skills
🧐
2w ago

Adversarial Spec Review

Adversarial Spec Review constructs a skeptical reviewer that attacks a spec before any code is written, using evidence from the codebase, research, and live best-practices. Use it before high-blast-radius builds to refute unsound plans and harden verification.
Quality
1.1K86
🐞
2w ago

Backprop

Backprop traces a bug or failing test to its root cause, then appends a §B entry and usually a §V invariant to SPEC.md so recurrence is impossible. Use it after test failures, bug reports, post-mortems, or VIOLATE flags.
Quality
1.1K86
🏗️
2w ago

Build

Build implements tasks from a SPEC.md using a single-threaded plan-then-execute loop. It tracks task status, runs the verification command, and on failure invokes backprop to update spec invariants before retrying.
Quality
1.1K86
🗿
2w ago

Caveman

Caveman encodes SPEC.md and spec-adjacent writes into compressed symbolic notation, cutting tokens ~75% versus prose while preserving facts. Use it when writing or editing specs, backprop entries, or whenever brevity is requested.
Writing
1.1K86
🧹
2w ago

Deepen

Deepen finds the shallowest modules in the code the spec touches, researches a deeper design, and proposes refactors that shrink interfaces and hide decisions while keeping behavior constant and tests green before and after.
Quality
1.1K86
🔍
2w ago

Research

Research gathers external knowledge and logs it as source-cited §R rows so builds ground in facts instead of hallucinating library behavior. Use it when a spec decision hinges on a library, API, or best practice you are unsure of.
AI Engineering
1.1K86