workload-calculator

Compute software project effort estimates from structured JSON inputs.

12|2|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/haomingz/kimi-skills --skill workload-calculator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workload-calculator
Source: https://github.com/haomingz/kimi-skills/tree/main/skills/workload-calculator
Command: npx skills add https://github.com/haomingz/kimi-skills --skill workload-calculator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

软件项目工时估算助手,使用三点估算(PERT)、T-shirt sizing或功能点分析(FPA)等方法,将需求拆解为工作包,计算出乐观、最可能和悲观工时,并提供项目总工时、标准差和置信区间等结果。当用户需要估算开发工时、评估项目工作量、做三点估算、T恤尺码估算、功能点分析、Sprint规划、报价工时拆分,或询问“这个功能要多久”、“评估一下工作量”等关键词或场景时触发。

Core Features & Use Cases

  • 支持三点估算、T恤尺码估算、功能点分析三种方法,用以将需求拆解为工作包并输出总工时、区间和风险评估。
  • 提供 O/M/P、E、σ、置信区间等指标,适用于内部计划和对外报价。
  • 场景示例:将需求拆解为若干工作包,给出每个包的 O/M/P、以及项目的总 E 与区间。

Quick Start

Provide a list of tasks with O/M/P or sizes to generate E, σ, and confidence intervals.

Frequently Asked Questions about workload-calculator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I estimate software project effort using PERT analysis?

PERT effort estimation calculates expected time and standard deviation from Optimistic, Most Likely, and Pessimistic values. You provide O/M/P inputs for each work package to generate the expected effort, sigma, and confidence intervals for project planning.

What is the best way to calculate confidence intervals for sprint estimation?

Calculating confidence intervals for sprint estimation requires deriving the expected value and standard deviation from your work packages. This Skill computes E and sigma from your structured inputs to provide reliable risk assessment ranges for sprint planning.

Can I use T-shirt sizing for detailed project cost forecasting?

T-shirt sizing can be used for project cost forecasting by mapping sizes to structured work packages. This Skill processes T-shirt sizing inputs alongside PERT and Function Point Analysis to output total effort estimates and risk assessments for internal planning and external quoting.

How do I prepare structured input data for function point analysis?

Preparing structured input data for Function Point Analysis involves listing your requirements as work packages in a JSON format. The command-line calculator accepts JSON inputs specifying the fpa method to compute reliable software effort estimates and confidence intervals.

Does this effort estimation method work for Work Breakdown Structure items?

This effort estimation method works directly with Work Breakdown Structure items by calculating O/M/P values for each WBS task. It aggregates these structured inputs to provide total project effort, standard deviation, and confidence intervals for accurate project planning.