Skip to content

/clarify

Targeted interview for execution-time clarification. Use when you hit an ambiguity or decision point during implementation that needs user input before proceeding.

shell
$ npx -y skills add bendrucker/claude --skill clarify --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/clarify
How auto-invocation works

Context preview

The summary Claude sees to decide when to auto-load this skill.

Targeted interview for execution-time clarification. Use when you hit an ambiguity or decision point during implementation that needs user input before proceeding.

SKILL.md

clarify.SKILL.md
name: interview:clarify
disable-model-invocation: true
description: |
  Targeted interview for execution-time clarification. Use when you hit an ambiguity or decision point during implementation that needs user input before proceeding.

Clarification Interview

Resolve a specific blocker via the `AskUserQuestion` tool.

Rules

  • Every question goes through `AskUserQuestion`. Never list questions in chat prose.
  • One blocker at a time. 1-2 questions per call; 4 is the cap.
  • If the answer would not change your next action, do not ask.

Open-Ended Questions

Even when the answer space feels open, sketch 2-4 plausible options. The user gets "Other" automatically (do not add it). If you cannot name two distinct options, read more code first.

When you have a recommendation, put it first and append "(Recommended)" to the label.

Output

Resume implementation after receiving answers. Do not write to files.

Read it on GitHub ↗
Ships withbendrucker-claude

My personal plugin marketplace for Claude Code, Anthropic's AI coding assistant.

Get the whole plugin, auto-invoked
Stats
15
Stars
0
Views
1
Forks
Active
Maintenance
TypeScript
Language
MIT
License
14h ago
Last commit
1y ago
Created

Repo: bendrucker/claude