One-click install
npx skills add https://github.com/carlos-algms/dotfiles --skill grill-me-carlos-algms
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: grill-me
Source: https://github.com/carlos-algms/dotfiles/tree/main/AI-configs/skills/grill-me
Command: npx skills add https://github.com/carlos-algms/dotfiles --skill grill-me-carlos-algms

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The grill-me skill helps you break down a plan or design through a decision-tree interview until you reach shared understanding of each branch and dependency.

Core Features & Use Cases

  • Decision-tree questioning: Probes every branch of a plan or design to uncover assumptions and tradeoffs.
  • Dependency-by-dependency resolution: Resolves prerequisites in order so later choices are grounded.
  • Evidence-first recommendations: Verifies facts by inspecting repo content or docs when possible, and otherwise asks only where human intent or preference is required.
  • Progress-focused interaction: Keeps momentum with visible progress rather than overly procedural exchanges.

Quick Start

Ask the AI: grill me on my deployment plan with the goal of validating every decision branch and dependencies.

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 proposal through tradeoff analysis?▼

Stress-test a design proposal by running a decision-tree interview that probes every branch to uncover assumptions and tradeoffs, resolving dependencies in order until shared understanding is reached.

What is decision-tree questioning for plan validation?▼

Decision-tree questioning for plan validation is a structured interview method that probes each branch of a plan to surface hidden assumptions and work through design tradeoffs systematically.

How do I validate requirements gathering with a gated review process?▼

Validate requirements gathering by using a gated mode where writes apply only after each decision-tree branch is resolved, ensuring prerequisites are handled in order and later choices are grounded.

Can I verify plan assumptions against repo content and docs?▼

Yes, you can verify plan assumptions against repo content and docs through evidence-first recommendations that inspect available repository content or documentation before asking for human intent.

What's the best way to resolve design tradeoffs dependency by dependency?▼

Resolve design tradeoffs dependency by dependency through an ordered interview process that handles prerequisites first, grounding later choices in previously resolved decisions for shared understanding.

When should I not use decision-tree grilling for requirements gathering?▼

Decision-tree grilling for requirements gathering is not ideal when you need rapid, lightweight feedback rather than systematic branch-by-branch resolution, or when no repository content or docs exist for evidence verification.