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

theory-of-constraints约束理论

Agent Skill

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

总安装

423

周安装

18

GitHub Stars

6

下载量

148
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/andurilcode/skills --skill theory-of-constraints

简介

theory-of-constraints 用于查找、检索和筛选相关信息,适合根据关键词、任务场景或来源线索快速定位候选结果。

  • 适用于研究检索类任务,可结合关键词、任务场景或来源仓库进行信息定位。
  • 通过 npx skills add 命令从 GitHub 仓库安装,支持主流 AI 宿主环境。
  • 安装前建议确认权限范围和维护状态,注意可能触发联网或文件读写操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Theory of Constraints (TOC)

Core principle: Every system has exactly one constraint limiting its throughput at any moment. Improving anything that is *not* the constraint is waste. Find the constraint, exploit it, then repeat.


The 5 Focusing Steps

Step 1: Identify the Constraint

Find the single bottleneck — the resource, process, or step with the least capacity relative to demand.

How to find it:

  • Where does work pile up? (queue buildup = upstream of the constraint)
  • Where is there idle time? (downstream of the constraint — starved for input)
  • What does everyone wait on? (the constraint is often "that one person" or "that one step")
  • What's the longest step in the value stream?

Signal: *The constraint is where WIP accumulates and where delays originate.*

Step 2: Exploit the Constraint

Get maximum throughput from the constraint without spending money or making major changes first.

Tactics:

  • Eliminate waste at the constraint (don't let it sit idle, don't let it process low-value work)
  • Protect it with a buffer upstream (so it's never starved)
  • Remove it from non-constraint work (free it up to do only what only it can do)
  • Reduce defects feeding into it (rework at the constraint is doubly expensive)

Step 3: Subordinate Everything Else

Make all non-constraint steps serve the constraint, not optimize themselves.

This is counterintuitive: a non-constraint running at 100% is harmful if it floods the constraint with WIP.

Key shift: Stop measuring local efficiency. Measure constraint throughput as the system metric.

Step 4: Elevate the Constraint

If steps 2–3 aren't enough, now invest: add capacity, add people, add tooling — but only at the constraint.

Step 5: Repeat

Once the constraint is resolved, it moves. Find the new one. Never let inertia become the constraint.


Output Format

🔍 Constraint Identification

  • Identified constraint: [Name the specific step, role, resource, or decision]
  • Evidence: What signals point to this being the constraint?
  • WIP accumulation point: Where does work pile up?
  • Downstream starvation: What's blocked waiting for the constraint?

📊 Throughput Analysis

  • Current flow: [Input → Step A → Step B →... → Output]
  • Constraint location in the flow
  • Estimated throughput loss due to constraint

⚡ Exploit Actions (no-cost first)

  • What waste can be removed at the constraint immediately?
  • What low-value work can be offloaded from the constraint?
  • What buffers should be added upstream?

🔄 Subordination Changes

  • Which non-constraint steps are currently "optimizing locally" and harming system throughput?
  • What should they slow down or stop doing?

📈 Elevation Options (if needed)

  • Investment options to increase constraint capacity
  • Cost/benefit relative to throughput gain

⚠️ False Bottlenecks to Avoid

  • Which steps *look* slow but are actually downstream of the real constraint?
  • What "improvements" would be wasted effort?

Common Constraint Types

TypeExampleSignal
Capacity constraintOne engineer reviews all PRsPRs queue up, reviewer is always busy
Knowledge constraintOnly one person knows the systemEverything waits on that person
Decision constraintApprovals bottleneck executionTeams idle waiting for sign-off
Handoff constraintWork crosses team boundariesLong wait times at team interfaces
Policy constraintRules prevent fast actionWork is done but can't ship
Market constraintDemand is the limitSystem has capacity but no demand

Key Mental Shifts

  • Don't: Optimize every step. Do: Protect and exploit the constraint.
  • Don't: Measure local efficiency. Do: Measure global throughput.
  • Don't: Start with investment. Do: Exploit first, then elevate.
  • Don't: Assume the constraint is fixed. Do: Expect it to move after you fix it.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

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

平台分布

Codex

39.28%
按下载量换算58

Claude

27.35%
按下载量换算40

Cursor

20.04%
按下载量换算30

Gemini CLI

10.03%
按下载量换算15

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills