prioritization-frameworks

Prioritize incoming requests using ICE scoring, MoSCoW, and the Eisenhower Matrix.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/msageha/maestro_v2 --skill prioritization-frameworks-msageha
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prioritization-frameworks
Source: https://github.com/msageha/maestro_v2/tree/main/templates/skills/orchestrator/prioritization-frameworks
Command: npx skills add https://github.com/msageha/maestro_v2 --skill prioritization-frameworks-msageha

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps the Orchestrator intelligently decide the order in which to process multiple incoming requests, ensuring that the most critical or time-sensitive tasks are handled first.

Core Features & Use Cases

  • Multiple Prioritization Models: Implements ICE scoring, MoSCoW classification, and the Eisenhower Matrix for flexible decision-making.
  • Contextual Awareness: Considers task dependencies, parallelization potential, and risk assessment for informed sequencing.
  • Use Case: When the Orchestrator receives a mix of bug fixes, feature requests, and research tasks, this Skill provides a framework to determine which should be sent to the Planner next.

Quick Start

Use the prioritization-frameworks skill to determine the order of the following requests: 'Fix critical login bug', 'Investigate performance issue', 'Add new user profile field'.

Frequently Asked Questions about prioritization-frameworks

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I prioritize multiple incoming task requests intelligently?

To prioritize multiple incoming task requests, you can apply decision-making models like ICE scoring, MoSCoW classification, and the Eisenhower Matrix. This framework evaluates task dependencies, parallelization potential, and risk to sequence critical or time-sensitive tasks first.

What is the best way to triage a mix of bug fixes and feature requests?

The best way to triage a mix of bug fixes and feature requests is using a prioritization framework that applies ICE, MoSCoW, or Eisenhower Matrix models. It assesses task dependencies and risks to determine which request should be sent to the Planner next.

How does the Eisenhower Matrix work for task management triage?

The Eisenhower Matrix works for task management triage by classifying incoming requests based on urgency and importance. Combined with contextual awareness of task dependencies and parallelization potential, it provides structured sequencing for sequential processing.

Can I use prioritization frameworks for workflow management without direct tool execution?

Yes, you can use prioritization frameworks for workflow management without direct tool execution. This framework provides structured decision-making logic for an Orchestrator to determine the processing order of requests, satisfying the need for intelligent sequencing.

When do I need a prioritization framework for task sequencing?

You need a prioritization framework for task sequencing when an Orchestrator receives multiple incoming requests and must decide the processing order. It is necessary when you require structured decision-making logic to handle critical or time-sensitive tasks before others.