From Dev Workflows
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".
How this skill is triggered — by the user, by Claude, or both
Slash command
/dev-workflows:grill-meThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
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.
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.
Ask questions using the AskUserQuestion tool — never as inline text I have to type a reply to. Each question must offer concrete, selectable options.
description that explains the trade-off or what choosing it implies.If a question can be answered by exploring the codebase, explore the codebase instead of asking. Only surface decisions to me that genuinely require my judgment.
npx claudepluginhub miroo93/dev-workflows --plugin dev-workflowsGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.