estimate

estimate is a skill for Claude Code, Codex from cenconq25/claude-code-app-studio. It costs 48 tokens per session (1,899 once invoked), scanned A, original, MIT.

A read-only effort-estimation workflow for a story, group of stories, or epic—a larger body of related work.

In plain words
What is it for?
It produces low, middle, and high effort ranges with confidence levels and assumptions before sprint or milestone planning.
Why use it?
It makes uncertainty visible by considering complexity, dependencies, past delivery speed, framework differences, and risks.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/cenconq25/claude-code-app-studio/estimate
Any agent
npx skills add cenconq25/claude-code-app-studio --skill estimate
Clone the repo
git clone --depth 1 https://github.com/cenconq25/claude-code-app-studio

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for estimate

README.md
[![agentmods](https://agentmods.dev/badge/skills/cenconq25/claude-code-app-studio/estimate.svg)](https://agentmods.dev/skills/cenconq25/claude-code-app-studio/estimate)
Your own site
<a href="https://agentmods.dev/skills/cenconq25/claude-code-app-studio/estimate"><img src="https://agentmods.dev/badge/skills/cenconq25/claude-code-app-studio/estimate.svg" alt="Measured on agentmods" height="20"></a>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,899 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00048 $0.01899
Opus 5 $0.00024 $0.00949
Sonnet 5 $0.00010 $0.00380
Haiku 4.5 $0.00005 $0.00190

Measured yesterday against content hash d65c838bc8cf, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

estimate scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/estimate/SKILL.md · 224 lines

How it starts

The opening of the file, as written. The whole thing — 224 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Estimate

Estimation in mobile work is risky because framework knowledge gaps, platform divergence, and store review cycles inflate timelines. This skill produces estimates with explicit reasoning and confidence levels, not a single number.

Read-only.


Purpose / When to Run

Run when:

  • Sizing a story before adding to a sprint
  • Sizing an epic before committing to a milestone
  • A new feature request needs a rough budget before deciding go / no-go

Inputs

  • A story path, epic slug, or glob of stories
  • Recent sprint plans (for velocity baseline)
  • Story files in scope (for complexity analysis)

Outputs

  • Printed estimate with low / mid / high bounds, confidence, and assumptions

Phase 1: Resolve Scope

Argument forms:

  • story <path> — one story
  • epic <slug> — all stories under that epic
  • batch <glob> — explicit list

If no argument, ask:

  • Prompt: "Estimate what?"
  • Options: Single story, Whole epic, A list of stories, A new feature with no stories yet

For "feature with no stories yet", switch to T-shirt mode (Phase 4 alternate).


Phase 2: Establish Velocity Baseline

Read the last 2-3 sprint plans. From each:

  • Stories planned vs. completed
  • Capacity in dev-days
  • Average story-days

Compute the rolling average story-day cost. If sprints don't exist yet, use the default heuristic:

  • Logic story: 0.5-1 day
  • Integration story: 1-2 days
  • UI story: 1-2 days
  • Visual / Feel story: 1-3 days
  • Platform story (push, biometric, IAP, deep links): 2-4 days
  • Config / Data story: 0.25-0.5 day

Document the baseline source ("Computed from sprints 001-003" or "Heuristic — no sprint history").


Phase 3: Per-Story Complexity Analysis

For each story in scope, read it and score:

Complexity factors (each adds time)

  • Type:
    • Logic: base
    • Integration: +50%
    • UI: base or +25% if novel
    • Visual: +25-50%
    • Platform: +50-100%
    • Config: -50%
  • Framework risk (from story header):
    • LOW: 0
    • MEDIUM: +25%
    • HIGH: +50% (verification work)
  • ADR status:
    • Accepted: 0
    • Proposed: +100% (risk that decision changes mid-implementation, or block)
  • UX spec maturity (UI stories):
    • Reviewed: 0
    • Authored not reviewed: +25%
    • Missing: BLOCKED — can't estimate
  • Acceptance criteria count:
    • 1-3: 0
    • 4-6: +25%
    • 7+: +50% (story may be too big — recommend split)
  • Cross-platform: if both iOS and Android target → +25-50%
  • Permission flow: any story that asks for permissions → +0.25 day for denied-state UX
  • Backend integration: if real backend not yet ready → +50% for stub/mock work
  • Store-review-affecting: any IAP, deletion, or privacy change → +0.5 day for review-prep tasks

Read the full file on GitHub · 224 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 224 lines · 48 tokens per session scan A d65c838bc8cf

Subscribe to this mod's changes

estimate is a skill published in the GitHub repository cenconq25/claude-code-app-studio (40 stars, last pushed 4mo ago), licensed MIT. It adds 48 tokens to every session and 1,899 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

chronicle

Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…

microsoft/vscode · 72 tokens

imagegen

Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual variants from references, and the output…

openai/codex · 113 tokens

chat-pet-sprite-creation

Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.

microsoft/vscode · 53 tokens

cpu-profile-analysis

Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…

microsoft/vscode · 71 tokens