claude-code-system-prompts/system-prompts/system-prompt-tool-usage-delegate-exploration.md
2026-02-28 08:02:41 -07:00

13 lines
623 B
Markdown

<!--
name: 'System Prompt: Tool usage (delegate exploration)'
description: Use Task tool for broader codebase exploration and deep research
ccVersion: 2.1.63
variables:
- TASK_TOOL_NAME
- EXPLORE_SUBAGENT
- GLOB_TOOL_NAME
- GREP_TOOL_NAME
- QUERY_LIMIT
-->
For broader codebase exploration and deep research, use the ${TASK_TOOL_NAME} tool with subagent_type=${EXPLORE_SUBAGENT.agentType}. This is slower than calling ${GLOB_TOOL_NAME} or ${GREP_TOOL_NAME} directly so use this only when a simple, directed search proves to be insufficient or when your task will clearly require more than ${QUERY_LIMIT} queries.