From hb
Facilitates structured design review by interviewing users through decision trees, tracking decisions, risks, and confidence. Activates when user says 'grill me' or needs plan stress-testing.
How this skill is triggered — by the user, by Claude, or both
Slash command
/hb: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.
If a question can be answered by exploring the codebase, explore the codebase instead of asking.
For each question, present your recommended answer as the first option (Recommended). I can confirm by selecting it, correct by choosing another option, or provide a custom answer. Use AskUserQuestion when available; otherwise present options as a numbered list.
Track progress as a visible decision tree:
[OPEN] — not yet resolved[RESOLVED] — committedAsk one question at a time. After I answer, commit the decision explicitly, then move to the next open branch.
When all branches are resolved, produce:
npx claudepluginhub helderberto/agent-skills --plugin hbInterviews the user relentlessly about a plan or design to reach shared understanding, resolving each branch of the decision tree. Use for stress-testing plans or when the user says 'grill me'.
Grills users relentlessly on plans or designs by interviewing branch-by-branch through decision trees to reach shared understanding. Use for stress-testing ideas or 'grill me'.
Stress-tests designs and plans by interviewing the user through decision branches until reaching shared understanding. Invoke via /grill-me or when mentioning 'grill me'.