Skip to main content
ClaudeWave
Skill78 estrellas del repoactualizado 18d ago

plan-estimate

Give realistic time and cost estimates for each step. Explain in human terms.

Instalar en Claude Code
Copiar
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
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

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