ワンクリックで
grill-me
Relentless design interrogation — walk every branch of a plan, resolve dependencies, and reach shared understanding before building
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Relentless design interrogation — walk every branch of a plan, resolve dependencies, and reach shared understanding before building
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Save current session state mid-session — faster than /whats-next, designed for crash recovery
Apply engineering principles to code or design — DRY, KISS, SRP, YAGNI, phased delivery
Surface assumptions collaboratively before proceeding — beginner's mind, invoked depth
Analyze the current conversation and create a handoff document for continuing this work in a fresh context
Gather requirements through adaptive questioning before executing any task
Evaluate decisions across three time horizons
| name | grill-me |
| description | Relentless design interrogation — walk every branch of a plan, resolve dependencies, and reach shared understanding before building |
| argument-hint | [file path | plan | design | idea | leave blank for conversation context] |
| allowed-tools | Read Shell Glob Grep SemanticSearch |
The goal is not to gather requirements. The goal is to catch what hasn't been decided yet, surface hidden dependencies, and force decisions that would otherwise be deferred to implementation time (where they become bugs).
This is interrogation, not intake. The answer "I don't know" or "whatever you think" is not acceptable — it either gets pushed back ("this decision will shape X — take a position") or gets answered by the AI with a recommendation the user either accepts or corrects.
`/ask-me-questions` gathers basic context through structured multiple-choice options before executing a task./grill-me is used before designing or scoping something complex. It:
Use /ask-me-questions when you need context before writing or building.
Use /grill-me when you need to fully scope a design or plan before handing it to yourself or an agent.
Parse $ARGUMENTS:
Before asking anything, explore what's already known:
Answer questions from project context when possible. Only ask about genuine unknowns.
State in 2-3 sentences: "Here is what I think we're designing and what decisions remain open." Be explicit about what the interrogation will cover — scope, interface, behavior, dependencies, audience, failure modes.
If the scope is too large to interrogate in one session, say so and propose a narrower starting point.
Ask one question at a time. For each question:
**Q[N]: [Question]**
_Recommended answer:_ [AI's best current answer — based on what it found in context, what the design implies, or what is simplest. Not a hedge. Take a position.]
_Why this matters:_ [What breaks, branches wrong, or gets decided by default if this isn't answered explicitly]
_Dependencies:_ [Other open questions this answer will constrain]
Order questions by dependency — resolve structural questions before detail questions. Don't ask about configuration details before asking what the system is supposed to do.
Question categories to work through (not necessarily in this order — follow dependencies):
After each answer, either:
After working through the tree, pause and ask: "Is there anything you wanted to decide that we haven't covered?" Also state explicitly: "Here's what I chose not to ask because I considered it out of scope for this session — let me know if any of these should be in scope."
Output a structured summary of everything resolved:
## Decisions Made
| Decision | Answer | Source |
|---|---|---|
| [decision] | [answer] | User / Recommended (accepted) / Recommended (modified) |
## Open Items
[Anything that surfaced but wasn't resolved — deferred decisions, unknowns that need external input, questions that require a spike]
## What to Build Next
[2-3 sentences on what the interrogation says is ready to implement, and what order to do it in]
<success_criteria>