grill-with-docs-quick

Installation
SKILL.md

Grill With Docs — Quick

A fast, blocking-only grilling pass for one stage of a timeboxed coding task (e.g. a live coding interview). Clarify just enough to start coding the current stage, then stop. First skill in the per-stage pipeline:

(non-blank baseline) /document-codebase → docs/codebase/
/grill-with-docs-quick  → CONTEXT.md + docs/adr/*.md
/to-task-spec           → docs/task-spec.md
/tdd-task               → tests + implementation

Run grill-with-docs-quick → to-task-spec for a stage in the same working session, so the conversation is still in context when the spec is written.

What to do

Start every invocation by producing a tiny interviewer-facing clarification script and wait for the interviewer/user to bring back accepted, rejected, or corrected assumptions before the normal grilling loop. Coding-interview tasks are never treated as 100% clear up front, even when the prompt sounds specific.

The script is the only multi-question bundle in this skill. Format it as a numbered list the user can pass to the interviewer, then ask the user to return the clarifications/answers with the same numbers so you can map each answer to the original assumption. Keep it short enough to say aloud in a few minutes:

Installs
7
GitHub Stars
1
First Seen
Jun 6, 2026
grill-with-docs-quick — altmerian/skills