Terminal.skills
Skills/systems-thinking
>

systems-thinking

Apply systems thinking to business problems — identify constraints, understand feedback loops, anticipate second-order effects, and improve processes. Use when: diagnosing why a business process is broken, optimizing operations, understanding complex system behavior.

#systems-thinking#operations#optimization#constraints#feedback-loops
terminal-skillsv1.0.0
Works with:claude-codeopenai-codexgemini-clicursor
Source

Usage

$
✓ Installed systems-thinking v1.0.0

Getting Started

  1. Install the skill using the command above
  2. Open your AI coding agent (Claude Code, Codex, Gemini CLI, or Cursor)
  3. Reference the skill in your prompt
  4. The AI will use the skill's capabilities automatically

Example Prompts

  • "Generate a professional invoice for the consulting work done in January"
  • "Draft an NDA for our upcoming partnership with Acme Corp"

Information

Version
1.0.0
Author
terminal-skills
Category
Business
License
Apache-2.0

Documentation

Overview

Every business is a system — a collection of interconnected processes that produce outcomes. When something isn't working, most people try to fix symptoms. Systems thinkers find the root cause by understanding how the pieces connect.

This skill applies systems thinking frameworks from the Personal MBA to diagnose business problems, find constraints, map feedback loops, and predict the consequences of changes before you make them.

Instructions

When a user describes a business problem, process inefficiency, or asks why something isn't working, apply these systems thinking frameworks.

Framework 1: Gall's Law — Start Simple

"A complex system that works is invariably found to have evolved from a simple system that worked. A complex system designed from scratch never works and cannot be patched up to make it work."

Application:

  • Don't design a complex solution upfront. Build the simplest version that works, then iterate.
  • If a complex system is broken, don't try to fix it in-place. Strip it back to a simpler version that works, then add complexity gradually.
  • Every feature, process, or tool you add creates new interactions and failure modes.

Business example: A startup builds a complex onboarding flow with 12 steps, branching logic, and personalization. Only 15% of users complete it. Fix: Replace with a 3-step onboarding (import data, create first project, invite teammate). Completion jumps to 67%. Add complexity back one step at a time, measuring impact of each.

Framework 2: Theory of Constraints — Find the Bottleneck

Every system has exactly ONE constraint that limits its throughput. Improving anything that is NOT the constraint is waste.

The 5 Focusing Steps:

  1. IDENTIFY the constraint — What single thing limits the system's output?
  2. EXPLOIT the constraint — Get maximum output from the constraint as-is
  3. SUBORDINATE everything else — All other processes serve the constraint
  4. ELEVATE the constraint — Invest in expanding the constraint's capacity
  5. REPEAT — Once this constraint is broken, find the NEW constraint

How to identify the constraint:

  • Where does work pile up? (Queue before the bottleneck)
  • What are people waiting for most often?
  • If you could magically make ONE thing faster, which would have the biggest impact?

Business examples:

BusinessApparent ProblemActual ConstraintFix
SaaSSlow growthOnboarding activation (23% rate)Simplify first-run experience
AgencyCan't take more clientsFounder does all sales callsHire a sales person or productize
E-commerceLow revenueTraffic is fine, 1.2% conversion rateFix product pages and checkout flow
Dev teamSlow deliveryCode review backlog (5-day avg wait)Add reviewers or automate checks

Framework 3: Feedback Loops

Systems are driven by feedback loops — circular chains of cause and effect.

Positive (reinforcing) feedback loops — amplify change:

More users → More content → Better product → More users
(Growth flywheel — Instagram, YouTube, marketplaces)

More churn → Less revenue → Less investment in product → More churn
(Death spiral — the opposite direction)

Negative (balancing) feedback loops — resist change:

Price too high → Fewer customers → Revenue drops → Price lowered
(Market correction)

