grill-me

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

1|1|Updated May 16, 2026
One-click install
npx skills add https://github.com/vanduc2514/hackathon-lablab-ibm-bob --skill grill-me-vanduc2514
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: grill-me
Source: https://github.com/vanduc2514/hackathon-lablab-ibm-bob/tree/main/.bob/skills/grill-me
Command: npx skills add https://github.com/vanduc2514/hackathon-lablab-ibm-bob --skill grill-me-vanduc2514

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Migration plans and technical designs often contain hidden assumptions, unresolved dependencies, and unexamined branches of the decision tree. This Skill systematically interrogates every aspect of a plan until both sides reach a shared understanding, surfacing gaps before execution begins. ## Core Features & Use Cases - Relentless Structured Interviewing: Walks down each branch of the design decision tree, resolving dependencies between decisions one by one. - Recommended Answers: Provides a recommended answer alongside each question so the user can accept, reject, or refine it. - Codebase-Grounded Questions: Explores the codebase directly when a question can be answered from the code instead of asking the user. - Use Case: Before executing a cloud migration, ask to be grilled on your rehost-vs-refactor strategy so every dependency, risk, and design choice is explicitly resolved. ## Quick Start Ask the assistant to grill you on your migration plan or design until every decision branch 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 migration plan before execution?▼

Use a structured interview approach that walks every branch of the design decision tree one question at a time. Each question comes with a recommended answer, and dependencies between decisions are resolved sequentially until shared understanding is reached.

How to validate design decisions during migration planning?▼

Validate design decisions by being interviewed relentlessly about each aspect of the plan, resolving dependencies between decisions one by one. Questions answerable from the codebase are resolved by exploring the code directly rather than asking the user.

When should I use the grill-me skill in a migration workflow?▼

Use it during assessment, planning, or design phases when you want to expose hidden assumptions before execution. It is triggered when you ask to be grilled on a plan or want to stress-test a design.

Does the interview answer questions from the codebase automatically?▼

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

What are the limitations of interview-based plan validation?▼

Interview-based validation depends on the quality of the questions and the user's answers; it cannot execute or test the plan itself. It complements, but does not replace, automated testing and migration validation phases.