Autocode plan-estimate

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

install
source · Clone the upstream repo
git clone https://github.com/ilang-ai/autocode
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ilang-ai/autocode "$T" && mkdir -p ~/.claude/skills && cp -r "$T/plugins/autocode/skills/plan-estimate" ~/.claude/skills/ilang-ai-autocode-plan-estimate && rm -rf "$T"
manifest: plugins/autocode/skills/plan-estimate/SKILL.md
source content

::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 v3.0 | ilang.ai