Agent Skillscbrock84/headcount › capacity-and-demand-planning

capacity-and-demand-planning

GitHub

用于运营产能与需求规划,通过诚实预测基线、趋势和峰值来匹配服务能力。分析队列积压以诊断瓶颈,区分真实产能不足与流程问题,从而决定是增加资源还是优化工作流,避免盲目扩编或低效排班。

plugins/operations/skills/capacity-and-demand-planning/SKILL.md cbrock84/headcount

Trigger Scenarios

需要预测团队或系统的工作负载 处理持续增长的队列积压问题 评估是否需增加人力或优化流程

Install

npx skills add cbrock84/headcount --skill capacity-and-demand-planning -g -y
More Options

Non-standard path

npx skills add https://github.com/cbrock84/headcount/tree/main/plugins/operations/skills/capacity-and-demand-planning -g -y

Use without installing

npx skills use cbrock84/headcount@capacity-and-demand-planning

指定 Agent (Claude Code)

npx skills add cbrock84/headcount --skill capacity-and-demand-planning -a claude-code -g -y

安装 repo 全部 skill

npx skills add cbrock84/headcount --all -g -y

预览 repo 内 skill

npx skills add cbrock84/headcount --list

SKILL.md

Frontmatter
{
    "name": "capacity-and-demand-planning",
    "description": "Matches operational capacity to expected demand — forecasting load, sizing teams and systems, managing queues, and deciding when to add capacity. Use this to plan staffing for expected volume, diagnose a queue that keeps growing, size support or fulfillment capacity, or decide whether a bottleneck needs more capacity or better flow."
}

Capacity and demand planning

This is operational throughput — how much work the organization can absorb. Allocating people across projects is portfolio work, handled in pmo:portfolio-governance.

Forecast demand honestly

Separate the three components, because they need different treatment:

  • Baseline — the steady rate, best estimated from your own history rather than from a plan.
  • Trend — the direction, measured over enough periods to distinguish it from noise.
  • Spikes — launches, seasonality, campaigns, incidents. Known spikes are a planning input; unknown ones are what headroom is for.

Forecast in the unit the work actually arrives in — tickets, orders, shipments, minutes of handling — not in revenue. Revenue divided by an average is a forecast of an average, and averages are where capacity planning goes to die.

Capacity is not headcount

Usable capacity is people multiplied by available hours multiplied by the fraction spent on the work in question. The last term is the one everyone omits and it is rarely above 70%: meetings, training, holiday, and the interruptions that come with the job are real.

Plan against realistic effective capacity. Planning at 100% guarantees the plan fails on its first ordinary week.

Queues tell you before the dashboard does

Utilization above roughly 80% makes wait times rise sharply and non-linearly — a system at 95% is not slightly slower than one at 85%, it is qualitatively worse. This is why "we have spare capacity on paper" coexists with a queue that never clears.

Watch the trend in queue age, not the queue length. A stable-length queue whose oldest item keeps getting older is a queue that is quietly failing its slowest customers.

Add capacity or fix flow

Before adding capacity, establish which it is:

  • Genuine capacity shortfall — arrival rate exceeds service rate at reasonable utilization. Add capacity.
  • Flow problem — rework, handoffs, waiting on another team, batching. Adding capacity here adds cost and often makes throughput worse by increasing coordination. Send this to operations:process-design.

The tell: if work spends most of its life waiting rather than being worked, it is a flow problem.

Never

  • Plan against nominal headcount rather than effective capacity.
  • Run a critical queue at sustained high utilization and treat the wait times as a mystery.
  • Add capacity to a process you have not measured.
  • Forecast in aggregate currency when work arrives in discrete units.

Version History

  • 9cbf340 Current 2026-09-08 17:57

    修复了四个主要技能文件中 '## Never' 列表的分裂项目错误,并补全了英式拼写检查规则以捕获操作技能中的英式用法。

  • d58a7ee 2026-09-02 21:08

Same Skill Collection

plugins/corporate-strategy/skills/chief-strategy-officer/SKILL.md
plugins/corporate-strategy/skills/market-entry/SKILL.md
plugins/corporate-strategy/skills/mergers-and-acquisitions/SKILL.md
plugins/corporate-strategy/skills/portfolio-strategy/SKILL.md
plugins/corporate-strategy/skills/scenario-planning/SKILL.md
plugins/corporate-strategy/skills/strategic-alliances/SKILL.md
plugins/customer-experience/skills/chief-customer-officer/SKILL.md
plugins/customer-experience/skills/customer-onboarding-and-implementation/SKILL.md
plugins/customer-experience/skills/customer-success-management/SKILL.md
plugins/customer-experience/skills/escalation-management/SKILL.md
plugins/customer-experience/skills/self-service-and-knowledge/SKILL.md
plugins/customer-experience/skills/support-operations/SKILL.md
plugins/customer-experience/skills/voice-of-customer/SKILL.md
plugins/data-analytics/skills/ai-ml-governance/SKILL.md
plugins/data-analytics/skills/business-intelligence/SKILL.md
plugins/data-analytics/skills/chief-data-officer/SKILL.md
plugins/data-analytics/skills/data-engineering/SKILL.md
plugins/data-analytics/skills/data-governance/SKILL.md
plugins/data-analytics/skills/data-modeling/SKILL.md
plugins/demand-generation/skills/ai-search-optimization/SKILL.md
plugins/demand-generation/skills/app-store-optimization/SKILL.md
plugins/demand-generation/skills/experimentation/SKILL.md
plugins/demand-generation/skills/landing-page-cro-expert/SKILL.md
plugins/demand-generation/skills/lead-capture/SKILL.md
plugins/demand-generation/skills/lifecycle-messaging/SKILL.md
plugins/demand-generation/skills/listing-distribution/SKILL.md
plugins/demand-generation/skills/marketing-analytics/SKILL.md
plugins/demand-generation/skills/paid-advertising/SKILL.md
plugins/demand-generation/skills/programmatic-seo/SKILL.md
plugins/demand-generation/skills/seo-strategy/SKILL.md
plugins/executive/skills/ai-research-analyst/SKILL.md
plugins/executive/skills/business-growth-consultant/SKILL.md
plugins/executive/skills/chief-executive/SKILL.md
plugins/executive/skills/fundraising-and-investor-relations/SKILL.md
plugins/executive/skills/saas-idea-validator/SKILL.md
plugins/finance/skills/budgeting-and-forecasting/SKILL.md
plugins/finance/skills/capital-allocation/SKILL.md
plugins/finance/skills/capital-structure-and-covenants/SKILL.md
plugins/finance/skills/cost-accounting/SKILL.md
plugins/finance/skills/financial-modeling/SKILL.md
plugins/finance/skills/financial-reporting-and-close/SKILL.md
plugins/finance/skills/financial-statement-analysis/SKILL.md
plugins/finance/skills/internal-controls-and-audit/SKILL.md
plugins/finance/skills/revenue-recognition/SKILL.md
plugins/finance/skills/tax/SKILL.md
plugins/finance/skills/treasury-and-liquidity/SKILL.md
plugins/finance/skills/unit-economics/SKILL.md
plugins/it-operations/skills/backup-and-recovery/SKILL.md
plugins/it-operations/skills/chief-information-officer/SKILL.md
plugins/it-operations/skills/cloud-administration/SKILL.md

Metadata

Files
0
Version
9cbf340
Hash
c33213d4
Indexed
2026-09-02 21:08

trang chủ - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-09-15 18:16
浙ICP备14020137号-1 $bản đồ khách truy cập$