From pm-hospitality
Builds staff shift schedules matching coverage to demand against labor-cost targets. Automates day-part coverage plans, role assignments, and compliance checks (rest, overtime, availability).
How this skill is triggered — by the user, by Claude, or both
Slash command
/pm-hospitality:shift-schedule-builderThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A schedule is a bet on demand: overstaff and you burn margin, understaff and service (and your best people) walk. This skill builds coverage from the demand curve out — enough hands at the rush, lean in the lulls — then checks the labor cost and the human constraints before it's posted.
A schedule is a bet on demand: overstaff and you burn margin, understaff and service (and your best people) walk. This skill builds coverage from the demand curve out — enough hands at the rush, lean in the lulls — then checks the labor cost and the human constraints before it's posted.
Given the team, hours, and demand pattern, produce the full schedule — infer the day-part demand shape from the business type if no forecast is given (label it). Respect stated availability and time-off; never schedule someone into a conflict you were told about.
Ask for (if not provided, else infer and label):
Demand mapped to required heads per role per day-part:
| Day-part | Forecast demand | Cooks | Servers | Support | Notes |
|---|
Person-by-person shifts across the week (start–end, role, station), with total hours per person.
Projected labor hours × rates → labor cost, as a % of forecast revenue vs. the target, with the gap and where to trim/add.
Overtime risk, insufficient rest between close/open ("clopening"), availability conflicts, minor-hour limits, and anyone over/under their expected hours.
npx claudepluginhub mohitagw15856/pm-claude-skills --plugin pm-hospitalityGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.