Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计通过

thinking-leverage-points思考杠杆点

Agent Skill

thinking-leverage-points 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

470

周安装

20

GitHub Stars

46

下载量

165
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:thinking-leverage-points(思考杠杆点)
来源仓库:https://github.com/tjboudreaux/cc-thinking-skills
仓库路径:skills/thinking-leverage-points
安装命令:
npx skills add https://github.com/tjboudreaux/cc-thinking-skills --skill thinking-leverage-points
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/tjboudreaux/cc-thinking-skills --skill thinking-leverage-points

简介

思考杠杆点用于查找、检索和筛选相关信息,识别系统中高影响力干预位置。

  • 适合组织变革、政策制定和复杂系统优化等高阶分析场景。
  • 结合因果图与敏感性分析,推荐最小投入最大产出的行动节点。
  • 安装命令:npx skills add https://github.com/tjboudreaux/cc-thinking-skills --skill thinking-leverage-points
  • 输出高度依赖输入质量,低信息量提示易导致误导性建议。

SKILL.md

Leverage Points

Overview

Donella Meadows' "Places to Intervene in a System" provides a hierarchy of intervention points ranked by their power to change system behavior. Most effort goes into low-leverage interventions (parameters, buffers) when high-leverage points (goals, paradigms) offer transformational change with less force.

Core Principle: The higher in the hierarchy, the more leverage—but also the more resistance. Find the highest leverage point you can actually move.

When to Use

  • Choosing where to focus engineering effort
  • Prioritizing system improvements
  • Organizational change initiatives
  • Architecture evolution decisions
  • Process optimization
  • Resource allocation
  • When incremental changes aren't working

Decision flow:

Want to change system behavior?
  → Have you tried high-leverage interventions? → no → START HIGHER
  → Are you stuck at low leverage? → yes → MOVE UP THE HIERARCHY
  → Is change not sticking? → yes → LOOK FOR BALANCING LOOPS

The 12 Leverage Points (Low to High)

Level 12: Constants and Parameters (LOWEST LEVERAGE)

What: Numbers—budgets, rates, thresholds, timeouts

Examples:

  • Adjusting cache TTL
  • Changing retry counts
  • Modifying timeout values
  • Tweaking rate limits

Why low leverage: Parameters rarely change behavior fundamentally. The system absorbs parameter changes and continues its pattern.

Intervention: Increase server timeout from 30s to 60s
Result: Slow requests succeed, but root cause remains
Leverage: Very low—masks symptom, doesn't fix system

Level 11: Buffer Sizes

What: Stabilizing stocks—queues, caches, inventories

Examples:

  • Queue depth limits
  • Connection pool sizes
  • Memory allocations
  • Batch sizes

Why low leverage: Buffers absorb fluctuations but don't change system dynamics. Bigger buffer = slower response to change.

Intervention: Increase message queue size
Result: Handles traffic spikes, but processing lag grows
Leverage: Low—buys time but doesn't address throughput

Level 10: Stock-and-Flow Structures

What: Physical architecture—how things are connected

Examples:

  • Database schema
  • Service topology
  • Network architecture
  • Team structure

Why medium leverage: Hard to change once built; design matters but is often locked in.

Intervention: Add read replica to reduce DB load
Result: Significant improvement in read performance
Leverage: Medium—structural change, but within existing paradigm

Level 9: Delays

What: Time lags in feedback loops

Examples:

  • Deployment pipeline duration
  • Feedback cycle time
  • Onboarding time
  • Release frequency

Why medium leverage: Shortening delays makes systems more responsive and stable. Many oscillation problems are actually delay problems.

Intervention: Reduce deployment time from 2 hours to 10 minutes
Result: Faster feedback, fewer bugs reaching production
Leverage: Medium-high—changes system responsiveness fundamentally

Level 8: Balancing Feedback Loops

What: Negative feedback that counteracts change

Examples:

  • Auto-scaling rules
  • Circuit breakers
  • Quality gates
  • Alerting thresholds

