Agent skill
returns-disposition-optimizer
AI-powered returns inspection and disposition decision skill maximizing value recovery
Install this agent skill to your Project
npx add-skill https://github.com/a5c-ai/babysitter/tree/main/library/specializations/domains/business/logistics/skills/returns-disposition-optimizer
Metadata
Additional technical details for this skill
- domain
- business
- category
- returns
- priority
- lower
- specialization
- logistics
SKILL.md
Returns Disposition Optimizer
Overview
The Returns Disposition Optimizer is an AI-powered skill that optimizes returns inspection and disposition decisions to maximize value recovery. It automates condition grading, determines optimal disposition paths, and coordinates with secondary markets to extract maximum value from returned products.
Capabilities
- Condition Grading Automation: Standardize and automate product condition assessment during inspection
- Disposition Path Optimization: Determine optimal disposition (restock, refurbish, liquidate, recycle) based on condition and market value
- Value Recovery Maximization: Optimize decisions to maximize financial recovery from returned items
- Refurbishment Cost-Benefit Analysis: Analyze whether refurbishment costs are justified by potential resale value
- Secondary Market Matching: Match products with appropriate liquidation or secondary market channels
- Recycling and Disposal Routing: Route non-recoverable items to appropriate recycling or disposal channels
- Disposition Analytics: Track and analyze disposition outcomes for continuous improvement
Tools and Libraries
- Inspection Automation Tools
- Liquidation Platforms (B-Stock, Liquidity Services)
- Grading Systems
- Market Value APIs
Used By Processes
- Returns Processing and Disposition
- Reverse Logistics Management
- Dead Stock and Excess Inventory Management
Usage
skill: returns-disposition-optimizer
inputs:
returned_item:
rma_number: "RMA-2026-54321"
sku: "SKU001"
original_price: 149.99
return_reason: "defective"
inspection_results:
condition: "good"
cosmetic_damage: "minor_scratches"
functional_status: "fully_operational"
packaging_status: "damaged"
accessories_complete: true
market_data:
new_price: 149.99
refurbished_price: 119.99
liquidation_value: 45.00
recycling_value: 2.50
refurbishment_options:
- type: "repackage"
cost: 5.00
resulting_grade: "open_box"
expected_value: 129.99
- type: "full_refurbishment"
cost: 25.00
resulting_grade: "refurbished"
expected_value: 119.99
outputs:
disposition_decision:
recommended_disposition: "repackage_and_resell"
disposition_channel: "open_box_marketplace"
expected_recovery: 129.99
processing_cost: 5.00
net_recovery: 124.99
recovery_rate_percent: 83.3
alternative_options:
- disposition: "liquidate"
recovery: 45.00
processing_cost: 2.00
net_recovery: 43.00
- disposition: "full_refurbishment"
recovery: 119.99
processing_cost: 25.00
net_recovery: 94.99
grading_details:
assigned_grade: "B"
grade_description: "Good condition with minor cosmetic wear"
deductions:
- reason: "packaging_damage"
deduction_percent: 5
- reason: "cosmetic_scratches"
deduction_percent: 8
routing:
destination: "Refurb Center - Memphis"
processing_priority: "standard"
estimated_completion_days: 3
Integration Points
- Warehouse Management Systems (WMS)
- Returns Management Systems
- E-commerce Platforms
- Liquidation Marketplaces
- Recycling Partners
Performance Metrics
- Recovery rate percentage
- Processing cost per return
- Time to disposition
- Restock rate
- Liquidation value capture
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
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).
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.
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.
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.
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.
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.
Didn't find tool you were looking for?