What problem does it solve?
Estimating how long a software feature or project will take is notoriously unreliable when done by gut feeling. This Skill produces structured, defensible effort estimates with confidence intervals, so teams can plan sprints, budget projects, and prepare external quotes on a quantitative basis.
Core Features & Use Cases
- Three-Point Estimation (PERT): Computes expected effort, standard deviation, and 68%/90%/95%/99.7% confidence intervals from optimistic, most-likely, and pessimistic values per work package.
- T-shirt Sizing: Maps XS–XXL sizes to person-day ranges and converts them into three-point estimates for finer-grained planning.
- Function Point Analysis (FPA): Counts ILF, EIF, EI, EO, and EQ components with complexity weights, then converts function points to person-hours using technology-stack benchmarks plus risk buffers.
- Use Case: A product manager asks how long a payment module will take. The Skill breaks the work into a WBS, applies PERT via the bundled calculator script, and returns a report with total expected effort, confidence intervals, and risk alerts.
Quick Start
Ask the agent to estimate the effort for your feature description using the project-sizing-guide, for example by providing a task list with optimistic, most-likely, and pessimistic person-day values.