systems-thinking-leverage
Finds high-leverage intervention points in complex systems by mapping feedback loops, identifying system archetypes (fixes that fail, shifting the burden, tragedy of the commons, limits to growth), and ranking interventions by Meadows' leverage hierarchy. Use when problems involve interconnected components with feedback loops, delays, or emergent behavior; when past solutions failed or caused unintended consequences; when identifying where to push for maximum effect; or when user mentions systems thinking, leverage points, feedback loops, causal loop diagrams, stocks and flows, or complex systems.
What this skill does
# Systems Thinking & Leverage Points ## Workflow Copy this checklist and track your progress: ``` Systems Thinking & Leverage Progress: - [ ] Step 1: Define system and problem - [ ] Step 2: Map system structure - [ ] Step 3: Identify leverage points - [ ] Step 4: Validate and test interventions - [ ] Step 5: Design high-leverage strategy ``` **Step 1: Define system and problem** Clarify system boundaries (what's in/out of system), key variables (stocks that accumulate, flows that change them), and problem symptom vs. underlying pattern. Use [System Definition](#system-definition) section below. **Step 2: Map system structure** For simple cases → Use [resources/template.md](resources/template.md) for quick causal loop diagram and stock-flow identification. For complex cases → Study [resources/methodology.md](resources/methodology.md) for system archetypes, multi-loop analysis, and time delays. **Step 3: Identify leverage points** Apply Meadows' leverage hierarchy (parameters < buffers < structure < delays < balancing loops < reinforcing loops < information < rules < self-organization < goals < paradigms). See [Leverage Points Analysis](#leverage-points-analysis) below and [resources/methodology.md](resources/methodology.md) for techniques. **Step 4: Validate and test interventions** Self-assess using [resources/evaluators/rubric_systems_thinking_leverage.json](resources/evaluators/rubric_systems_thinking_leverage.json). Test mental models: what happens if we push here? What are second-order effects? What delays might undermine intervention? See [Validation](#validation) section. **Step 5: Design high-leverage strategy** Create `systems-thinking-leverage.md` with system map, leverage point ranking, recommended interventions, and predicted outcomes. See [Delivery Format](#delivery-format) section. --- ## System Definition Before mapping, clarify: **1. System Boundary** - **What's inside the system?** (components you're analyzing) - **What's outside?** (external forces you can't control) - **Why this boundary?** (pragmatic scope for intervention) **2. Key Variables** - **Stocks**: Things that accumulate (employee count, technical debt, customer base, trust, knowledge) - **Flows**: Rates of change (hiring rate, bug introduction rate, churn rate, relationship building rate) - **Goals**: What the system is trying to achieve (may be implicit) **3. Time Horizon** - **Short-term** (weeks-months): Focus on flows and immediate feedback - **Long-term** (years): Focus on stocks, paradigms, and structural change **4. Problem Statement** - **Symptom**: What's the observable issue? (e.g., "customer churn is 30%/year") - **Pattern**: What's the recurring dynamic? (e.g., "onboarding improvements work briefly then churn returns") - **Hypothesis**: What feedback loop might explain this? (e.g., "quick onboarding sacrifices depth → users don't see value → churn → pressure for faster onboarding") --- ## Leverage Points Analysis **Meadows' 12 Leverage Points** (ascending order of effectiveness): **12. Parameters** (weak) - Constants, numbers (tax rates, salaries, prices) - Easy to change, low resistance - Effects are linear and temporary - Example: Increase training budget 20% **11. Buffers** - Stock sizes relative to flows (reserves, inventories) - Larger buffers increase stability but reduce responsiveness - Example: Increase runway from 6 to 12 months **10. Stock-and-Flow Structures** - Physical system design - Hard to change once built (buildings, infrastructure) - Example: Redesign office for collaboration vs. heads-down work **9. Delays** - Time lags in information flows - Reducing delays improves responsiveness (if system is agile) - Too-short delays can cause instability - Example: Daily feedback vs. annual reviews **8. Balancing Feedback Loops** - Strength of stabilizing forces - Weaken to enable growth, strengthen to prevent overshoot - Example: Make incident post-mortems blameless (weaken fear loop) **7. Reinforcing Feedback Loops** - Strength of amplifying forces - Strengthen positive loops (learning), weaken negative loops (burnout) - Example: Invest in developer tools → faster builds → more experiments → better tools **6. Information Flows** - Who has access to what information - Make consequences visible to those who can act - Example: Show developers the support tickets caused by their code **5. Rules** - Incentives, constraints, punishments - Shape what behaviors are rewarded - Example: Tie bonuses to team outcomes not individual metrics **4. Self-Organization** - Power to add/change/evolve structure - Enable system to adapt and evolve - Example: Let teams choose their own tools and processes **3. Goals** - Purpose the system serves - Changing goals redirects the entire system - Example: Shift from "ship features fast" to "solve user problems sustainably" **2. Paradigms** - Mindset from which the system arises - Assumptions, worldview, mental models - Example: Shift from "employees are costs" to "employees are investors of human capital" **1. Transcending Paradigms** (strongest) - Ability to shift between paradigms - Meta-level: recognizing paradigms are just one lens - Example: Hold "growth" and "sustainability" paradigms simultaneously, choose contextually **How to Use This Hierarchy:** 1. List all possible intervention points 2. Classify each by leverage level (1-12) 3. Prioritize high-leverage interventions (1-7) over low-leverage (8-12) 4. Consider feasibility: High leverage often faces high resistance --- ## Validation Before finalizing, check: **System Map Quality:** - [ ] All major feedback loops identified (R for reinforcing, B for balancing)? - [ ] Stocks and flows distinguished (nouns vs. verbs)? - [ ] Delays explicitly noted (with estimated time lag)? - [ ] System boundary clear (what's in/out)? - [ ] Connections show polarity (+ same direction, - opposite direction)? **Leverage Point Analysis:** - [ ] Multiple intervention points considered (not just first idea)? - [ ] Each intervention classified by leverage level (1-12)? - [ ] High-leverage interventions identified and prioritized? - [ ] Trade-offs acknowledged (leverage vs. feasibility)? - [ ] Second-order effects anticipated (what else changes)? **Archetype Recognition** (if applicable): - [ ] Does system match known archetype (fixes that fail, shifting the burden, tragedy of commons, etc.)? - [ ] If yes, what's the typical failure mode for this archetype? - [ ] What's the high-leverage intervention for this archetype? **Mental Model Testing:** - [ ] What happens if we intervene at this leverage point? - [ ] What are unintended consequences (delays, compensating loops)? - [ ] Will the system resist this intervention? How? - [ ] What needs to change for intervention to stick? **Minimum Standard:** Use rubric (resources/evaluators/rubric_systems_thinking_leverage.json). Average score ≥ 3.5/5 before delivering. --- ## Delivery Format Create `systems-thinking-leverage.md` with: **1. System Overview** - Boundary definition - Key stocks and flows - Problem statement (symptom → pattern → hypothesis) **2. System Map** - Causal loop diagram (text or ASCII representation) - Feedback loops identified (R1, R2, B1, B2, etc.) - Stock-flow structure (if relevant) - Delays noted **3. Leverage Point Analysis** - All candidate interventions listed - Classification by leverage level (1-12) - Trade-off analysis (leverage vs. feasibility) - Recommended high-leverage interventions (rank-ordered) **4. Intervention Strategy** - Primary intervention (highest leverage and feasible) - Supporting interventions (reinforce primary) - Predicted outcomes (based on feedback loop dynamics) - Risks and unintended consequences - Success metrics (leading and lagging indicators) **5. Implementation Considerations** - Resistance points (where system will push back) - Time horizon (when to expect results given delays) - Monitoring plan (what to track to validate model) --- ##
Related in Ads & Marketing
ads
IncludedMulti-platform paid advertising audit and optimization skill. Analyzes Google, Meta, YouTube, LinkedIn, TikTok, Microsoft, and Apple Ads. 250+ checks with scoring, parallel agents, industry templates, and AI creative generation.
banana
IncludedAI image generation Creative Director powered by Google Gemini Nano Banana models. Use this skill for ANY request involving image creation, editing, visual asset production, or creative direction. Triggers on: generate an image, create a photo, edit this picture, design a logo, make a banner, visual for my anything, and all /banana commands. Handles text-to-image, image editing, multi-turn creative sessions, batch workflows, and brand presets.
rpg-migration-analyzer
IncludedAnalyzes legacy RPG (Report Program Generator) programs from AS/400 and IBM i systems for migration to modern Java applications. Extracts business logic from RPG III/IV/ILE source code, identifies data structures (D-specs), file operations (F-specs), program dependencies (CALLB/CALLP), and converts RPG constructs to Java equivalents. Generates migration reports, complexity estimates, and Java implementation strategies with POJO classes, JPA entities, and service methods. Use when modernizing AS/400 or IBM i legacy systems, analyzing RPG source files (.rpg, .rpgle, .RPGLE), converting RPG to Java, mapping data specifications to Java classes, planning legacy system migration, or when user mentions RPG analysis, Report Program Generator, RPG III/IV/ILE, AS/400 modernization, IBM i migration, packed decimal conversion, or mainframe application rewrite.
brand-library-architect
IncludedBuild a complete brand library for a product — visual asset render pipeline, brand documentation set (BRAND, COPY, MANIFESTO, BIOS, FAQ, GLOSSARY, TONE, PRICING), open-source convention files (README, CONTRIBUTING, SECURITY, CODE_OF_CONDUCT), and a self-contained press kit. This skill should be used when the user asks to "build a brand library / brand kit / press kit / brand assets" for a product, "set up a brand library workflow," "create a positioning manifesto plus visual identity," or any combination of brand documentation + visual asset pipeline. Apply phase-by-phase or run end-to-end. Templates are product-agnostic and use {{TOKEN}} placeholders the skill prompts the user to fill.
writing-tech-post
IncludedAuthors engineering blog posts end-to-end: launch deep-dives, incident postmortems, architecture migrations, performance case studies, tutorials, AI/agent system writeups, security disclosures, and research-to-product translations. Picks the correct archetype, plans the abstraction ladder, enforces an evidence cadence (diagrams, benchmarks, profiles, traces, code, ablations), tunes voice against publisher house styles (Datadog, Vercel, GitHub, AWS, Meta, Cloudflare, Jane Street), and runs a pre-publish gate for narrative momentum and disclosure ethics. Use when drafting a new engineering post, restructuring a draft that feels flat, deciding which evidence form belongs where, validating that depth and product context are balanced, or preparing a postmortem, migration, or performance narrative for external publication. Do not use for API reference documentation, README authoring, marketing copy, release notes, generic SEO content, ghost-written executive thought leadership, or non-engineering long-form essays.
blog-google
IncludedGoogle API integration for blog performance: PageSpeed Insights, CrUX Core Web Vitals with 25-week history, Search Console performance, URL Inspection, Indexing API, GA4 organic traffic, NLP entity analysis for E-E-A-T, YouTube video search for embedding, and Google Ads Keyword Planner. Progressive feature availability based on credential tier (API key, OAuth/service account, GA4, Ads). Shares config with claude-seo at ~/.config/claude-seo/google-api.json. Use when user says "google data", "page speed", "core web vitals", "search console", "indexation", "GA4", "keyword research", "nlp entities", "blog performance", "youtube search", "google api setup".