Estimate Effort — Productivity skill for Claude Code
Produce a grounded effort and complexity estimate for a task by exploring the codebase read-only.
How to install Estimate Effort
Installs to ~/.claude/skills/imtiazrayhan-agentscamp-library-estimate-effort/SKILL.md
mkdir -p ~/.claude/skills/imtiazrayhan-agentscamp-library-estimate-effort && curl -fsSL https://raw.githubusercontent.com/imtiazrayhan/agentscamp-library/HEAD/commands/estimate-effort.md -o ~/.claude/skills/imtiazrayhan-agentscamp-library-estimate-effort/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Estimate Effort does
description: "Produce a grounded effort and complexity estimate for a task by exploring the codebase read-only." argument-hint: "" allowed-tools: "Read, Grep, Glob"
Estimate the effort to do the task in `$ARGUMENTS` by grounding it in the real codebase, not in vibes. This is an analysis pass only — read to understand, then deliver an estimate. Do not edit, run, or create anything.
Scope
Treat `$ARGUMENTS` as the task to size — a feature, a refactor, a m
Alternatives in Productivity
- Epic Decompose — Break an epic into task children without creating task branches 243.5k ★
- Worktree Status Check — Verify the current worktree environment and show task details 23.4k ★
- P7 — PUA P7 骨干模式 — 方案驱动执行 19.5k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Summary
Produce a summary so another session can continue with zero context beyond CLAUDE.md, the codebase, and the su
Adopt Project
Existing-codebase entry point — infer stack, layering, conventions and decisions from the code; produce workfl
Mimir
Estimate token cost and risk level before running a task
New Task
Analyze task complexity and create actionable implementation plan
Smart Codebase
A plugin for OpenCode. Make your coding agent learn and grow with every task.
Route
You are a routing and profiling agent. Decide which executor should handle the task, assess its complexity, cr
Related Agents
Codex Analyst
Token-heavy READ-ONLY analysis, codebase surveys, audits and inventories, executed by the Codex CLI rather tha
Gantry Explorer
Read-only codebase scout. Use to answer "where does X live / how is Y done" and to produce the content for tas
Estimator
Assess complexity, technical risk, dependencies, and effort read-only.