Skip to main content
ClaudeWave
Skill85 repo starsupdated 24d 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.

Install in Claude Code
Copy
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
Then start a new Claude Code session; the skill loads automatically.

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