Team grows → Communication overhead increases → Productivity drops → Growth slows
(Brooks's Law: adding people to a late project makes it later)

How to use feedback loops:

  1. Map the loops in your business (draw them out)
  2. Identify which loops are helping and which are hurting
  3. Strengthen positive loops (invest in flywheels)
  4. Break negative loops (intervene at the weakest link)

SaaS feedback loop map:

GROWTH FLYWHEEL (positive):
  Good product → Happy users → Word of mouth → New signups → More revenue → More dev → Better product

CHURN SPIRAL (negative):
  Poor onboarding → User confused → No value experienced → Churn → Less revenue → Less dev time → Worse product

SUPPORT OVERLOAD (negative):
  More customers → More support tickets → Slower response → Unhappy customers → Churn
  Break it: Self-serve docs, in-app guidance, FAQ automation

Framework 4: Second-Order Effects

First-order effects are obvious. Second-order effects are what actually determine outcomes.

How to think in second-order effects: For every decision, ask: "And then what?"

Decision: Offer a 50% discount to boost signups

First-order:  More signups (great!)
Second-order: Attracts price-sensitive customers who churn faster
Third-order:  Support costs increase, team morale drops from dealing with
              low-quality customers, NPS drops
Net result:   Negative. The discount hurt the business.

Better decision: Offer a free tier with usage limits → self-serve qualification

Common second-order traps:

DecisionFirst-OrderSecond-OrderNet
Hire fast to meet demandMore capacityCultural dilution, training overheadOften negative
Cut prices to win dealsMore customersLower LTV, attracts wrong segmentNegative
Add more featuresMore valueMore complexity, harder onboarding, more bugsOften negative
Eliminate all meetingsMore focus timeAlignment breaks down, silos formMixed
Automate supportLower costSome customers feel ignored, edge cases missedMixed

Framework 5: The Automation Paradox

"The more efficient an automated system, the more crucial the human contribution. Humans are less involved but MORE important."

When you automate a process:

  • The easy cases get handled automatically
  • The remaining cases (handled by humans) are the HARDEST ones
  • Humans become less practiced (fewer reps) but face harder problems
  • Error rates on the human-handled cases increase

Application:

  • Don't automate 100%. Keep humans in the loop for edge cases.
  • Build monitoring and alerting, not just automation.
  • When you automate, invest MORE in training for the humans handling exceptions.

Framework 6: Resilience vs Optimization

Systems optimized for one scenario are fragile to all others.

  • Optimized system: Zero inventory, just-in-time delivery, every process at max efficiency

    • Works perfectly... until one supplier is late, then everything stops
  • Resilient system: Buffer inventory, multiple suppliers, slack in processes

    • Less efficient on paper, but survives disruptions

The tradeoff: Optimization maximizes output in KNOWN conditions. Resilience maximizes survival in UNKNOWN conditions.

Business rule: Optimize processes you fully understand and control. Build resilience into processes affected by external factors (supply chain, market shifts, customer behavior).

Examples

Example 1: Diagnose a stalled SaaS

User request: "Our SaaS has been stuck at $12k MRR for 9 months. We get new signups but growth is flat. What's wrong?"

Output:

Systems Diagnosis: Flat MRR Despite New Signups

  This means: New customer revenue ≈ Churned customer revenue
  The system is in equilibrium — a balancing feedback loop is canceling growth.

  Step 1: Map the system
    Signups → Trial → Activation → Paid → Retained → Expansion
                                              ↓
                                           Churned

  Step 2: Find the constraint (where does the system leak?)
    - Signup rate: 200/month ✓ (not the bottleneck)
    - Trial → Activation: 23% ← THIS IS THE CONSTRAINT
    - Activation → Paid: 60% (acceptable)
    - Monthly churn: 7% (high, but secondary to activation)

  Step 3: Theory of Constraints — EXPLOIT the constraint
    77% of signups never experience the product's value.
    If you improve activation from 23% → 50%, paid customers per month
    go from 28 to 60 — more than doubling net growth.

  Step 4: Second-order check
    If more users activate, will support load break? Current support
    handles 200 tickets/month. Doubling active users → ~350 tickets.
    Plan for this BEFORE fixing activation.

  Recommendation: 2-week sprint on onboarding. Simplify to 3 steps.
  Add template projects. Show value in under 3 minutes. Measure activation
  weekly. Ignore everything else until activation is above 40%.

Example 2: Map feedback loops for a marketplace

User request: "We're building a freelancer marketplace. Help me understand the dynamics."

Output:

Marketplace Feedback Loop Map:

  CORE FLYWHEEL (positive — make this spin):
    More freelancers → More choice for clients → More clients join →
    More jobs posted → More freelancers attracted → ...

  QUALITY LOOP (positive — protect this):
    Good matches → Positive reviews → Trust increases →
    More transactions → Better data → Better matching → ...

  CHICKEN-AND-EGG PROBLEM (negative — break this first):
    No freelancers → No value for clients → No clients →
    No jobs → No freelancers → ...
    Break it: Seed one side. Recruit 50 freelancers first (supply).
    Offer them guaranteed minimum earnings for 30 days.

  RACE TO BOTTOM (negative — prevent this):
    Price competition → Lower rates → Good freelancers leave →
    Quality drops → Clients leave → ...
    Prevent it: Don't let clients sort by lowest price.
    Rank by quality/fit. Take a flat fee, not a percentage.

  SUPPORT SCALING (negative — plan for this):
    More transactions → More disputes → More support needed →
    Slower resolution → Lower trust → Fewer transactions
    Break it: Automated escrow, clear TOS, self-serve dispute resolution

  Priority order:
    1. Break chicken-and-egg (nothing works without supply)
    2. Build quality loop (this is your moat)
    3. Spin core flywheel (growth)
    4. Monitor and prevent race to bottom

Guidelines

  • Always start with the constraint. Everything else is secondary until the bottleneck is identified.
  • Draw the system before trying to fix it. If you can't map it, you don't understand it.
  • When suggesting changes, always run a second-order analysis: "And then what happens?"
  • Favor simple solutions (Gall's Law). If the fix requires building something complex, find a simpler intervention first.
  • Warn about the automation paradox when users want to "automate everything."
  • Default to resilience over optimization unless the user explicitly needs maximum efficiency in a controlled environment.
  • Use concrete numbers from the user's business, not theoretical examples, whenever possible.