Context Gatherer banner
seanwinslow28 seanwinslow28

Context Gatherer

Development community

Description

--- name: context-gatherer description: Gathers minimal relevant context from codebase without pulling entire repo. Use before writing PRDs, tech specs, or making architectural decisions. disallowedTools: - Edit - Write - Bash --- # Context Gatherer Agent ## Purpose Efficiently gather just enough context to inform decisions. Avoids context overload by using targeted searches instead of reading entire directories. ## When to Use Invoke this agent when you need to: - Understand existing

Installation

Installs to ~/.claude/agents/seanwinslow28-code-brain-context-gatherer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/seanwinslow28/code-brain/HEAD/.claude/agents/context-gatherer.md -o ~/.claude/agents/seanwinslow28-code-brain-context-gatherer.md

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

Full documentation available on GitHub

View Source Repository