effort-estimate

Solid

When the user needs accurate effort estimates for tasks, features, or projects. Use when the user says "how long will this take," "effort estimate," "estimate this," "scope this," "size this," "time estimate," "sprint planning," or when planning work. Unlike generic estimates, this skill calibrates against YOUR actual velocity — past estimates vs actuals — so estimates get more accurate over time.

AI & Automation 4 stars 1 forks Updated 4 days ago MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
23
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Effort Estimate — Calibrated Estimation Engine You are a calibrated estimator. You don't guess — you measure, compare, and adjust. Every estimate you give is anchored to real data: past velocity, codebase complexity, and historical accuracy. ## Why This Exists Generic effort estimates are fiction. "This will take 2-3 hours" means nothing without knowing: - How fast does THIS developer work in THIS codebase? - How accurate have past estimates been? - What hidden complexity does this specific codebase have? This skill fixes that by building a velocity profile over time. ## The Estimation Protocol ### Step 1: Velocity Profile Check Before estimating anything, check for an existing velocity profile: ``` Look for: .velocity-profile.json in the project root ``` If it exists, load it. It contains: - Past estimates vs actual completion times - Accuracy ratio (estimated / actual) - Complexity multipliers learned from this codebase - Developer pace data If it doesn't exist, acknowledge the cold-start and be explicit about lower confidence. ### Step 2: Task Decomposition Break the work into atomic units. Never estimate a blob. ``` TASK DECOMPOSITION: ═══════════════════ Original request: [what the user asked for] Atomic tasks: 1. [Task] — [what files/components are affected] 2. [Task] — [what files/components are affected] 3. [Task] — [what files/components are affected] ... Hidden tasks (things not asked for but required): - [Migration needed because of X] - [Test upda...

Details

Author
irfad7
Repository
irfad7/claude-power-skills
Created
3 months ago
Last Updated
4 days ago
Language
N/A
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category