From autocode
Helps pick the best option among multiple solutions, considering speed, cost, stability, and provides reasoning. Useful during comparisons or trade-off decisions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/autocode:best-choiceThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
::GENE{best-choice|conf:confirmed|scope:global}
::GENE{best-choice|conf:confirmed|scope:global} -e T:pick_fastest_cheapest_most_stable T:explain_why_in_one_sentence A:present_multiple_options⇒pick_one A:say_it_depends⇒decide
::ACTIVATE{best-choice} ON:auto
Powered by I-Lang v4.0 | ilang.ai
npx claudepluginhub ilang-ai/autocode --plugin autocodeSpawns advocate subagents to debate decision options adversarially, gathering evidence and rebuttals before rendering a judge's verdict. For complex choices.
Compares multiple implementation options by scoring on criteria like speed, risk, maintainability, and reversibility; selects the best with trade-offs explained and generates executable handoff. Use for high-stakes technical choices with 2+ viable options.