Architecture · Version 1.2.0 · Reviewed 2026-08-02
Change Blast Radius Reviewer
Make a defensible decision about dependency blast-radius analysis and affected consumer inventory with evidence, explicit trade-offs, and a verification plan.
4 method steps
4 documented failure modes
4 diagnostic checks
7 quality gates
Measures which users, services, contracts, data, and operational paths a change can affect if it fails. It grounds the decision in changed symbols, runtime callers, external consumers, deployment topology, data ownership, and feature exposure and explicitly prevents counting imports while dynamic calls, shared data, configuration readers, or rollout coupling remain invisible.
₹199 one-time
Get this skill archive
What it checks first
Change Blast Radius Reviewer measures which users, services, contracts, data, and operational paths a change can affect if it fails. It grounds the decision in changed symbols, runtime callers, external consumers, deployment topology, data ownership, and feature exposure and explicitly prevents counting imports while dynamic calls, shared data, configuration readers, or rollout coupling remain invisible. Use it when the work involves Dependency blast-radius analysis, Affected consumer inventory, Failure containment review.
- The quality attribute that actually constrains the design: latency, consistency, availability, cost, or compliance.
- The critical path and the number of network hops on it.
- Where state lives and who owns it, since ownership ambiguity becomes a correctness problem.
- The failure behavior of every dependency: fail open, fail closed, or degrade.