cycle-time-analyzer
Cycle time analysis and reduction skill with process timing, bottleneck identification, and flow improvement
What this skill does
# Cycle Time Analyzer
## Overview
The Cycle Time Analyzer skill provides comprehensive capabilities for analyzing and reducing cycle times. It supports time and motion studies, takt time comparison, line balancing, and value stream cycle efficiency calculations.
## Capabilities
- Time and motion study
- Cycle time distribution analysis
- Takt time comparison
- Line balancing analysis
- Bottleneck visualization
- Queue time identification
- Value stream cycle efficiency
- Improvement simulation
## Used By Processes
- LEAN-001: Value Stream Mapping
- LEAN-005: Standard Work Documentation
- TOC-001: Constraint Identification and Exploitation
## Tools and Libraries
- Time study software
- Process mining tools
- Simulation software
- Video analysis tools
## Usage
```yaml
skill: cycle-time-analyzer
inputs:
process: "Assembly Line A"
takt_time: 60 # seconds
workstations:
- name: "Station 1"
cycle_times: [55, 58, 52, 60, 57]
- name: "Station 2"
cycle_times: [62, 65, 63, 61, 64]
- name: "Station 3"
cycle_times: [48, 50, 47, 52, 49]
value_stream_data:
total_lead_time: 10 # days
value_added_time: 45 # minutes
outputs:
- cycle_time_summary
- bottleneck_analysis
- line_balance_chart
- improvement_recommendations
- cycle_efficiency
```
## Cycle Time Components
| Component | Definition | Example |
|-----------|------------|---------|
| Cycle Time | Total time to complete one unit | 60 seconds |
| Process Time | Time spent processing | 45 seconds |
| Queue Time | Time waiting in queue | 2 hours |
| Move Time | Time spent moving | 5 minutes |
| Setup Time | Time to changeover | 30 minutes |
## Time Study Process
### Step 1: Preparation
- Select process to study
- Break down work elements
- Prepare observation form
- Train observer
### Step 2: Observation
- Multiple cycle observations
- Document each element
- Note abnormalities
- Capture variability
### Step 3: Analysis
- Calculate averages
- Identify variation sources
- Compare to takt time
- Identify improvement opportunities
## Line Balance Efficiency
```
Line Balance Efficiency = Sum of Cycle Times / (Number of Stations x Longest Cycle Time)
Example:
Station 1: 57 sec
Station 2: 63 sec
Station 3: 49 sec
Efficiency = (57 + 63 + 49) / (3 x 63) = 169 / 189 = 89.4%
```
## Value Stream Cycle Efficiency
```
Cycle Efficiency = Value-Added Time / Total Lead Time
Example:
Value-Added Time: 45 minutes
Total Lead Time: 10 days = 14,400 minutes
Cycle Efficiency = 45 / 14,400 = 0.31%
```
## Bottleneck Identification
Signs of a bottleneck:
- Longest cycle time
- WIP accumulation before station
- Downstream stations starved
- Overtime required
## Improvement Strategies
| Strategy | Application |
|----------|-------------|
| Eliminate | Remove non-value-added work |
| Combine | Merge small tasks |
| Rearrange | Optimize sequence |
| Simplify | Reduce complexity |
| Parallelize | Run tasks simultaneously |
| Automate | Use technology |
## Integration Points
- Manufacturing Execution Systems
- Time tracking systems
- Simulation software
- ERP systems
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.