Install
$ agentstack add skill-cbrock84-headcount-support-operations ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Support operations
Understand demand before designing supply
Categorize a real sample of recent contacts — a few hundred, read individually, not a report. Almost every support operation finds the same shape: a small number of causes generating most of the volume, and most of those are preventable rather than answerable.
That analysis decides everything downstream. Staffing to demand you have not examined means staffing to demand you could have eliminated.
The hierarchy of handling
In order of cost, cheapest first. Push volume up this list rather than getting faster at the bottom:
- Eliminate — fix the product defect or confusing flow generating the contact.
- Deflect — answer it in the interface at the moment of confusion, not in a help center nobody
visits.
- Self-serve — findable documentation for people who go looking.
- Automate — genuine resolution of routine requests, not a bot that stalls people before a
human.
- Assist — a person.
Most support improvement programs work on level 5 exclusively, because it is the visible one.
Channels
Pick by what the work needs, not by what is fashionable. Asynchronous channels are cheaper and better for anything requiring investigation. Synchronous channels are worth their cost for urgency, high-value accounts, and anything where a customer is stuck mid-task.
Every channel you open must be staffed to its expectation. An unstaffed live-chat widget is worse than no chat.
Service levels
Set by severity and customer tier, published internally, and — this is the part usually missing — checked against actual capacity before being promised. A commitment the staffing cannot meet is a commitment to fail visibly.
Measure first response and time to resolution separately. They have different causes: first response is a staffing problem, resolution is usually a product or escalation problem.
Metrics that mean something
- Contacts per active customer, trending. The only metric that captures whether the product is
getting better rather than the team getting faster.
- First-contact resolution — reopens are the honest signal.
- Backlog age distribution, not average age. Averages hide the tickets rotting at the back, and
those are the ones that become complaints.
- Customer-effort, asked at resolution.
Be careful with time-to-close and volume handled. Both are easily gamed and both reward closing over solving.
Staffing
Size to peak-hour concurrency, not to daily volume — queues form in hours, not days. Model the shrinkage honestly: training, breaks, meetings, leave. A plan assuming full utilization understaffs by a wide margin and then blames the team.
Quality
Review a sample of resolved contacts against a rubric agreed with the team, and coach against it. Reviewing only escalations trains for defense rather than quality.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: cbrock84
- Source: cbrock84/headcount
- License: MIT
- Homepage: https://cbrock84.github.io/headcount/
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.