Runs a documentation-backed decision loop before implementation planning or issue drafting, using current source, docs, and ADR evidence to ask one sharp question at a time, record resolved terms in CONTEXT.md when present, and create ADRs only for hard-to-reverse decisions with real trade-offs. Use when the user invokes /grill-with-docs or when another workflow requires the grill gate before implementation planning or issue creation.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Runs a documentation-backed decision loop before implementation planning or issue drafting, using current source, docs, and ADR evidence to ask one sharp question at a time, record resolved terms in CONTEXT.md when present, and create ADRs only for hard-to-reverse decisions with real trade-offs. Use when the user invokes /grill-with-docs or when another workflow requires the grill gate before implementation planning or issue creation.
license
Unlicense OR MIT
Grill with docs
Instructions
Run a real interrogation loop, not a generic documentation pass.
Steps
Read the current repository docs, source, and nearest agent instructions relevant to the request.
Identify fuzzy terms, irreversible choices, data model boundaries, and workflow assumptions.
Ask one decision question at a time. Include a recommended answer and the trade-off.
Wait for the user answer before asking the next question.
When the answer settles project vocabulary, update CONTEXT.md if it exists.
Create an ADR only when the decision is hard to reverse and has a real alternative.
Stop when no product-shaping questions remain, then summarize the settled decisions and remaining implementation-time checks.
Rules
Do not treat this as "write docs carefully."
Do not ask a bundle of unrelated questions at once.
Do not implement product code during the grill unless the user explicitly asks.
Prefer source evidence over memory.
If source evidence conflicts with memory or prior docs, call out the conflict before recommending.