dot_config/ai_templates/skills/devtools/grill-me/SKILL.md
Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".
npx skillsauth add pascalandy/dotfiles grill-meInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Interview me relentlessly about every aspect of this plan until we reach a shared understanding. Walk down each branch of the design tree, resolving dependencies between decisions one-by-one. For each question, provide your recommended answer.
If a question can be answered by exploring the codebase, explore the codebase instead.
When you need clarification, interview the user to resolve ambiguity and make the work tighter.
a) .. b) .. c) .. so the user can reply quicklyIMPORTANT: Using Pareto Principle you must be strategic. I simply can't spend hours reviewing this! So limit to five rounds questions.
### 4. Où stocker les critères figés du run ?
a) **Dans chaque `<slug>.review.md` + dans `<slug>.autoreview-summary.md`**
b) Dans un fichier séparé temporaire `<slug>.criteria.md`, supprimé à la fin
c) Dans le document cible lui-même en commentaire HTML
Recommandation **a)** les inclure dans chaque `<slug>.review.md`, avec une section stable `Frozen acceptance criteria`, puis les recopier dans le résumé final. **Pourquoi**: ..
### 5. Comment représenter le score final d’un round ?
a) **Table par critère : score `0–4`, décision `yes/no`, justification observable, blocker éventuel**
b) Seulement les scores numériques `0–4`
c) Seulement binaire `pass/fail`, sans score numérique
Recommandation **a)** deux couches : score par critère `0–4`, puis décision binaire `pass/fail` par critère, puis statut global. **Pourquoi**: ..
### 6. Quels garde-fous qualité doivent être obligatoires pour le MVP ?
..
development
Explicitly triggered when the user mentions `wiki-map`. It ingests, queries, lints, or compiles a markdown wiki.
testing
Explicitly triggered when the user mentions `single-skill-creator`. It scaffolds a new `SKILL.md`.
testing
Explicitly triggered when the user mentions `qmd`. It searches local markdown or QMD collections.
development
Explicitly triggered when the user mentions `ontology-map`. It builds, refreshes, or checks an ontology.