Dotfiles-nix grill-me

Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".

install
source · Clone the upstream repo
git clone https://github.com/not-matthias/dotfiles-nix
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/not-matthias/dotfiles-nix "$T" && mkdir -p ~/.claude/skills && cp -r "$T/modules/home/programs/cli-agents/shared/skills/grill-me" ~/.claude/skills/not-matthias-dotfiles-nix-grill-me && rm -rf "$T"
manifest: modules/home/programs/cli-agents/shared/skills/grill-me/SKILL.md
source content
<!-- Source: https://github.com/mattpocock/skills/blob/main/grill-me/SKILL.md -->

Interview me relentlessly about every aspect of this plan until we reach a shared understanding. Walk down each branch of the design tree, resolving dependencies between decisions one-by-one. For each question, provide your recommended answer.

If a question can be answered by exploring the codebase, explore the codebase instead.

Always use the AskUserQuestion tool.