grilling
Relentlessly grill plans until shared understanding. Use when stress-testing a design or another skill delegates grilling.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Relentlessly grill plans until shared understanding. Use when stress-testing a design or another skill delegates grilling.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Alpine.js adapter for @stainless-code/alpine-layers; plugin magics, x-layer-outlet, layerStack data, and JS hooks for typed layer stacks
Angular adapter for @stainless-code/angular-layers (signals + DI + imperative renderStack); use when wiring provideLayerClient, renderStack/useStackHandles, useLayerGroup, useMutationFlow, or createStackHook
UI-agnostic layer stack engine for @stainless-code/layers. Use for opening layers imperatively from anywhere, ordered named stacks, typed await or fire-and-forget calls, lifecycle control, blockers, validation, singleton updates, serial or nested layers, multi-stack orchestration, or building a library/framework adapter.
Lit adapter for @stainless-code/lit-layers; open UI from anywhere and manage ordered, named stacks with typed or fire-and-forget `open` via Reactive Controllers and custom elements
Preact adapter for @stainless-code/preact-layers — use for awaitable confirm flows, singleton toasts, nested drawers, stack subscriptions, and custom layer hosts
React adapter for @stainless-code/react-layers; open UI from anywhere and manage ordered, named stacks with typed or fire-and-forget `open`
| name | grilling |
| description | Relentlessly grill plans until shared understanding. Use when stress-testing a design or another skill delegates grilling. |
Interview relentlessly about every aspect of a plan until shared understanding. Walk down each branch of the decision tree, resolving dependencies between decisions one-by-one. For each question, provide a recommended answer. Ask one question at a time.
Read / Grep / Glob before asking. Questions that the codebase already answers waste turns and signal weak prep.Agent: <Q1>. My read: <recommended answer>. Why: <1-line reason>.
User: <answer / pushback>
Agent: <Q2 — derived from Q1's answer>. My read: …
User: …
Agent: That closes the design tree for me. Want me to <draft the plan / open a PR / start coding>?
Don't number the questions in chat — the conversation IS the order. Number them only when the user asks for a recap or a written summary.
Reach for these before asking the human:
| Question shape | Tool |
|---|---|
| "Where is X defined?" / "Who imports X?" | Grep (symbol / import) · Glob (file paths) |
| "What does file X export?" | Read the file (after Glob if path unknown) |
| "What's the type of X?" | Read the file |
| "What conventions apply to this layer?" | Read the relevant rule under .agents/rules/ |
| "How does the existing similar module do this?" | Grep for the pattern, then Read |
useSyncExternalStore?" — Grep first.