Why medium-high leverage: Strengthening balancing loops increases stability; weakening them enables change.

Intervention: Implement circuit breaker with automatic recovery
Result: Failures isolated, cascade prevention
Leverage: Medium-high—changes failure dynamics

Level 7: Reinforcing Feedback Loops

What: Positive feedback that amplifies change

Examples:

  • Growth loops (viral, network effects)
  • Technical debt spirals
  • Talent attraction/attrition cycles
  • Performance improvement loops

Why high leverage: Reinforcing loops drive exponential growth or collapse. Controlling gain = controlling trajectory.

Intervention: Create "fix broken windows" culture that reinforces quality
Result: Quality begets quality, technical debt decreases
Leverage: High—self-sustaining improvement

Level 6: Information Flows

What: Who has access to what information

Examples:

  • Metrics dashboards
  • Error visibility
  • Cost attribution
  • Performance feedback to developers

Why high leverage: Adding information where it was missing changes behavior dramatically. People respond to what they can see.

Intervention: Show cloud costs per team in real-time dashboard
Result: Teams optimize without mandates
Leverage: High—behavior change through visibility

Level 5: System Rules

What: Incentives, constraints, permissions

Examples:

  • Code review requirements
  • Definition of done
  • SLA agreements
  • Approval processes
  • Deployment policies

Why high leverage: Rules define what's allowed and rewarded. Change rules, change behavior.

Intervention: Require automated tests for all production code
Result: Test coverage increases, bug rate decreases
Leverage: High—changes what's acceptable

Level 4: Self-Organization

What: Ability of the system to change its own structure

Examples:

  • Team autonomy to change processes
  • Ability to add/remove services
  • Permission to experiment
  • Organizational learning capacity

Why very high leverage: Systems that can evolve survive; rigid systems eventually fail.

Intervention: Give teams authority to choose their own tools/practices
Result: Innovation increases, best practices emerge and spread
Leverage: Very high—enables adaptation

Level 3: System Goals

What: The purpose or function of the system

Examples:

  • Success metrics
  • OKRs and KPIs
  • Definition of "winning"
  • What's optimized for

Why very high leverage: Everything else serves the goal. Change the goal, change everything downstream.

Intervention: Change metric from "features shipped" to "user outcomes achieved"
Result: Teams focus on impact, not output
Leverage: Very high—redirects all effort

Level 2: Paradigm (Mindset)

What: The shared assumptions from which goals arise

Examples:

  • "Move fast and break things" vs "Boring technology"
  • "Monolith is bad" vs "Right tool for context"
  • "Engineering is a cost center" vs "Engineering creates value"

Why transformational: Paradigms are upstream of goals, rules, and structure. Shift the paradigm, transform the system.

Intervention: Shift from "avoid failure" to "learn from failure"
Result: Experimentation increases, innovation accelerates
Leverage: Transformational—changes what's thinkable

Level 1: Transcending Paradigms (HIGHEST LEVERAGE)

What: The ability to change paradigms, recognizing no paradigm is "true"

Examples:

  • Recognizing that current best practices are temporary
  • Ability to hold multiple paradigms simultaneously
  • Knowing when to abandon a paradigm

Why highest leverage: Freedom from paradigm lock-in enables choosing the right paradigm for each context.

Mastery: Recognize when "microservices always" became dogma
         Choose monolith when it's right
Result: Optimal architecture for each situation
Leverage: Highest—freedom from ideological constraints

Applying Leverage Points

Step 1: Identify Current Interventions

Where are you currently trying to create change?

Current interventions:
- Increasing server count (Level 11 - buffers)
- Adjusting timeout parameters (Level 12 - parameters)
- Adding monitoring (Level 6 - information flows)

Step 2: Map to Hierarchy

Plot on the hierarchy to see leverage distribution:

High Leverage    [3] Goals
                 [5] Rules
                 [6] Information ← Monitoring
                 [7] Reinforcing loops
