Skip to content
Skillv1.0.0

progressive-estimation

Estimate AI-assisted and hybrid human+agent development work with research-backed PERT statistics and calibration feedback loops

by FISCFED9(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from FISCFED9/CLI (.gemini/skills/plugins/antigravity-awesome-skills-claude/skills/progressive-estimation/SKILL.md). Install upstream with npx skills add FISCFED9/CLI --skill progressive-estimation. Copyright stays with the author.

Progressive Estimation

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

  1. Mode Detection — Determines if the team works human-only, hybrid, or agent-first
  2. Task Classification — Categorizes by size (XS–XL), complexity, and risk
  3. Formula Application — Applies research-backed multipliers grounded in empirical studies
  4. PERT Calculation — Produces expected values using three-point estimation
  5. Confidence Bands — Generates P50, P75, P90 intervals
  6. Output Formatting — Formats for Linear, JIRA, ClickUp, GitHub Issues, Monday, or GitLab
  7. 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

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/fiscfed9-cli-progressive-estimation/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

fiscfed9-cli-progressive-estimation.ocm.jsonjson
{
  "ocm": "1",
  "id": "fiscfed9-cli-progressive-estimation",
  "kind": "skill",
  "name": "progressive-estimation",
  "description": "Estimate AI-assisted and hybrid human+agent development work with research-backed PERT statistics and calibration feedback loops",
  "publisher": "FISCFED9",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "math"
    ],
    "tags": [
      "skill-md",
      "estimation",
      "project-management",
      "pert",
      "sprint-planning",
      "ai-agents",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Estimate AI-assisted and hybrid human+agent development work with research-backed PERT statistics and calibration feedback loops"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/FISCFED9/CLI",
      "path": ".gemini/skills/plugins/antigravity-awesome-skills-claude/skills/progressive-estimation/SKILL.md",
      "ref": "dc5c68e06bbbffb3a2ddd72a79e277b71b02b0e9",
      "url": "https://github.com/FISCFED9/CLI/blob/dc5c68e06bbbffb3a2ddd72a79e277b71b02b0e9/.gemini/skills/plugins/antigravity-awesome-skills-claude/skills/progressive-estimation/SKILL.md",
      "key": "FISCFED9/CLI/.gemini/skills/plugins/antigravity-awesome-skills-claude/skills/progressive-estimation/SKILL.md"
    }
  },
  "instructions": "# Progressive Estimation\n\nEstimate AI-assisted and hybrid human+agent development work using research-backed formulas with PERT statistics, confidence bands, and calibration feedback loops.\n\n## Overview\n\nProgressive 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.\n\n## When to Use This Skill\n\n- Estimating development tasks where AI agents handle part of the work\n- Sprint planning with hybrid human+agent teams\n- Batch sizing a backlog (handle",
  "cost": {
    "context_tokens": 686
  }
}

Fetch it by URL: GET /api/v1/registry/fiscfed9-cli-progressive-estimation/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.