reorder-policy Skill
How to decide whether and how much to reorder a SKU. Load this whenever a task involves reorder recommendations, purchase orders, or "should we restock" questions. Published by anthropics in cwc-workshops.
What is reorder-policy Skill?
How to decide whether and how much to reorder a SKU. Load this whenever a task involves reorder recommendations, purchase orders, or "should we restock" questions. Published by anthropics in cwc-workshops. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Data analysis
- Data analysis use cases
Technical details
- Install or run with Copy skill directory
When to use reorder-policy Skill
- Use it for data analysis.
Built with
Editorial notes
Source
- Creator: anthropics
- Repository: anthropics/cwc-workshops
- Skill file: agent-decomposition/.claude/skills/reorder-policy/SKILL.md
What it does
How to decide whether and how much to reorder a SKU. Load this whenever a task involves reorder recommendations, purchase orders, or "should we restock" questions.
Skill instructions
<!-- Copyright 2026 Anthropic PBC -- <!-- SPDX-License-Identifier: Apache-2.0 -- Reorder Policy This skill encodes StockPilot's reorder rules. Use it whenever you need to decide whether to reorder a SKU and how many units to order. Inputs you need | Value | Where to get it | |---|---| | onhand | Latest row for the SKU in /mnt/user/data/stocklevels.csv (sum across warehouses unless the task is warehouse-specific) | | reorderpoint | /mnt/user/data/products.csv | | avgdailysales | Mean of unitssold over the last 14 days in /mnt/user/data/saleshistory.csv | | leadtimedays | From the chosen supplier (see the supplier-selection skill) | | forecastqty, confidence, flags | From the forecasting skill, only if the task looks forward more than 14 days or mentions a promo/season | Decision rules 1. Do we reorder at all? Reorder if onhand < reorderpoint. If onhand ≥ reorderpoint, the answer is "no reorder needed" — stop here. 2. How much? The target order quantity is 30 days of cover plus safety stExplore related resources
Frequently asked questions
What is reorder-policy?
reorder-policy is a open-source AI agent skill with Copy skill directory. How to decide whether and how much to reorder a SKU. Load this whenever a task involves reorder recommendations, purchase orders, or "should we restock" questions.
Who is reorder-policy best for?
reorder-policy is best for reusing agent instructions, scripts, and references, data analysis workflows.
How do I install reorder-policy?
Install or run reorder-policy using Copy skill directory. Check reorder-policy for the latest setup command.
Is reorder-policy actively maintained?
reorder-policy may need a closer maintenance check before production use.
Auto-fetched from GitHub.