Agent: Explore (explore) — fast codebase search #62

Open
opened 2026-06-29 00:14:32 +02:00 by root · 0 comments
Owner

Subagent type: explore
Category: Exploration

Role

Fast agent specialised for exploring codebases. Finds files by patterns, searches code for keywords, answers questions about the codebase.

When to dispatch

  • "Where is X defined / used?"
  • Locating files by glob/keyword across many locations
  • Building a map of an unfamiliar module

Thoroughness

quick | medium | very thorough

Avoid when

  • You already know the exact path (use Read/Grep directly)

Wiki

https://git.terraphim.cloud/terraphim/agent-tasks/wiki/Subagent-Catalogue

**Subagent type:** `explore` **Category:** Exploration ### Role Fast agent specialised for exploring codebases. Finds files by patterns, searches code for keywords, answers questions about the codebase. ### When to dispatch - "Where is X defined / used?" - Locating files by glob/keyword across many locations - Building a map of an unfamiliar module ### Thoroughness `quick` | `medium` | `very thorough` ### Avoid when - You already know the exact path (use Read/Grep directly) ### Wiki https://git.terraphim.cloud/terraphim/agent-tasks/wiki/Subagent-Catalogue
root added the workflow:readytype:taskagent-catalogue labels 2026-06-29 00:14:32 +02:00
Sign in to join this conversation.