grill-me

Interviews the user question-by-question to stress-test plans and design decisions.

Updated Jun 5, 2026
One-click install
npx skills add https://github.com/zMynxx/bifrost-with-opencode --skill grill-me-zmynxx
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: grill-me
Source: https://github.com/zMynxx/bifrost-with-opencode/tree/main/.agents/skills/grill-me
Command: npx skills add https://github.com/zMynxx/bifrost-with-opencode --skill grill-me-zmynxx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Plans and designs often contain hidden assumptions, unresolved dependencies, and unexplored branches that only surface during implementation. This Skill systematically interrogates a plan through relentless one-at-a-time questioning until every decision branch is resolved and both parties share a complete understanding. ## Core Features & Use Cases - Systematic Decision-Tree Walkthrough: Walks down each branch of the design tree, resolving dependencies between decisions one by one. - Recommended Answers: Provides a recommended answer with every question, so the user can accept, reject, or refine rather than starting from a blank page. - Codebase-Grounded Questions: Explores the codebase directly when a question can be answered by existing code instead of asking the user. - Use Case: Before implementing a new feature, ask to be grilled on your design doc; the Skill will probe edge cases, dependencies, and trade-offs until the plan is airtight. ## Quick Start Ask the AI to grill you on your plan or design document and answer each question as it comes.

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 with an AI assistant?▼

Present your plan or design and ask to be grilled on it. The AI interviews you one question at a time, walking each branch of the decision tree and offering a recommended answer for every question until all decisions are resolved.

How to validate a technical design before implementation?▼

Use a structured interrogation workflow where the AI probes assumptions, dependencies, and edge cases in your design. Questions that can be answered from the codebase are resolved by exploring the code directly rather than asking you.

Does the grilling process answer questions from the codebase?▼

Yes. When a question can be answered by exploring the codebase, the Skill explores the code instead of asking the user, keeping the interview focused on decisions that genuinely require human input.

When should I not use an interview-style design review?▼

Avoid it for trivial changes with no branching decisions or when you need code written immediately rather than plan validation. The process is deliberately thorough and slow, resolving dependencies one decision at a time.

What is the grill-me skill used for?▼

It stress-tests plans and designs by interviewing the user relentlessly, one question at a time, until every branch of the decision tree is resolved and both sides share a complete understanding of the plan.