Loading...
Loading...
Operations leadership advisor for COOs on business operations, process optimization, scaling infrastructure, cross-functional alignment, and operational excellence.
npx skill4agent add borghei/claude-skills coo-advisor# Process Name
## Purpose
[Why this process exists]
## Owner
[Single accountable person]
## Trigger
[What initiates this process]
## Inputs
[What is needed to start]
## Steps
1. [Step with responsible party]
2. [Step with responsible party]
3. [Step with responsible party]
## Outputs
[What is produced]
## SLAs
[Time and quality expectations]
## Exceptions
[How to handle edge cases]| Meeting | Frequency | Duration | Attendees | Purpose |
|---|---|---|---|---|
| Leadership Sync | Weekly | 60 min | Execs | Alignment |
| Ops Review | Weekly | 45 min | Dept heads | Execution |
| Business Review | Monthly | 90 min | Leadership | Performance |
| All Hands | Monthly | 60 min | Company | Communication |
| QBR | Quarterly | Half day | Leadership | Strategy |
Required HC = Volume / (Productivity × Utilization)
Volume: Work units per period
Productivity: Units per person per period
Utilization: Available time percentageOPERATIONAL HEALTH
├── Volume metrics (transactions, requests, tickets)
├── Quality metrics (errors, rework, satisfaction)
├── Efficiency metrics (cycle time, cost per unit)
└── Capacity metrics (utilization, backlog)
TEAM PERFORMANCE
├── Productivity per person
├── SLA achievement
├── Training completion
└── Engagement score
SYSTEM HEALTH
├── System uptime
├── Integration status
├── Processing latency
└── Error rates High Value
|
Quick Wins -----+----- Strategic Projects
(Do First) | (Plan Carefully)
|
Low Effort ---------+--------- High Effort
|
Fill-ins -----+----- Reconsider
(Do When Available) | (May Not Be Worth It)
|
Low Value| Level | Impact | Response Time | Communication |
|---|---|---|---|
| P1 | Business critical | 15 min | Exec + all stakeholders |
| P2 | Major impact | 1 hour | Leadership + affected teams |
| P3 | Moderate impact | 4 hours | Team leads |
| P4 | Minor impact | 24 hours | Direct reports |
references/process_templates.mdreferences/scaling_playbook.mdreferences/vendor_management.mdreferences/bcp_template.md# Process efficiency analyzer
python scripts/process_analyzer.py --process onboarding
# Capacity planning calculator
python scripts/capacity_planner.py --forecast demand.csv
# Vendor scorecard generator
python scripts/vendor_scorecard.py --vendors vendors.yaml
# Operational dashboard builder
python scripts/ops_dashboard.py --metrics metrics.json