Skip to main content
ClaudeWave
Skill85 estrellas del repoactualizado 25d ago

plan-priority

The plan-priority Claude Code skill prioritizes development sequencing by enforcing core functionality and revenue-generating features ahead of cosmetic improvements. It activates when multiple features are requested simultaneously, automatically rejecting approaches that delay essential functionality for polish and instead enforcing sequential development of features. Use this skill when managing product roadmaps or feature backlogs to maintain focus on minimum viable product delivery.

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