Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Operations management across process optimization, efficiency, and continuous improvement. Use when designing workflows, building capacity plans, evaluating vendors, running Lean Six Sigma DMAIC projects, or optimizing cost-per-unit.
.claude/skills/borghei-operations-manager/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-03 | ✗→✓ | ▲ Improved | 26% | 0% |
| case-04 | ✗→✓ | ▲ Improved | 144% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -29% | 0% |
| case-11 | ✗→✓ | ▲ Improved | 462% | 0% |
| case-09 | ✗→✓ | ▲ Improved | 367% | 0% |
The agent operates as a senior operations manager, applying Lean Six Sigma, PDCA, and capacity-planning frameworks to drive measurable efficiency gains.
Before generating the plan, confirm these inputs. If any is unknown or vague, ASK — do not assume:
Stop rule: ask only the 2-3 that most change the output. If the user says "just draft it," proceed and list your assumptions at the top of the artifact.
> Checkpoint: After step 3, confirm that every KPI has an owner and a data source before moving to analysis.
| Level | Name | Characteristics | |-------|------|-----------------| | 1 | Reactive | Ad-hoc processes, hero-dependent, crisis management, limited visibility | | 2 | Managed | Documented processes, basic metrics, standard procedures, some automation | | 3 | Defined | Consistent processes, performance tracking, cross-functional coordination, continuous improvement | | 4 | Measured | Data-driven decisions, predictive analytics, optimized workflows, proactive management | | 5 | Optimized | Self-optimizing systems, innovation culture, industry-leading efficiency, strategic advantage |
| Category | Metric | Formula | Target | |----------|--------|---------|--------| | Efficiency | Utilization | Active time / Available time | 85%+ | | Productivity | Output per FTE | Units / FTE hours | Varies | | Quality | First-pass yield | Good units / Total | 95%+ | | Speed | Cycle time | End time - Start time | Varies | | Cost | Cost per unit | Total cost / Units | Varies | | Customer | CSAT | Satisfied / Total responses | 90%+ |
markdown# Process: [Name] - **Owner:** [Role] - **Frequency:** [Daily / Weekly / On-demand] - **Trigger:** [What starts this process] - **Output:** [Deliverable or state change] ## Steps | # | Action | Owner | Input | Output | SLA | |---|--------|-------|-------|--------|-----| | 1 | Receive request | Ops team | Ticket | Validated ticket | 1 hr | | 2 | Validate request | Analyst | Validated ticket | Approved / Rejected | 2 hr | | 3 | Execute action | Specialist | Approved ticket | Completed work | 4 hr | | 4 | Notify requester | System | Completion record | Notification sent | 15 min | ## Decision Points | Decision | Criteria | Yes Path | No Path | |----------|----------|----------|---------| | Valid request? | Meets intake checklist | Step 2 | Reject and notify | | Approval required? | Value > $5K | Escalate to manager | Step 3 | ## Metrics | Metric | Target | Current | |--------|--------|---------| | Cycle time | < 8 hours | | | Error rate | < 2% | | | Volume | 50/day | |
A fulfillment team running 6.5-hour average cycle time against a 5-hour target:
DEFINE
Problem: Cycle time 30% above target (6.5 hr vs 5.0 hr)
Scope: Order-to-ship for domestic orders
Metric: Average cycle time, measured from ERP timestamps
MEASURE
Baseline data (30 days, n=1200 orders):
Mean: 6.5 hr | Median: 6.1 hr | P95: 9.8 hr
Bottleneck: Pick-and-pack stage accounts for 55% of total time
ANALYZE
5 Whys on pick-and-pack delay:
1. Why slow? -> Pickers walk long distances
2. Why long walks? -> Items stored alphabetically, not by frequency
3. Why alphabetical? -> Legacy warehouse layout from 2019
Root cause: Storage layout does not reflect current SKU velocity
IMPROVE
Action: Re-slot top 20% SKUs (by volume) to Zone A near packing stations
Pilot: 2-week trial on Aisle 1-3
Expected result: 25% reduction in pick time
CONTROL
Post-pilot (14 days, n=580 orders):
Mean: 4.8 hr | Median: 4.5 hr | P95: 7.2 hr
Result: 26% reduction -- standardize across all aisles
Control: Weekly cycle-time dashboard with alert at > 5.5 hrCapacity Required = Forecast Volume x Time per Unit
Capacity Available = FTE x Hours per Day x Productivity Factor
Gap = Required - Available
Planning Horizons:
Daily -> Staff scheduling, shift adjustments
Weekly -> Workload balancing across teams
Monthly -> Temp staffing, overtime authorization
Quarterly -> Hiring plans, cross-training programs
Annual -> Strategic workforce and capex planning| Dimension | Weight | Metrics | |-----------|--------|---------| | Quality | 30% | Defect rate (< 1%), first-pass acceptance (> 95%) | | Delivery | 25% | On-time delivery (> 98%), lead time (< 5 days) | | Cost | 20% | Price vs market (within 5%), invoice accuracy (> 99%) | | Service | 15% | Response time (< 24 hr), issue resolution (< 48 hr) | | Relationship | 10% | Communication quality, flexibility |
Score each metric 1-5. Weighted total determines vendor tier: 4.5+ = Strategic Partner, 3.5-4.4 = Preferred, below 3.5 = Under Review.
DIRECT COSTS
Labor: Wages + Benefits + Overtime
Materials: Raw materials + Supplies
Equipment: Depreciation + Maintenance
INDIRECT COSTS
Overhead: Facilities + Utilities + Insurance
Administrative: Management + Support staff
Cost per Unit = (Direct + Indirect) / Units Producedreferences/process_design.md - Process design principlesreferences/lean_operations.md - Lean methodologyreferences/vendor_management.md - Vendor management guidereferences/cost_optimization.md - Cost reduction strategiesbash# Map and analyze business processes python scripts/process_mapper.py --file process_steps.csv python scripts/process_mapper.py --file process_steps.csv --json # Resource capacity planning python scripts/capacity_planner.py --file resources.csv --forecast demand.csv python scripts/capacity_planner.py --file resources.csv --forecast demand.csv --json # SLA compliance tracking python scripts/sla_tracker.py --file tickets.csv python scripts/sla_tracker.py --file tickets.csv --threshold 95 --json
| Problem | Root Cause | Resolution | |---------|-----------|------------| | Cycle time increasing despite no volume change | Process drift, undocumented workarounds, or degraded tooling | Re-map the current process against documented standard; look for unofficial steps added over time; check system performance and integration latency | | First-pass yield dropping below 95% | Training gaps, unclear specifications, or upstream quality issues | Run a fishbone analysis on defect categories; check if the issue correlates with new hires (training) or specific inputs (upstream); add quality gates at handoff points | | Utilization consistently above 95% | Understaffing, poor demand forecasting, or inability to say no to ad-hoc requests | Sustained >95% utilization causes burnout and errors; hire or cross-train to reach 85% target; implement demand prioritization with SLA tiers | | SLA compliance below target | Unrealistic SLAs, inconsistent triage, or capacity bottlenecks | Audit SLA definitions against actual capability; implement priority-based routing; add escalation triggers at 70% of SLA elapsed time | | Cost per unit rising | Volume decline (fixed cost spread), scope creep, or vendor price increases | Decompose costs into fixed and variable; benchmark vendor costs annually; eliminate non-value-add process steps identified through value stream mapping | | Cross-functional handoffs cause delays | No clear ownership at boundaries, different systems, or misaligned SLAs | Define RACI for every handoff; align upstream/downstream SLAs; implement handoff checklists with automated notifications | | Improvement projects fail to sustain gains | No control plan, missing ownership, or competing priorities | Every DMAIC project must include a Control phase with dashboards, alert thresholds, and a named process owner; conduct 30/60/90 day post-implementation reviews |
| Dimension | Metric | Target | Measurement | |-----------|--------|--------|-------------| | Efficiency | Process cycle time | Within 10% of target for each process | ERP/workflow system timestamps | | Efficiency | Resource utilization | 80-90% (avoid burnout above 95%) | Time tracking / capacity planning tool | | Quality | First-pass yield | > 95% | Quality inspection data or error logs | | Quality | Error/rework rate | < 2% | Defect tracking system | | Cost | Cost per unit trend | Year-over-year reduction of 3-5% | Finance cost allocation reports | | Cost | Budget variance | Within +/- 5% of plan | Monthly budget vs actual reporting | | Customer | Internal CSAT | > 90% satisfied | Quarterly internal customer survey | | Customer | SLA compliance | > 95% of commitments met | SLA tracking dashboard | | Delivery | On-time delivery | > 98% | Order/ticket completion timestamps | | Maturity | Operations maturity level | Advance 1 level per 12-18 months | Annual self-assessment against the Operations Maturity Model | | Improvement | Completed improvement projects | 4+ DMAIC/PDCA cycles per year | Project tracking log |
In Scope:
Out of Scope:
Known Limitations:
| System / Skill | Integration | Data Flow | |----------------|-------------|-----------| | ERP / Workflow (SAP, Oracle, ServiceNow) | Process execution data, timestamps, volume metrics | ERP -> process_mapper.py, capacity_planner.py; optimization recommendations -> ERP workflow configuration | | Ticketing (Jira Service Management, Zendesk) | Ticket lifecycle, SLA timestamps, resolution data | Ticketing -> sla_tracker.py; SLA breach alerts -> escalation workflows | | HR Business Partner skill | Headcount planning, organizational design, team capacity | HRBP workforce plan -> capacity_planner.py; Ops capacity gaps -> HRBP hiring requests | | Talent Acquisition skill | Hiring timelines for capacity gaps, onboarding scheduling | Ops capacity needs -> TA hiring priorities; TA hire dates -> Ops staffing plans | | People Analytics skill | Productivity metrics, utilization data, workforce forecasting | Ops KPI data -> analytics models; analytics forecasts -> capacity planning inputs | | Finance skill | Budget tracking, cost allocation, vendor spend analysis | Finance actuals -> cost analysis; Ops budget requests -> Finance approval | | Project Management skill | Resource allocation across projects, milestone tracking | PM resource needs -> capacity_planner.py; Ops capacity data -> PM resource planning | | BI Platform (Tableau, Looker, Power BI) | Operational dashboards, real-time monitoring, alerting | Ops metrics -> BI dashboards; alert thresholds -> automated notifications | | Vendor Management (Coupa, SAP Ariba) | Vendor performance data, contract terms, spend analytics | Vendor data -> scorecard evaluation; scorecard results -> procurement decisions |
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→fail | 19,350 | 7,150 | -63% | 1 | 1 | 0% | 2,902 | 4,384 | +51% | 0 | 0 | — |
case-02 | fail→fail | 16,129 | 28,663 | +78% | 1 | 1 | 0% | 2,625 | 8,061 | +207% | 0 | 0 | — |
case-03 | fail→pass | 26,900 | 14,110 | -48% | 1 | 1 | 0% | 4,195 | 5,266 | +26% | 0 | 0 | — |
case-04 | fail→pass | 22,184 | 37,148 | +67% | 1 | 1 | 0% | 3,587 | 8,760 | +144% | 0 | 0 | — |
case-05 | fail→pass | 39,625 | 6,521 | -84% | 1 | 1 | 0% | 6,214 | 4,440 | -29% | 0 | 0 | — |
case-06 | fail→fail | 36,618 | 36,918 | +1% | 1 | 1 | 0% | 6,218 | 9,396 | +51% | 0 | 0 | — |
case-11 | fail→pass | 5,216 | 10,552 | +102% | 1 | 1 | 0% | 889 | 4,999 | +462% | 0 | 0 | — |
case-07 | fail→fail | 15,062 | 20,346 | +35% | 1 | 1 | 0% | 2,518 | 7,111 | +182% | 0 | 0 | — |
case-08 | fail→fail | 11,263 | 11,265 | +0% | 1 | 1 | 0% | 1,751 | 5,073 | +190% | 0 | 0 | — |
case-09 | fail→pass | 6,976 | 11,616 | +67% | 1 | 1 | 0% | 1,145 | 5,344 | +367% | 0 | 0 | — |
case-10 | fail→fail | 5,738 | 9,909 | +73% | 1 | 1 | 0% | 883 | 4,916 | +457% | 0 | 0 | — |
case-12 | fail→pass | 7,793 | 10,914 | +40% | 1 | 1 | 0% | 1,172 | 4,964 | +324% | 0 | 0 | — |
case-13 | pass→pass | 10,041 | 13,638 | +36% | 1 | 1 | 0% | 1,413 | 5,572 | +294% | 0 | 0 | — |
case-14 | fail→pass | 3,477 | 4,279 | +23% | 1 | 1 | 0% | 510 | 3,898 | +664% | 0 | 0 | — |
case-15 | fail→pass | 5,500 | 4,171 | -24% | 1 | 1 | 0% | 738 | 3,980 | +439% | 0 | 0 | — |
case-16 | fail→pass | 5,666 | 3,141 | -45% | 1 | 1 | 0% | 727 | 3,853 | +430% | 0 | 0 | — |
case-17 | fail→pass | 11,607 | 13,207 | +14% | 1 | 1 | 0% | 1,608 | 5,215 | +224% | 0 | 0 | — |
case-18 | pass→pass | 10,368 | 16,125 | +56% | 1 | 1 | 0% | 1,538 | 5,689 | +270% | 0 | 0 | — |
case-19 | fail→pass | 13,571 | 16,195 | +19% | 1 | 1 | 0% | 1,892 | 5,543 | +193% | 0 | 0 | — |
case-20 | pass→pass | 10,079 | 13,255 | +32% | 1 | 1 | 0% | 1,600 | 5,381 | +236% | 0 | 0 | — |
case-21 | pass→pass | 13,397 | 20,230 | +51% | 1 | 1 | 0% | 1,975 | 6,337 | +221% | 0 | 0 | — |
case-22 | fail→pass | 6,471 | 10,681 | +65% | 1 | 1 | 0% | 1,008 | 4,938 | +390% | 0 | 0 | — |
case-23 | pass→pass | 11,013 | 17,918 | +63% | 1 | 1 | 0% | 1,530 | 5,954 | +289% | 0 | 0 | — |
case-24 | pass→pass | 11,961 | 5,809 | -51% | 1 | 1 | 0% | 1,699 | 4,156 | +145% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 24 cases were attempted. The headline lift of +50 percentage points is the difference between those two pass rates over the 24 comparable cases.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.