grill-me

Interrogates a plan or design through sequential questions until reaching shared understanding.

Updated Aug 28, 2026
One-click install
npx skills add https://github.com/miyake-san/sogo-agent-platform --skill grill-me-miyake-san
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: grill-me
Source: https://github.com/miyake-san/sogo-agent-platform/tree/main/skills/core/grill-me
Command: npx skills add https://github.com/miyake-san/sogo-agent-platform --skill grill-me-miyake-san

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Plans and designs often contain hidden assumptions, unresolved dependencies, and unexplored decision branches that only surface during implementation. This Skill stress-tests a plan by interviewing the user relentlessly, walking each branch of the decision tree until every choice is resolved and both sides share the same understanding. ## Core Features & Use Cases - Systematic decision-tree walkthrough: Explores each branch of a design one question at a time, resolving dependencies between decisions in order. - Recommended answers: Provides a recommended answer alongside every question so the user can accept, reject, or refine it. - Codebase-grounded questioning: When a question can be answered by exploring the codebase, it investigates the code directly instead of asking. - Use Case: Before starting a large refactor, ask to be grilled on the migration plan so that sequencing, rollback strategy, and edge cases are settled before any code changes. ## Quick Start Ask the assistant to grill you on your current plan or design document and answer each question one at a time until every decision is resolved.

Frequently Asked Questions about grill-me

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I stress-test a design plan before implementation?

Ask to be grilled on the plan. The Skill interviews you one question at a time, walking each branch of the decision tree and resolving dependencies between decisions until a shared understanding is reached.

How to validate architecture decisions with an AI assistant?

Use a structured interrogation approach where the assistant asks sequential questions about your design and provides a recommended answer for each. Questions answerable from the codebase are resolved by exploring the code directly.

Does the grilling process answer questions from the codebase?

Yes. When a question can be answered by exploring the codebase, the Skill investigates the code instead of asking you, keeping the interview focused on decisions only you can make.

When should I not use a plan-grilling interview approach?

Avoid it for trivial tasks with no branching decisions or when requirements are already fully specified and agreed upon. It adds the most value for complex plans with unresolved dependencies and hidden assumptions.