One-click install
npx skills add https://github.com/Mekann2904/mekann --skill agent-estimation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-estimation
Source: https://github.com/Mekann2904/mekann/tree/main/.pi/skills/agent-estimation
Command: npx skills add https://github.com/Mekann2904/mekann --skill agent-estimation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

AI coding agents tend to overestimate task duration by anchoring to human development timelines, leading to inflated estimates. This skill forces estimation based on the agent's own operational units (tool call rounds).

Core Features & Use Cases

  • Round-based Estimation: Estimates effort in terms of agent "Rounds" (tool call cycles) rather than human time.
  • Structured Breakdown: Decomposes tasks into modules, assigns risk factors, and calculates effective rounds.
  • Real-time Conversion: Converts estimated rounds into human-readable time at the very end.
  • Use Case: When asked to estimate the effort for building a new API endpoint, this skill will break it down into boilerplate, moderate complexity, and integration rounds, applying risk factors to provide a realistic estimate in agent rounds and then converting it to minutes.

Quick Start

Use the agent-estimation skill to estimate the effort required to implement a new feature.

Frequently Asked Questions about agent-estimation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
Why does my AI agent overestimate task duration based on human timelines?

AI agents overestimate task duration by anchoring to human development timelines. This skill corrects overestimation by forcing effort calculation based on the agent's own operational units, specifically tool call rounds, before converting to wallclock time.

How do I estimate AI agent effort in tool call rounds?

Estimate AI agent effort by decomposing tasks into structured modules, assigning risk factors to each, and calculating effective rounds. This skill automates that breakdown to provide realistic effort estimations in agent operational units.

What is the best way to scope AI agent tasks for realistic planning?

Scoping AI agent tasks accurately requires structured breakdown and risk assessment. This skill decomposes tasks into boilerplate, moderate complexity, and integration rounds, applying risk factors to prevent inflated effort calculations.

Can I convert AI agent tool call rounds into human-readable time?

You can convert estimated AI agent tool call rounds into human-readable time. This skill performs the real-time conversion to wallclock minutes as the final step after calculating the effective rounds and applying risk factors.

Does AI agent task estimation work without external dependencies?

AI agent task estimation works without external dependencies. This skill relies entirely on its internal references to decompose tasks, apply risk factors, and calculate effort in operational units.

When should I not use human time estimates for AI agent tasks?

You should not use human time estimates for AI agent tasks when they cause inflated planning. Avoid this by using tool call rounds as the base metric, then converting to wallclock time only after risk assessment.