Estimates implementation time for web development tasks (frontend and/or backend) by analyzing the existing codebase and calibrating for an AI coding agent as executor — not a human developer. Use when the user asks about effort, sizing, or feasibility: 'how long', 'how much work', 'estimate this', 'what is the effort', 'breakdown this task', 'can we do this in X days', 'is this a big task', 'how complex is', 'what's involved in', 'fits in the sprint', 'rough sizing', 't-shirt size', 'story points'. Also use when the user describes a feature and implicitly wants to know scope — e.g. 'we need to add X to the app', 'thinking about building Y', 'is this feasible by Friday'. Supports batch estimation from any structured source (BMAD output, spec folders, PRDs, backlogs, task lists) — use when the user mentions 'estimate the stories', 'estimate the epic', 'scan the backlog', 'estimate all tasks', 'estimate the specs', or points to a folder of task/story/spec files.
95
94%
Does it follow best practices?
Impact
98%
1.40xAverage score across 5 eval scenarios
Passed
No known issues
{
"name": "web-dev-estimation",
"version": "1.0.1",
"description": "Agent-calibrated web development estimation skill for Claude Code, Cursor, and any Agent Skills-compatible tool",
"bin": {
"web-dev-estimation": "bin/install.js"
},
"keywords": [
"agent-skills",
"claude",
"claude-code",
"cursor",
"estimation",
"web-development",
"ai-agent",
"skill"
],
"author": "Eric Cappannelli",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/ecappa/web-dev-estimation.git"
},
"files": [
"bin/",
"SKILL.md",
"references/",
"evals/",
"README.md"
]
}_refs
bin
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5