Agent skill

demand-sensing-integrator

Real-time demand signal integration from POS, channel data, and external signals for short-term forecast enhancement

Stars 514
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/a5c-ai/babysitter/tree/main/library/specializations/domains/business/supply-chain/skills/demand-sensing-integrator

Metadata

Additional technical details for this skill

domain
business
category
demand-forecasting
priority
high
specialization
supply-chain

SKILL.md

Demand Sensing Integrator

Overview

The Demand Sensing Integrator captures and processes real-time demand signals from multiple sources including point-of-sale data, channel inventory, weather patterns, social media sentiment, and economic indicators. It enables short-term forecast enhancement by detecting demand pattern changes faster than traditional forecasting methods.

Capabilities

  • POS Data Ingestion: Real-time point-of-sale data collection and cleansing
  • Channel Inventory Visibility: Multi-channel inventory position integration
  • Weather Impact Correlation: Weather-driven demand adjustments
  • Social Media Sentiment Analysis: Consumer sentiment signal extraction
  • Economic Indicator Integration: Macro-economic factor incorporation
  • Market Intelligence Feeds: Competitor and market signal processing
  • Near-Term Demand Adjustment: Short-horizon forecast corrections
  • Signal-to-Noise Filtering: Distinguish meaningful signals from noise

Input Schema

yaml
sensing_request:
  signal_sources:
    pos_data: object              # Point-of-sale feeds
    channel_inventory: object     # Inventory by channel
    weather_data: object          # Weather forecasts/actuals
    social_signals: object        # Social media data
    economic_indicators: object   # Economic data feeds
  baseline_forecast: object       # Current forecast to adjust
  sensing_horizon: integer        # Days/weeks to sense
  sensitivity_thresholds: object  # Signal detection thresholds

Output Schema

yaml
sensing_output:
  adjusted_forecast: object
    - period: string
      baseline: float
      sensed_adjustment: float
      final_forecast: float
      signal_contributions: object
  detected_signals: array
    - signal_type: string
      magnitude: float
      confidence: float
      source: string
  recommendations: array

Usage

Real-Time POS Integration

Input: Daily POS data from retail channels
Process: Compare actual sales velocity to forecast, detect deviations
Output: Adjusted near-term forecast with POS-based corrections

Weather-Driven Adjustment

Input: 10-day weather forecast + historical weather-demand correlation
Process: Calculate weather impact on category demand
Output: Weather-adjusted demand forecast by location

Sentiment-Based Demand Signal

Input: Social media mentions, review sentiment trends
Process: Correlate sentiment changes with demand patterns
Output: Sentiment-influenced demand adjustments

Integration Points

  • Data Pipelines: Apache Kafka, real-time streaming platforms
  • External APIs: Weather services, social media APIs, economic data providers
  • Planning Systems: Integration with demand planning platforms
  • Tools/Libraries: Stream processing frameworks, NLP libraries

Process Dependencies

  • Demand Forecasting and Planning
  • Sales and Operations Planning (S&OP)
  • Supply Chain Disruption Response

Best Practices

  1. Establish clear signal latency requirements
  2. Implement robust data quality checks on incoming signals
  3. Calibrate signal weights based on historical accuracy
  4. Monitor signal source reliability continuously
  5. Balance responsiveness with forecast stability
  6. Document signal sources and transformation logic

Expand your agent's capabilities with these related and highly-rated skills.

a5c-ai/babysitter

gsd-tools

Central utility skill for GSD operations. Provides config parsing, slug generation, timestamps, path operations, and orchestrates calls to other specialized skills. Acts as the unified entry point that the original gsd-tools.cjs provided via its lib/ modules (commands, config, core, init).

514 31
Explore
a5c-ai/babysitter

model-profile-resolution

Resolve model profile (quality/balanced/budget) at orchestration start and map agents to specific models. Enables cost/quality tradeoffs by selecting appropriate AI models for each agent role.

514 31
Explore
a5c-ai/babysitter

verification-suite

Plan structure validation, phase completeness checks, reference integrity verification, and artifact existence confirmation. Provides the structured verification layer ensuring GSD artifacts are well-formed and complete.

514 31
Explore
a5c-ai/babysitter

state-management

STATE.md reading, writing, and field-level updates. Provides cross-session state persistence via .planning/STATE.md with structured fields for current task, completed phases, blockers, decisions, and quick tasks.

514 31
Explore
a5c-ai/babysitter

git-integration

Git commit patterns, formats, and conventions for GSD methodology. Provides atomic commits per task, structured commit messages, planning file commits, branch management, and milestone tag operations.

514 31
Explore
a5c-ai/babysitter

frontmatter-parsing

YAML frontmatter parsing and manipulation for .planning/ documents. Provides read, write, update, query, and validation operations on frontmatter blocks in GSD markdown artifacts.

514 31
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results