grill-me ยท diff

git:20260712.ef71354 to git:20260905.1cfe2a2

22 added, 4 removed. Audit A to A.

---
name: grill-me
- description: Use when a user asks to be grilled, interviewed, or to stress-test an underspecified plan or design. Resolve one decision branch at a time until implementation choices and success criteria are explicit.
+ description: Use when a user asks for or clearly wants to be grilled, interviewed, or to stress-test a plan or design, including when they mention "grill me". Resolve material decisions one at a time until scope, success criteria, and resources are explicit.
license: MIT
---
- 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.
+ # Grill Me
- Ask the questions one at a time.
+ Use this skill when the user asks for or clearly wants to be grilled, interviewed,
+ or to stress-test a plan or design. It is an interview workflow, not
+ authorization to implement or modify anything.
- If a question can be answered by exploring the codebase, explore the codebase instead.
+ - Inspect the repository, configuration, and available artifacts for facts that
+ can be answered locally; do not ask the user for answerable facts.
+ - Identify unresolved decisions that materially affect scope, success criteria,
+ constraints, resources, or execution order. Skip settled choices and
+ low-impact minutiae.
+ - Ask exactly one focused question at a time. Include your recommended answer
+ with each question and briefly explain why it is the recommended default.
+ - After each answer, update the decision state and continue to the next material
+ branch. Do not reopen settled details unless new information creates a real
+ conflict.
+ - Stop when material scope, success criteria, and resources or constraints are
+ settled, or when the user switches to execution. Summarize the decisions and
+ handoff; handle later implementation under the normal authorization and scope
+ rules for that task.
+
+ Invocation of this skill alone never authorizes implementation, external writes,
+ or other mutations.