bottleneck-analysis

Identifies the throughput-limiting step in a business process and recommends relief actions.

Updated Aug 22, 2026
One-click install
npx skills add https://github.com/fritzgeraldz/Vibe-Managing --skill bottleneck-analysis-fritzgeraldz
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: bottleneck-analysis
Source: https://github.com/fritzgeraldz/Vibe-Managing/tree/main/skills/operations/bottleneck-analysis
Command: npx skills add https://github.com/fritzgeraldz/Vibe-Managing --skill bottleneck-analysis-fritzgeraldz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Growing businesses often hit invisible capacity ceilings where one slow step limits total output, yet founders waste money optimizing steps that don't matter. This Skill pinpoints the single constraint capping throughput, quantifies the ceiling, and recommends the specific relief action. ## Core Features & Use Cases - Constraint Identification: Computes per-step capacity from process maps, cycle times, and resource counts to find the true bottleneck, corroborated by WIP queue and utilization signals. - Ceiling & Gap Quantification: Calculates takt time, throughput ceiling, and the gap between current/target demand and capacity, including an under-load test that predicts the next constraint. - Relief Recommendation: Classifies the constraint type (labor, equipment, tool, layout, handoff, upstream quality) and ranks relief options by throughput gained per dollar and reversibility. - Use Case: A cabinetry shop owner says "we can't take on more clients." The Skill computes that the build step caps output at 4 jobs/week against demand of 6, flags the gap as a scaling risk, and recommends confirming build time before investing in a second station. ## Quick Start Analyze my fulfillment process to find which step limits how many orders we can deliver per week and what to fix first.

Frequently Asked Questions about bottleneck-analysis

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find the bottleneck in my business process?▼

Map the process into steps, compute each step's capacity per period from time per unit and resource count, and the minimum-capacity step is the bottleneck. Confirm it by checking where work-in-progress queues pile up and which resource runs above 95% utilization.

What is takt time and how is it calculated?▼

Takt time is the pace required to meet customer demand, calculated as available production time per period divided by customer demand per period. If a step's cycle time exceeds takt time, that step cannot keep pace with demand.

When should I use bottleneck analysis versus a full operational audit?▼

Use bottleneck analysis when one specific flow is too slow or maxed out and needs its ceiling quantified. Use an operational audit when the whole business needs a scan to nominate the primary scaling constraint first.

Can bottleneck analysis work without measured capacity data?▼

Yes, it estimates capacity from time per unit multiplied by resource count and available time, but labels results low-confidence. Recommendations that spend money are held until the constraint is confirmed with real measurements.

Why shouldn't I optimize non-bottleneck steps?▼

Overall process capacity cannot exceed the bottleneck's capacity, so improving any other step does not raise output. Effort spent on non-constraint steps wastes money without increasing throughput.

What happens after the bottleneck is fixed?▼

The constraint relocates to the next-slowest step, so the analysis predicts where it moves and should be re-run after each relief action. Repeat until the ceiling comfortably exceeds target demand.