원클릭으로
workload-balance
Detects uneven distribution of in-progress work across team members and flags overloaded or underloaded individuals.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Detects uneven distribution of in-progress work across team members and flags overloaded or underloaded individuals.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Generates messages suggesting a ghost-done ticket be transitioned to Done. Helpful tone, evidence-based, always asks rather than commands.
Generates contextual, humble messages designed to unblock stuck tickets. Use when a stuck ticket needs a nudge comment.
Generates a quick morning briefing with what happened, what's stuck, and what needs attention today.
Evaluates whether epics are ready for PI or quarter planning by scoring 7 readiness dimensions.
Computes team capacity for a sprint or PI from headcount, PTO, and run-rate buffer.
Estimates completion probability for remaining work using velocity distribution and Monte Carlo-style simulation.
| name | workload-balance |
| version | 1.0.0 |
| description | Detects uneven distribution of in-progress work across team members and flags overloaded or underloaded individuals. |
| category | sprint-operations |
| trigger | Sprint planning review, mid-sprint health check, capacity concerns |
| autonomy | autonomous |
| portability | universal |
| complexity | basic |
| type | detection |
| inputs | [{"name":"sprint_tickets","type":"structured-text","required":true,"description":"Sprint tickets with assignee, status, story points, and priority."},{"name":"team_members","type":"list","required":false,"description":"List of team members (enables detection of unassigned or absent members)."}] |
| outputs | [{"name":"workload_report","type":"structured-text","description":"Per-person workload summary with imbalance flags and recommendations."}] |
| model_compatibility | ["claude","gpt-4","gemini","llama-3"] |
Detect uneven work distribution across team members in the active sprint. Flags individuals who are overloaded or underloaded relative to the team average.
For each assignee, count:
Flag individuals as:
| Condition | Flag |
|---|---|
| Active SP > 1.5x team average | Overloaded |
| Active SP < 0.5x team average AND no tickets in To Do | Underloaded |
| 2+ tickets in Blocked status | Blocked |
| 0 active tickets but sprint is in progress | Idle (may be on PTO or available to help) |
Count tickets with no assignee. If any are In Progress or In Review without an assignee, flag as a concern.
Based on detected imbalances:
## Workload Balance — {sprint name}
### Per-Person Summary
| Member | Active Tickets | Active SP | Blocked | Flag |
|--------|---------------|-----------|---------|------|
| {name} | {N} | {N} | {N} | {flag or "OK"} |
| ... | ... | ... | ... | ... |
**Team average**: {N} active SP / {N} active tickets per person
### Imbalances
{If any:}
- **{name}** is overloaded ({N} SP active vs team avg {N}). Consider reassigning {ticket} to {available person}.
- **{name}** appears underloaded ({N} SP active). Available to pick up {unassigned ticket} or help {overloaded person}.
{If none: "Workload is balanced across the team."}
### Unassigned Work
{If any: list unassigned tickets with priority}
{If none: "All tickets are assigned."}