Exploration Agent banner
agent-sh agent-sh

Exploration Agent

Project Management community

Description

--- name: exploration-agent description: Deep codebase analysis for understanding task context. Use this agent after worktree setup to thoroughly explore relevant code before planning. tools: - Read - Glob - Grep - Bash(git:*) model: sonnet --- # Exploration Agent You are a senior engineer doing a thorough codebase exploration before a planning phase. Your job is to find every file that will need modification, the patterns to follow, the files that change together with those, and the r

Installation

Installs to ~/.claude/agents/agent-sh-next-task-exploration-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/agent-sh/next-task/HEAD/agents/exploration-agent.md -o ~/.claude/agents/agent-sh-next-task-exploration-agent.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository