One-click install
npx skills add https://github.com/anukkrit149/anukkrit-skills --skill grill-me-anukkrit149
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: grill-me
Source: https://github.com/anukkrit149/anukkrit-skills/tree/main/cloud/skills/grill-me
Command: npx skills add https://github.com/anukkrit149/anukkrit-skills --skill grill-me-anukkrit149

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you turn a vague or risky plan into a shared, concrete design by forcing rigorous, branch-by-branch clarification.

Core Features & Use Cases

  • Relentless interview of a plan or design: challenges assumptions and uncovers ambiguities until the decision tree is resolved.
  • Dependency-aware questioning: surfaces dependencies between decisions and walks through them in the right order.
  • Codebase-guided answers when possible: when a question can be answered by looking at the codebase, it drives you to the relevant evidence instead of speculating.
  • Use in: design reviews, pre-implementation stress tests, reducing scope/requirements risk, and aligning stakeholders on tradeoffs.
  • Example use case: you propose an architecture for a feature and want to identify missing requirements, incorrect assumptions, and unclear success criteria before building.

Quick Start

Ask your AI assistant: "grill me on this plan: [paste your plan/design], focusing on decision branches, dependencies, and what must be true for success."

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 an architecture plan before implementation?

To stress-test an architecture plan, you can use an interview-style interrogation that challenges assumptions and uncovers ambiguities. This process resolves each branch of the decision tree until a shared, concrete design is reached.

What is the best way to clarify vague requirements for a design review?

The best way to clarify vague requirements is through relentless, one-question-at-a-time interrogation. This method surfaces dependencies between decisions and walks through them in the correct order to reduce scope risk.

How does dependency-aware questioning work for stakeholder alignment?

Dependency-aware questioning works by identifying dependencies between decisions and exploring them sequentially. This ensures stakeholders align on tradeoffs by resolving the decision tree branch-by-branch.

Can I use design critique to find missing requirements in my codebase?

Yes, you can use a design critique to find missing requirements. When a question can be answered by the codebase, the interrogation drives you to the relevant evidence instead of speculating.

When do I need branch-by-branch clarification for complex initiatives?

You need branch-by-branch clarification when turning a vague or risky plan into a concrete design. It is essential for pre-implementation stress tests to identify incorrect assumptions and unclear success criteria.