thinking-systems

Installation
SKILL.md

Systems Thinking

Overview

Systems thinking views problems as part of interconnected wholes rather than isolated components. It focuses on relationships, feedback loops, and emergent properties—behaviors that arise from interactions and can't be predicted from parts alone. Essential for debugging complex distributed systems and understanding why "obvious" fixes often fail.

Core Principle: The behavior of a system cannot be understood by analyzing components in isolation. Look at connections, feedback, and emergence.

When to Use

  • Debugging issues that span multiple services/components
  • Understanding unexpected emergent behavior
  • Designing resilient architectures
  • Analyzing incidents and outages
  • When fixing one thing breaks another
  • Performance issues with non-obvious causes
  • Organizational/process problems

Decision flow:

Problem spans multiple components?     → yes → APPLY SYSTEMS THINKING
Related skills
Installs
27
GitHub Stars
60
First Seen
Mar 12, 2026