constraint-identifier

Solid

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

AI & Automation 1,160 stars 71 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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_options - buffer_recommendations ``` ## Five Focusing Steps ### Step 1: Identify the Constraint - Analyze capacity vs. demand at each step - Look for WIP accumulation points - Identify resource with lowest thr...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

thinking-theory-of-constraints

Identify and manage the bottleneck; improvements elsewhere don't matter until the constraint is addressed. Use for performance optimization, process improvement, and resource allocation.

1 Updated today
babypochi06
AI & Automation Solid

capacity-constraint-analyzer

Production capacity analysis skill using Theory of Constraints principles

1,160 Updated today
a5c-ai
AI & Automation Listed

constraint-awareness

Use when prioritizing work in an AI-assisted codebase, designing agent autonomy levels, deciding what to automate vs keep manual, or evaluating whether a process/tool adds value. Covers Theory of Constraints for AI-era engineering: cheap code production, human review/validation/decision bottlenecks, Five Focusing Steps, constraint-aware process design, attention audits, and constraint-shift modeling. Do NOT use for task-effort estimation, backlog scoring with RICE/WSJF/ICE, or routing a task to a specific model.

0 Updated today
jacob-balslev
AI & Automation Listed

constraint-solver

Constraint-based problem solving skill. Finds elegant solutions when the design space is heavily restricted — budget caps, time limits, technology mandates, team size, ethical bounds, regulatory requirements. Treats constraints as the design material, not the obstacle. Surfaces constraint violations early, ranks constraints by hardness, and finds solutions that satisfy all hard constraints while optimizing within soft ones. The tighter the constraints, the sharper the solution. Use when user says: very limited budget, we can't use X, strict deadline, only N people, regulatory constraint, tech stack is fixed, solve with these restrictions, must work within these limits, strong constraints, can't change the requirements, work within the box, solve this but we can only, tiny budget, no budget, works with these limitations, solve under constraint. Do NOT activate for: open-ended problems with no constraints, problems where the first step is to challenge the constraints themselves (use pre-mortem instead). First r

2 Updated 6 days ago
Sandeeprdy1729
AI & Automation Solid

bottleneck-identifier

Execute bottleneck identifier operations. Auto-activating skill for Performance Testing. Triggers on: bottleneck identifier, bottleneck identifier Part of the Performance Testing skill category. Use when working with bottleneck identifier functionality. Trigger with phrases like "bottleneck identifier", "bottleneck identifier", "bottleneck".

2,274 Updated today
jeremylongshore