Agent skill · AI & Agents

constraint-identifier

System bottleneck identification and exploitation skill with throughput analysis and five focusing steps implementation

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill constraint-identifier --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Allowed tools: -Read-Write-Glob-Grep-Edit
Path: library/specializations/domains/business/operations/skills/constraint-identifier/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Constraint Identifier ## Overview The Constraint Identifier skill provides comprehensive capabilities for identifying and exploiting system constraints using Theory of Constraints (TOC) principles. It supports bottleneck identification, throughput analysis, and implementation of the five focusing steps. ## Capabilities - Bottleneck identification algorithms - Throughput rate analysis - Constraint exploitation strategies - Subordination planning - Buffer sizing calculation - Constraint elevation options - Drum identification ## Used By Processes - TOC-001: Constraint Identification and Exploitation - TOC-002: Drum-Buffer-Rope Scheduling - CAP-001: Capacity Requirements Planning ## Tools and Libraries - Simulation software - Throughput analysis tools - Process mapping tools - Data analytics platforms ## Usage ```yaml skill: constraint-identifier inputs: process_steps: - name: "Cutting" capacity: 120 demand: 100 - name: "Assembly" capacity: 80 demand: 100 - name: "Testing" capacity: 110 demand: 100 - name: "Packing" capacity: 150 demand: 100 current_throughput: 78 target_throughput: 100 outputs: - constraint_identification - exploitation_strategies - subordination_plan - elevation_o

What's inside
Steps it walks through
  1. Overview
  2. Capabilities
  3. Used By Processes
  4. Tools and Libraries
  5. Usage
  6. Five Focusing Steps
  7. Step 1: Identify the Constraint
  8. Step 2: Exploit the Constraint
  9. Step 3: Subordinate Everything Else
  10. Step 4: Elevate the Constraint
  11. Step 5: Prevent Inertia
  12. Constraint Types
  13. Integration Points
More from babysitter
All skills →
About this skill
What does the constraint-identifier skill do?

System bottleneck identification and exploitation skill with throughput analysis and five focusing steps implementation

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill constraint-identifier --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going