One-click install
npx skills add https://github.com/TheNordicOne/ngx-formbar --skill grill-me-thenordicone
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: grill-me
Source: https://github.com/TheNordicOne/ngx-formbar/tree/main/.claude/skills/grill-me
Command: npx skills add https://github.com/TheNordicOne/ngx-formbar --skill grill-me-thenordicone

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you validate and sharpen a plan or design by forcing clarity, surfacing hidden assumptions, and resolving decision conflicts until you and the user reach shared understanding.

Core Features & Use Cases

  • Decision-tree interrogation: Walks each branch of the design space to resolve dependencies between decisions one-by-one.
  • Relentless follow-up for completeness: Continues asking until every unresolved aspect of the plan/design is clarified.
  • Codebase-grounded answers: Uses the repository itself as the source of truth whenever questions can be answered by exploring it.

Quick Start

Use the grill-me skill to interview the user about their plan by repeatedly asking follow-up questions until all uncertainties and dependencies are resolved.

Frequently Asked Questions about grill-me

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate architecture tradeoffs and requirements before starting implementation?

You can stress-test a plan by running a decision-tree interrogation that forces clarity on tradeoffs and requirements. It walks each branch of the design space, resolving interdependent choices one-by-one until all uncertainties are clarified.

What is the best way to surface hidden assumptions in a software design review?

A design review via decision-tree interrogation surfaces hidden assumptions by driving relentless follow-up questions. It walks each design branch, exposing interdependent choices and conflicts until the entire plan reaches shared understanding.

Can I use codebase analysis to answer questions during requirements clarification?

Yes, requirements clarification can be grounded in codebase analysis. The repository acts as the source of truth, automatically exploring the codebase to resolve questions and validate dependencies whenever answers can be found within it.

Does this approach work for validating interdependent choices in complex architecture?

Yes, validating interdependent choices works by walking each branch of the design space to resolve dependencies between decisions one-by-one. This ensures complex architecture tradeoffs and interdependent choices are fully validated before proceeding.

When do I need to stress-test a plan with a decision-tree interview?

You need a decision-tree interview to stress-test a plan when you must validate architecture, requirements, and tradeoffs before proceeding. It fits scenarios where interdependent choices require explicit dependency resolution and shared understanding.