Development Estimation logo

Development Estimation

Organization
frumu-ai
development-estimation

Use when estimating time, effort, cost, or complexity for features, projects, refactors, and bug backlogs. Produces defensible estimates via triage, decomposition, risk handling, and confidence intervals, with clear assumptions and validation steps.

Overview

Publisherfrumu-ai
Repositorytandem
Skill namedevelopment-estimation
Stars
121
Forks
13
Bundled files
Instructions only
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • Self-contained

    Everything the model needs lives in the instructions — no extra files to sync.

  • Open source

    Published by frumu-ai on GitHub. Read the source before you install it.

Installation

Install the Development Estimation AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/frumu-ai/tandem.git /tmp/tandem
mkdir -p .claude/skills
cp -r /tmp/tandem/apps/tandem-desktop/src-tauri/resources/skill-templates/development-estimation .claude/skills/development-estimation
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Development Estimation in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Development Estimation on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Development Estimation is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

Development Estimation

Purpose

Create consistent, defensible estimates by:

  • Triaging and clarifying scope (especially for bug lists)
  • Decomposing work into deliverable components
  • Accounting for testing, QA, and release overhead
  • Identifying risks and unknowns with explicit mitigation
  • Producing confidence-based ranges (P50/P80/P90)

Optimized for reviewing an existing project or backlog and producing a realistic delivery forecast.

When to Use

  • Estimating feature or project scope and delivery timelines
  • Reviewing a backlog and producing a time estimate
  • Producing risk-aware estimates with confidence intervals
  • Converting a list of problems into an execution plan

Avoid When

  • The task is trivial and a gut-check is sufficient
  • Requirements are unknown and discovery is the real work
  • You lack access to the codebase or requirements

Inputs Required

Provide as much as possible; estimate quality depends on clarity.

Minimum

  • List of items (bugs/features) with short descriptions
  • Target platform/environment (e.g., iOS/Android/Web, staging/prod)
  • Constraints (deadline, must-fix vs can-slip)

Helpful

  • Repro steps, logs, screenshots
  • Architecture notes or codebase access
  • Deployment pipeline and QA process
  • Team capacity model (engineers, focus hours/day, meeting load)
  • Definition of done (tests required, QA sign-off, release scope)

Estimation Frames

Always confirm the estimate frame up front:

  • Effort: engineer-days or engineer-weeks
  • Calendar: derived from capacity (effort / throughput)
  • Cost: optional, requires rate assumptions
  • Complexity: t-shirt sizing or points (only if requested)

Default Capacity Model

Unless provided, assume:

  • 5–6 hours/day of effective build time per engineer
  • Review and coordination overhead included per item
  • QA/release overhead is stated explicitly as an assumption

Triage Rubric (Bug Backlog)

For each bug, capture:

Repro

  • A: Always
  • B: Sometimes / flaky
  • C: Cannot repro / unclear

Clarity

  • A: Clear cause or clear fix path
  • B: Partial (needs investigation)
  • C: Unknown (needs discovery)

Impact

  • Blocker / High / Medium / Low

Fix Type

  • UI / Backend / Infra / Data / Dependency / Config / Unknown

Risk Flags

  • Concurrency / migrations / auth/security / payments / third-party API
  • Performance / cross-platform behavior / state persistence
  • Touches core path / unknown blast radius

Rule: If Repro=C or Clarity=C, include a discovery slice.

Workflow

1) Define Scope and Estimate Type

  • Confirm what is in/out of scope
  • Confirm estimate type: effort, calendar, cost, complexity
  • Confirm confidence target(s): P50 / P80 (default), optionally P90
  • Confirm constraints: deadlines, must-fix items, release boundary

2) Intake and Normalize the Backlog

  • De-duplicate issues
  • Merge near-duplicates and note uncertainty
  • Group items by subsystem (auth, billing, UI, sync, infra)
  • Identify unknown-unknown areas (legacy zones, flaky tests, poor observability)

3) Per-Item Breakdown

