critical-chain-scheduler

Solid

Critical Chain Project Management (CCPM) skill with buffer management and resource leveling

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

# Critical Chain Scheduler ## Overview The Critical Chain Scheduler skill provides comprehensive capabilities for implementing Critical Chain Project Management (CCPM). It supports critical chain identification, buffer sizing and monitoring, resource leveling, and multi-project synchronization. ## Capabilities - Critical chain identification - Project buffer sizing - Feeding buffer calculation - Resource buffer placement - Multi-project buffer management - Buffer consumption tracking - Relay runner behavior monitoring ## Used By Processes - TOC-004: Critical Chain Project Management - CAP-002: Production Scheduling Optimization ## Tools and Libraries - Project management APIs - Scheduling optimization tools - Resource management systems - Buffer monitoring dashboards ## Usage ```yaml skill: critical-chain-scheduler inputs: project_name: "New Product Launch" tasks: - id: "T1" name: "Design" duration_50: 10 # 50% confidence estimate duration_90: 18 # 90% confidence estimate resources: ["Engineer A"] predecessors: [] - id: "T2" name: "Prototype" duration_50: 5 duration_90: 9 resources: ["Engineer A"] predecessors: ["T1"] - id: "T3" name: "Testing" duration_50: 8 duration_90: 14 resources: ["Engineer B"] predecessors: ["T2"] resource_constraints: - name: "Engineer A" capacity: 1 outputs: - critical_chain - project_buffer - feeding_buffers - res...

Details

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

Related Skills