agents/README.md: - Added detailed descriptions for Explore, Plan, and Task agents - Documented capabilities, when to use, and tools available - Added utilities/ section for shared prompts tools/README.md: - Added detailed descriptions for file, shell, and search tools - Documented key parameters and behaviors - Added security notes for bash/sandbox agents/utilities/: - todowrite-prompt.md - Task list management - askuserquestion-prompt.md - User clarification - conversation-summarization-prompt.md - Context compaction - session-title-prompt.md - Title/branch generation - security-review-prompt.md - Security analysis Source: gitea:library/claude-code-system-prompts Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
703 B
703 B
Use this tool when you need to ask the user questions during execution. This allows you to:
- Gather user preferences or requirements
- Clarify ambiguous instructions
- Get decisions on implementation choices as you work
- 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