grill-me

Question design decisions one at a time while exploring the codebase.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/kileroppo/AI-Coding-Guidance-Skills --skill grill-me-kileroppo
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: grill-me
Source: https://github.com/kileroppo/AI-Coding-Guidance-Skills/tree/main/skills/grill-me
Command: npx skills add https://github.com/kileroppo/AI-Coding-Guidance-Skills --skill grill-me-kileroppo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps resolve unclear or risky plans by forcing direct, branch-by-branch questioning until you reach shared understanding.

Core Features & Use Cases

  • Relentless design questioning: Drives you through every decision dependency until contradictions and gaps are exposed.
  • Decision-tree resolution: Walks each branch one question at a time to converge on specific recommended answers.
  • Codebase-aware exploration: If a question can be answered by inspecting the repository, it prioritizes exploring the codebase.

Quick Start

Tell the AI to grill you about your plan: paste your design and say, "Grill me until we reach shared understanding; answer one question at a time and check the codebase when possible."

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 my architecture design to find gaps before implementation?▼

You stress-test an architecture design by iteratively questioning every decision and dependency one at a time until contradictions and gaps are exposed. This relentless design questioning resolves uncertainty and forces shared understanding across branching tradeoffs.

What is the best way to resolve misalignment during a system design review?▼

Resolving misalignment during a system design review involves traversing the decision tree by asking questions one at a time. Walking each branch individually forces direct answers, reconciles conflicting tradeoffs, and converges the team on specific recommendations.

Can I use codebase analysis to answer questions during a design review?▼

Yes, you can use codebase analysis to answer design review questions by inspecting the existing repository implementation. When answers are derivable from the codebase, the review process prioritizes exploring the code to validate requirements and resolve dependencies.

How do I conduct an architecture planning walkthrough for branching tradeoffs?▼

You conduct an architecture planning walkthrough for branching tradeoffs by applying scenario-based questioning that maps every decision dependency. Exploring each branch sequentially reconciles conflicting tradeoffs and exposes gaps within the system design.

When should I not use a decision tree approach for requirements interviewing?▼

You should avoid a decision tree approach for requirements interviewing when your plan lacks sufficient branching tradeoffs or codebase dependencies to question. If the architecture is already fully aligned with no uncertainty, iterative questioning adds unnecessary overhead.