Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Workload Equity

ASecurity

Use when the user wants to analyze whether non-promotable (glue) work is fairly distributed across their team, with attention to demographic patterns. Triggers: "is our glue work fair", "who does the non-promotable work on our team", "audit workload distribution", "are women doing more glue work", "workload equity analysis", "non-promotable work allocation". Produces a diagnosis with bias signals and redistribution recommendations

7 stars
0 votes
0 copies
0 views
Added 9/22/2026
developmentgoperformance

Security Analysis

A100/100

Scanned 9/22/2026

Install to Claude Code

$npx -y skills add shrwnsan/vibekit-claude-plugins --skill workload-equity --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Workload Equity?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Workload Equity
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/shrwnsan-workload-equity/badge)](https://www.skillsdirectory.com/skills/shrwnsan-workload-equity)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: workload-equity
description: Use when the user wants to analyze whether non-promotable (glue) work is fairly distributed across their team, with attention to demographic patterns. Triggers: "is our glue work fair", "who does the non-promotable work on our team", "audit workload distribution", "are women doing more glue work", "workload equity analysis", "non-promotable work allocation". Produces a diagnosis with bias signals and redistribution recommendations
---

# Workload Equity Analysis

Diagnose whether non-promotable (glue) work is distributed fairly across a team, with attention to demographic patterns (gender, seniority, tenure). Combines Tanya Reilly's "glue work" framework with HBR volunteerism-bias research (women volunteer 48% more often; managers ask women 44% more often).

**Output:** a private diagnostic report (`~/haku-work-reflections/workload-equity/<date>-team-<team>.md`) for pre-calibration self-reflection, DEI review (anonymized), 1:1 role-clarity discussions, and process design making glue visible.

## When to apply

Trigger when: certain members (often junior, often women/underrepresented) over-volunteer for non-promotable work; preparing for promotion calibration; some engineers never get senior-level coordination work; complaints like "some people always take meeting notes"; attrition among juniors stuck on support tasks; proactive audit.

Skip when: team too small (<4); active crisis (address the fire first); no visibility into workload distribution (IC without management scope).

## Prerequisites

Either the user has run `glue-audit` (baseline inventory), or has sufficient observational data. The skill interviews the user as a proxy observer; it does not access calendars or task systems directly.

## The interview flow

### 1. Scope definition
Team name/size; time period; team-wide vs. one individual; anonymity preference.

### 2. Team roster
Per member: name (or pseudonym), level, gender (only if comfortable — needed for bias signal), tenure, role (IC/EM/TPM).

### 3. Glue work inventory per person
"What glue tasks has [person] done in the last [period]?" Use the `glue-audit` taxonomy as prompts. Estimate hours per week; was it officially part of the role?

### 4. Core work check
"What are each person's *core* deliverables this period?" Glue plus weak core = underperformance; glue plus strong core = exploitation.

### 5. Visibility & credit
Per glue item: who knows? Called out in reviews or promo packets? If it stopped, who would notice?

### 6. Volunteering vs. assignment
For recurring tasks: volunteered or asked? *"Who said 'I'll take onboarding' vs. '[person], can you?'"*

### 7. Fairness signals
Red flags: **single-point dependency** (bus factor 1); **task ghettoization** (same people always take notes/logistics); **credit mismatch** (one does the work, another gets visibility); **career penalty risk** (glue-doer's promotion slips); **demographic clustering** (women/juniors on support/coordination).

### 8. Optional: manager self-check
"What have you asked each person this quarter?" "What have you *not* asked certain people, though it's senior-level work?" "Have you deflected glue requests landing in someone's Slack?"

## Output structure

```markdown
---
team: [team name]
period: [date range]
analyst: [user name, role]
anonymized: true | false
---

# Workload Equity Audit — [Team]

## Executive summary
- Team size, glue distribution, patterns ("Women do 62% of glue hours")
- Risk: low / medium / high; top 3 redistribution opportunities

## Per-person breakdown
| Person | Level | Gender | Core work | Glue hrs/wk | Glue type | Visibility | Promotion risk |
|---|---|---|---|---|---|---|---|
| Alice | Senior | F | Shipped auth service | 12 | onboarding, design review | team | Medium (glue not counted) |
| Bob | Senior | M | Shipped billing pipeline | 2 | occasional PR review | high | Low (code counts) |

## Patterns identified
[Name each with evidence, drivers, risk — e.g.
"Women over-volunteer": Alice/Carol/Dana carry 68% of glue hours;
"Single-point dependency": only Alice knows onboarding;
"Glue not counted in promotions": packet emphasized code output only.]

## Recommendations
### Immediate (this sprint)
Rotate onboarding to Bob with Alice as backup; publicly credit design-review work; explicit assignment protocol.
### Short-term (next quarter)
"Glue work is real work" in the working agreement; promotion rubric includes onboarding/mentorship; calendar blocks make glue visible.
### Long-term (6 months)
Shared glue rotation; collect promo cases where glue was central; bias check: "Would I ask a senior man to do this?"

**If the user is the overloaded person:** a 2-week "glue holiday" to surface gaps; reassign at least 2 categories; protect core-work blocks.

## Manager guidance
System improvement, not individual performance review; present findings without shaming; add "glue work is work" to retro/planning rituals; rebalancing is career development for juniors.
```

## Operating principles

- **Privacy-protective** — anonymized by default; named only on opt-in.
- **Bias-aware, not accusatory** — patterns as system signal, not person fault.
- **Action-oriented** — diagnosis without a redistribution plan is just guilt.
- **Link to promotion** — senior-level but unrecognized glue is a ladder problem or a redistribution problem.
- **Respect core work** — if deliverables suffer, redistribution includes offloading, not just sharing.

## Composition with other skills

- **`glue-audit`** — uses its inventory as raw input
- **`promo-case-glue`** — equity diagnosis supports the promotion narrative
- **`manage-glue-workers`** — the redistribution plan is its execution instruction
- **`team-diagnosis`** — a focused input into that broader health check

## Anti-patterns to flag

- **Naming and shaming** — never publish named individual data without opt-in.
- **Ignoring core work** — equitable glue is meaningless if deliverables slip.
- **Assuming intent** — present the pattern; don't accuse bias.
- **One-and-done** — recommend quarterly re-audit.
- **Over-counting** — some glue is promotable; strategic alignment beats scheduling.

Attribution

shrwnsanshrwnsan
View sourceMore from shrwnsan →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Browser Extension Developer

Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.

284722 votes

Seo Optimizer

SEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content audits, or encountering keyword density, readability scores, meta tags, schema markup errors.

2192 votes

Google Official Seo Guide

Official Google SEO guide covering search optimization, best practices, Search Console, crawling, indexing, and improving website search visibility based on official Google documentation

1862 votes

Tanstack Start

Build a full-stack TanStack Start app on Cloudflare Workers from scratch — SSR, file-based routing, server functions, D1+Drizzle, better-auth, Tailwind v4+shadcn/ui. Use whenever the user mentions TanStack Start, asks to scaffold a full-stack Cloudflare app with SSR, wants an SSR dashboard, or asks for a React 19 + Cloudflare Workers app with file-based routing and server functions — even if they don't name TanStack Start specifically. No template repo — Claude generates every file fresh per ...

9881 votes

Pentest

PTES-aligned adversarial security audit for backend, frontend, and mobile applications. Produces a CVSS-scored Hacker Report with verified PoCs and phased remediation.

5491 votes
View all in development →