imtiazrayhan

Estimate Effort — Productivity skill for Claude Code

Productivity community

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

Terminal
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 Repository