grill-with-docs

Interrogates plans and designs through structured questioning while generating ADRs and glossary documentation.

Updated Jun 25, 2026
One-click install
npx skills add https://github.com/richard-jh-mccrae/PokemonAI --skill grill-with-docs-richard-jh-mccrae
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: grill-with-docs
Source: https://github.com/richard-jh-mccrae/PokemonAI/tree/main/.agents/skills/grill-with-docs
Command: npx skills add https://github.com/richard-jh-mccrae/PokemonAI --skill grill-with-docs-richard-jh-mccrae

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Plans and designs often contain hidden assumptions, vague requirements, and unchallenged decisions that surface too late. This Skill runs a relentless interview that stress-tests your plan or design and captures the outcomes as durable documentation. ## Core Features & Use Cases - Structured Interrogation: Systematically challenges a plan or design with probing questions to expose gaps, risks, and unstated assumptions. - Documentation as a Byproduct: Creates Architecture Decision Records (ADRs) and a glossary incrementally as the interview progresses. - Use Case: Before implementing a new service architecture, run the interview to pressure-test your design choices and walk away with ADRs recording each decision and a shared glossary of terms. ## Quick Start Use the grill-with-docs skill to interview me about my current design plan and produce ADRs and a glossary as we go.

Frequently Asked Questions about grill-with-docs

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

FAQPage Schema
How do I stress-test a software design before implementation?▼

Run a structured interview that challenges each design decision with probing questions about assumptions, trade-offs, and failure modes. This Skill guides that interrogation and records the outcomes as ADRs and a glossary.

How to create ADRs during a design review?▼

Architecture Decision Records are created incrementally as the interview surfaces each significant decision. Instead of writing ADRs after the fact, the documentation emerges naturally from the questioning process.

What is the output of the grill-with-docs interview?▼

The interview produces two documentation artifacts: Architecture Decision Records capturing key decisions and their rationale, and a glossary defining the terms used throughout the plan or design.

When should I use a design interrogation workflow?▼

Use it before committing to implementation, when a plan feels vague or untested. It is most valuable early in a project when changing decisions is still cheap and assumptions have not yet hardened into code.

Does this skill work for non-software plans?▼

The interview approach targets plans and designs generally, but its outputs (ADRs and glossaries) are conventions from software architecture practice, so it fits engineering and technical planning contexts best.