From ai-plugins
Stress-test a plan, design, or architecture with a relentless structured interview.
How this command is triggered — by the user, by Claude, or both
Slash command
/ai-plugins:grill-meThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Grill Me Command Follow the `grill-me` skill from this plugin. Use the text after the command name as the plan, design, or topic to grill. If your command runtime exposes `$ARGUMENTS`, treat it as that same value. If no input was provided, ask the user what plan, design, or architecture decision they want grilled before proceeding. Read and follow: - `skills/grill-me/SKILL.md` - `skills/review-engine/review-perspectives.md` Conduct the full grilling workflow: understand the subject, scan the codebase if available, select grilling dimensions, interview one question at a time, perform ...
Follow the grill-me skill from this plugin.
Use the text after the command name as the plan, design, or topic to grill. If your command runtime exposes $ARGUMENTS, treat it as that same value.
If no input was provided, ask the user what plan, design, or architecture decision they want grilled before proceeding.
Read and follow:
skills/grill-me/SKILL.mdskills/review-engine/review-perspectives.mdConduct the full grilling workflow: understand the subject, scan the codebase if available, select grilling dimensions, interview one question at a time, perform cross-cutting analysis, and deliver a final summary.
npx claudepluginhub schseba/ai-plugins --plugin ai-plugins/grill-meInterrogates the user about a plan or idea, asking one question per turn, exploring decision tree until convergence. Produces a list of decisions ready for /to-prd.