agents/skills/grill-me/SKILL.md
Relentlessly interview the user about a plan or design.
npx skillsauth add timofreiberg/dotfiles grill-meInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Ask the user to state their plan or point to the relevant file(s) before starting.
<!-- "ambiguous" appears to highly increase interview thoroughness. -->Interview me relentlessly about this plan until nothing remains ambiguous. Walk down each branch of the design tree, resolving dependencies between decisions one by one.
If a question can be answered by exploring the codebase, explore the codebase instead.
Provide your recommended answer only when you have enough context to have a real opinion.
When all open questions are resolved or explicitly deferred, take a fresh look at the full picture to see if there's any direction we completely missed — a concern, trade-off, or alternative that didn't come up during the branch-by-branch walk.
development
Quick internet research via a web-search-enabled model. Returns summaries with source URLs.
data-ai
Use when you want to work in an isolated jj working copy — parallel task, experimental scratch, subagent with its own tree. Covers creating a workspace, working inside it from anywhere, and cleaning up without losing history.
tools
Use when working on the pi coding agent harness or writing pi extensions.
testing
Use when creating, editing, or reviewing a skill before it ships. Covers when to write a skill, file layout, the SKILL.md shape, and how to verify it before relying on it.