grill-me

Interviews users about plans to expose missing decisions and unresolved assumptions.

11|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/awood45/claude-coding-commands --skill grill-me-awood45
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: grill-me
Source: https://github.com/awood45/claude-coding-commands/tree/main/.claude/skills/grill-me
Command: npx skills add https://github.com/awood45/claude-coding-commands --skill grill-me-awood45

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you uncover gaps, assumptions, and unresolved branches in a plan or design before they turn into costly rework.

Core Features & Use Cases

  • Decision-Tree Interviewing: Walks through a plan branch by branch until the major choices and dependencies are fully understood.
  • Recommended Answers: Suggests a best-fit answer for each question so the discussion stays productive and concrete.
  • Codebase-Aware Clarification: Checks the repository when a question can be answered from existing code or project structure instead of guessing.
  • Use Case: Ideal for stress-testing architecture proposals, implementation plans, or any concept that needs rigorous scrutiny before execution.

Quick Start

Use the grill-me skill to interrogate my plan or design until every important decision, dependency, and tradeoff is clarified.

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 software architecture proposal before implementation?

To stress-test a software architecture proposal, an automated interview tool walks through the decision tree branch by branch, exposing missing decisions and unresolved assumptions before they cause costly rework.

What is a decision tree interview for requirements planning?

A decision tree interview for requirements planning is a systematic questioning process that walks through a plan branch by branch until major choices and dependencies are fully understood.

How do I identify unresolved assumptions in my implementation plan?

You identify unresolved assumptions in an implementation plan by applying relentless questioning to the design, which exposes gaps and unresolved branches while suggesting recommended answers for each decision point.

Can I analyze my codebase to answer design review questions automatically?

Yes, you can analyze your codebase to answer design review questions by inspecting the repository when a question can be answered from existing code or project structure evidence.

Does this design review tool work for any branching decision tree?

Yes, this design review tool works for any branching decision tree that needs systematic questioning, applying to software architecture, implementation plans, and codebase-informed clarification.

When should I not use a codebase-informed interrogation tool for planning?

You should avoid using a codebase-informed interrogation tool when your plan involves greenfield projects with no existing repository to inspect, or when the design requires no branching decision tree structure.