Skip to content
Automation
Command

/analyze-distribution

Analyzes a Chili Piper distribution (round-robin queue) for imbalance vs. configured weights, booking-source and day-of-week skew, and cancellation breakdown.

From plugin
chili-piper-skills
719 skills19 commands1 MCP
Install
> /plugin marketplace add Chili-Piper/mcp-assets
> /plugin install chili-piper-skills@chili-piper-skills

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/analyze-distribution

Context preview

What this command does when you run it.

Analyzes a Chili Piper distribution (round-robin queue) for imbalance vs. configured weights, booking-source and day-of-week skew, and cancellation breakdown.

Command definition

analyze-distribution.md
description: Analyzes a Chili Piper distribution (round-robin queue) for imbalance vs. configured weights, booking-source and day-of-week skew, and cancellation breakdown.
argument-hint: "<workspace> <distribution> <start-date> <end-date>"
allowed-tools: [Read]

/analyze-distribution

Analyze round-robin distribution balance using the `distribution-analysis` skill.

Steps

1. Read `skills/distribution-analysis/SKILL.md`. 2. Check that the Chili Piper MCP is connected — call `health-ping`. If it fails, output the setup instructions from `mcp-servers/chili-piper/README.md` and stop. 3. Map the arguments to the skill inputs (all four are **required** — prompt for any that are missing):

  • `workspace` — workspace name or ID containing the distribution.
  • `distribution` — distribution name (substring) or `distributionId`.
  • `start_date` — start of range, inclusive (e.g. `2026-05-01`).
  • `end_date` — end of range, exclusive (e.g. `2026-06-01` = through May 31).

4. Load `skills/distribution-analysis/references/output-format.md` before producing the report. 5. Execute the skill's steps in order. 6. Output the distribution config, the per-rep breakdown with imbalance ratios, the booking-source/day-of-week/cancellation patterns, and the recommendations. 7. Ask: *"Want to rebalance weights, fix availability for an under-booked rep, or leave as-is?"*

Ships withchili-piper-skills

Official, first-party Skills and ChatGPT GPTs for the Chili Piper MCP server. Maintained by Chili Piper.

Get the whole plugin

Other commands on chili-piper-skills.