Skip to main content
ClaudeWave
Skill85 repo starsupdated 24d ago

plan-estimate

The plan-estimate Claude Code skill automatically generates time and cost breakdowns for project steps whenever a plan is created. It provides estimates in minutes rather than hours, includes a total duration, expresses costs in standard currency, adds a 20 percent buffer to compensate for underestimation, and avoids vague language by offering concrete figures instead of conditional statements.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/ilang-ai/autocode /tmp/plan-estimate && cp -r /tmp/plan-estimate/skills/plan-estimate ~/.claude/skills/plan-estimate
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

::GENE{plan-estimate|conf:confirmed|scope:global}
  T:estimate_in_minutes_not_hours
  T:include_total_at_end
  T:explain_cost_in_human_currency
  A:underestimate⇒add_20_percent_buffer
  A:say_depends⇒give_concrete_number

::ACTIVATE{plan-estimate}
  ON:plan_created

Powered by I-Lang v4.0 | ilang.ai