agentsclimarketplace

Capacity calculator

Skill stephenrogan/csm-skills/skills/capacity-calculator

58 plug-and-play agent skills for Customer Success Managers. Works from a single conversation. Scales to a production system.

Install
npx -y skills add stephenrogan/csm-skills --skill capacity-calculator

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Assesses whether a CSM's book of accounts is manageable given the mix of account tiers, health states, upcoming events, and strategic demands. Produces a capacity assessment with overload indicators, rebalancing suggestions, and evidence for headcount conversations. Use when asked to assess workload, evaluate book capacity, determine if a CSM is overloaded, justify additional headcount, plan account distribution, or when a CSM or manager needs to understand whether the portfolio is sustainable. Also triggers for questions about CSM capacity, workload management, account-to-CSM ratios, book balance, portfolio sizing, or when to hire.

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

8.4 KB, as published. Nobody here has run it

Capacity Calculator

Assesses whether a CSM's portfolio is manageable by computing the weighted workload across all accounts. Raw account count is a poor measure of capacity -- a CSM with 30 enterprise at-risk accounts is more loaded than a CSM with 80 healthy SMB accounts. This skill computes the actual demand.

How to Use

Provide:

  • Your account list with: name, ARR, segment/tier, health status, renewal proximity, and any special circumstances (active escalation, expansion in progress, onboarding)
  • Your available hours per week (typically 35-40 after internal meetings and admin)
  • Any upcoming capacity constraints (PTO, projects, training)

Capacity Model

Step 1: Compute Per-Account Demand

Each account consumes a different amount of CSM time based on its characteristics:

Base demand by segment:

SegmentBase Hours/MonthRationale
Enterprise8-12 hoursMulti-stakeholder, strategic, deep engagement expected
Mid-Market3-5 hoursRegular cadence, moderate complexity
SMB1-2 hoursLight touch, digital-first with periodic check-ins
Scaled/Tech-Touch0.5 hoursAutomated primarily, engage on signal only

Demand multipliers:

FactorMultiplierRationale
Health: Strong0.7xLess intervention needed. Standard cadence
Health: Healthy1.0xBaseline management
Health: At Risk1.5xAdditional investigation, intervention, monitoring
Health: Critical2.5xSave play, frequent touchpoints, escalation management
Renewal in 90 days1.3xRenewal preparation, commercial conversations, stakeholder engagement
Active escalation1.5xEscalation management, internal coordination, customer communication
Onboarding (first 90 days)1.5xIntensive engagement, training, milestone tracking
Expansion in progress1.2xCommercial preparation, stakeholder engagement

Per-account demand = Base hours * Product of applicable multipliers

Step 2: Compute Total Portfolio Demand

Sum the per-account demand across all accounts. Compare to available capacity:

MetricComputationWhat It Means
Total monthly demandSum of all per-account demandsHow many hours your portfolio requires
Available monthly capacityAvailable hours/week * 4.3How many hours you have
Capacity utilisationTotal demand / Available capacityHow loaded you are
Buffer1.0 - Capacity utilisationHow much room you have for the unexpected

Step 3: Classify Capacity Status

UtilisationStatusInterpretation
<70%UnderloadedRoom for more accounts or deeper strategic work on existing accounts
70-85%HealthySustainable workload with buffer for surprises
85-95%StretchedManageable but no buffer. Any new escalation or at-risk account will push into overload
95-110%OverloadedNot sustainable. Something is being dropped -- usually the proactive, strategic work that prevents future crises
>110%CriticalUnsustainable. Active harm to accounts is occurring through neglect. Immediate rebalancing or support needed

Step 4: Identify Rebalancing Opportunities

If overloaded, the skill identifies:

LeverHowTrade-Off
Move accounts to a peer CSMTransfer lowest-ARR, healthiest accounts that require the least relationship continuityRelationship disruption on the transferred accounts
Shift accounts to scaled/tech-touchMove healthy low-ARR accounts to a lower-touch modelReduced relationship depth. Monitor for health changes
Defer strategic workDelay account strategy, multi-threading, and proactive initiativesShort-term relief at the cost of long-term portfolio health
Request temporary supportAsk for a colleague to take on escalation management or QBR prep for specific accountsCoordination overhead. Customer may interact with an unfamiliar CSM
Make the headcount caseUse the capacity data to justify additional hiringTimeline: 2-6 months to hire, onboard, and ramp a new CSM. Not a quick fix

Output Format

## Capacity Assessment: [CSM Name]
**Date:** [date]

### Portfolio Summary
| Segment | Accounts | Base Demand (hrs/mo) |
|---------|----------|---------------------|
| Enterprise | [n] | [hours] |
| Mid-Market | [n] | [hours] |
| SMB | [n] | [hours] |

### Demand Modifiers
| Factor | Accounts Affected | Additional Demand (hrs/mo) |
|--------|------------------|--------------------------|
| At Risk | [n] accounts | +[hours] |
| Critical | [n] accounts | +[hours] |
| Renewal <90 days | [n] accounts | +[hours] |
| Onboarding | [n] accounts | +[hours] |
| Active escalation | [n] accounts | +[hours] |

### Capacity Status
- Total demand: [hours/month]
- Available capacity: [hours/month]
- Utilisation: [%]
- Status: [Underloaded / Healthy / Stretched / Overloaded / Critical]
- Buffer: [hours/month available for unplanned work]

### Top Demand Accounts
[5 accounts consuming the most CSM time, with demand breakdown]

### Recommendations
[Rebalancing suggestions if overloaded, or strategic opportunities if underloaded]

Using This for Headcount Justification

The capacity model produces the evidence a CS leader needs to make a hiring case:

Data PointWhat It Shows
Utilisation >95% sustained for 2+ monthsThe team is structurally overloaded, not just having a busy month
At-risk accounts not getting intervention timeRevenue is being left unprotected because CSMs do not have capacity to run save plays
Proactive work at zeroMulti-threading, account strategy, and adoption planning are not happening because all time goes to reactive work. This is a leading indicator of future risk
New accounts cannot be properly onboardedGrowth is creating churn risk because new customers do not get the onboarding attention they need

Frame the ask as: "At current utilisation, we are deferring [X hours/month] of proactive work that protects [EUR Y] in ARR. A new hire at [cost] would recover [Z] hours of capacity and reduce the unprotected ARR."

Quality Gates

  • Are the segment classifications accurate? An account labelled "SMB" that actually requires mid-market engagement will undercount demand
  • Are the multipliers applied honestly? Tempting to downplay the demand of at-risk accounts to make the number look manageable. The model is only useful if it reflects reality
  • Does the buffer account for realistic variability? A month with zero surprises is fiction. 15-20% buffer is the minimum for a sustainable portfolio
  • If overloaded, is the rebalancing recommendation specific? "Reduce workload" is not a recommendation. "Transfer 5 SMB accounts (EUR 35k combined ARR, all healthy) to scaled motion to free 8 hours/month" is

Principles

  • Account count is a vanity metric. Capacity is a function of ARR-weighted, health-adjusted, event-modified demand -- not the number of logos on the list. 40 accounts is not a meaningful statement without knowing the mix
  • Chronic overload is a management failure, not a CSM resilience test. A CSM operating at 110% utilisation for 3 months is not performing heroically -- they are being set up to fail. The capacity model makes this visible
  • The capacity model is an argument, not a complaint. Presenting utilisation data with revenue impact and risk quantification is a business case. Saying "I am too busy" is a complaint. The model produces the former
  • Underloaded CSMs are an opportunity, not a problem. If utilisation is below 70%, the CSM has room for deeper strategic work, more accounts, or both. Use the capacity data to make that case as well

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.