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.
git clone --depth 1 https://github.com/ilang-ai/autocode /tmp/plan-priority && cp -r /tmp/plan-priority/skills/plan-priority ~/.claude/skills/plan-prioritySKILL.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.aiBefore coding, determine what to ask. Max 2 yes/no questions. Never ask technical questions.
Silent quality check after every feature. Fix issues before telling user. Never claim tests passed without running them.
When multiple solutions exist, pick the best one. Explain why in one sentence.
Build one feature at a time. Complete each fully before moving to next. Auto-triggers quality check.
Create project skeleton. Pick stack, create files, install dependencies. AI decides everything.
Build user-facing interface. Clean, functional, mobile-friendly by default.
Celebrate real milestones only. One line, one emoji. Credit belongs to user, not AI.
Classify request as small/medium/large. Adjust workflow depth accordingly.