# Doncheli Estimate

> Estimate effort, duration and cost using 4 complementary models (Function Points, Planning Poker AI, COCOMO, Historical). Activate when user mentions "estimate", "estimation", "effort", "how long", "cost", "story points", "sizing".

- **Type:** Skill
- **Install:** `agentstack add skill-doncheli-don-cheli-sdd-doncheli-estimate`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [doncheli](https://agentstack.voostack.com/s/doncheli)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [doncheli](https://github.com/doncheli)
- **Source:** https://github.com/doncheli/don-cheli-sdd/tree/main/.opencode/skills/doncheli-estimate
- **Website:** https://doncheli.tv

## Install

```sh
agentstack add skill-doncheli-don-cheli-sdd-doncheli-estimate
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Don Cheli: Estimation Engine

## Instructions

1. Read the feature, story or task description
2. Run all 4 estimation models independently (treat each as a separate agent):
   - **Function Points**: count inputs, outputs, queries, files, interfaces; apply complexity weights
   - **Planning Poker AI**: 3 independent agents guess simultaneously (pessimist, realist, optimist), then reconcile using Delphi method
   - **COCOMO II**: classify project size (Organic / Semi-detached / Embedded), apply effort equation
   - **Historical**: look for comparable past tasks in `.dc/hallazgos.md` and `docs/`; extrapolate velocity
3. Compute the consolidated estimate with 90% confidence interval
4. Flag hidden risks that inflate variance

## Output Format

```
## Estimation: 

| Model            | Estimate   | Unit       | Confidence |
|------------------|------------|------------|------------|
| Function Points  | X          | hours      | medium     |
| Planning Poker   | X–Y        | story pts  | high       |
| COCOMO II        | X          | person-days| medium     |
| Historical       | X          | days       | low/med    |

**Consolidated:** X–Y days (90% CI)
**Key assumptions:** …
**Top 3 risks that increase variance:** …
```

## Quality Gate

- All 4 models must be executed; do not skip any
- If Historical has no comparable baseline, mark as N/A and explain
- If Planning Poker spread > 2x, escalate: ask the user to clarify scope before finalizing

## Do not use this skill when

- The task is trivially small (< 1 hour) — just state it directly
- The user is asking for a rough gut-feel order of magnitude; use a one-liner instead

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [doncheli](https://github.com/doncheli)
- **Source:** [doncheli/don-cheli-sdd](https://github.com/doncheli/don-cheli-sdd)
- **License:** Apache-2.0
- **Homepage:** https://doncheli.tv

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-doncheli-don-cheli-sdd-doncheli-estimate
- Seller: https://agentstack.voostack.com/s/doncheli
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
