Description
grill-me is part of "Skills for Real Engineers", the public skill collection by developer Matt Pocock, taken directly from his own .agents directory. The skill addresses a typical gap between human and agent: before any code is written, Claude systematically questions the user about a plan or design, works through the decision tree branch by branch, and, where needed, automatically searches the codebase to answer questions that can be derived from the existing code.
The skill is deliberately kept stateless: it runs the interview in a single pass, without saving intermediate states or handing the plan off to another model. The value lies in the thoroughness of the questions themselves, not in a model handoff. Anyone who wants an additional adversarial cross-check combines grill-me manually with a separate reviewer such as the Codex CLI, the way it is established practice at Voyage.



