cycle-count-scheduler
AI-driven cycle counting schedule and variance analysis skill to maintain inventory accuracy with minimal operational disruption
What this skill does
# Cycle Count Scheduler
## Overview
The Cycle Count Scheduler is an AI-driven skill that optimizes cycle counting schedules and performs variance analysis to maintain inventory accuracy with minimal operational disruption. It uses ABC classification, statistical sampling, and historical accuracy data to prioritize counting activities and identify root causes of inventory discrepancies.
## Capabilities
- **ABC-Based Count Frequency Determination**: Set count frequencies based on inventory value, velocity, and criticality classifications
- **Statistical Sampling Design**: Design statistically valid sampling plans that provide accuracy confidence with minimal counting effort
- **Count Schedule Optimization**: Schedule counts during low-activity periods to minimize operational disruption
- **Variance Threshold Alerting**: Monitor count variances against thresholds and trigger alerts for significant discrepancies
- **Root Cause Analysis Automation**: Analyze variance patterns to identify systemic issues and recommend corrective actions
- **Perpetual vs. Physical Reconciliation**: Compare perpetual inventory records with physical counts and manage adjustments
- **Audit Trail Documentation**: Maintain complete documentation of counts, variances, and adjustments for compliance
## Tools and Libraries
- WMS APIs
- Statistical Sampling Libraries
- Inventory Audit Tools
- Analytics Platforms
## Used By Processes
- Cycle Counting Program
- ABC-XYZ Analysis
- FIFO-LIFO Inventory Control
## Usage
```yaml
skill: cycle-count-scheduler
inputs:
inventory_profile:
total_skus: 5000
abc_distribution:
A_items: 500
B_items: 1500
C_items: 3000
count_parameters:
target_accuracy: 99.5
counting_capacity_skus_per_day: 100
available_count_days_per_week: 5
current_accuracy:
A_items: 98.5
B_items: 97.8
C_items: 96.2
outputs:
count_schedule:
- classification: "A"
count_frequency: "weekly"
skus_per_week: 100
priority_skus: ["SKU001", "SKU002", "SKU003"]
- classification: "B"
count_frequency: "monthly"
skus_per_week: 75
- classification: "C"
count_frequency: "quarterly"
skus_per_week: 60
weekly_schedule:
monday: { zone: "ZONE_A", skus: 45 }
tuesday: { zone: "ZONE_A", skus: 45 }
wednesday: { zone: "ZONE_B", skus: 50 }
thursday: { zone: "ZONE_B", skus: 50 }
friday: { zone: "ZONE_C", skus: 45 }
projected_accuracy_improvement:
A_items: 99.8
B_items: 99.2
C_items: 98.5
```
## Integration Points
- Warehouse Management Systems (WMS)
- Inventory Management Systems
- Financial Systems (for adjustments)
- Compliance/Audit Systems
- Mobile Counting Devices
## Performance Metrics
- Inventory record accuracy (IRA)
- Count variance rate
- Adjustment dollar value
- Count productivity (SKUs per hour)
- Time to count completion
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.