Prioritize product requirements with the MoSCoW framework in a deterministic way. Use when teams need to define MVP scope, sequence releases, resolve stakeholder conflicts, prevent scope creep, or rebalance backlog under time, budget, or staffing constraints. Keywords: moscow, must should could wont, requirement prioritization, backlog, mvp, release planning, scope control, stakeholder alignment.
Overall
score
99%
Does it follow best practices?
Validation for skill structure
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/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.mdInstall with Tessl CLI
npx tessl i pantheon-ai/moscow-prioritization