demand-sensing-integrator
Real-time demand sensing skill integrating POS data, market signals, and external factors for responsive planning
What this skill does
# Demand Sensing Integrator
## Overview
The Demand Sensing Integrator provides real-time demand sensing capabilities by integrating POS data, market signals, and external factors for responsive planning. It enables short-term forecast refinement and rapid inventory repositioning in response to changing demand patterns.
## Capabilities
- **POS Data Integration**: Integrate point-of-sale data for real-time demand visibility
- **Social Media Signal Processing**: Monitor social media for demand indicators and trend detection
- **Weather Impact Modeling**: Incorporate weather forecasts and their impact on demand
- **Event-Driven Demand Adjustment**: Adjust demand expectations based on local and global events
- **Short-Term Forecast Refinement**: Refine near-term forecasts using real-time signals
- **Inventory Repositioning Triggers**: Generate alerts for inventory repositioning based on demand shifts
- **Promotional Response Tracking**: Track actual promotional response versus planned lift
## Tools and Libraries
- POS Integration APIs
- Social Listening APIs
- Weather APIs
- ML Models (demand sensing)
## Used By Processes
- Demand Forecasting
- Reorder Point Calculation
- Multi-Channel Fulfillment
## Usage
```yaml
skill: demand-sensing-integrator
inputs:
item:
sku: "SKU001"
category: "outdoor_furniture"
locations: ["STORE001", "STORE002", "DC001"]
real_time_data:
pos_sales_last_7_days:
- date: "2026-01-18"
units: 45
- date: "2026-01-19"
units: 52
- date: "2026-01-20"
units: 48
- date: "2026-01-21"
units: 65
- date: "2026-01-22"
units: 78
- date: "2026-01-23"
units: 82
- date: "2026-01-24"
units: 95
external_factors:
weather_forecast:
location: "Northeast Region"
forecast: "unseasonably_warm"
temperature_variance: "+15F"
duration_days: 7
events:
- event: "home_improvement_show"
location: "Boston"
dates: ["2026-01-25", "2026-01-26", "2026-01-27"]
expected_impact: 1.3
baseline_forecast:
next_7_days: [50, 50, 55, 52, 48, 45, 45]
outputs:
demand_signals:
trend: "accelerating"
trend_strength: "strong"
signals_detected:
- signal: "weather_driven_demand"
confidence: 92
impact_factor: 1.45
- signal: "event_proximity"
confidence: 78
impact_factor: 1.15
- signal: "positive_sales_trend"
confidence: 95
impact_factor: 1.25
adjusted_forecast:
next_7_days: [105, 115, 125, 110, 95, 75, 65]
adjustment_factor: 1.67
confidence: 85
inventory_alerts:
- location: "STORE001"
current_inventory: 25
projected_demand_7_days: 85
stockout_risk: "high"
recommended_action: "expedite_replenishment"
transfer_from: "DC001"
quantity: 75
- location: "STORE002"
current_inventory: 40
projected_demand_7_days: 70
stockout_risk: "medium"
recommended_action: "increase_replenishment"
promotional_tracking:
active_promotions: []
organic_demand_increase: true
```
## Integration Points
- Point of Sale Systems
- E-commerce Platforms
- Weather Services
- Social Media APIs
- Demand Planning Systems
## Performance Metrics
- Forecast accuracy improvement
- Signal detection accuracy
- Inventory repositioning effectiveness
- Stockout prevention rate
- Response time to demand shifts
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.