describe
Feed tasks via CLI args, GitHub issue refs, or a plain-text file. Markdown comments allowed.
# describe.txt#42 — add OAuth flow#43 — wire login UI#44 — write E2E tests
$ agent-estimate --help
PERT estimates for AI-agent tasks. How long, which model is reliable enough, and what's the human-equivalent cost — in two seconds.
$ agent-estimate estimate --file tasks.txtTask Tier PERT (O/M/P) Expected Human-eq────────────────────────────────────────────────────────────────Implement auth M 25/50/90m 57.8m 160mAdd tests S 12/23/40m 24.0m 75mTimeline ────────────────────────────────best 37m · expected 81.8m · worst 130mhuman-equivalent: 235m → 2.87× compression⚠ METR warning: "Implement auth" exceeds Opus p80
PROBLEM
AI agents can write code — but how long will a task actually take? Manual estimation is slow and biased toward optimism. No estimation means scope creep and missed deadlines. The gap between "agents can do it" and "we know when it'll be done" is where projects break down.
agent-estimate closes this gap with PERT math, METR reliability data, and dependency-aware wave planning — calibrated forecasts in seconds, not meetings.
SYNOPSIS
Feed tasks via CLI args, GitHub issue refs, or a plain-text file. Markdown comments allowed.
# describe.txt#42 — add OAuth flow#43 — wire login UI#44 — write E2E tests
Three-point PERT with spec-clarity, context, and agent-fit modifiers. Calibrated against 250+ dispatches (May 2026).
PERT = (O + 4M + P) / 625 + 4×50 + 90 = 52.5m× 1.10 context tax→ effective 57.8m
Best / expected / worst, METR warnings, and per-agent load. Output as JSON, MD, or PR comment.
# timelinebest 70mexpected 90mworst 130m2.78× vs human
EXAMPLE OUTPUT
# wave 1 — parallel execution (T+0 → T+58m)┌────────── codex ──────────┐ ┌────────── claude ─────────┐│ Implement auth │ │ Add tests ││ 57.8m + 17.5m review │ │ 24.0m + 7.5m review ││ ! exceeds threshold │ │ + within threshold │└───────────────────────────┘ └───────────────────────────┘# wave 2 — sequential (T+58 → T+90m)┌────────── gemini ─────────┐│ Integration + ship ││ 32.0m + 8m review │└───────────────────────────┘total fleet time: 90m · human-eq: 250m · 2.78×
OPTIONS
// production data — claude · codex · gemini · cline. not synthetic benchmarks.
$ start estimating
Reports in seconds.