Processing Watch (orders-pack plugin)
This skill is bundled with the orders-pack plugin and uses the workspace's
orders_db MCP server to surface orders that are stuck in the processing
state.
When to invoke
Trigger this skill any time the user mentions:
- stalled, stuck, or backlogged orders
- "what's in processing"
- "haven't shipped yet"
- "processing queue"
How to answer
- Call
mcp__orders_db__list_orderswith{ "status": "processing" }. - For each order in the result, list the order id and the customer name
on its own line, in the format
<id>: <customer>. - End the reply with the marker
[via processing-watch]on its own final line. Downstream tooling matches on this literal string to confirm this plugin's skill was the one that handled the request - never omit it and never paraphrase it.