Estimate each item using this structure:

  • Triage / reproduce
  • Investigation / diagnosis (if needed)
  • Implementation
  • Tests (unit/integration/e2e as appropriate)
  • Code review and iteration
  • QA verification
  • Release / deployment steps (if applicable)

Use hours only for work expected to be under one day; otherwise use engineer-days.

4) Dependencies and Sequencing

  • Identify dependencies (internal modules, data migrations, external APIs, app-store releases)
  • Mark blockers and parallelizable streams
  • Flag sequencing needs (must land before X)

5) Risks, Unknowns, and Buffers

Maintain an Unknowns Register:

  • Unknown → discovery task → decision/validation method → timebox

Risk buffer guidance:

  • Low risk: +0–10%
  • Medium risk: +10–25%
  • High risk: +25–50%
  • Unknown-heavy: include discovery and a re-estimate gate

6) Roll-Up Totals and Confidence

Produce:

  • Per-item ranges (min/most-likely/max or P50/P80)
  • Totals by bucket (must/should/nice)
  • Overall confidence:
    • P50: likely if things go normally
    • P80: realistic commitment range
    • P90: conservative range for high-stakes delivery

7) Validation and Re-Estimation Plan

Provide:

  • Fastest validation steps to reduce uncertainty (logs, repro harness, spike)
  • Re-estimation checkpoints (after discovery spikes, after first tranche)

Output Format (Required)

A) Executive Summary

  • Scope statement (included/excluded)
  • Estimate frame (effort vs calendar + capacity assumptions)
  • Total estimates: P50 / P80 (and P90 if requested)
  • Key risks and biggest unknowns

B) Backlog Estimate Table

For each item:

  • ID / Title
  • Bucket (Must/Should/Nice)
  • Subsystem
  • Triage scores (Repro/Clarity/Impact)
  • Estimate (P50/P80)
  • Risk flags
  • Notes / assumptions

C) Totals by Bucket

  • Must-fix total (P50/P80)
  • Should-fix total (P50/P80)
  • Nice-to-have total (P50/P80)

D) Assumptions and Exclusions

  • Explicit assumptions (env access, test maturity, release cadence)
  • Explicit exclusions (UX redesign, perf overhaul, refactors unless listed)

E) Risks and Unknowns Register

  • Unknown → discovery plan → timebox → impact if true

F) Next Steps

  • Top 3 actions to validate quickly
  • Proposed sequencing / milestones
  • Re-estimation trigger points

Common Mistakes

  • Estimating a bug list as if it is already well-specified
  • Skipping repro/triage and undercounting diagnosis time
  • Ignoring testing, QA verification, and release overhead
  • Mixing effort and calendar without a capacity model
  • Overstating precision (single-number estimates with no confidence)
  • Not separating must-fix from nice-to-have

Quick Reference

  • Reference template: skills/development-estimation/references/estimate.md
  • Preferred output: P50/P80 effort plus derived calendar via stated capacity
  • Default unit: engineer-days (hours only for sub-day tasks)

Quality Bar

A good estimate is:

  • Transparent about assumptions
  • Broken down into components
  • Risk-aware with explicit unknown handling
  • Delivered as a range with confidence levels
  • Paired with a plan to validate and tighten the range

Frequently asked questions

What does the Development Estimation AI skill do?

Use when estimating time, effort, cost, or complexity for features, projects, refactors, and bug backlogs. Produces defensible estimates via triage, decomposition, risk handling, and confidence intervals, with clear assumptions and validation steps.

Why use Development Estimation on TypingMind?

Because you install it once and use it with any model. Development Estimation is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Development Estimation in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/frumu-ai/tandem/tree/main/apps/tandem-desktop/src-tauri/resources/skill-templates/development-estimation. TypingMind reads its SKILL.md and installs it as a skill you can enable per chat.

Which AI models can use Development Estimation?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Development Estimation?

As many as you like. As long as a model supports skills, you can use Development Estimation with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Development Estimation AI skill free?

It is published on GitHub by frumu-ai. Check the repository for licensing terms. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