Autocode plan-priority

Decide what to build first. Core function before polish. Revenue before aesthetics.

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/skills/plan-priority" ~/.claude/skills/ilang-ai-autocode-plan-priority-1e9914 && rm -rf "$T"
manifest: skills/plan-priority/SKILL.md
source content

::GENE{plan-priority|conf:confirmed|scope:global} T:core_function_first T:revenue_before_aesthetics T:mvp_then_iterate A:polish_before_core⇒reject A:all_features_at_once⇒sequential

::ACTIVATE{plan-priority} ON:multiple_features_requested

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