AgentStack
SKILL verified Apache-2.0 Self-run

Doncheli Estimate

skill-doncheli-don-cheli-sdd-doncheli-estimate · by doncheli

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".

No reviews yet
0 installs
10 views
0.0% view→install

Install

$ agentstack add skill-doncheli-don-cheli-sdd-doncheli-estimate

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Doncheli Estimate? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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
  1. Compute the consolidated estimate with 90% confidence interval
  2. 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.

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

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.