Medium           [8] Balancing loops
                 [9] Delays
                 [10] Structure
Low Leverage     [11] Buffers ← Server count
                 [12] Parameters ← Timeouts

Step 3: Look Higher

For each low-leverage intervention, ask: "What's the higher-leverage version?"

Low LeverageAskHigher Leverage
More serversWhy do we need more capacity?Fix inefficient algorithm (structure)
Longer timeoutsWhy are things slow?Reduce delays in pipeline
More QA staffWhy so many bugs?Change quality rules (Level 5)

Step 4: Assess Feasibility

Higher leverage often means more resistance. Evaluate:

Intervention: Change success metric from velocity to outcomes
Leverage: Level 3 (Goals) - Very High
Resistance: High - threatens existing measurement systems
Feasibility: Medium - needs executive buy-in
Strategy: Pilot with one team, demonstrate results, expand

Step 5: Choose Highest Feasible Leverage

Select the highest-leverage intervention you can actually execute.

Common Patterns

The Parameter Trap

Teams endlessly tune parameters when the real issue is structural:

Symptom: Constantly adjusting cache TTLs, retry counts, timeouts
Reality: Architecture doesn't match access patterns
Solution: Redesign data flow (Level 10) instead of tuning parameters

The Information Unlock

Missing information often explains dysfunction:

Symptom: Teams make poor resource decisions
Reality: They can't see the cost of their decisions
Solution: Make costs visible (Level 6)
Result: Behavior changes without mandates

The Goal Inversion

Metrics become goals, then become gamed:

Symptom: High velocity, low impact
Reality: Measuring output, not outcomes
Solution: Change the goal to user value delivered (Level 3)

The Paradigm Shift

Sometimes the whole frame is wrong:

Symptom: Constant firefighting despite process improvements
Reality: "Heroism" paradigm rewards firefighting over prevention
Solution: Shift to "boring is good" paradigm (Level 2)

Leverage Points for Common Problems

ProblemLow-Leverage ResponseHigh-Leverage Alternative
System too slowAdd caching (11)Fix algorithm, add feedback on perf (6, 10)
Too many bugsMore testing (12)Quality in definition of done (5)
Team conflictsMore meetings (12)Clear goals and incentives (3, 5)
Innovation stalledHackathons (12)Permission to experiment (4)
Costs too highCut budgets (12)Visibility + ownership (6, 5)
Knowledge silosDocumentation (11)Information flow changes (6)

Verification Checklist

  • Identified current intervention points
  • Mapped interventions to leverage hierarchy
  • Asked "what's the higher-leverage version?" for each
  • Assessed feasibility vs. leverage tradeoff
  • Selected highest feasible leverage point
  • Considered resistance and how to address it
  • Have strategy for paradigm-level resistance if applicable

Key Questions

  • "What level of leverage am I operating at?"
  • "What's one level higher I could try?"
  • "Why hasn't this parameter tuning fixed the problem?"
  • "What information is missing that would change behavior?"
  • "What rule change would make this unnecessary?"
  • "What goal are we actually optimizing for?"
  • "What paradigm is constraining our thinking?"

Meadows' Wisdom

"People who manage to intervene in systems at the level of paradigm hit a leverage point that totally transforms systems."

"Magical leverage points are not easily accessible, even if we know where they are. There are no cheap tickets to mastery."

The highest leverage requires the most skill and often the most patience. But knowing where leverage exists helps you stop wasting effort at the bottom of the hierarchy.

适合场景

01

研究助手

02

事实核查

03

知识库问答

04

带来源的搜索总结

能力概览

能力 1

组合搜索和大模型调用

能力 2

支持多来源检索和总结

能力 3

强调引用来源和事实核查

能力 4

适合研究型 Agent 流程

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

38.75%
按下载量换算64

Claude

28.37%
按下载量换算47

Cursor

19.13%
按下载量换算32

Gemini CLI

8.83%
按下载量换算15

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills