Claude-skill-registry describe-questions-policy
Guidelines for asking clarifying questions. Load when deciding whether and how to ask the user for clarification.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/describe-questions-policy" ~/.claude/skills/majiayu000-claude-skill-registry-describe-questions-policy && rm -rf "$T"
manifest:
skills/data/describe-questions-policy/SKILL.mdsource content
Clarifying Question Policy
All agents follow the same policy:
- Ask as few questions as possible (typically 1-5)
- Prefer enumerated options or checklists
- If you make an assumption, state it explicitly
- Only ask when the answer materially affects the outcome