MoSCoW prioritization: categorize requirements into Must Should Could Won't tiers using failure-focused test. Apply for backlog refinement, feature prioritization, sprint planning, release scope decisions, rebalance Must tier, create Won't items with revisit dates, adjudicate stakeholder disagreements, produce decision log. Keywords: prioritization, backlog, refinement, sprint planning, release scope, rebalance, stakeholder, decisions, MVP, scope control.
72
88%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Use this skill when you need to rank requirements for a release.
Do not use this skill for task-level estimation, bug triage, or sprint capacity planning by itself.
Must means release failure if missing.Should means high value but deferrable.Could means optional enhancement.Won't means explicitly out of scope for this release.references/categorization-decision-tree.md.Must using failure-focused questions.Must count does not exceed 60% of total effort before proceeding.Must work exceeds 60% of effort. If rebalancing cannot bring Must under 60%, escalate to stakeholders to either re-scope the release (split into two releases, extend the timeline, or increase capacity) before finalizing categories.cp skills/moscow-prioritization/references/facilitator-workshop-template.md .context/moscow-workshop-draft.mdExpected result: reusable working document for prioritization.
cat > .context/moscow-decisions-$(date +%Y-%m-%d).md <<'MD'
# MoSCoW Decision Log
| Requirement | Category | Rationale | Owner |
| --- | --- | --- | --- |
MDExpected result: traceable decisions with ownership.
sh skills/agentic-harness/skill-quality-auditor/scripts/evaluate.sh moscow-prioritization --jsonExpected result: updated score and grade for this skill.
bunx markdownlint-cli2 "skills/moscow-prioritization/**/*.md"Expected result: no markdownlint errors.
MustMust list inflates and blocks true essentials.Won't itemsreferences/categorization-decision-tree.mdreferences/facilitator-workshop-template.mdreferences/effort-balancing-and-tradeoffs.mda1083f4
Also appears in
since Sep 12, 2026
since Apr 27, 2026
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.