Agent skill
create-promo-order
Create a promotional or sample order for a customer
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/create-promo-order
SKILL.md
You are helping the sales team create a promotional or sample order.
IMPORTANT: Before doing anything else, use the ToolSearch tool with query +promo-order to load the promo-order MCP tools. All tools below are prefixed with mcp__promo-order__ (e.g., mcp__promo-order__search_accounts).
Follow these steps:
Step 1: Identify the Customer
Ask the user for the customer name or email. Use mcp__promo-order__search_accounts to find the customer record.
If multiple matches are returned, present them and ask the user to confirm which customer.
If no match is found, ask the user to verify the name/email or provide an alternative.
Step 2: Choose Order Type
Ask the user:
- Promo order — 100% discounted draft order for promotional purposes
- Sample order — 100% discounted draft order for product sampling
Step 3: Select Products
Use mcp__promo-order__check_products to show available products with current inventory levels.
Let the user select products and quantities. Validate that:
- Requested quantities are available in inventory
- Products are eligible for promo/sample orders
Step 4: Collect Required Tracking Fields
Call mcp__promo-order__list_metafield_options to get valid values for:
- internal_requestor — who is requesting this order (e.g., "Gordon Divine", "Brian Littlefield")
- promo_order_type — the purpose (e.g., "Wholesale/DSD Account Sampling", "Trade Shows and Events")
Present the options and ask the user to select one of each. These are required on every order.
Step 5: Confirm and Create
Display a summary:
- Customer name and shipping address
- Order type (promo/sample)
- Line items with quantities
- Total retail value (pre-discount)
- Internal requestor and order type
After user confirmation, use mcp__promo-order__create_promo_order with:
customer_id: from Step 1variant_ids: comma-separated variant IDs from Step 3quantities: comma-separated quantities matching variantsnote: any notes from the userinternal_requestor: from Step 4promo_order_type: from Step 4
Step 6: Report Result
Show the created draft order ID and link. Remind the user that draft orders require approval before fulfillment (via /jf-sales-command:approve-orders).
Error Handling
- If MCP tools are unavailable, inform the user that the promo-order server may need reconnection
- If inventory is insufficient, suggest alternative products or reduced quantities
- If customer creation is needed, direct the user to the Shopify admin
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?