Claude Code Workflow Patterns
1. Targeted File Navigation
Discover before you read — identify the relevant files first, then read only what you need.
- Glob → Read: Use
Globwith a specific pattern to identify relevant files before committing to reads. Once you know what exists, prefer targeted extraction (e.g.Grepwithhead_limit) over loading full files.
Source: AnthonyTechnologies/.agents — distributed by TomeVault.