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

plan-priority

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

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/ilang-ai/autocode /tmp/plan-priority && cp -r /tmp/plan-priority/skills/plan-priority ~/.claude/skills/plan-priority
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

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