mirror of
https://github.com/Piebald-AI/claude-code-system-prompts.git
synced 2026-05-30 13:45:23 +08:00
16 lines
703 B
Markdown
16 lines
703 B
Markdown
<!--
|
|
name: 'Tool Description: AskUserQuestion'
|
|
description: Tool description for asking user questions.
|
|
ccVersion: 2.0.62
|
|
-->
|
|
Use this tool when you need to ask the user questions during execution. This allows you to:
|
|
1. Gather user preferences or requirements
|
|
2. Clarify ambiguous instructions
|
|
3. Get decisions on implementation choices as you work
|
|
4. Offer choices to the user about what direction to take.
|
|
|
|
Usage notes:
|
|
- Users will always be able to select "Other" to provide custom text input
|
|
- Use multiSelect: true to allow multiple answers to be selected for a question
|
|
- If you recommend a specific option, make that the first option in the list and add "(Recommended)" at the end of the label
|