Skip to content
Skillv1.0.0

development-estimation

Use when estimating time, effort, or complexity for features or projects - provides structured estimation workflows with breakdowns, risks, and confidence intervals.

by nickcrew(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from nickcrew/claude-cortex (skills/development-estimation/SKILL.md). Install upstream with npx skills add nickcrew/claude-cortex --skill development-estimation. Copyright stays with the author.

Development Estimation

Overview

Create consistent, defensible estimates by breaking scope into components, identifying risks, and providing confidence intervals.

When to Use

  • Estimating feature or project scope
  • Providing effort or complexity estimates
  • Delivering risk-aware breakdowns

Avoid when:

  • The task is trivial or a rough gut-check is sufficient
  • Requirements are unknown and need discovery first

Quick Reference

Task Load reference
Estimation workflow skills/development-estimation/references/estimate.md

Workflow

  1. Define scope and estimation type (time/effort/complexity).
  2. Load the estimation reference for structure.
  3. Break into components and dependencies.
  4. Add risks and confidence intervals.
  5. Deliver estimate with assumptions.

Output

  • Estimate with breakdown and confidence interval
  • Assumptions, risks, and validation notes

Common Mistakes

  • Estimating without clear scope
  • Ignoring risk and dependency factors
  • Overstating precision beyond available data

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/nickcrew-claude-cortex-development-estimation/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

nickcrew-claude-cortex-development-estimation.ocm.jsonjson
{
  "ocm": "1",
  "id": "nickcrew-claude-cortex-development-estimation",
  "kind": "skill",
  "name": "development-estimation",
  "description": "Use when estimating time, effort, or complexity for features or projects - provides structured estimation workflows with breakdowns, risks, and confidence intervals.",
  "publisher": "nickcrew",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "complexity-estimate",
      "effort-estimate",
      "estimate-effort",
      "scoping",
      "t-shirt-size",
      "time-estimate",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Use when estimating time, effort, or complexity for features or projects - provides structured estimation workflows with breakdowns, risks, and confidence intervals."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/nickcrew/claude-cortex",
      "path": "skills/development-estimation/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/nickcrew/claude-cortex/blob/HEAD/skills/development-estimation/SKILL.md",
      "key": "nickcrew/claude-cortex/skills/development-estimation/SKILL.md"
    }
  },
  "instructions": "# Development Estimation\n\n## Overview\nCreate consistent, defensible estimates by breaking scope into components, identifying risks, and providing confidence intervals.\n\n## When to Use\n- Estimating feature or project scope\n- Providing effort or complexity estimates\n- Delivering risk-aware breakdowns\n\nAvoid when:\n- The task is trivial or a rough gut-check is sufficient\n- Requirements are unknown and need discovery first\n\n## Quick Reference\n\n| Task | Load reference |\n| --- | --- |\n| Estimation workflow | `skills/development-estimation/references/estimate.md` |\n\n## Workflow\n1. Define scope and est",
  "cost": {
    "context_tokens": 262
  }
}

Fetch it by URL: GET /api/v1/registry/nickcrew-claude-cortex-development-estimation/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.