概要
The Defense-in-Depth Validation skill equips Claude with a systematic approach to software reliability by enforcing data integrity at every architectural boundary. Instead of relying on a single validation point that can be bypassed by refactoring or mocks, this skill applies a four-layer framework: entry point validation, business logic checks, environment guards, and debug instrumentation. It is ideal for developers building mission-critical systems where invalid data propagation could lead to destructive operations or hard-to-trace runtime errors.