cycle-time-analyzer

Solid

Cycle time analysis and reduction skill with process timing, bottleneck identification, and flow improvement

AI & Automation 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 95/100

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

Skill Content

# 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 spen...

Details

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

Related Skills