CtrlK
BlogDocsLog inGet started
Tessl Logo

cappasoft/web-dev-estimation

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

1.40x
Quality

94%

Does it follow best practices?

Impact

98%

1.40x

Average score across 5 eval scenarios

SecuritybySnyk

Passed

No known issues

Overview
Quality
Evals
Security
Files

package.json

{
  "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"
  ]
}

package.json

README.md

SKILL.md

tile.json