grill
Installation
SKILL.md
Grill
Route to the right grilling mode based on user intent. Two modes: pre-build interview (surface decisions before coding) and plan stress-test (challenge a plan against the domain model and existing docs).
Quick Router
| User intent | Mode | Start here |
|---|---|---|
| "grill me", "interview me", "ask me questions before we start" | Pre-build interview | references/workflows/grill-me.md |
| "what should I build?", "help me scope this" | Pre-build interview | references/workflows/grill-me.md |
| "stress-test my plan", "challenge my design" | Plan stress-test | references/workflows/grill-with-docs.md |
| "does this match our domain model?" | Plan stress-test | references/workflows/grill-with-docs.md |
| "update our glossary / ADRs" | Plan stress-test | references/workflows/grill-with-docs.md |
| "how do I write a CONTEXT.md?" | Formats | references/formats/context.md |
| "how do I write an ADR?" | Formats | references/formats/adr.md |