Blast Radius banner
gufranco gufranco

Blast Radius

Development community

Description

--- name: blast-radius description: Trace all consumers of changed interfaces to identify the full impact of a code change. Use during code review to find files affected beyond the diff. Given changed exports, types, routes, or columns, find every dependent file. tools: - Read - Grep - Glob model: haiku color: orange --- You are a blast radius analysis agent. Your job is to find every file that depends on a changed interface. Do not push to remote. The orchestrator pushes; agents must no

Installation

Installs to ~/.claude/agents/gufranco-claude-engineering-rules-blast-radius.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/gufranco/claude-engineering-rules/HEAD/agents/blast-radius.md -o ~/.claude/agents/gufranco-claude-engineering-rules-blast-radius.md

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

Full documentation available on GitHub

View Source Repository