Progressive Estimation
Selective Reading Rule
Start with:
references/senior-master-standard.md
references/usage-routing.md
references/quality-checklist.md
Then load only the inherited docs, scripts, assets, or examples that match the user's actual task.
Estimate AI-assisted and hybrid human+agent development work using research-backed formulas with PERT statistics, confidence bands, and calibration feedback loops.
Overview
Progressive Estimation adapts to your team's working mode — human-only, hybrid, or agent-first — applying the right velocity model and multipliers for each. It produces statistical estimates rather than gut feelings.
When to Use This Skill
- Estimating development tasks where AI agents handle part of the work
- Sprint planning with hybrid human+agent teams
- Batch sizing a backlog (handles 5 or 500 issues)
- Staffing and capacity planning with agent multipliers
- Release date forecasting with confidence intervals
How It Works
- Mode Detection — Determines if the team works human-only, hybrid, or agent-first
- Task Classification — Categorizes by size (XS–XL), complexity, and risk
- Formula Application — Applies research-backed multipliers grounded in empirical studies
- PERT Calculation — Produces expected values using three-point estimation
- Confidence Bands — Generates P50, P75, P90 intervals
- Output Formatting — Formats for Linear, JIRA, ClickUp, GitHub Issues, Monday, or GitLab
- Calibration — Feeds back actuals to improve future estimates
Examples
Single task:
"Estimate building a REST API with authentication using Claude Code"
Batch mode:
"Estimate these 12 JIRA tickets for our next sprint"
With context:
"We have 3 developers using AI agents for ~60% of implementation. Estimate this feature."
Best Practices
- Start with a single task to calibrate before moving to batch mode
- Feed back actual completion times to improve the calibration system
- Use "instant mode" for quick T-shirt sizing without full PERT analysis
- Be explicit about team composition and agent usage percentage
Common Pitfalls
Problem: Overconfident estimates
Solution: Use P75 or P90 for commitments, not P50
Problem: Missing context
Solution: The skill asks clarifying questions — provide team size and agent usage
Problem: Stale calibration
Solution: Re-calibrate when team composition or tooling changes significantly
Related Skills
@sprint-planning - Sprint planning and backlog management
@project-management - General project management workflows
@capacity-planning - Team velocity and capacity planning
Additional Resources
Limitations
- Use this skill only when the task clearly matches the scope described above.
- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.
1---2name: progressive-estimation3description: ALWAYS use this when the request matches Progressive Estimation: Estimate AI-assisted and hybrid human+agent development work with research-backed PERT statistics and calibration feedback loops4---56# Progressive Estimation78## Selective Reading Rule910Start with:1112- `references/senior-master-standard.md`13- `references/usage-routing.md`14- `references/quality-checklist.md`1516Then load only the inherited docs, scripts, assets, or examples that match the user's actual task.1718Estimate AI-assisted and hybrid human+agent development work using research-backed formulas with PERT statistics, confidence bands, and calibration feedback loops.1920## Overview2122Progressive Estimation adapts to your team's working mode — human-only, hybrid, or agent-first — applying the right velocity model and multipliers for each. It produces statistical estimates rather than gut feelings.2324## When to Use This Skill2526- Estimating development tasks where AI agents handle part of the work27- Sprint planning with hybrid human+agent teams28- Batch sizing a backlog (handles 5 or 500 issues)29- Staffing and capacity planning with agent multipliers30- Release date forecasting with confidence intervals3132## How It Works33341. **Mode Detection** — Determines if the team works human-only, hybrid, or agent-first352. **Task Classification** — Categorizes by size (XS–XL), complexity, and risk363. **Formula Application** — Applies research-backed multipliers grounded in empirical studies374. **PERT Calculation** — Produces expected values using three-point estimation385. **Confidence Bands** — Generates P50, P75, P90 intervals396. **Output Formatting** — Formats for Linear, JIRA, ClickUp, GitHub Issues, Monday, or GitLab407. **Calibration** — Feeds back actuals to improve future estimates4142## Examples4344**Single task:**45> "Estimate building a REST API with authentication using Claude Code"4647**Batch mode:**48> "Estimate these 12 JIRA tickets for our next sprint"4950**With context:**51> "We have 3 developers using AI agents for ~60% of implementation. Estimate this feature."5253## Best Practices5455- Start with a single task to calibrate before moving to batch mode56- Feed back actual completion times to improve the calibration system57- Use "instant mode" for quick T-shirt sizing without full PERT analysis58- Be explicit about team composition and agent usage percentage5960## Common Pitfalls6162- **Problem:** Overconfident estimates63 **Solution:** Use P75 or P90 for commitments, not P506465- **Problem:** Missing context66 **Solution:** The skill asks clarifying questions — provide team size and agent usage6768- **Problem:** Stale calibration69 **Solution:** Re-calibrate when team composition or tooling changes significantly7071## Related Skills7273- `@sprint-planning` - Sprint planning and backlog management74- `@project-management` - General project management workflows75- `@capacity-planning` - Team velocity and capacity planning7677## Additional Resources7879- [Source Repository](https://github.com/Enreign/progressive-estimation)80- [Installation Guide](https://github.com/Enreign/progressive-estimation/blob/main/INSTALLATION.md)81- [Research References](https://github.com/Enreign/progressive-estimation/tree/main/references)8283## Limitations84- Use this skill only when the task clearly matches the scope described above.85- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.86- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.