dead-stock-identifier
Slow-moving and obsolete inventory identification skill with disposition planning and working capital optimization
What this skill does
# Dead Stock Identifier
## Overview
The Dead Stock Identifier is a skill that identifies slow-moving and obsolete inventory, develops disposition strategies, and optimizes working capital. It analyzes velocity patterns, aging, and market conditions to recommend appropriate actions for excess inventory while maximizing value recovery.
## Capabilities
- **Velocity Analysis and Aging**: Analyze item velocity trends and inventory aging to identify slow-moving and dead stock
- **Obsolescence Risk Scoring**: Calculate obsolescence risk scores based on lifecycle stage, technology changes, and market trends
- **Disposition Strategy Recommendation**: Recommend optimal disposition paths including markdown, liquidation, or donation
- **Markdown Optimization**: Determine optimal markdown levels and timing to maximize recovery
- **Liquidation Channel Matching**: Match excess inventory with appropriate liquidation channels and buyers
- **Write-Off Impact Analysis**: Calculate financial impact of write-offs and timing considerations
- **SKU Rationalization Support**: Support decisions on SKU discontinuation and assortment optimization
## Tools and Libraries
- Inventory Analytics
- Markdown Optimization Tools
- Liquidation Platforms
- Financial Analysis Libraries
## Used By Processes
- Dead Stock and Excess Inventory Management
- ABC-XYZ Analysis
- Cycle Counting Program
## Usage
```yaml
skill: dead-stock-identifier
inputs:
inventory:
- sku: "SKU001"
description: "Widget A"
quantity_on_hand: 500
unit_cost: 25.00
last_sale_date: "2025-06-15"
monthly_sales_history: [5, 3, 2, 1, 0, 0, 0, 0]
product_lifecycle: "declining"
- sku: "SKU002"
description: "Widget B"
quantity_on_hand: 200
unit_cost: 50.00
last_sale_date: "2024-12-01"
monthly_sales_history: [0, 0, 0, 0, 0, 0, 0, 0]
product_lifecycle: "discontinued"
analysis_parameters:
slow_moving_threshold_days: 90
dead_stock_threshold_days: 180
holding_cost_percent: 25
outputs:
inventory_analysis:
- sku: "SKU001"
classification: "slow_moving"
days_since_last_sale: 224
months_of_supply: 100
inventory_value: 12500.00
annual_holding_cost: 3125.00
obsolescence_risk: "medium"
disposition_recommendation:
action: "markdown"
suggested_discount: 40
expected_recovery: 7500.00
expected_liquidation_time_days: 60
- sku: "SKU002"
classification: "dead_stock"
days_since_last_sale: 420
months_of_supply: "infinite"
inventory_value: 10000.00
annual_holding_cost: 2500.00
obsolescence_risk: "high"
disposition_recommendation:
action: "liquidate"
liquidation_channel: "B-stock_marketplace"
expected_recovery: 2000.00
expected_liquidation_time_days: 30
summary:
total_slow_moving_value: 12500.00
total_dead_stock_value: 10000.00
total_annual_holding_cost: 5625.00
total_expected_recovery: 9500.00
total_write_off_exposure: 13000.00
```
## Integration Points
- Enterprise Resource Planning (ERP) Systems
- Inventory Management Systems
- E-commerce Platforms
- Liquidation Marketplaces
- Financial Systems
## Performance Metrics
- Dead stock percentage
- Inventory turnover
- Write-off rate
- Recovery rate
- Working capital released
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.