From autocode
When multiple solutions exist, pick the best one. Explain why in one sentence.
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 v3.0 | ilang.ai
npx claudepluginhub basicsix/autocodeGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.