What problem does it solve?
This Skill eliminates the common problem of applying narrow, temporary bug patches that fail to address underlying root causes, which leads to recurring issues, code drift across shared components, and wasted development effort over time.
Core Features & Use Cases
- Structured Root Cause Analysis: 7-step procedure to distinguish visible symptoms from underlying causes before any code changes.
- Multi-Layer Validation: Checks that fixes are applied at the correct layer of the tech stack, align with project specifications and North Star goals, and don't introduce new drift across apps or shared logic.
- Repeat-Patch Detection: Flags areas that have been patched multiple times as design problems requiring refactoring instead of additional narrow fixes.
- Use Case: If a shared payment processing endpoint has been patched three times for transaction failures, this Skill helps identify if the root cause is a mismatched data schema in the payment service instead of applying a fourth surface-level workaround.
Quick Start
Use the zoom-out skill to evaluate the recurring bug in the client onboarding flow before implementing any fix.